RE: [squid-users] How to forbid my users to download big files through SQUID proxy server

From: Yuriy Kuznetsov <yuriy@dont-contact.us>
Date: Thu, 8 Aug 2002 12:14:25 +0300

Some users (smart users) put "?" after filename and acl isn't working...
try this:

url_regex -i \.mpeg$ \.mpeg\?$

cheers

> -----Original Message-----
> From: pavle.strugatzki@gmx.net [mailto:pavle.strugatzki@gmx.net]
> Sent: 08 ?????? 2002 ?. 10:16
> To: squid-users@squid-cache.org
> Subject: Re: [squid-users] How to forbid my users to download
> big files through SQUID proxy server
>
>
> hi,
> you also could avoid the download of the whole file,like this:
>
> acl avi urlpath_regex -i \.avi$
> acl mpg urlpath_regex -i \.mpg$
> acl sound urlpath_regex -i \.mp3$
> acl movie urlpath_regex -i \.mov$
> acl mpeg urlpath_regex -i \.mpeg
>
> http_access deny avi
> http_access deny mpg
> http_access deny sound
> http_access deny movie
> http_access deny mpeg
>
> have phun!
> #stiller#
>
> --
> GMX - Die Kommunikationsplattform im Internet.
> http://www.gmx.net
>
>
Received on Thu Aug 08 2002 - 03:22:56 MDT

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