]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
reqmod_precache vectoring point was documented as unsupported. In fact,
authorrousskov <>
Sat, 15 Sep 2007 09:15:05 +0000 (09:15 +0000)
committerrousskov <>
Sat, 15 Sep 2007 09:15:05 +0000 (09:15 +0000)
reqmod_postcache is unsupported.

Polished icap_service documentation.

src/cf.data.pre

index c220bc47a77f997830399050ebcef820c38890d4..b4c88d7a63459db9b5e047a17a25878fcc9784cd 100644 (file)
@@ -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