commit 7248d7f93747ae1382abec030026da4a4689fa52
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Fri Oct 2 23:46:45 2015 +0200

    2.4 way

 apache-mod_authz_host.conf | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/apache-mod_authz_host.conf b/apache-mod_authz_host.conf
index 65350d6..898c434 100644
--- a/apache-mod_authz_host.conf
+++ b/apache-mod_authz_host.conf
@@ -6,7 +6,12 @@ LoadModule authz_host_module modules/mod_authz_host.so
 #
 <IfModule authz_host_module>
        <FilesMatch "^\.ht">
-               Order allow,deny
-               Deny from all
+               <IfModule mod_authz_host.c>
+                       Require all denied
+               </IfModule>
+               <IfModule mod_access_compat.c>
+                       Order allow,deny
+                       Deny from all
+               </IfModule>
        </FilesMatch>
 </IfModule>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/7248d7f93747ae1382abec030026da4a4689fa52

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to