From: Andre Malo Date: Sat, 1 Mar 2003 01:28:46 +0000 (+0000) Subject: Mention that ProxyPassReverse takes the hostname in respect X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35397d620cd637a8c9641d794bea5cb61c6972f8;p=apache Mention that ProxyPassReverse takes the hostname in respect to the UseCanonicalName setting PR: 8625 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98861 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 8e73524fe2..53b80b748f 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -671,7 +671,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.

+redirect response to the client. Note that the hostname used for +constructing the URL is chosen in respect to the setting of the +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.

+redirect response to the client. Note that the hostname used for +constructing the URL is chosen in respect to the setting of the +UseCanonicalName directive.

Note that this ProxyPassReverse directive can also be used in conjunction with the proxy pass-through feature