Hi all,

Is it possible to bypass the ICAP when the acl
"sites_no_authentication" match?  I'd like to do this because this ACL
don't require user authentication and the icap server only accept
request that send user authentication.

acl sites_no_authentication url_regex "/etc/squid/sites_no_auth"
http_access allow sites_no_authentication
always_direct allow sites_no_authentication

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_url service_1 service_2
icap_access filtro_url allow all

I'm using squid Version 3.0.PRE6-20070718.

Regards,
Thiago Cruz

Reply via email to