]> git.pld-linux.org Git - packages/apache1-mod_suphp.git/commitdiff
- unify with other apache1 modules
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Feb 2005 18:33:53 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_suphp.conf -> 1.2

apache1-mod_suphp.conf

index 299bc232a9994df76a3f5b70de0d7eae0b7a4673..e22e3d504299b29b33b8f5dcebac5cc3ad7fc8a9 100644 (file)
@@ -1,7 +1,10 @@
 # $Id$
 LoadModule suphp_module        modules/mod_suphp.so
-suPHP_Configpath       /etc/php/
-suPHP_Engine on
-AddHandler x-httpd-php .php .inc
-# vim: filetype=apache ts=4 sw=4 et
 
+<IfModule mod_suphp.c>
+    suPHP_Configpath   /etc/php/
+    suPHP_Engine on
+    AddHandler x-httpd-php .php .inc
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.047101 seconds and 4 git commands to generate.