[squid-users] icap adaptation chains with adaptation sets

Klaus Brandl klaus_brandl at genua.de
Wed Mar 31 14:02:28 UTC 2021


Hi,

is there a way to use more adaptation sets(for redundancy) combined in
an adaptation chain?
What we need is something like this:

icap_service b1 reqmod_precache ...
icap_service b2 reqmod_precache ...
icap_service b3 reqmod_precache ...
icap_service b4 reqmod_precache ...

icap_service m1 reqmod_precache ...
icap_service m2 reqmod_precache ...
icap_service m3 reqmod_precache ...
icap_service m4 reqmod_precache ...

#blacklist
adaptation_service_set pool1 b1 b2 b3 b4
#malware scanner
adaptation_service_set pool2 m1 m2 m3 m4

adaptation_service_chain checks pool1 pool2

adaptation_access checks allow all

Regards

Klaus



More information about the squid-users mailing list