[squid-users] Two-Three ACL combination syntax.

From: ads squid <adssquid@dont-contact.us>
Date: Sun, 3 Aug 2003 07:19:41 -0700 (PDT)

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
Received on Sun Aug 03 2003 - 08:19:44 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:33 MST