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