<html><head></head><body><div>Trying to just get some content filtering working and I'm running into the below:</div><div><br></div><div>WARNING: Squid is configured to use ICAP method REQMOD for service icap://localhost:1344/srv_cfg_filter but OPTIONS response declares the methods are RESPMOD </div><div><br></div><div>Here's the icap snippet from squid.conf:</div><div><br></div><div>icap_enable on</div><div>icap_send_client_ip on</div><div>icap_persistent_connections on</div><div>icap_service srv_cfg_filter_req reqmod_precache icap://localhost:1344/srv_cfg_filter bypass=on</div><div>adaptation_access srv_cfg_filter_req allow all</div><div>icap_service srv_cfg_filter_resp respmod_precache icap://localhost:1344/srv_cfg_filter bypass=off</div><div>adaptation_access srv_cfg_filter_resp allow all</div><div><br></div><div>interesting c-icap.conf bits:</div><div><br></div><div>ModulesDir /opt/icap/lib/c_icap</div><div>ServicesDir /opt/icap/lib/c_icap</div><div>acl localhost src 127.0.0.1/255.255.255.255</div><div>acl PERMIT_REQUESTS type REQMOD RESPMOD</div><div>icap_access allow localhost PERMIT_REQUESTS</div><div>icap_access deny all</div><div>Include srv_content_filtering.conf</div><div><br></div><div>lastly, srv_content_filtering.conf:</div><div><br></div><div>Service srv_cfg_filter srv_content_filtering.so</div><div>srv_content_filtering.Match default body /(test)/ig score=5</div><div>LogFormat mySrvContentFiltering "%tl, %>a %im %is %huo  [Scores: %{srv_content_filtering:scores}Sa] [ActionFilter: %{srv_content_filtering:action_filter}Sa] [Action: %{srv_content_filtering:action}Sa]"</div><div><br></div><div>not sure why I can't seem to get this to fly...any assistance would be appreciated...thank you.</div><div><br></div><div>James</div></body></html>