Results 1 to 1 of 1
Hello,
I have squid 2.5 on FC4 and am using it to control internet access on my pc.
The problem that I am facing is this:
acl blocked dstdomain "/etc/squid/blockfiles.acl"
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-31-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 1
squid acl bypassing
Hello,
I have squid 2.5 on FC4 and am using it to control internet access on my pc.
The problem that I am facing is this:
acl blocked dstdomain "/etc/squid/blockfiles.acl"
http_access deny blocked
is not working,it is being bypassed.
The contents of /etc/squid/blockfiles.acl are
.google.co.in
.yahoo.com
But the following thing is working fine
acl blocked dstdomain .google.co.in
http_access deny blocked
The access permissions for the file /etc/squid/blockfiles.acl are 644.
So, nebody having ne idea about this please reply.
Thanking you in advance.


Reply With Quote
