Skip to content

Commit

Permalink
Document support for mod_wsgi-httpd package.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Feb 2, 2015
1 parent 6cdc9e8 commit b6f1291
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/release-notes/version-4.4.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,13 @@ specified using the ``graceful-timeout`` option.

The ``--eviction-timeout`` option has also been added to
``mod_wsgi-express`` and behaves in a similar fashion.

5. Added support for new ``mod_wsgi-httpd`` package. The ``mod_wsgi-httpd``
package is a pip installable package which will build the Apache httpd
server and install it into the Python installation. If the
``mod_wsgi-httpd`` package is installed before installing this package,
then the Apache httpd server installation installed by ``mod_wsgi-httpd``
will be used instead of any system installed version of the Apache httpd
server when running ``mod_wsgi-express``. This allows you to workaround
any inability to upgrade the main Apache installation, or install its 'dev'
package if missing, or install it outright if not present.

0 comments on commit b6f1291

Please sign in to comment.