Re: [squid-users] remove authentication from a specific web site

From: Guido Marino Lorenzutti <glorenzutti_at_jusbaires.gov.ar>
Date: Mon, 13 Sep 2010 19:58:43 -0300

David Touzeau <david_at_touzeau.eu> escribió:

> Dear
>
> I have antivirus that did not support authentication.
> I would like to remove squid authentication if there POST/GET
> request only for a specified websites
>
> Is it possible ?
>
> best regards
>

It's possible.

If you have..

acl lan src 10.0.0.0/24
http_access allow auth lan

You can...

acl lan src 10.0.0.0/24
acl av dstdomain av.fqdn.com
http_access allow av
http_access allow auth lan

where av.fqdn.com is the domain of the antivirus
Received on Mon Sep 13 2010 - 22:59:30 MDT

This archive was generated by hypermail 2.2.0 : Tue Sep 14 2010 - 12:00:02 MDT