From: Yann Ylavic Date: Thu, 16 Dec 2021 12:26:46 +0000 (+0000) Subject: Merge r1896048 from trunk: [skip ci] X-Git-Tag: candidate-2.4.52-rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c06de00353866fcee3f7bd2abf0ec0c086cfb886;p=thirdparty%2Fapache%2Fhttpd.git Merge r1896048 from trunk: [skip ci] docs/mod_proxy.xml: syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index cc980a0b27a..7217b621c0f 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1251,7 +1251,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 will apply to the requested uri-path before matching the path. If a mapping matches, it's committed to the uri-path such that all the directory contexts that use a path (like <Location>) will be matched using the - same mapping. + same mapping.

mapping=encoded prevents the %-decoding of the uri-path so that one can match for instance /some%2furi%2fpath%2fwith%2fslash in a ProxyPass or in a <Location> context.