]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_alias.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_alias.conf
index 651e511f10a40e817397c63dee261d9da3d331f4..b8ecbd2a63f36b50f6093377a60efa0bf9d5f254 100644 (file)
@@ -13,9 +13,11 @@ Alias /manual/ "/usr/share/apache1-manual/"
 <Directory "/usr/share/apache1-manual">
        Options Indexes MultiViews
        AllowOverride None
-       order deny,allow
-       deny from all
-       allow from 127.0.0.1
+       <IfModule mod_access.c>
+               Order deny,allow
+               Deny from all
+               Allow from 127.0.0.1
+       </IfModule>
 </Directory>
 
 </IfModule>
This page took 0.112722 seconds and 4 git commands to generate.