RE: [squid-users] how to stop downloading

From: Kashif Ali <aol@dont-contact.us>
Date: Mon, 14 Jun 2004 01:40:02 +0600 (PKST)

deR IF U WNT TO BLOCK DOWNLOADING THEN U HAT TO SET ACL LIKE

acl dlb urlpath_regex -i \.exe$ \.mp3$ \.mov$ \.mpg$ \.mp?$ \.avi$ \.rm$
acl vfilter url_regex -i root.exe kmd.exe kazaa.exe imesh.exe msblast.exe

# for block downloading
http_access deny dlb
http_access deny vfilter
http_access allow all

and if u want to block in a time range then set

acl dla time S-A 3:00-17:00
acl dlb urlpath_regex -i \.exe$ \.mp3$ \.mov$ \.mpg$ \.mp?$ \.avi$ \.rm$
acl vfilter url_regex -i root.exe kmd.exe kazaa.exe imesh.exe msblast.exe

http_access deny dlb !dla
http_access deny vfilter

> Dear VVN
>
> Could you please elaborate what do you mean by "downloading"?
>
> Files .. ? Extensions ?
>
>
>
> Regards
>
>
>
> Babar Kazmi
>
>
>
>
>>From: "vaibhav naldurgkar" <vv_naldurgkar@hotmail.com>
>>To: squid-users@squid-cache.org
>>Subject: [squid-users] how to stop downloading
>>Date: Wed, 09 Jun 2004 09:50:25 +0000
>>
>>Hi all,
>>
>>I want to stop downloading from the sites using squid acl.
>>So please tell me how can I deny some of the nodes in my LAN to stop
>>downloading from sites..
>>Thanking you
>>Regards,
>>VVN
>>
>>_________________________________________________________________
>>Get ready to dream with Citibank Ready Cash.
>>http://go.msnserver.com/IN/49355.asp The Next Generation Personal
>>Loan!
>>
>
Received on Sun Jun 13 2004 - 14:47:55 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT