Version 2.0 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, TurboGears and Zope. Version 2.0 of mod_wsgi contains numerous new features including simplified application reloading, Apache authentication provider hooks, better Python virtual environment support and support for WSGI optional file wrapper extension. Base level performance of daemon mode has also been boosted by up to 40% for a simple hello world application, further reducing the network level overhead of using this mode. A description of all changes in this version can be found in the change notes at: http://code.google.com/p/modwsgi/wiki/ChangesInVersion0200 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 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html