File: version-4.9.4.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (21 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=============
Version 4.9.4
=============

Version 4.9.4 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.9.4

Bugs Fixed
----------

* Apache 2.4.54 changed the default value for ``LimitRequestBody`` from 0, which
  indicates there is no limit, to 1Gi. If the Apache configuration supplied with
  a distribution wasn't explicitly setting ``LimitRequestBody`` to 0 at global
  server scope for the purposes of documenting the default, and it was actually
  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