]> git.pld-linux.org Git - packages/apache-mod_suphp.git/blobdiff - apache-mod_suphp.conf
- don't check for vhost docroot or userdir scripts will not work
[packages/apache-mod_suphp.git] / apache-mod_suphp.conf
index c5a5849fccef4e53a6e15cf2f3a0943ce251348a..57ad572a5560f86e8247b1254780af5c51f68089 100644 (file)
@@ -1,4 +1,9 @@
+# $Id$
 LoadModule suphp_module        modules/mod_suphp.so
-suPHP_Configpath       /etc/php/
-suPHP_Engine on
-AddHandler x-httpd-php .php .inc
+
+<IfModule suphp_module>
+    suPHP_Configpath   /etc/php
+    suPHP_Engine on
+    suPHP_AddHandler x-httpd-php
+    AddHandler x-httpd-php .php .inc
+</IfModule>
This page took 0.089705 seconds and 4 git commands to generate.