]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_authz_host.conf
- new modules todo
[packages/apache.git] / apache-mod_authz_host.conf
index 65350d60f4e67dfec83a3e59d6db4583b9e8900d..cee3f8a52f46667e0ce2cef79ebdb6997a047d7d 100644 (file)
@@ -6,7 +6,6 @@ LoadModule authz_host_module modules/mod_authz_host.so
 #
 <IfModule authz_host_module>
        <FilesMatch "^\.ht">
-               Order allow,deny
-               Deny from all
+               Require all denied
        </FilesMatch>
 </IfModule>
This page took 0.082415 seconds and 4 git commands to generate.