diff options
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 |