]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_authz_host.conf
- drop systemd leftovers
[packages/apache.git] / apache-mod_authz_host.conf
index 790b81581788a217948a1e69337ea62ae8d87b94..679203500d45df15ac23fa2637568478cb369bc1 100644 (file)
@@ -1,4 +1,3 @@
- apache-mod_authz_host.conf,v 1.2 2005/12/21 13:20:11 glen Exp $
 LoadModule authz_host_module modules/mod_authz_host.so
 
 # The following lines prevent .htaccess and .htpasswd files from being
@@ -6,7 +5,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>