fd0b0c16e4
- use dedicated module file Bugs Fixed (since 4.4.6): ------------------------- 1. Apache 2.2.29 and 2.4.11 introduce additional fields to the request structure ``request_rec`` due to CVE-2013-5704. The addition of these fields will cause versions of mod_wsgi from 4.4.0-4.4.5 to crash when used in mod_wsgi daemon mode and mod_wsgi isn't initialising the new structure members. If you are upgrading your Apache installation to those versions or later versions, you must also update to mod_wsgi version 4.4.6. The mod_wsgi 4.4.6 source code must have also been compiled against the newer Apache version. PR: 201023 Submitted by: ohauer Approved by: douglas_at_douglasthrift.net (maintainer)
7 lines
389 B
Text
7 lines
389 B
Text
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
|
|
interface for hosting Python based web applications within Apache. The
|
|
adapter is written completely in C code against the Apache C runtime and
|
|
for hosting WSGI applications within Apache has a lower overhead than using
|
|
existing WSGI adapters for mod_python or CGI.
|
|
|
|
WWW: https://github.com/GrahamDumpleton/mod_wsgi/
|