]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Mention that ProxyPassReverse takes the hostname in respect
authorAndré Malo <nd@apache.org>
Sat, 1 Mar 2003 01:30:00 +0000 (01:30 +0000)
committerAndré Malo <nd@apache.org>
Sat, 1 Mar 2003 01:30:00 +0000 (01:30 +0000)
to the UseCanonicalName setting

PR: 8625

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

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

index 0a1c540cae1e6640f4a7bdc627cd76f4f2bdb3a2..9be8a26189a87a4cf8f5ed629b23c378b8d66c8e 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