Skip to content

Commit 68f9f4d

Browse files
Add release notes for version 4.9.5 with details of LimitRequestBody issue.
1 parent 3af5a86 commit 68f9f4d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/release-notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release Notes
55
.. toctree::
66
:maxdepth: 2
77

8+
release-notes/version-4.9.4
89
release-notes/version-4.9.3
910
release-notes/version-4.9.2
1011
release-notes/version-4.9.1
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
=============
2+
Version 4.9.4
3+
=============
4+
5+
Version 4.9.4 of mod_wsgi can be obtained from:
6+
7+
https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.9.4
8+
9+
Bugs Fixed
10+
----------
11+
12+
* Apache 2.4.54 changed the default value for ``LimitRequestBody`` from 0, which
13+
indicates there is no limit, to 1Gi. If the Apache configuration supplied with
14+
a distribution wasn't explicitly setting ``LimitRequestBody`` to 0 at global
15+
server scope for the purposes of documenting the default, and it was actually
16+
relying on the compiled in default, then when using mod_wsgi daemon mode, if a
17+
request body size greater than 1Gi was encountered the mod_wsgi daemon mode
18+
process would crash.

0 commit comments

Comments
 (0)