Version 1.1 of mod_wsgi is now available.

Graham Dumpleton Graham.Dumpleton at gmail.com
Mon Oct 1 05:54:51 CEST 2007


Version 1.1 of mod_wsgi is now available. The software and
documentation are both available from:

  http://www.modwsgi.org

The mod_wsgi package consists of an Apache web server module designed
and implemented specifically for hosting Python based web applications
that support the WSGI interface specification.

Examples of major Python web frameworks and applications which are
known to work in conjunction with mod_wsgi include CherryPy, Django,
MoinMoin, Pylons, Trac and TurboGears.

This is a bug fix release only and no new features are included. Two
main problems addressed are possibility of processes crashing when
multiple threads hit race condition on sending log output via
sys.stdout/sys.stderr, and conflict with the Apache mod_logio module
which would result in mod_wsgi daemon processes crashing. A
description of all changes in this version can be found in the change
notes at:

  http://code.google.com/p/modwsgi/wiki/ChangesInVersion0101

Updating to this version is recommended for all users.

If you have any questions about mod_wsgi or wish to provide feedback,
use the Google group for mod_wsgi found at:

  http://groups.google.com/group/modwsgi

Enjoy

Graham Dumpleton



More information about the Python-announce-list mailing list