From 1cdebf467c724d5f3009e44f669e156a5dedda11 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Tue, 5 May 2015 15:58:51 +0200 Subject: [PATCH] Fix typo in Apache 2 documentation 'nocanon' must be specified for the ProxyPass directive as described earlier in the same document, 'nodecode' is not even supported [1]. [1] http://httpd.apache.org/docs/current/mod/mod_proxy.html#ProxyPass Bug: Issue 3346 Change-Id: Id89c4c8bdc7f6f80c706278ff476852875cfe893 Signed-off-by: Edwin Kempin --- Documentation/config-reverseproxy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config-reverseproxy.txt b/Documentation/config-reverseproxy.txt index dde26612c5..7f30b14708 100644 --- a/Documentation/config-reverseproxy.txt +++ b/Documentation/config-reverseproxy.txt @@ -83,7 +83,7 @@ encryption algorithm is required. If you are encountering 'Page Not Found' errors when opening the change screen, your Apache proxy is very likely decoding the passed URL. Make sure to either use 'AllowEncodedSlashes On' together with -'ProxyPass .. nodecode' or alternatively a 'mod_rewrite' configuration with +'ProxyPass .. nocanon' or alternatively a 'mod_rewrite' configuration with 'AllowEncodedSlashes NoDecode' set.