diff options
Diffstat (limited to 'network/mod_wsgi/README')
-rw-r--r-- | network/mod_wsgi/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/mod_wsgi/README b/network/mod_wsgi/README index fa3c2825c8..e2188db7ea 100644 --- a/network/mod_wsgi/README +++ b/network/mod_wsgi/README @@ -8,4 +8,4 @@ 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/mod_wsgi.conf + Include /etc/httpd/extra/mod_wsgi.conf |