RE: [squid-users] Muliple ports on single web backend

From: Jason Hitt <Jhitt@dont-contact.us>
Date: Mon, 2 Jul 2007 12:37:52 -0500

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@henriknordstrom.net]
Sent: Saturday, June 30, 2007 4:11 PM
To: Jason Hitt
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users] 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
Received on Mon Jul 02 2007 - 11:38:05 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:03 MDT