On Monday 04 August 2003 08.09, ads squid wrote:
> I have done as directed but no success.
> I think I am restricting access with
>
> acl STOP1 src 192.168.0.42
> acl WORKING time MTWHF 09:30-11:48
> acl SITE dstdomain www.xyz.com
> http_access deny STOP1 WORKING SITE
>
> and allowing access with
>
> http_access allow localnet
>
> Is it the issue? If so how to slove.


THe issue is that if you have rules which conflict with each other 
then the one who should have priority must be before the other.

What is your complete list of acl and http_access rules?

 egrep "^http_access|^acl" squid.conf

Regards
Henrik

Reply via email to