slackbuilds_ponce/network/mod_wsgi
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
doinst.sh
mod_wsgi.conf
mod_wsgi.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
mod_wsgi.SlackBuild
README
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05: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...

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