]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_authz_host.conf
- update to latest intermediate compatibility https://wiki.mozilla.org/Security/Serve...
[packages/apache.git] / apache-mod_authz_host.conf
CommitLineData
86dece47
ER
1LoadModule authz_host_module modules/mod_authz_host.so
2
3# The following lines prevent .htaccess and .htpasswd files from being
4# viewed by Web clients.
5#
6<IfModule authz_host_module>
7 <FilesMatch "^\.ht">
40ca719a 8 Require all denied
e92e5081
JR
9 <IfModule mod_access_compat.c>
10 Order allow,deny
11 Allow from all
12 </IfModule>
86dece47
ER
13 </FilesMatch>
14</IfModule>
This page took 0.076845 seconds and 4 git commands to generate.