From: Eric Covener Date: Mon, 20 Jan 2014 00:32:07 +0000 (+0000) Subject: Merge r1517406 from trunk: X-Git-Tag: 2.2.27~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2f6e5d4327d5ec5c7ec13cd7a1f5aa48eb95af;p=thirdparty%2Fapache%2Fhttpd.git Merge r1517406 from trunk: PR55352: mention in the manual that the matching is a prefix only, not the same context-root / segment-aware matching done by . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1559613 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index d40f9537295..fa810c578e4 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -443,6 +443,20 @@ </Proxy> + Differences from the Location configuration section +

A backend URL matches the configuration section if it begins with the + the wildcard-url string, even if the last path segment in the + directive only matches a prefix of the backend URL. For example, + <Proxy http://example.com/foo> matches all of + http://example.com/foo, http://example.com/foo/bar, and + http://example.com/foobar. The matching of the final URL differs + from the behavior of the Location section, which for purposes of this note + treats the final path component as if it ended in a slash.

+

For more control over the matching, see ProxyMatch.

+
+ ProxyMatch diff --git a/docs/manual/mod/mod_proxy.xml.meta b/docs/manual/mod/mod_proxy.xml.meta index 38a79fdda73..f0185375d44 100644 --- a/docs/manual/mod/mod_proxy.xml.meta +++ b/docs/manual/mod/mod_proxy.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja