From: rousskov <> Date: Sat, 15 Sep 2007 09:15:05 +0000 (+0000) Subject: reqmod_precache vectoring point was documented as unsupported. In fact, X-Git-Tag: SQUID_3_0_RC1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3db09e2dbb1b3ce3239ece6fcca6c35e3191e9e;p=thirdparty%2Fsquid.git reqmod_precache vectoring point was documented as unsupported. In fact, reqmod_postcache is unsupported. Polished icap_service documentation. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index c220bc47a7..b4c88d7a63 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.467 2007/09/05 21:47:29 hno Exp $ +# $Id: cf.data.pre,v 1.468 2007/09/15 03:15:05 rousskov Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -4754,15 +4754,19 @@ DOC_START icap_service servicename vectoring_point bypass service_url vectoring_point = reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache - This specifies at which point of request processing the ICAP - service should be plugged in. + This specifies at which point of transaction processing the + ICAP service should be activated. *_postcache vectoring points + are not yet supported. bypass = 1|0 - If set to 1 and the ICAP server cannot be reached, the request will go - through without being processed by an ICAP server + If set to 1, the ICAP service is treated as optional. If the + service cannot be reached or malfunctions, Squid will try to + ignore any errors and process the message as if the service + was not enabled. No all ICAP errors can be bypassed. + If set to 0, the ICAP service is treated as essential and all + ICAP errors will result in an error page returned to the + HTTP client. service_url = icap://servername:port/service - Note: reqmod_precache and respmod_postcache is not yet implemented - Example: icap_service service_1 reqmod_precache 0 icap://icap1.mydomain.net:1344/reqmod icap_service service_2 respmod_precache 0 icap://icap2.mydomain.net:1344/respmod