]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fix for 2.4 (we want it to be denied)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 2 Oct 2015 21:49:43 +0000 (23:49 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 2 Oct 2015 21:49:43 +0000 (23:49 +0200)
apache-mod_authz_host.conf

index 53919673291e38ec73629b94c7fab2aeefe3e3f7..5d3b4b89dc424d0be26d22ecfb15201196961d3d 100644 (file)
@@ -5,10 +5,12 @@ LoadModule authz_host_module modules/mod_authz_host.so
 #
 <IfModule authz_host_module>
        <FilesMatch "^\.ht">
-               Require all denied
+               <IfModule mod_authz_host.c>
+                       Require all denied
+               </IfModule>
                <IfModule mod_access_compat.c>
                        Order allow,deny
-                       Allow from all
+                       Deny from all
                </IfModule>
        </FilesMatch>
 </IfModule>
This page took 0.036006 seconds and 4 git commands to generate.