]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-mod_authz_host.conf
- pretrans maybe? :)
[packages/apache.git] / apache-mod_authz_host.conf
1 # $Id: apache-mod_authz_host.conf,v 1.2 2005/12/21 13:20:11 glen Exp $
2 LoadModule authz_host_module modules/mod_authz_host.so
3
4 # The following lines prevent .htaccess and .htpasswd files from being
5 # viewed by Web clients.
6 #
7 <IfModule authz_host_module>
8         <FilesMatch "^\.ht">
9                 Order allow,deny
10                 Deny from all
11         </FilesMatch>
12 </IfModule>