Re: [squid-users] Design a delay_pools policy...

From: Raymond A. Meijer <raymond@dont-contact.us>
Date: Fri, 23 Mar 2007 09:41:08 +0200

On Thu 22 Mar 2007, Henrik Nordstrom wrote:

> See delay pools. There is a good chapter on it in the FAQ and also in
> the users guide.

I read it 73847 times, but I found it very hard to understand :-|

> So what have you tried?

I think I've got it working properly now:

acl localhost src 127.0.0.1/255.255.255.255
acl lan src 192.168.0.0/24
acl fastusers src 127.0.0.1 192.168.0.22 192.168.0.54 192.168.0.79
acl local dstdomain .intranet

http_access allow localhost
http_access allow lan

always_direct allow lan local

delay_pools 1
delay_class 1 2
delay_access 1 allow !fastusers !local
delay_access 1 deny all
delay_parameters 1 -1/-1 100000/100000

Is that correct? Is this the most efficient way of setting it up?

> Just deny them from the pool using dst/dstdomain acls..

Did I do that correctly in the config I posted above?

Thanks mate,

Ray

-- 
You cannot discover new oceans unless
you have the courage to lose sight of
the shore
Received on Fri Mar 23 2007 - 01:41:19 MDT

This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:02 MDT