]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_authz_host.conf
- rel 3; force new apr-util, too (new symbols)
[packages/apache.git] / apache-mod_authz_host.conf
index 5d3b4b89dc424d0be26d22ecfb15201196961d3d..e1a022f32cfcfeb6bf1900ad260b90e1db1bfcd6 100644 (file)
@@ -1,16 +1 @@
 LoadModule authz_host_module modules/mod_authz_host.so
-
-# The following lines prevent .htaccess and .htpasswd files from being
-# viewed by Web clients.
-#
-<IfModule authz_host_module>
-       <FilesMatch "^\.ht">
-               <IfModule mod_authz_host.c>
-                       Require all denied
-               </IfModule>
-               <IfModule mod_access_compat.c>
-                       Order allow,deny
-                       Deny from all
-               </IfModule>
-       </FilesMatch>
-</IfModule>
This page took 0.116452 seconds and 4 git commands to generate.