Re: [squid-users] combine a src and dstdomain

From: Christoph Haas <email@dont-contact.us>
Date: Mon, 24 Feb 2003 14:54:19 +0100

George,

> If an IP is from an IP range and destined to a specific URL the forward the
> request to another proxy.
>
> So far this is what I got. I don't know how to combine the dstdomain and
> the scr

If the cache_peer works like an "http_access" you can just write the
conditions one after another to have them ANDed.

When you need an OR you write:
acl condition1 ...
acl condition2 ...
http_access allow condition1
http_access allow condition2

When you need an AND you write:
acl condition1 ...
acl condition2 ...
http_access condition1 condition2

 Christoph

-- 
~
~
".signature" [Modified] 3 lines --100%--                3,41         All
Received on Mon Feb 24 2003 - 06:54:22 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:34 MST