Re: [squid-users] restricting download of .exe files ....

From: Schelstraete Bart <bart@dont-contact.us>
Date: Sat, 19 Jul 2003 00:11:04 +0200

HEllo,

An example:

---
acl microsoft dstdomain .microsoft.com
http_access allow microsoft
acl progs urlpath_regex -i \.exe$
http_access deny progs
...
http_access deny all
---
In that order, every access to microsoft is allowed even .exe files are allowed.
On all other site , exe files are blocked.
rgrds,
	Bart
--
Pls sign the following guestbook:   http://www.cable-dance.be   and ask 
to re-activatr cable-dance!
Pls! Sent the message to everyone ASAP.
Tnx, Bart
Mark A Lewis wrote:
>This should be written up for the FAQ with a few examples. Has to be one of
>the most common questions that passes this list.
>
>-----Original Message-----
>From: Schelstraete Bart [mailto:bart@schelstraete.org] 
>Sent: Friday, July 18, 2003 4:16 PM
>To: Kenn Murrah
>Cc: 'squid'
>Subject: Re: [squid-users] restricting download of .exe files ....
>
>
>
>  
>
>>Thanks for the help (I actually did try to find this answer but
>>couldn't ... and decided to ask the list for its help (thinking that 
>>was, in fact, the purpose of the list.))
>>
>>Anyway, let me ask a followup question .... what if I want to disallow
>>all .exe files EXCEPT those from microsoft.com?  is that possible?  
>>Feel free, as I know you will, to tell me to RTFM, but any help in 
>>locating the right place in the right FM would be greatly appreciated.
>>    
>>
>
>You can first create an acl to allow anything to microsoft.com , and 
>then specify the acl to block .exe files.
>That's what I'm using in the live environment.
>
>
>rgrds,
>          Bart
>
>
>--
>Pls sign the following guestbook:   http://www.cable-dance.be   and ask 
>to re-activatr cable-dance!
>Pls! Sent the message to everyone ASAP.
>Tnx, Bart
>
>**********************************************************
>This message was virus scanned at siliconjunkie.net and
>any known viruses were removed. For a current virus list
>see http://www.siliconjunkie.net/antivirus/list.html
>
>
>  
>
Received on Fri Jul 18 2003 - 16:11:07 MDT

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