]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-mod_authz_host.conf
- updated to 2.4.23
[packages/apache.git] / apache-mod_authz_host.conf
1 LoadModule 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">
8                 Require all denied
9         </FilesMatch>
10 </IfModule>