aboutsummaryrefslogtreecommitdiff
path: root/mod_fastcgi
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-21 16:51:27 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-08-21 16:51:27 +0000
commitb3c4de8862015412fd1e547699ce524a40d989eb (patch)
treee5d9e65c78e9a8b9cb908f24ec4e16c68b6c3753 /mod_fastcgi
parent3b151f4b3d7d18102ebaac29dcd6884f8911cf82 (diff)
downloadslackbuilds-b3c4de8862015412fd1e547699ce524a40d989eb.tar.gz
slackbuilds-b3c4de8862015412fd1e547699ce524a40d989eb.tar.bz2
mod_fastcgi typ0
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@44 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'mod_fastcgi')
-rwxr-xr-xmod_fastcgi/mod_fastcgi.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_fastcgi/mod_fastcgi.SlackBuild b/mod_fastcgi/mod_fastcgi.SlackBuild
index 873a695b..e870f2ee 100755
--- a/mod_fastcgi/mod_fastcgi.SlackBuild
+++ b/mod_fastcgi/mod_fastcgi.SlackBuild
@@ -93,7 +93,7 @@ done
# install script
echo '( echo Add the following lines on /etc/apache/httpd.conf: )' > install/doinst.sh
-echo '( echo LoadModule fastcgi_module /usr/libxec/apache/mod_fastcgi.so )' >> install/doinst.sh
+echo '( echo LoadModule fastcgi_module libexec/apache/mod_fastcgi.so )' >> install/doinst.sh
echo '( echo AddModule mod_fastcgi.c )' >> install/doinst.sh
makepkg -c y -l y $TMP/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz