From: Jean-Frederic Clere Date: Fri, 4 Jun 2021 17:11:58 +0000 (+0000) Subject: Add mapping = servlet / encoded X-Git-Tag: 2.5.0-alpha2-ci-test-only~927 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8077b7af7782507ab8e3b9f2c05a1556e2bc4172;p=thirdparty%2Fapache%2Fhttpd.git Add mapping = servlet / encoded git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890477 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en.utf8 b/docs/manual/mod/mod_proxy.html.en.utf8 index a9238d03487..177dd606d12 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"

Protocol accepted in the Upgrade header by mod_proxy_wstunnel. See the documentation of this module for more details.

+ mapping + - +

Mapping to process the url 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.

+ @@ -2174,7 +2180,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_proxy.html } })(window, document); //-->