]> git.pld-linux.org Git - packages/drupal.git/blobdiff - drupal.conf
- drop old triggers
[packages/drupal.git] / drupal.conf
index d6fc9f35ef3299f98768b34a1a565835065d941a..25a85634a1ea0cbbda4ef8efdb1ae5a098754415 100644 (file)
 
 <Directory /var/lib/drupal>
     Allow from all
-    SetHandler This_is_a_Drupal_security_line_do_not_remove
+    SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
+    Options None
+    <IfModule mod_rewrite.c>
+        RewriteEngine off
+    </IfModule>
 </Directory>
 
 <VirtualHost *:80>
         Alias /files /var/lib/drupal
     </IfModule>
 </VirtualHost>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.069152 seconds and 4 git commands to generate.