Version 4.7.0¶
Version 4.7.0 of mod_wsgi can be obtained from:
New Features¶
Now releasing parallel
mod_wsgi-standalonepackage to PyPi. This is the same as themod_wsgipackage, except that by installing themod_wsgi-standalonepackage, it will automatically trigger themod_wsgi-httpdpackage to install the Apache HTTPD server as part of your Python installation. When you runmod_wsgi-expressit will use that Apache HTTPD server installation.The
mod_wsgi-standalonepackage is required where you need to installmod_wsgi-expressusing its own Apache HTTPD installation due to no system Apache HTTPD server package being available, and the installation needs to be done using arequirements.txtfile forpipor other package install manager. Usingmod_wsgi-standalonewill ensure that themod_wsgi-httpdpackage is installed first before attempting to build and install mod_wsgi. This guarantee is not provided bypipif you listmod_wsgi-httpdandmod_wsgipackages as two entries.The version numbering of the
mod_wsgi-standalonepackage will follow themod_wsgiversioning.