You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jf...@apache.org on 2021/06/04 17:11:58 UTC

svn commit: r1890477 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy.html.en.utf8 mod_proxy.xml

Author: jfclere
Date: Fri Jun  4 17:11:58 2021
New Revision: 1890477

URL: http://svn.apache.org/viewvc?rev=1890477&view=rev
Log:
Add mapping = servlet / encoded

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en.utf8
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en.utf8?rev=1890477&r1=1890476&r2=1890477&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.en.utf8 [utf-8] Fri Jun  4 17:11:58 2021
@@ -1435,6 +1435,12 @@ ProxyPass "/mirror/foo"   "http://backen
         <td><p>Protocol accepted in the Upgrade header by <code class="module"><a href="../mod/mod_proxy_wstunnel.html">mod_proxy_wstunnel</a></code>.
         See the documentation of this module for more details.</p>
     </td></tr>
+    <tr><td>mapping</td>
+        <td>-</td>
+        <td><p>Mapping to process the <var>url</var> before choosing a Worker/Balancer.
+        'servlet' maps like a servlet container (like jk_servlet_normalize), use with Apache Tomcat for example.
+        'encoded' maps it encoded.</p>
+    </td></tr>
 
     </table>
 
@@ -2174,7 +2180,7 @@ var comments_identifier = 'http://httpd.
     }
 })(window, document);
 //--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2020 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="apache">Copyright 2021 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
 if (typeof(prettyPrint) !== 'undefined') {
     prettyPrint();

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=1890477&r1=1890476&r2=1890477&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Fri Jun  4 17:11:58 2021
@@ -1283,6 +1283,12 @@ ProxyPass "/example" "http://backend.exa
         <td><p>Protocol accepted in the Upgrade header by <module>mod_proxy_wstunnel</module>.
         See the documentation of this module for more details.</p>
     </td></tr>
+    <tr><td>mapping</td>
+        <td>-</td>
+        <td><p>Mapping to process the <var>url</var> before choosing a Worker/Balancer.
+        'servlet' maps like a servlet container (like jk_servlet_normalize), use with Apache Tomcat for example.
+        'encoded' maps it encoded.</p>
+    </td></tr>
 
     </table>