On Fri, 17 Oct 2003, Reuben Pearse wrote: > Hi there, > > Is there way to use squid to intercept all http traffic on port 80, but > to route through to different back-end servers depending on the host > header.
Yes. With Squid-2.5 the easiest method is to add the accelerated domains to /etc/hosts with the IP addresses of the real web servers. In Squid-3 this is cleaned up by using cache_peer for selecting which web server the request should be sent to. Regards Henrik
