From: Rich Bowen
Date: Fri, 11 Nov 2011 17:04:50 +0000 (+0000)
Subject: Rebuild mod_proxy doc.
X-Git-Tag: 2.2.22~87
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b46b82ea31b1b4bdeb9c058dfadd3f641aad7ea;p=thirdparty%2Fapache%2Fhttpd.git
Rebuild mod_proxy doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1200954 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index e336cdda501..841f15891d2 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -1405,10 +1405,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/.
+

diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja
index cb4c4b8174c..a7685cae5e9 100644
--- a/docs/manual/mod/mod_proxy.xml.ja
+++ b/docs/manual/mod/mod_proxy.xml.ja
@@ -1,7 +1,7 @@
-
+