diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-13 00:38:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:38:24 +0200 |
commit | 74355de7789b5d5587c6ce30b33ad3b0d2d6af58 (patch) | |
tree | 1a03771b85ef5bcc982ed2121d334af5cc42b048 /network/suphp/config | |
parent | da10dddf46b63f7f9dfd45ca5ca14bd27501d3dc (diff) | |
download | slackbuilds-74355de7789b5d5587c6ce30b33ad3b0d2d6af58.tar.gz |
network/suphp: Updated for version 0.7.1
Diffstat (limited to 'network/suphp/config')
-rw-r--r-- | network/suphp/config/mod_suphp.conf | 2 | ||||
-rw-r--r-- | network/suphp/config/suphp.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/network/suphp/config/mod_suphp.conf b/network/suphp/config/mod_suphp.conf index 60d6d157f2..4f63db0ec4 100644 --- a/network/suphp/config/mod_suphp.conf +++ b/network/suphp/config/mod_suphp.conf @@ -3,7 +3,7 @@ # =========================== # Invite this baby in. -LoadModule suphp_module /usr/lib/httpd/modules/mod_suphp.so +LoadModule suphp_module @LIBDIR@/httpd/modules/mod_suphp.so # Tell her what maybe on the menu here. AddHandler x-httpd-php .php .php3 .php4 .php5 diff --git a/network/suphp/config/suphp.conf b/network/suphp/config/suphp.conf index b973e9f97e..1a2295dd0d 100644 --- a/network/suphp/config/suphp.conf +++ b/network/suphp/config/suphp.conf @@ -7,7 +7,7 @@ logfile=/var/log/httpd/suphp_log loglevel=info ; User Apache is running as -webserver_user=apache +webserver_user=@HTTPD_USER@ ; Path all scripts have to be in ; This should reflect the vhosts DocumentRoot |