]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- DirectoryIndex requires mod_dir
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 20 May 2005 13:29:50 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- no pear for drupal

Changed files:
    drupal.conf -> 1.4

drupal.conf

index 49eb41563821730c5619d69bb9c0969b98cddcb6..6fb11d1c482fd7784b352a247aeede1f356800a4 100644 (file)
         allow from all
     </IfModule>
     <IfModule mod_php4.c>
-        php_value include_path "/usr/share/drupal:/usr/share/pear:."
+        php_value include_path "/usr/share/drupal:/etc/drupal:."
     </IfModule>
 
     # Set the default handler.
-    DirectoryIndex index.php
+    <IfModule mod_dir.c>
+        DirectoryIndex index.php
+    </IfModule>
 
     # Override PHP settings. More exist in sites/default/settings.php, but
     # the following cannot be changed at runtime. The first IfModule is
This page took 0.066197 seconds and 4 git commands to generate.