summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2017-07-02 11:34:18 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2017-07-02 11:34:18 +1000
commitec2ee305bfc28781505cedfdecb5ff7b37495bab (patch)
treea9c7e042f4e5b6218d8907ae71da3cb5d2f725f1 /docs/release-notes
parent4ee546d5ec6459a3eb4a7db499fed26247566d64 (diff)
downloadmod_wsgi-ec2ee305bfc28781505cedfdecb5ff7b37495bab.tar.gz
Add --allow-override option for mod_wsgi-express.
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.5.16.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.5.16.rst b/docs/release-notes/version-4.5.16.rst
index a6c3979..29de983 100644
--- a/docs/release-notes/version-4.5.16.rst
+++ b/docs/release-notes/version-4.5.16.rst
@@ -17,3 +17,14 @@ Bugs Fixed
was broken by prior fix related to feature in 4.5.10. This meant the option
was not resulting in daemon processes being restarted when the WSGI script
file could not be loaded successfully by the specified timeout.
+
+New Features
+------------
+
+* Added ``--allow-override`` option to ``mod_wsgi-express`` to allow use of
+ a ``.htaccess`` in document root directory and any directories mapped
+ using a URL alias. The argument to the directive should be the directive
+ type which can be overridden in the ``.htaccess`` file. The option can be
+ used more than once if needing to allow overriding of more than one
+ directive type. Argument can be anything allowed by ``AllowOverride``
+ directive.