From df55435a51e87f44f90773ef5c777291108282ad Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 6 Aug 2014 10:31:31 +0200 Subject: [PATCH] Apache 2.4 mod_authz_host access example Apache 2.2 -> 2.4 upgrades tend to fail on the "Order allow,deny" bit. --- htaccess.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +