* Kinkie <[email protected]>: > On Wed, Feb 9, 2011 at 9:08 AM, Ralf Hildebrandt > <[email protected]> wrote: > > Can I selectively bypass the use of ICAP (we're using c-icap) for certain > > * client IPs > > * destination URLs > > * destination IPs > > You can check http://www.squid-cache.org/Doc/config/icap_access/ out.
Thanks. Stupid me. I'm now using: acl cornils src 141.42.x.y adaptation_access service_req deny cornils adaptation_access service_req allow all adaptation_access service_resp deny cornils adaptation_access service_resp allow all Does that look about right? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 [email protected] | http://www.charite.de
