Also when I verified the cache.log file it says "2007/09/11 12:48:26| essential ICAP service is down after an options fetch failu re: icap://redhat4up4.sse.com:1344/respmod [down,!opt]". Regards, Shailesh -----Original Message----- From: Shailesh Mishra [mailto:shailesh_mishra@xxxxxxxxxxxx] Sent: Tuesday, September 11, 2007 12:05 PM To: Christos Tsantilas Cc: squid-users@xxxxxxxxxxxxxxx Subject: RE: Configuring ICAP with Squid 3.0 Pre7 Thanks a lot for your prompt response Christos, it worked. Another issue I am facing currently on the similar line is, when I am modifying the squid.conf file to have following entries:- icap_enable on icap_preview_enable off icap_send_client_ip off #icap_service s1 reqmod_precache 0 icap://172.16.43.39/reqmod icap_service s1 respmod_precache 0 icap://172.16.43.39/respmod icap_class c1 s1 acl HTTP proto HTTP acl GET method GET icap_access c1 allow HTTP GET Squid starts fine but while accessing any web page from the client it returns error saying "ICAP Protocol Error". "System returned [no error]" Possible ICAP communication failure?. Is there anything else I am missing here. Regards, Shailesh -----Original Message----- From: Christos Tsantilas [mailto:christos@xxxxxxxxxxxx] Sent: Monday, September 10, 2007 9:38 PM To: Shailesh Mishra Cc: squid-users@xxxxxxxxxxxxxxx Subject: Re: Configuring ICAP with Squid 3.0 Pre7 Hi Shailesh, Shailesh Mishra wrote: > http://www.squid-cache.org/Versions/v3/3.0/ . After executing the > command in the following manner:- > 1) ./configure -enable-icap-support > ............ To enable icap support for squid3 use the "--enable-icap-client" command line parameter: ./configure --enable-icap-client Regards, Christos