From b6f1291009109d9bb66330d16179b05680908469 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Mon, 2 Feb 2015 14:25:34 +1100 Subject: [PATCH] Document support for mod_wsgi-httpd package. --- docs/release-notes/version-4.4.7.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes/version-4.4.7.rst b/docs/release-notes/version-4.4.7.rst index 346cf5ed..a1424386 100644 --- a/docs/release-notes/version-4.4.7.rst +++ b/docs/release-notes/version-4.4.7.rst @@ -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.