Mod wsgi
From Wikipedia, the free encyclopedia
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
External links
|
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.