I have already tried syntax given in Squid.FAQ as follows: http_access deny STOP AND WORKING AND SITE
But this does not work. Thanks --- ads squid <[EMAIL PROTECTED]> wrote: > 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 __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
