]> git.pld-linux.org Git - packages/apache.git/blame_incremental - apache-mod_authz_host.conf
- rel 4; use currently available (unofficial) fix for latest 'Range' vuln.
[packages/apache.git] / apache-mod_authz_host.conf
... / ...
CommitLineData
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">
9 Order allow,deny
10 Deny from all
11 </FilesMatch>
12</IfModule>
This page took 0.029458 seconds and 4 git commands to generate.