I am trying to proxy SSL requests to a backend tomcat server using the
latest code on trunk and am having some issues. If I enable
"ProxyPreserveHost" I get a 500 proxy error and investigating the logs I
see that the address being proxied to is the IP address. If I turn off
ProxyPreserveHost the address proxied to is actually the host name (what's
in the ProxyPass definition). Is this expected? I did not expect the
hostname to be resolved to an IP address when doing the proxy with preserve
host on, is this correct? Is there a way to not have the host name
resolved to the IP address?