--------------------- PatchSet 11727 Date: 2007/10/13 06:53:07 Author: amosjeffries Branch: HEAD Tag: (none) Log: Add notes about htcp_access effects on HTCP peers to config,. Discovered by Tony Dodd and Chris Robertson. See Discussion: Re: [squid-users] Squid marks alive siblings as dead. http://www.squid-cache.org/mail-archive/squid-users/200710/0254.html Members: src/cf.data.pre:1.435->1.436 Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid/squid/src/cf.data.pre,v retrieving revision 1.435 retrieving revision 1.436 diff -u -r1.435 -r1.436 --- squid/src/cf.data.pre 13 Oct 2007 06:44:39 -0000 1.435 +++ squid/src/cf.data.pre 13 Oct 2007 06:53:07 -0000 1.436 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.435 2007/10/13 06:44:39 amosjeffries Exp $ +# $Id: cf.data.pre,v 1.436 2007/10/13 06:53:07 amosjeffries Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -759,6 +759,10 @@ See http_access for details + NOTE: The default if no htcp_access lines are present is to + deny all traffic. This default may cause problems with peers + using the htcp or htcp-oldsquid options. + #Allow HTCP queries from everyone htcp_access allow all DOC_END @@ -1515,8 +1519,12 @@ use 'htcp' to send HTCP, instead of ICP, queries to the neighbor. You probably also want to set the "icp port" to 4827 instead of 3130. + You MUST also set htcp_access expicitly. The default of + deny all will prevent peer traffic. use 'htcp-oldsquid' to send HTCP to old Squid versions + You MUST also set htcp_access expicitly. The default of + deny all will prevent peer traffic. 'originserver' causes this parent peer to be contacted as a origin server. Meant to be used in accelerator setups.