Squid 配置未发送 RESPMOD icap 请求,如何解决?

问题描述 投票:0回答:1

我目前有一个鱿鱼服务器(4.10),我正在尝试让 icap 正常工作。我已经为

squid.conf
配置了 REQMOD 和 RESPMOD 服务,但是我从未见过鱿鱼甚至请求 RESPMOD 端点的选项。我在下面附上我的配置,只是想知道我是否缺少鱿鱼工作所需的东西。预先感谢您的任何指导。

icap_enable on
icap_service service_req reqmod_precache bypass=1 icap://icapserver:1344/req
adaptation_access service_req allow all
icap_service service_resp respmod_precache bypass=1 icap://icapserver:1344/resp
adaptation_access service_resp allow all
icap_preview_enable off
proxy squid icap
1个回答
0
投票

@mike,我遇到了与您遇到的相同问题,但“icap_service service_req”和“icap_service service_resp”的“旁路”设置为“0”(或“on”)。 感谢任何人都可以分享更多想法来解决这个问题。

© www.soinside.com 2019 - 2024. All rights reserved.