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 AllReceived 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