From: Mikael Nordfeldth Date: Wed, 6 Aug 2014 08:31:31 +0000 (+0200) Subject: Apache 2.4 mod_authz_host access example X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=df55435a51e87f44f90773ef5c777291108282ad;p=quix0rs-gnu-social.git Apache 2.4 mod_authz_host access example Apache 2.2 -> 2.4 upgrades tend to fail on the "Order allow,deny" bit. --- diff --git a/htaccess.sample b/htaccess.sample index c0b61ee295..90e18e72e6 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -25,6 +25,9 @@ + # For mod_access_compat in Apache <2.4 Order allow,deny - + # Use this instead for Apache >2.4 (mod_authz_host) + # Require all denied +