Hello, I want to setup a reverse proxy to accelerate multiple sites using the same squid instance - i.e. apples.mysite.com -> origin would be (192.168.1.2) oranges.mysite.com -> origin would be (192.168.1.3) bananas.mysite.com -> origin would be (192.168.1.4) I know how to accelerate for one site based on the faq, however not too sure how to do multiple. I only have one interface on my host, and want everything to listen off of a single port if possible. If anyone can give me some config tips that would be much appreciated. Thanks!