]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_authz_host.conf
- Up to 2.4.52
[packages/apache.git] / apache-mod_authz_host.conf
index b64bd546db574245771964ab5aa2f57fe88cfd1b..e1a022f32cfcfeb6bf1900ad260b90e1db1bfcd6 100644 (file)
@@ -1,12 +1 @@
-# $Id: 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
-# viewed by Web clients.
-#
-<IfModule authz_host_module>
-       <FilesMatch "^\.ht">
-               Order allow,deny
-               Deny from all
-       </FilesMatch>
-</IfModule>