Hi All, I am having some issues with squid..basically I am using squid as a proxy and all using it to allow or deny access to the internet using acl..however it does not seem to work the way I assume it should.. After given a time range it does not obey the time range..hence people are just denied access or granted access and its not using the time range I specified.. Below are the configurations ... #Recommended minimum configuration: acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl network src 192.168.1.1/255.255.255.0 acl localhost src 127.0.0.1/255.255.255.255 # And finally deny all other access to this proxy http_access allow localhost http_access allow network time M T W H F 8:00 - 15:00 http_access deny all thanks