]> git.pld-linux.org Git - packages/drupal.git/blobdiff - drupal.conf
- merged 5.7 from DEVEL: cvs up -j HEAD -j DEVEL, except manually re-merged changelog...
[packages/drupal.git] / drupal.conf
index 25a85634a1ea0cbbda4ef8efdb1ae5a098754415..8d06f07a2d8ec821aadf940edaabf3857cdcc810 100644 (file)
@@ -9,8 +9,10 @@
 <Directory /usr/share/drupal/htdocs>
     Options FollowSymLinks
     AllowOverride None
-    Order allow,deny
-    Allow from all
+    <IfModule mod_access.c>
+        order allow,deny
+        allow from all
+    </IfModule>
 
     # Set the default handler.
     <IfModule mod_dir.c>
 #</Location>
 
 <Directory /var/lib/drupal>
-    Allow from all
-    SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
-    Options None
-    <IfModule mod_rewrite.c>
-        RewriteEngine off
-    </IfModule>
+    allow from all
 </Directory>
 
 <VirtualHost *:80>
         Alias /files /var/lib/drupal
     </IfModule>
 </VirtualHost>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.155847 seconds and 4 git commands to generate.