Re: [squid-users] bypass ICAP

From: <fw@dont-contact.us>
Date: Tue, 16 May 2006 23:40:14 +0200

here is the answer

a) put some URLs in bypass.txt u want to bypass ICAP
b) and change the squid.conf like

acl bypass url_regex "/etc/squid/bypass.txt"
icap_enable on
icap_send_client_ip on
icap_send_auth_user on
icap_auth_scheme Local://%u
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 class_1 service_1 service_2
icap_access class_1 deny bypass
icap_access class_1 allow all

cheers
doehni

fw@doehni.dyndns.org wrote:
> hi list,
> I got the latest stable version 2.5STABLE13
> with the ICAP patch running.
>
> How to bypass ICAP for some URLīs?
> Can I do this with acls?
>
> like that:
>> acl foobar_server url_regex foobar\.com
>> icap_access class_1 allow !foobar_server all
>
> I want to pass all the requests to the
> ICAP server except some urls.
>
> I know there is a bypass feature implemented but
> this only works when the ICAP server is not reachable.
Received on Tue May 16 2006 - 15:40:34 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jun 01 2006 - 12:00:02 MDT