Version 4.6.6¶
Version 4.6.6 of mod_wsgi can be obtained from:
Bugs Fixed¶
Fix compilation failures when using Python 3.8.
Features Changed¶
When running
mod_wsgi-expressit will do a search for the location ofbashandshwhen defining the shell to use for the generatedapachectl. The shell used can be overridden using--shell-executableoption. This is to get around issue with FreeBSD not having/bin/bash.
New Features¶
The Apache request ID is accessible in request events as
request_id.The per request data dictionary accessible using
mod_wsgi.request_data()is now also accessible in events asrequest_data.