summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-09-12 11:24:49 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-09-12 11:24:49 +1000
commit504b7865f2aa6ee5cc44f5701262ef8d31ff1e83 (patch)
tree071cba26450e32fae98cf5c0d469879d1ea3c4f0 /docs
parent68f9f4dc90afeb31e1ec3f84997d7e9106455eeb (diff)
downloadmod_wsgi-504b7865f2aa6ee5cc44f5701262ef8d31ff1e83.tar.gz
Fix ability to build with Apache 2.2.
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes/version-4.9.4.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes/version-4.9.4.rst b/docs/release-notes/version-4.9.4.rst
index 74fe6d7..d6f1b5e 100644
--- a/docs/release-notes/version-4.9.4.rst
+++ b/docs/release-notes/version-4.9.4.rst
@@ -16,3 +16,6 @@ Bugs Fixed
relying on the compiled in default, then when using mod_wsgi daemon mode, if a
request body size greater than 1Gi was encountered the mod_wsgi daemon mode
process would crash.
+
+* Fix ability to build mod_wsgi against Apache 2.2. Do note that in general only
+ recent versions of Apache 2.4 are supported