On 4/10/06, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote: > mån 2006-04-10 klockan 10:41 -0400 skrev Sketch: > > Hi, > > > > I'm currently researching squid's ability to have traffic destined for > > specific IPs redirected to specific http_accel_hosts. > > > > Is there any way to accomplish this without running multiple instances of squid? > > Yes, there is several. > > Do you run Host header based virtual domains on these IPs, or just a > single site on each? Not sure what host header based vhosts are, but it's just a single site on each. > Is the backend servers well aware of their official Internet names, or > like IIS and always assumes what is sent to them in the Host header? The backends are pooled and accessed by a farm name, not directly. Each backend has two IPs for each site mentioned above. > Traditional Squid-2.5 way with a single site per IP: 8< Thanks for all the info, You've pointed me in the right direction.