]> granicus.if.org Git - apache/commitdiff
Mention that ProxyPassReverse takes the hostname in respect
authorAndre Malo <nd@apache.org>
Sat, 1 Mar 2003 01:28:46 +0000 (01:28 +0000)
committerAndre Malo <nd@apache.org>
Sat, 1 Mar 2003 01:28:46 +0000 (01:28 +0000)
to the UseCanonicalName setting

PR: 8625

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98861 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index 8e73524fe28fc8680272dcc421775d8686be5c1c..53b80b748f6a61815961bb015f302c8fec36dca3 100644 (file)
@@ -671,7 +671,9 @@ functionality <code>ProxyPass</code> provides here). It also takes care of
 redirects the server foo.com sends: when <code>http://foo.com/bar</code> is
 redirected by him to <code>http://foo.com/quux</code> Apache adjusts this to
 <code>http://wibble.org/mirror/foo/quux</code> before forwarding the HTTP
-redirect response to the client. </p>
+redirect response to the client. Note that the hostname used for
+constructing the URL is chosen in respect to the setting of the
+<code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code> directive.</p>
 <p>
 Note that this <code class="directive">ProxyPassReverse</code> directive can
 also be used in conjunction with the proxy pass-through feature
index ee695345c40bc18e84af12fd2c057f5b365168b5..cb4f4358ea6c6b73027dc5d593be8a701fb0e2ff 100644 (file)
@@ -515,7 +515,9 @@ functionality <code>ProxyPass</code> provides here). It also takes care of
 redirects the server foo.com sends: when <code>http://foo.com/bar</code> is
 redirected by him to <code>http://foo.com/quux</code> Apache adjusts this to
 <code>http://wibble.org/mirror/foo/quux</code> before forwarding the HTTP
-redirect response to the client. </p>
+redirect response to the client. Note that the hostname used for
+constructing the URL is chosen in respect to the setting of the
+<directive module="core">UseCanonicalName</directive> directive.</p>
 <p>
 Note that this <directive>ProxyPassReverse</directive> directive can
 also be used in conjunction with the proxy pass-through feature