--------------------- PatchSet 11778 Date: 2007/11/26 11:03:45 Author: adrian Branch: SQUID_2_6 Tag: (none) Log: Author: hno Patchset 11742 (HEAD): Document the overlapping helper request format Members: src/cf.data.pre:1.382.2.25->1.382.2.26 Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid/squid/src/cf.data.pre,v retrieving revision 1.382.2.25 retrieving revision 1.382.2.26 diff -u -r1.382.2.25 -r1.382.2.26 --- squid/src/cf.data.pre 26 Nov 2007 11:02:49 -0000 1.382.2.25 +++ squid/src/cf.data.pre 26 Nov 2007 11:03:45 -0000 1.382.2.26 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.382.2.25 2007/11/26 11:02:49 adrian Exp $ +# $Id: cf.data.pre,v 1.382.2.26 2007/11/26 11:03:45 adrian Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -2520,7 +2520,7 @@ It can also return a "urlgroup" that can subsequently be matched in cache_peer_access and similar ACL driven rules. An urlgroup is - returned by prefixing the returned url with "!urlgroup!" + returned by prefixing the returned URL with "!urlgroup!". By default, a URL rewriter is not used. DOC_END @@ -2544,6 +2544,12 @@ The number of requests each redirector helper can handle in parallel. Defaults to 0 which indicates the redirector is a old-style single threaded redirector. + + When this directive is set to a value >= 1 then the protocol + used to communicate with the helper is modified to include + a request ID in front of the request/response. The request + ID from the request must be echoed back with the response + to that request. DOC_END NAME: url_rewrite_host_header redirect_rewrites_host_header