summaryrefslogtreecommitdiff
path: root/docs/release-notes
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2018-06-29 11:42:00 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2018-06-29 11:42:00 +1000
commitdf1eda851c804c7a3944d7422461eb90e9535d8e (patch)
tree9bacce38cd1c0803c13610b19ca7c4f11215b325 /docs/release-notes
parentb001a84122298578fe436c9e907d9a28484a84ec (diff)
downloadmod_wsgi-df1eda851c804c7a3944d7422461eb90e9535d8e.tar.gz
Static files in document root not accessing when WSGI application mounted at sub URL.
Diffstat (limited to 'docs/release-notes')
-rw-r--r--docs/release-notes/version-4.6.5.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.6.5.rst b/docs/release-notes/version-4.6.5.rst
index 25633a3..9842258 100644
--- a/docs/release-notes/version-4.6.5.rst
+++ b/docs/release-notes/version-4.6.5.rst
@@ -5,3 +5,11 @@ Version 4.6.5
Version 4.6.5 of mod_wsgi can be obtained from:
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.6.5
+
+Bugs Fixed
+----------
+
+* When running ``mod_wsgi-express`` and serving up static files from the
+ document root, and the WSGI application was mounted at a sub URL using
+ ``--mount-point``, the static files in the document root outside of the
+ mount point for the WSGI application would no longer be accessible.