Re: [squid-users] Selective .dll block

From: Visolve Squid <squid@dont-contact.us>
Date: Tue, 13 Jun 2006 20:42:29 +0530

John Halfpenny wrote:

>hi.
>
>i've been running squid with dansguardian for a while, works really well. however, some people here need to use ebay and as i have dll files blocked at dans it won't work properly.
>
>as dans doesn't have an exception list for filetype, i thought about controlling them with the squid instance dans 'sits on'.
>
>my question is- how do i create an acl to ban .dll files, but allow the one necessary .dll file through? (ebayisapi.dll)
>
>is it possible to do with a single acl, or will i need to create an 'ok' acl followed by a 'not ok' acl? :-)
>
>
>
Hello John,

You can try with the following

acl FILE urlpath_regex [-i] xxxx\.dll
acl FILE1 urlpath_regex [-i] \.dll
http_access allow FILE
http_access deny FILE1

Thanks,
Visolve Squid Team,
http://squid.visolve.com
<http://squid.visolve.com>
Received on Tue Jun 13 2006 - 09:10:43 MDT

This archive was generated by hypermail pre-2.1.9 : Sat Jul 01 2006 - 12:00:01 MDT