You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/12/16 12:25:41 UTC

svn commit: r1896048 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: ylavic
Date: Thu Dec 16 12:25:40 2021
New Revision: 1896048

URL: http://svn.apache.org/viewvc?rev=1896048&view=rev
Log:
docs/mod_proxy.xml: syntax. [skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1896048&r1=1896047&r2=1896048&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Thu Dec 16 12:25:40 2021
@@ -1290,7 +1290,7 @@ ProxyPass "/example" "http://backend.exa
         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>&lt;Location&gt;</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>&lt;Location&gt;</code> context.</p>