diff options
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 |