]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_authz_host.conf
adapter
[packages/apache.git] / apache-mod_authz_host.conf
index cee3f8a52f46667e0ce2cef79ebdb6997a047d7d..53919673291e38ec73629b94c7fab2aeefe3e3f7 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 LoadModule authz_host_module modules/mod_authz_host.so
 
 # The following lines prevent .htaccess and .htpasswd files from being
@@ -7,5 +6,9 @@ LoadModule authz_host_module modules/mod_authz_host.so
 <IfModule authz_host_module>
        <FilesMatch "^\.ht">
                Require all denied
+               <IfModule mod_access_compat.c>
+                       Order allow,deny
+                       Allow from all
+               </IfModule>
        </FilesMatch>
 </IfModule>
This page took 0.070626 seconds and 4 git commands to generate.