mod_wsgi
Appearance
![]() | The topic of this article may not meet Wikipedia's notability guidelines for products and services. (August 2014) |
This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. (August 2014) |
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.