You have defined the ACL name as "SubnetB" but you reference it in your reply_body_max rule as "subnetB"
>From memory squid.conf is case-sensitive is it not? > -----Original Message----- > From: Karmila Sari [mailto:[EMAIL PROTECTED] > Sent: Thursday, 4 September 2003 2:08 PM > To: [EMAIL PROTECTED] > Subject: [squid-users] prevent users from downloading very large files > from internet ONLY > > > Hi, > > I would like to prevent users from downloading very > large files from internet ONLY,but allow unlimited > download size from our local web server. I've > construct the ACL as bellow, but it seem it did not > working. > > acl weblocal dst 192.168.1.0/255.255.255.0 > acl subnetA src 192.168.2.0/255.255.255.0 > acl SubnetB src 192.168.3.0/255.255.255.0 > > reply_body_max_size 1048576 allow subnetA #10MB > reply_body_max_size 1048576 allow subnetB #10MB > reply_body_max_size 0 allow weblocal #unlimited > > Would you please point me to the right direction? Any > help would be great! > > regards, > karmila > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > >
