|
From: Lars H. <hu...@in...> - 2010-10-03 17:08:57
|
> Have you been able to figure out how Apache handles this? Is it using > the Host: header in CONNECT requests for anything, and if yes, what should > be in there? Is that documented anywhere? I made a test, but it was inconclusive. I couldn't find any pattern in the results I got. My configuration with two VirtualHosts looked like this: ServerName foo <Proxy foo> ... </Proxy> AllowCONNECT 1234 ServerName bar <Proxy bar> ... </Proxy> AllowCONNECT 1235 With some request combinations for port 1234 I even got connected to port 1235. I couldn't find any documentation on this. Lars |