About squid3 and icap logs, there is an icap logging patch maintained by
Alex Rousskov:
https://code.launchpad.net/~rousskov/squid/IcapLog3p0
It has many options including options for logging icap headers.
The c-icap does not have a good logging system. But maybe you can modify
its code,
Thanks a lot Christos Tsantilas,
It worked!.
Another thing I want to ask is, I wonder if we can decrase the size of
c-icap logs as well as get some more details under c-icap to corelate
c-icap server/access logs with squid or dansguardian logs and easily
get the machine IP from which virus threat
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 a
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+dans