]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_authz_host.conf
- update to latest intermediate compatibility https://wiki.mozilla.org/Security/Serve...
[packages/apache.git] / apache-mod_authz_host.conf
index 679203500d45df15ac23fa2637568478cb369bc1..53919673291e38ec73629b94c7fab2aeefe3e3f7 100644 (file)
@@ -6,5 +6,9 @@ LoadModule authz_host_module modules/mod_authz_host.so
 <IfModule authz_host_module>
        <FilesMatch "^\.ht">
                Require all denied
+               <IfModule mod_access_compat.c>
+                       Order allow,deny
+                       Allow from all
+               </IfModule>
        </FilesMatch>
 </IfModule>
This page took 0.043457 seconds and 4 git commands to generate.