On Fri, 11 Mar 2005, Michael Pye wrote:
I want the ability to reverse proxy multiple name-based vhosts on multiple backend web servers. However I cannot seem to implement this as squid is finding hits for pages on the backend servers but not differentiating them on the Host: header. i.e. a request for the root document on one vhost causes a HIT for the root document from another vhost.
This depends on how you set up Squid.
http://www.squid-cache.org/mail-archive/squid-users/199811/0609.html
The most common error causing the symptoms you describe is having a redirector squashing the URLs of multiple vhosts into one..
Regards Henrik