diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2010-05-11 22:54:56 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:54:56 +0200 |
commit | 1dc81fa8fd86473426976958d01a9d8ed2afa3ea (patch) | |
tree | 70e150b593e5fbc118286de05fb9bb52d94b4c88 /network/mod_wsgi/README | |
parent | 3b4c071bc72e00ece7d848be706753da735a438a (diff) | |
download | slackbuilds-1dc81fa8fd86473426976958d01a9d8ed2afa3ea.tar.gz |
network/mod_wsgi: Added to 12.1 repository
Diffstat (limited to 'network/mod_wsgi/README')
-rw-r--r-- | network/mod_wsgi/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/mod_wsgi/README b/network/mod_wsgi/README new file mode 100644 index 0000000000..7c6b90cc14 --- /dev/null +++ b/network/mod_wsgi/README @@ -0,0 +1,12 @@ +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... + +Before using mod_wsgi, stop apache and add the following to +your /etc/httpd/httpd.conf file: + LoadModule wsgi_module lib/httpd/modules/mod_wsgi.so |