This articlemay rely excessively on sourcestoo closely associated with the subject, potentially preventing the article from beingverifiable andneutral. Please helpimprove it by replacing them with more appropriatecitations toreliable, independent sources.(August 2014) (Learn how and when to remove this message) |
mod_wsgi is anApache HTTP Server module by Graham Dumpleton that provides aWSGI compliant interface for hostingPython basedweb applications under Apache. As of version 4.5.3, mod_wsgi supports Python 2 and 3 (starting from 2.6 and 3.2).[1]
It is an alternative tomod_python,CGI, andFastCGI solutions for Python-web integration. It was first available in 2007.
Later versions of mod_wsgi may be installed in one of two ways: The original way was as an Apache module, as is commonly used for many languages. From V4, the 'mod_wsgi express' method is also supported.[2] This is installed as a Python module using setup.py or pip and without needing manual intervention with the Apache configuration. This method simplifies installation for Python developers who are more familiar with Python than with Apache. It also has advantages of virtualization as it creates a local environment without affecting system settings, or requiring root access to install.
Thiscomputer networking article is astub. You can help Wikipedia byadding missing information. |