Hi, S.KOBAYASHI wrote:
Hello developer, I'm trying to use ICAP fail-over function, however it didn't do.
in my tests this thing works well.
icap_service service_1 respmod_precache 0 icap://192.168.10.231:1344/interscan icap_service service_2 respmod_precache 0 icap://192.168.10.232:1344/interscan
You should define this services as optional to allow fail-over function to work, eg: icap_service service_1 respmod_precache 1 icap://192.168.10.231:1344/interscan
Regards, Christos
adaptation_service_set svcBlocker service_1 service_2 squid never re-connect to 192.168.10.232(service_2) when the first service is failed. The ICAP server (92.168.10.231) service has been shut down, before testing. I also tested that 192.168.10.231 machine has been unplugged LAN cable, but it was same result. How can I configure for ICAP redundancy in the squid.conf? Best Regards, SEIJI KOBAYASHI