SlackBuildsOrg/network/mod_wsgi
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
doinst.sh
mod_wsgi.conf
mod_wsgi.info network/mod_wsgi: Updated for version 3.4. 2012-09-22 11:40:56 -05:00
mod_wsgi.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -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