Thanks Guido
it's working like a charm !
On 14/09/2010 00:58, Guido Marino Lorenzutti wrote:
David Touzeau <david@xxxxxxxxxx> 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