summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2021-06-04 17:11:58 +0000
committerJean-Frederic Clere <jfclere@apache.org>2021-06-04 17:11:58 +0000
commit8077b7af7782507ab8e3b9f2c05a1556e2bc4172 (patch)
tree9be33d31496be607b1d6c531d1a39e43e9a5b534 /docs/manual
parent6b05a451b80156b867dda36391f7f89d8efcf57b (diff)
downloadhttpd-8077b7af7782507ab8e3b9f2c05a1556e2bc4172.tar.gz
Add mapping = servlet / encoded
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_proxy.html.en.utf88
-rw-r--r--docs/manual/mod/mod_proxy.xml6
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en.utf8 b/docs/manual/mod/mod_proxy.html.en.utf8
index a9238d0348..177dd606d1 100644
--- a/docs/manual/mod/mod_proxy.html.en.utf8
+++ b/docs/manual/mod/mod_proxy.html.en.utf8
@@ -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();
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index c91a3dc807..8b77ad8310 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -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>