]> git.pld-linux.org Git - packages/apache.git/blame - apache-mod_authz_host.conf
use ErrorLogFromat default similar to prefork mpm
[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">
72c3b9e2
AM
8 <IfModule mod_authz_host.c>
9 Require all denied
10 </IfModule>
e92e5081
JR
11 <IfModule mod_access_compat.c>
12 Order allow,deny
72c3b9e2 13 Deny from all
e92e5081 14 </IfModule>
86dece47
ER
15 </FilesMatch>
16</IfModule>
This page took 0.030023 seconds and 4 git commands to generate.