]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- fix for DRUPAL-SA-2006-006
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 29 May 2006 15:20:54 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.conf -> 1.12

drupal.conf

index 28e711b7dfd80262f0346ed5bfd1242974f4fe85..d6fc9f35ef3299f98768b34a1a565835065d941a 100644 (file)
@@ -91,7 +91,8 @@
 #</Location>
 
 <Directory /var/lib/drupal>
-    allow from all
+    Allow from all
+    SetHandler This_is_a_Drupal_security_line_do_not_remove
 </Directory>
 
 <VirtualHost *:80>
This page took 0.084127 seconds and 4 git commands to generate.