]> git.pld-linux.org Git - packages/apache-mod_suphp.git/commitdiff
- unified
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Dec 2005 23:49:37 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_suphp.conf -> 1.4

apache-mod_suphp.conf

index 27e60d2304d3d0c30d3128e2db72e58e55270865..5e5b2fff85ce6c7d63d45dbc2a4d9c1c093cb00a 100644 (file)
@@ -1,6 +1,8 @@
 # $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 suphp_module>
+    suPHP_Configpath   /etc/php
+    suPHP_Engine on
+    AddHandler x-httpd-php .php .inc
+</IfModule>
This page took 0.062268 seconds and 4 git commands to generate.