Jump to content

mod_wsgi

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Xurble (talk | contribs) at 15:52, 17 February 2009 (Remove 1.0rc link - very out of date.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

mod_wsgi is an Apache HTTP Server module by Graham Dumpleton that provides a WSGI compliant interface for hosting Python 2.3+ based web applications under Apache.

It is an alternative to mod_python or to CGI or FastCGI solutions for Python-web integration.