MOD_WSGI

The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache provides significantly better performance relative to existing Python based WSGI adapters for mod_python and CGI. The module can be compiled for and used with either Apache 1.3, 2.0 or 2.2. Python 2.3 or later is supported.

This project is now being hosted at http://www.modwsgi.org. You can therefore unsubscribe all your RSS feeds to changes on this site and help to return my web server load back to normal levels. :-)


CategoryModWsgi

ModWsgi (last edited 2007-03-18 21:57:25 by GrahamDumpleton)