slackbuilds/network/mod_wsgi
Robby Workman 5c7678345c network/mod_wsgi: Updated for version 3.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-09-22 11:40:56 -05:00
..
README network/mod_wsgi: Install config file in /etc/httpd/extra/ 2011-02-28 09:42:03 -06:00
doinst.sh network/mod_wsgi: Handle .new files correctly. 2011-03-24 19:23:16 -05:00
mod_wsgi.SlackBuild network/mod_wsgi: Updated for version 3.4. 2012-09-22 11:40:56 -05:00
mod_wsgi.conf network/mod_wsgi: Updated for version 3.1 2010-05-13 00:37:20 +02:00
mod_wsgi.info network/mod_wsgi: Updated for version 3.4. 2012-09-22 11:40:56 -05:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

README

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...

You'll need to add the following line to your /etc/httpd/httpd.conf file:
  Include /etc/httpd/extra/mod_wsgi.conf