SOURCES: drupal.conf - use SetHandler None, it's at least documented

glen glen at pld-linux.org
Mon May 29 17:26:03 CEST 2006


Author: glen                         Date: Mon May 29 15:26:03 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use SetHandler None, it's at least documented

---- Files affected:
SOURCES:
   drupal.conf (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SOURCES/drupal.conf
diff -u SOURCES/drupal.conf:1.12 SOURCES/drupal.conf:1.13
--- SOURCES/drupal.conf:1.12	Mon May 29 17:20:54 2006
+++ SOURCES/drupal.conf	Mon May 29 17:25:58 2006
@@ -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>
================================================================

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



More information about the pld-cvs-commit mailing list