Jump to content

mod_wsgi

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by XLinkBot (talk | contribs) at 19:13, 12 December 2008 (BOT--Reverting edits by 68.174.118.211 to revision 257261838 (rule: '\bblog(?:cu|fa|harbor|mybrain|post|savy|spot|townhall)?\.com\b' (link(s): http://hex-dump.blogspot.com/2007/07/modwsgi-10-release-candid). 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 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.