Re: [squid-users] deny files

From: aqil <aqil@dont-contact.us>
Date: Wed, 13 Aug 2003 12:38:55 +0700

Pada 13-Aug-2003, Paras pradhan menulis:
> How do i deny to download and access files as *.vbs *.pif from squid?
> i did for exe
> -------
> acl EXE urlpath_regex \.[eE][xX][eE]
> http_access deny EXE
> -----------

Try \.[eE][xX][eE]$

or simply:
\.exe$

I block certain files such as avi or mpeg, but for some others I just
limit its allowable size, ..

acl filepdf urlpath_regex -i \.pdf$
reply_body_max_size 1000000 allow filepdf

> Paras pradhan
> Kathmandu
> Nepal.

HTH

regards,
aqil
Indonesia
Received on Tue Aug 12 2003 - 23:23:18 MDT

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