]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_authz_host.conf
- new modules todo
[packages/apache.git] / apache-mod_authz_host.conf
CommitLineData
86dece47
ER
1# $Id$
2LoadModule 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">
40ca719a 9 Require all denied
86dece47
ER
10 </FilesMatch>
11</IfModule>
This page took 0.023285 seconds and 4 git commands to generate.