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 <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2015-05-05 15:58:51 +02:00
parent 49347a2896
commit 1cdebf467c

View File

@@ -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.