using my icap server i implemented a basic url filtering mechanism with postgresql\mysql\sqlite.
i want to know how icap services are prioritized in squid.
regular acls are first hits... allow ... deny..
if i want to put the url filtering service above all other icap services on squid how would i do that?

i have 5 icap services:

##config
icap_service service_req reqmod_precache bypass=0 icap://127.0.0.1:1344/reqmod
adaptation_access service_req deny someacl
adaptation_access service_req allow otheracl


icap_service service_filter reqmod_precache bypass=0 icap://127.0.0.2:1344/reqmod?smpfilter
adaptation_access service_filter allow all
#end config

i want all urls to be checked by the filtering system and if so the url is rewritten and i dont want any other icap service to match it.

so what squid logic about icap?

Thanks,
Eliezer

--
Eliezer Croitoru
https://www1.ngtech.co.il
IT consulting for Nonprofit organizations
eliezer <at> ngtech.co.il

Reply via email to