|
ChangesInVersion0207
Changes in mod_wsgi version 2.7.
Changes In Version 2.7Version 2.7 of mod_wsgi can be obtained from: http://modwsgi.googlecode.com/files/mod_wsgi-2.7.tar.gz Note that this release does not support Python 3.0. Python 3.0 will only be supported in mod_wsgi 3.0. Features Changed1. Set timeout on socket connection between Apache server child process and daemon process earlier to catch any blocking problems in initial handshake between the processes. This will make code more tolerant of any unexpected issues with socket communications. Bug Fixes1. Wasn't possible to set CFLAGS from environment variable when running the 'configure' script. |