diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2010-05-13 00:37:20 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:37:20 +0200 |
commit | f51a7a5260b53f75ace4f7efd2b96bcef2afd4b8 (patch) | |
tree | 35f97b30fdb702034a3444fbf7f6ea6e72ff4b69 /network/mod_wsgi/README | |
parent | 2a693e3c85d226125082372c00358d4a7485ce06 (diff) | |
download | slackbuilds-f51a7a5260b53f75ace4f7efd2b96bcef2afd4b8.tar.gz |
network/mod_wsgi: Updated for version 3.1
Diffstat (limited to 'network/mod_wsgi/README')
-rw-r--r-- | network/mod_wsgi/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/mod_wsgi/README b/network/mod_wsgi/README index 7c6b90cc14..fa3c2825c8 100644 --- a/network/mod_wsgi/README +++ b/network/mod_wsgi/README @@ -7,6 +7,5 @@ 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 +You'll need to add the following line to your /etc/httpd/httpd.conf file: + Include /etc/httpd/mod_wsgi.conf |