Re: [SQU] Blocking URLs and filetypes

From: ayland <ayland@dont-contact.us>
Date: Tue, 26 Sep 2000 19:49:03 +0600

acl NoMp3 urlpath_regex -i \.mp3$ \.mpeg3$ \.ra$ \.ram$
acl user proxy_auth usename
acl workTime time MTWHF 8:00-18:59

http_access deny NoMp3 workTime user
http_access allow user

~Al...

: Hello again,
:
: now a more "difficult" question: given the actual scenario where the MP3
and
: RealAudio files are not allowed during working hours, the question is: how
: do I allow a single user to access those files during that time? :-)
:
: Thanks,
:
: Martin
:
:
: > >
: > > On Fri, 22 Sep 2000, Martin Mielke wrote:
: > >
: > > | acl NoMp3 -i \.mp3$ \.mpeg3$ \.ra$ \.ram$
: > >
: > > Try something like:
: > >
: > > acl urlpath_regex NoMp3 -i \.mp3$ \.mpeg3$ \.ra$ \.ram$
: > >
:
: --
: To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
:
:

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Sep 26 2000 - 07:46:27 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:29 MST