The options “process-group”, “application-group”, “callable-object” and “pass-authorization” can be placed in the WSGIScriptAlias and WSGIScriptAliasMatch directives
If the client breaks the connection during iterator processing instead of throwing an exception, a debug message is now written to the log
The “chroot” option has been added to the WSGIDaemonProcess directive, which allows you to run applications more independently
Added global directive WSGIPy3kWarningFlag, when using python2.6 warnings will be issued
Fixed “assertion error” if the python was compiled with the directive Py_DEBUG
Added support for "Content-Type: chunked" in the query ("WSGIChunkedRequest" directive). The data is glued together and transferred to the application for processing.
HTTP header values are now passed in the environment reference for access, authorization and authentication hooks
The flag “flag wsgi.run_once” is not set to True, when working in daemon mode, when “maximum-requests” is set to 1. In case of using multiple threads, the “maximum-requests” parameter is checked only after the request has been completed, therefore there is no guarantee whether only one request was executed
Now the interpreter is not initialized in the parent process, but only after the child is created.
Messages from extension modules on C fall into the logs of virtual hosts, as expected, and not in the general log, as it was before
Now it is impossible to write messages to the logs of "foreign" virtual hosts.
In daemon mode, internal redirects can be made using the “Location” header in the response.
In daemon mode, the "WSGIErrorOverride" directive can be used to return the standard Apache error page.
Added directive "WSGIPythonWarnings" working by analogy with the interpreter "-W" directive
An option “cpu-time-limit” has been added to the “WSGIDaemonProcess” directive that determines the amount of CPU time after which the process will be restarted
Added “cpu-priority” option to the “WSGIDaemonProcess” directive
Added directive "WSGIHandlerScript" allowing to define a script that processes a certain type of files
Download as usual here: code.google.com/p/modwsgi/downloads/list ')
UPD: Yes, it works ./configure --with-python = python3.1 --disable-framework make && sudo make install