Search squid archive

Re: remove authentication from a specific web site

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux