summaryrefslogtreecommitdiffstats
path: root/mod_wsgi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-07-31 20:37:28 +0000
committer Eric Hameleers <alien@slackware.com>2011-07-31 20:37:28 +0000
commit1437764d846e0c237a22c6b50a73de1f9c6e6174 (patch)
treecdf0229e962475673b39ab646c3663f77602c872 /mod_wsgi
parent6da5199c044663267bcdbbbbf0616403e284dde4 (diff)
downloadasb-1437764d846e0c237a22c6b50a73de1f9c6e6174.tar.gz
asb-1437764d846e0c237a22c6b50a73de1f9c6e6174.tar.xz
What was I drinking?
Diffstat (limited to 'mod_wsgi')
-rwxr-xr-xmod_wsgi/build/mod_wsgi.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_wsgi/build/mod_wsgi.SlackBuild b/mod_wsgi/build/mod_wsgi.SlackBuild
index 6facb392..d889c48d 100755
--- a/mod_wsgi/build/mod_wsgi.SlackBuild
+++ b/mod_wsgi/build/mod_wsgi.SlackBuild
@@ -169,7 +169,7 @@ mkdir -p $PKG/etc/httpd/extra
cat <<EOT > $PKG/etc/httpd/extra/mod_wsgi.conf.new
# In order to activate the module, your httpd.conf needs the following line:
# Include /etc/httpd/extra/mod_wsgi.conf
-LoadModule lib${LIBDIRSUFFIX}/httpd/wsgi_module modules/mod_wsgi.so
+LoadModule wsgi_module lib${LIBDIRSUFFIX}/httpd/modules/mod_wsgi.so
EOT
# Add this to the doinst.sh: