Ok heres what you sent modified for what I want to do, if I put in the names how will it know my host IP? I'm confused by how this all mates up. http_port 8080 urlgroup=1 vhost acl port8080 myport 8080 cache_peer <web ip> parent 8080 0 originserver no-query cache_peer_access <web ip> allow port8080 http_port 80 urlgroup=2 vhost acl port80 myport 80 cache_peer <web ip> parent 80 0 originserver no-query cache_peer_access <web ip> allow port80 https_port 443 cert=/usr/local/squid/var/cert.pem urlgroup=1 vhost https_port 45678 cert=/usr/local/squid/var/cert.pem urlgroup=2 vhost -----Original Message----- From: Henrik Nordstrom [mailto:henrik@xxxxxxxxxxxxxxxxxxx] Sent: Saturday, June 30, 2007 4:11 PM To: Jason Hitt Cc: squid-users@xxxxxxxxxxxxxxx Subject: RE: Muliple ports on single web backend On Fri, 2007-06-29 at 09:44 -0500, Jason Hitt wrote: > Does work cause cache_peer won't allow two lines with the same ip. :( > any ideas how to proceed See the name option to cache_peer. Regards Henrik