]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
If the proxy was enabled, and UseCanonicalHostname was off,
authorMartin Kraemer <martin@apache.org>
Tue, 13 Jan 2004 16:11:55 +0000 (16:11 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 13 Jan 2004 16:11:55 +0000 (16:11 +0000)
commitf0ca54f433918ded82c797a61666553c6a7bb7bb
tree77d068c45c025a0c2f9121aedfd8a1d32a27a573
parent7e0419850a9110ca0e69667953a778c4d6e7e45e
If the proxy was enabled, and UseCanonicalHostname was off,
then the Via: header would report not the proxy
hosts's ServerName (or any of its configured VHosts's names) as it
should, but the *origin hosts*'s name.
Now it reports its ServerName.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102320 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_http.c