I have squid running listening on multiple ports:
http_port 80 defaultsite=somesite.site.com
http_port 81 defaultsite=somesite.site.com
http_port 82 defaultsite=somesite.site.com
I want to have each port point to a different origin host:
http_port 80 defaultsite=somesite.site.com -> cache_peer 10.1.1.1
parent 80 0 no-query originserver
http_port 81 defaultsite=somesite.site.com -> cache_peer 10.1.1.2
parent 80 0 no-query originserver
http_port 82 defaultsite=somesite.site.com -> cache_peer 10.1.1.3
parent 80 0 no-query originserver
Can someone please explain what the process is for setting this up or
if this is possible?
Thank you.
Received on Mon Jul 30 2007 - 18:45:31 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:04 MDT