SOURCES: drupal.conf - fix for Drupal SA-2006-007

glen glen at pld-linux.org
Fri Jun 2 14:05:18 CEST 2006


Author: glen                         Date: Fri Jun  2 12:05:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for Drupal SA-2006-007

---- Files affected:
SOURCES:
   drupal.conf (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SOURCES/drupal.conf
diff -u SOURCES/drupal.conf:1.14 SOURCES/drupal.conf:1.15
--- SOURCES/drupal.conf:1.14	Mon May 29 17:28:49 2006
+++ SOURCES/drupal.conf	Fri Jun  2 14:05:12 2006
@@ -92,7 +92,11 @@
 
 <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>
@@ -104,5 +108,3 @@
         Alias /files /var/lib/drupal
     </IfModule>
 </VirtualHost>
-
-# vim: filetype=apache ts=4 sw=4 et
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/drupal.conf?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list