I solved the problem which squid wasn't sending respmod using Squid3 RC1, but I have another problem, when I don't want to use ICAP (acl sites_no_authentication), the squid bypass the cache peer too. Is there some way to force it to use cache_peer? icap_service service_1 reqmod_precache 0 icap://127.0.0.1:1344/wwreqmod icap_service service_2 respmod_precache 0 icap://127.0.0.1:1344/wwrespmod icap_class filtro_url2 service_1 service_2 icap_access filtro_url2 deny sites_no_authentication icap_access filtro_url2 allow USUARIOS_PERMITIDOS cache_peer 172.17.5.106 parent 8088 7 no-query no-delay no-digest default Thanks, Thiago Cruz On 9/21/07, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote: > On fre, 2007-09-21 at 12:55 -0300, Thiago Cruz wrote: > > Instead of using multipleservices, could I use ICAP with cache_peer? > > should work fine. > > Regards > Henrik >