]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add mapping = servlet / encoded
authorJean-Frederic Clere <jfclere@apache.org>
Fri, 4 Jun 2021 17:11:58 +0000 (17:11 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Fri, 4 Jun 2021 17:11:58 +0000 (17:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890477 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en.utf8
docs/manual/mod/mod_proxy.xml

index a9238d03487caad9056072c091d04998599d3ee6..177dd606d124f1c8cc3eac4cc76d2b03241da8f1 100644 (file)
@@ -1435,6 +1435,12 @@ ProxyPass "/mirror/foo"   "http://backend.example.com"</pre>
         <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.apache.org/docs/trunk/mod/mod_proxy.html
     }
 })(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();
index c91a3dc80754bfa16f5bbaf1d0d4e24523ff5b3b..8b77ad8310ae2b8f38a8c67d4af2ce4f8b1756df 100644 (file)
@@ -1283,6 +1283,12 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
         <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>