You can use squid acl's to bypass an icap server for certain sites
For example if you have define the icap class "class_respmod" use
something like the following in your squid.conf file:
acl microsoft dstdomain .microsoft.com
icap_access class_respmod deny microsoft
icap_access class_respmod allow all
--
Christos
Anuj Singh wrote:
Hi,
I am using clamav + c-icap + squid + dansguardian on FreeBSD7.1
I am able to filter out the viruses, perform content filtering, but i
am facing problem with windows machine updates threw proxy.
Can we bypass c-icap filter for widows update sites? I checked on a
different setup with squid+dansguradian, updates are working with
them, but when i add c-icap module, I have an error on widows
machines.
Thanks & Regards
Anuj Singh