RE: [squid-users] Downloads

From: Nuno Ferreira <nfaf@dont-contact.us>
Date: Mon, 5 May 2003 17:28:53 +0900

...... you can also use a per extension block. Like

acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .zip .rar .avi .mpeg
.mpe .mpg .qt .ram .rm .iso .raw .wav .mov .asf

acl day time 07:59-16:59
delay_pools 1
delay_class 1 1
delay_parameters 1 -1/-1 8000/8000 #Bytes not Bits :P
delay_access 1 allow magic_words2

Nuno Ferreira

-----Original Message-----
From: Nuno Ferreira
Sent: segunda-feira, 5 de Maio de 2003 17:23
To: Frank Chibesakunda; Henrik Nordstrom; mschaller@web.de
Cc: Squid Users
Subject: RE: [squid-users] Downloads

For example,

acl morning time 07:59-12:30
acl afternoon time 14:00-18:30

http_access deny morning
http_access deny afternoon

to block, and to limit ....

acl day time 07:59-16:59
delay_pools 2
delay_class 1 1
delay_parameters 1 -1/-1 8000/8000 #Cause here is Bytes not Bits :P
delay_access 1 allow day
delay_access 1 deny !day

Nuno Ferreira

-----Original Message-----
From: Frank Chibesakunda [mailto:fchibesakunda@zesco.co.zm]
Sent: segunda-feira, 5 de Maio de 2003 17:03
To: Henrik Nordstrom; mschaller@web.de
Cc: Squid Users
Subject: [squid-users] Downloads

Hi,

Am trying to block/limit downloads at a specified time of the day,

any help

Frank
Received on Mon May 05 2003 - 02:27:15 MDT

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