mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
806440bdde
(instead of toplevel /etc/httpd/ directory) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
521 B
Text
11 lines
521 B
Text
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
|