From 0b46b82ea31b1b4bdeb9c058dfadd3f641aad7ea Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Fri, 11 Nov 2011 17:04:50 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy.html.en | 21 +++++++++++++++++----
docs/manual/mod/mod_proxy.xml.ja | 2 +-
2 files changed, 18 insertions(+), 5 deletions(-)
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 @@
-
+