We know lots of web sites hosted more than one web site. That means one IP,multiple host names. The web server go to different directories based on different domain names. Now how squid proxy them? if one IP hosted 2 web sites: a.www.company.com and b.www.company.com, I want to set up squid to proxy a.www.company.com with https://squid.com:8000 and b.www.company.com with https://squid.com:8001. How can I do it? Thanks a lot!