How to Install Apxs Module on Apache 2.4.6

Installing mod_perl-2.0.7 on Apache httpd-2.4.2

When mod_perl 2.0.8 comes out, I hope that it gets finally httpd 2.4 support, because the current versions surely don't have.

When you fix your initial problems, you will eventually get stuck at ‘conn_rec’ has no member named ‘remote_ip’. Delete httpd 2.4 and use 2.2 meanwhile.

Install mod_wsgi on Ubuntu with Python 3.6, Apache 2.4, and Django 1.11

Do the following.

Uninstall your system mod_wsgi package.

sudo apt-get remove libapache2-mod-wsgi-py3

Install mod_wsgi using pip, preferably into a Python virtual environment. Ensure pip is for the version of Python you want to use.

pip install mod_wsgi

Display the config to add to Apache configuration file to load this mod_wsgi by running:

mod_wsgi-express module-config

Take the output of above command to display config and add to Apache configuration.

Add configuration to Apache to load a hello world WSGI application to test it works.

See details for pip based install in:

  • https://pypi.python.org/pypi/mod_wsgi

Configuring apache 2.4 with php 5.6.32 configuring with source in linux

Why trying to build from sources when binary packages exists in various repositories ?

Yes the PHP Configuration Tips gives you correct way to use FPM (as the Apache wiki in the SetHandler way).

The linked howto is for CentOS 7, but works for CentOS 6 using the httpd24 Software Collections.

Alternative solution is to use a 3rd party repository, such as "remi", see the Wizard instructions.



Related Topics



Leave a reply



Submit