diff options
Diffstat (limited to 'network/suphp/config/mod_suphp.conf')
-rw-r--r-- | network/suphp/config/mod_suphp.conf | 2 |
1 files changed, 1 insertions, 1 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 |