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.