I have squid setup for one domain working fine. www.mysite.com resolves to squid box and then proxies for the backend web server. I have another site setup on that web server that uses a different IP address. anothersite.mysite.com I would like to go through the proxy as well. How would I set squid up for that? Another way of looking at it:
Public IP 1 forwards to www.mysite.com forwards to Squid then web server 1 Public IP 2 forwards to another.mysite.com then I would like it to forward to squid and then to web server 1. I've seen the directions for using host headers but this is not that same as different IP address.
