summaryrefslogtreecommitdiffstats
path: root/network/mod_wsgi/README
diff options
context:
space:
mode:
author Adis Nezirovic2015-01-22 00:50:24 +0100
committer Willy Sudiarto Raharjo2015-01-22 00:50:24 +0100
commitcf2825c2fc5367e683a3798d287ddab05eb1c508 (patch)
treee1b5553b8341faf06902c851f99890430e837cec /network/mod_wsgi/README
parent83652b4a697905c0f20e7bcd20cf9c18e2a908e1 (diff)
downloadslackbuilds-cf2825c2fc5367e683a3798d287ddab05eb1c508.tar.gz
network/mod_wsgi: Updated for version 4.4.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mod_wsgi/README')
-rw-r--r--network/mod_wsgi/README24
1 files changed, 17 insertions, 7 deletions
diff --git a/network/mod_wsgi/README b/network/mod_wsgi/README
index e2188db7ea..e2df1bbde7 100644
--- a/network/mod_wsgi/README
+++ b/network/mod_wsgi/README
@@ -1,11 +1,21 @@
-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.
+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...
+All major Python web frameworks/applications support mod_wsgi,
+including Django, Flask, Pyramid, TurboGears, ...
You'll need to add the following line to your /etc/httpd/httpd.conf file:
Include /etc/httpd/extra/mod_wsgi.conf
+
+From version 4.2, mod_wsgi ships with additional helper program for
+developers, mod_wsgi-express, which enables easier development and
+debugging with mod_wsgi and Apache.
+
+If you are a developer, you can enable the helper with:
+ ENABLE_EXPRESS=1 ./mod_wsgi.SlackBuild
+
+For express functionality you'll need to install 'pysetuptools' and
+'mod-wsgi-metrics' (both available from SBo).