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 >Received on Tue Mar 31 2009 - 16:28:29 MDT
This archive was generated by hypermail 2.2.0 : Wed Apr 01 2009 - 12:00:02 MDT