Re: [squid-users] scheduling not working for me, what am I doing wrong?

From: Andrew Beverley <andy_at_andybev.com>
Date: Wed, 23 Nov 2011 21:35:23 +0000

On Wed, 2011-11-23 at 13:28 -0800, someone wrote:
> I am unable to limit the hours squid will accept requests
>
>
>
> squid3 -v
> Squid Cache: Version 3.0.STABLE8 <---yes I know its older but will do
> for my needs.
>
>
> Ive tried this:
>
> acl ACLTIME time SMTWHFA 06:00-23:30
>
> http_access allow ACLTIME

Have you got a "deny" option somewhere? Are you following the ACLTIME by
another "allow" that is giving them access?

Maybe you want something like:

acl ACLTIME time 06:30-21:00
http_access deny !ACLTIME

Andy
Received on Wed Nov 23 2011 - 21:35:31 MST

This archive was generated by hypermail 2.2.0 : Thu Nov 24 2011 - 12:00:03 MST