mod_wsgi
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Mod wsgi" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Mod wsgi|concern=Content is very domain-specific. It is not notable.}} ~~~~ Timestamp: 20150126175332 17:53, 26 January 2015 (UTC) Administrators: delete |
![]() | 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.