Re: [squid-users] deny files

From: Paras pradhan <paras@dont-contact.us>
Date: Wed, 13 Aug 2003 11:56:51 +0545 (NPT)

DiD as:

acl hello urlpath_regex .\exe$
http_access deny hello

NO luck.

what i am missing.??

Thanks
Paras.

> 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

Paras pradhan
Systems Dept.
Bajranet PVT LTD
Kathmandu
Nepal.
Received on Wed Aug 13 2003 - 00:13:57 MDT

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