Version 4.7.0¶
Version 4.7.0 of mod_wsgi can be obtained from:
New Features¶
Now releasing parallel
mod_wsgi-standalone
package to PyPi. This is the same as themod_wsgi
package, except that by installing themod_wsgi-standalone
package, it will automatically trigger themod_wsgi-httpd
package to install the Apache HTTPD server as part of your Python installation. When you runmod_wsgi-express
it will use that Apache HTTPD server installation.The
mod_wsgi-standalone
package is required where you need to installmod_wsgi-express
using its own Apache HTTPD installation due to no system Apache HTTPD server package being available, and the installation needs to be done using arequirements.txt
file forpip
or other package install manager. Usingmod_wsgi-standalone
will ensure that themod_wsgi-httpd
package is installed first before attempting to build and install mod_wsgi. This guarantee is not provided bypip
if you listmod_wsgi-httpd
andmod_wsgi
packages as two entries.The version numbering of the
mod_wsgi-standalone
package will follow themod_wsgi
versioning.