Re: [squid-users] ICAP help

From: Christos Tsantilas <christos_at_chtsanti.net>
Date: Thu, 27 Nov 2008 07:53:57 -0500 (EST)

> Hi All,
>
> Need help on how to configure c-icap to scan http,https and ftp request
>
> Sample virus to test
> http://www.eicar.org/download/eicar.com
>
> my configuration is as below
> to test my setup I used the above link but it was not scanned for virus
> and I was able to downloaded it nothing is working
> what am i missing?
> can someone help me in this?
>
> #squid.conf
> ++++++++++++++++++++++++++++++++++++++++++++
> icap_enable on
> icap_preview_enable on
> icap_preview_size 128
> icap_send_client_ip on
> icap_service service_avi_req reqmod_precache 0
> icap://localhost:1344/srv_clamav
> icap_service service_avi respmod_precache 1
> icap://localhost:1344/srv_clamav
>

You need to define an icap_class and define access list for this icap_class
Why do you need virus scan for http requests?
Your configuration should also contain something like the following:

   icap_class class_avi service_avi
   icap_access class_avi allow all

Regards,
       Christos
Received on Thu Nov 27 2008 - 12:54:06 MST

This archive was generated by hypermail 2.2.0 : Thu Nov 27 2008 - 12:00:03 MST