From 3c5d9cacf59b4884879b601fbafa81c45b8e15ea Mon Sep 17 00:00:00 2001 From: Conley Owens Date: Mon, 27 Apr 2015 10:40:30 -0700 Subject: [PATCH] Mention access control change in Apache 2.4 The suggested reverse proxy config will only work on Apache 2.4 if mod_access_compat is enabled. This change offers the user the new Apache 2.4 access control directive instead. See http://httpd.apache.org/docs/2.4/upgrading.html Change-Id: Idb8adb9f0031ff0790833aac8255451a459c7e6c --- Documentation/config-reverseproxy.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/config-reverseproxy.txt b/Documentation/config-reverseproxy.txt index dde26612c5..4ba2b3d6ac 100644 --- a/Documentation/config-reverseproxy.txt +++ b/Documentation/config-reverseproxy.txt @@ -48,6 +48,8 @@ or links will redirect to incorrect locations. Order deny,allow Allow from all + # Use following line instead of the previous two on Apache >= 2.4 + # Require all granted AllowEncodedSlashes On