]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- use SetHandler None, it's at least documented
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 29 May 2006 15:25:58 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.conf -> 1.13

drupal.conf

index d6fc9f35ef3299f98768b34a1a565835065d941a..225ca55fe61ecd5ed24e476735e43dd509bc53ea 100644 (file)
@@ -92,7 +92,7 @@
 
 <Directory /var/lib/drupal>
     Allow from all
-    SetHandler This_is_a_Drupal_security_line_do_not_remove
+    SetHandler None
 </Directory>
 
 <VirtualHost *:80>
This page took 0.074088 seconds and 4 git commands to generate.