From ec044acdab78cc80043a4c34ad32fb74ddddcabe Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?= ProxyPass
provides here). It also takes care of
redirects the server foo.com sends: when http://foo.com/bar
is
redirected by him to http://foo.com/quux
Apache adjusts this to
http://wibble.org/mirror/foo/quux
before forwarding the HTTP
-redirect response to the client.
UseCanonicalName
directive.
Note that this ProxyPassReverse
directive can
also be used in conjunction with the proxy pass-through feature
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index ee695345c4..cb4f4358ea 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -515,7 +515,9 @@ functionality ProxyPass
provides here). It also takes care of
redirects the server foo.com sends: when http://foo.com/bar
is
redirected by him to http://foo.com/quux
Apache adjusts this to
http://wibble.org/mirror/foo/quux
before forwarding the HTTP
-redirect response to the client.
Note that this