YNT: [SQU] Blocking URLs and filetypes

From: Ilker Gokhan <IlkerG@dont-contact.us>
Date: Fri, 22 Sep 2000 17:37:36 +0300

Hi,

> -----Özgün İleti-----
> Kimden: Martin Mielke [mailto:martinm@people-com.com]
> Tarih: Friday, September 22, 2000 5:00 PM
> Kime: 'Ayland'; squid-users@ircache.net
> Konu: RE: [SQU] Blocking URLs and filetypes
>
>
> Hello again,
>
> >
> > Hi Martin...
> > I think it will seem like...
> >
> > acl feverURL url_regex -i ^http://doubleclick.net
> > acl nessFiles -i \.mp3$ \.ra$
> > acl workTime time MTWHFA 8:00-19:59
> >
> > http_access deny feverURL
> > http_access deny nessFiles workTime
> > http_access allow nessFiles
> >
> > ~Al..
> >
>
> I entered:
>
> acl Doubleclick url_regex doubleclick
> acl AdForce url_regex adforce
> acl Akamai url_regex akamai
> acl NoMp3 -i \.mp3$ \.mpeg3$ \.ra$ \.ram$

It seems ok like this:
acl NoMp3 urlpath_regex -i \.mp3$ \.mpeg3$ \.ra$ \.ram$

> acl WorkTime MTWHFA 08:00-20:00
> http_access deny Doubleclick
> http_access deny AdForce
> http_access deny Akamai
> http_access deny NoMp3 WorkTime
> http_access allow all
>
> And it works for some:
>
> 969637055.207

Ilker G.

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Fri Sep 22 2000 - 08:45:04 MDT

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