[squid-users] prevent users from downloading very large files from internet ONLY

From: Karmila Sari <cekla76@dont-contact.us>
Date: Wed, 3 Sep 2003 23:08:12 -0700 (PDT)

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
Received on Thu Sep 04 2003 - 00:08:15 MDT

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