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
will apply to the requested <var>uri-path</var> before matching the <var>path</var>. If
a mapping matches, it's committed to the <var>uri-path</var> such that all the directory
contexts that use a path (like <code><Location></code>) will be matched using the
- same mapping.
+ same mapping.</p>
<p><code>mapping=encoded</code> prevents the %-decoding of the <var>uri-path</var> so
that one can match for instance <code>/some%2furi%2fpath%2fwith%2fslash</code> in a
<code>ProxyPass</code> or in a <code><Location></code> context.</p>