Hi,

I'm currently researching squid's ability to have traffic destined for
specific IPs redirected to specific http_accel_hosts.

For example, Squid listens on the following addresses:

192.168.5.2:80
192.168.5.3:80

The nature of requests coming in on each IP differ, so the host they
get sent to is important.  I would like all traffic to 192.168.5.2 to
goto 192.168.5.10, and 192.168.5.3 to goto 192.168.5.11.

The reason is the webservers on 192.168.5.10 and 11 handle different
types of requests.

Is there any way to accomplish this without running multiple instances of squid?

Thanks!
Sketch

Reply via email to