File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments