[squid-users] Squid 5 does not send ICAP request

橋本紘希 hsmtkk at gmail.com
Fri Mar 12 07:44:33 UTC 2021


I made squid and ICAP system using docker-compose.

Squid 4 started sending ICAP requests 1 minute after boot.

However, squid 5 sends no ICAP request even 10 minutes after boot.
Squid continued to mark the ICAP service down.

How can I make squid 5 to start ICAP conversation?

* squid version
5.0.5-20210223-r4af19cc24

* squid.conf

```
http_port 3128
http_access allow all
icap_enable on
icap_service icapsvc reqmod_precache icap://icap5:1344 bypass=off
adaptation_access icapsvc allow all
icap_persistent_connections off
icap_service_revival_delay 60
debug_options ALL,9
```

* This is my environment.
https://github.com/hsmtkk/squidicap

* I uploaded access.log and cache.log to the GitHub issue.
https://github.com/hsmtkk/squidicap/issues/1

Best regards,
Kouki Hashimoto


More information about the squid-users mailing list