From: Yann Ylavic Date: Thu, 16 Dec 2021 12:25:40 +0000 (+0000) Subject: docs/mod_proxy.xml: syntax. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~632 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9393d725dd5da6321945e8425830bb3a996540;p=thirdparty%2Fapache%2Fhttpd.git docs/mod_proxy.xml: syntax. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896048 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 850729a1ec3..90fca504f02 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1290,7 +1290,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.