RE: [squid-users] Help on delay pools

From: Elsen Marc <elsen@dont-contact.us>
Date: Thu, 7 Apr 2005 13:35:37 +0200

 
>
> Hi all...
>
> I am having two ACLs as:
>
> acl mysrc src 192.168.2.62
>
> and
>
> acl mydst dst 202.63.25.15
>
> If I want "ANDING" of these two ACLs then I have to do like this ...
>
> http_access allow mysrc mydst
>
> This will allow or deny(if required) the required browsing from the
> source to the destination.
>
> But what if I want this in the DELAY POOLS ..
>
> In delay pools in the delay_access TAG I can only give one
> acl name like
>
> delay_access 1 allow mysrc
>
> Is there any way of defining two acls for ANDING in the delay_access
> parameter.
>
> That means I want to manage the bandwidth only if the two
> acls are met.
>
> Any idea... ?
>
>

  Doesn't that work then, the FAQ on delay pools
  seems to include such examples :

  http://www.squid-cache.org/Doc/FAQ/FAQ-19.html#ss19.8

  -> Look for line (for instance) :

       delay_access 1 allow virtual_slowcache !LOCAL-NET !LOCAL-IP !fast_slow

  M.
Received on Thu Apr 07 2005 - 05:38:25 MDT

This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:03 MDT