2010-05-11 22:54:56 +02:00
|
|
|
mod_wsgi is a simple to use Apache module which can host any
|
|
|
|
Python application which supports the Python WSGI interface.
|
|
|
|
The module would be suitable for use in hosting high performance
|
|
|
|
production web sites as well as your average personal sites
|
|
|
|
running on commodity web hosting services.
|
|
|
|
|
|
|
|
All major Python web frameworks/applications support mod_wsgi;
|
|
|
|
that means Django, Pylons, Turbogears, etcetera...
|
|
|
|
|
2010-05-13 00:37:20 +02:00
|
|
|
You'll need to add the following line to your /etc/httpd/httpd.conf file:
|
2011-02-14 00:36:45 +01:00
|
|
|
Include /etc/httpd/extra/mod_wsgi.conf
|