]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- mod_access doesn't exist in apache 2.2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Jan 2006 23:29:32 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.conf -> 1.11

drupal.conf

index 8d06f07a2d8ec821aadf940edaabf3857cdcc810..28e711b7dfd80262f0346ed5bfd1242974f4fe85 100644 (file)
@@ -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>
This page took 0.153523 seconds and 4 git commands to generate.