diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-02-13 17:36:45 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-28 09:42:03 -0600 |
commit | 806440bdde034ff5c7a56caee8ff5ec4b2c7f300 (patch) | |
tree | b188ec82cb26cc2ed7151d446578130af6a5cf1d /network/mod_wsgi/README | |
parent | 49795dbaaccf9989cd61c1e876dc412fadfa30a0 (diff) | |
download | slackbuilds-806440bdde034ff5c7a56caee8ff5ec4b2c7f300.tar.gz |
network/mod_wsgi: Install config file in /etc/httpd/extra/
(instead of toplevel /etc/httpd/ directory)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 |