From: Rich Bowen Date: Fri, 11 Nov 2011 17:07:36 +0000 (+0000) Subject: Rebuild xdoc transform X-Git-Tag: 2.5.0-alpha~7932 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86174028006f272db7a9093202c6fe42eead6d01;p=apache Rebuild xdoc transform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200957 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 625cfe1c0c..cfd15af24d 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1502,10 +1502,23 @@ proxied server Status:Extension Module:mod_proxy -

Usage is basically similar to -ProxyPassReverse, but instead of -rewriting headers that are a URL, this rewrites the path -string in Set-Cookie headers.

+

+Useful in conjunction with +ProxyPassReverse +in situations where backend URL paths are mapped to public paths on the +reverse proxy. This directive rewrites the path string in +Set-Cookie headers. If the beginning of the cookie path matches +internal-path, the cookie path will be replaced with +public-path. +

+In the example given with +ProxyPassReverse, the directive: +

+ ProxyPassReverseCookiePath / /mirror/foo/ +

+will rewrite a cookie with backend path / (or +/example or, in fact, anything) to /mirror/foo/. +

top
diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 6e2035d3f0..da5194c4b5 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +