Version 4.5.7¶
Version 4.5.7 of mod_wsgi can be obtained from:
Bugs Fixed¶
Resolved problem whereby mod_wsgi would fail on startup when using Anaconda Python. This was caused by Anaconda Python changing the behaviour of the C API function
Py_GetVersion()
so that it can no longer be called before the Python interpreter is initialised. Now display only the Python major and minor version in server string from time of compilation, rather than runtime. Also no longer log warning about mismatches between compile time and runtime Python version. This avoids need to callPy_GetVersion()
.
New Features¶
Add
--http2
option tomod_wsgi-express
for enabling support of HTTP/2. Requires themod_http2
module to be compiled into Apache httpd server for versions of Apache where that is available.