Yes, 
Following Code worked
####
acl STOP src 192.168.0.23
http_access deny STOP
###
I want to use following ACL jointly.I added following
to squid.conf file.
###
acl STOP src 192.168.0.23
acl WORKING time MTWHF 09:30-18:00
acl SITE dstdomain www.xyz.com
http_access deny STOP WORKING SITE
### 
then gave command  /usr/local/squid/sbin/squid -k
reconfigureNo 
error.But 
I can access to URL www.xyz.com from 192.168.0.23 in
baned period. 
Any syntax for combination of two or three ACLs. 
Thanks  

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to