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

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Wed, 04 Jul 2007 00:33:40 +0200

On tis, 2007-07-03 at 10:44 -0500, Jason Hitt wrote:
> OK I get that what I don't understand is how squid will know what ports
> I put on my cache_peer line will match up with the ports on my
> https_port lines?

By the cache_peer_access rules..

> -----Original Message-----
> From: Henrik Nordstrom [mailto:henrik@henriknordstrom.net]
> Sent: Monday, July 02, 2007 5:39 PM
> To: Jason Hitt
> Cc: squid-users@squid-cache.org
> Subject: RE: [squid-users] Muliple ports on single web backend
>
> On Mon, 2007-07-02 at 12:37 -0500, Jason Hitt wrote:
> > 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.
>
> The internal name for a cache_peer is by default the same as the
> specified hostname/ip. To allow for multiple cache_peer lines pointing
> to the same host the name= option to cache_peer can be used to assign a
> different internal name for that cache_peer line.
>
> Example:
>
> acl web1-sites dstdomain .example.com
>
> cache_peer 192.168.1.2 parent 80 0 no-query originserver web1-http
>
> acl port80 port 80
>
> cache_peer_access web1-http allow web1-sites port80
>
> cache_peer 192.168.1.2 parent 443 0 no-query ssl originserver web1-https
>
> acl port443 port 443
>
> cache_peer_access web1-https allow web1-sites port443
>
> Regards
> Henrik

Received on Tue Jul 03 2007 - 16:33:54 MDT

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