SOURCES: drupal.conf - mod_access doesn't exist in apache 2.2

glen glen at pld-linux.org
Fri Jan 20 00:29:37 CET 2006


Author: glen                         Date: Thu Jan 19 23:29:37 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- mod_access doesn't exist in apache 2.2

---- Files affected:
SOURCES:
   drupal.conf (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/drupal.conf
diff -u SOURCES/drupal.conf:1.10 SOURCES/drupal.conf:1.11
--- SOURCES/drupal.conf:1.10	Tue Dec  6 16:22:57 2005
+++ SOURCES/drupal.conf	Fri Jan 20 00:29:32 2006
@@ -9,10 +9,8 @@
 <Directory /usr/share/drupal/htdocs>
     Options FollowSymLinks
     AllowOverride None
-    <IfModule mod_access.c>
-        order allow,deny
-        allow from all
-    </IfModule>
+    Order allow,deny
+    Allow from all
 
     # Set the default handler.
     <IfModule mod_dir.c>
================================================================

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



More information about the pld-cvs-commit mailing list