Hi all , using Apache 2.0.58 and 59 as a Reverse Proxy I am seeing the wrong hostname in the Via header that Apache sends to downstream servers . e.g. Apache has a load balanced alias = host1.xxx.com although the server hostname is actually = apache.xxx.yyy.com in the xxx.yyy.com domain All clients access Apache by https://host1.xxx.com I have PreserveHostname on
But with UseCanonicalName Off I see the following in the Via header = host1.xxx.yyy.com Why do I not see Via= host1.xxx.com ? I know there are some UseCanonicalName off bugs in earler releases ..does that apply here ? Regards Daniel