[squid-users] Bypass ICAP

From: Thiago Cruz <thiagocruz@dont-contact.us>
Date: Mon, 17 Sep 2007 18:41:48 -0300

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
Received on Mon Sep 17 2007 - 15:41:59 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Oct 01 2007 - 12:00:02 MDT