Skarbet wrote:

> i'm using squid2.4stable7 and trying to stop user from
> downloading large file and access some server.this is
> my ACL:

> acl local src 192.168.1.0/24
[other acl lines]

> http_access allow local
[other http_access lines]

> but this does not work !!!!!!!!!!!!!!!!!!! can u show
> me what's wrong ?

That first http_access line is allowing all traffic from the 192.168.1.0/24
subnet before any of your other rules are checked.

See the Access Controls FAQ for more information:

http://www.squid-cache.org/Doc/FAQ/FAQ-10.html

Adam

Reply via email to