Jump to content

mod_wsgi

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Davey2010 (talk | contribs) at 04:46, 11 March 2015 (Reverted edits by Tommylommykins (talk) to last version by OMPIRE). 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. As of version 3.4, mod_wsgi supports Python 2.6 and 3.2.[1]

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

References

  1. ^ "Changes in Version 3.0.4".