]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-httpd.conf
- mod_access directives protected by ifmodule
[packages/apache1.git] / apache1-httpd.conf
index 0de5cb93ecfd1ffc61f9d070e90b6aa7ec1a0e67..1cf0f8b39142d63ea1928547c1a9dc76654dc38a 100644 (file)
@@ -99,7 +99,9 @@ Include webapps.d/*.conf
        <Directory "/home/services/apache/cgi-bin">
                AllowOverride None
                Options None
-               Order allow,deny
-               Allow from all
+               <IfModule mod_access.c>
+                       Order allow,deny
+                       Allow from all
+               </IfModule>
        </Directory>
 </IfModule>
This page took 0.22399 seconds and 4 git commands to generate.