--------------------- PatchSet 11777 Date: 2007/11/26 11:02:49 Author: adrian Branch: SQUID_2_6 Tag: (none) Log: Author: hno Patchset 11727; 11765 (HEAD): Tone down the htcp_access requirements for HTCP peerings somewhat; update documentation Long summary Members: src/cf.data.pre:1.382.2.24->1.382.2.25 Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid/squid/src/cf.data.pre,v retrieving revision 1.382.2.24 retrieving revision 1.382.2.25 diff -u -r1.382.2.24 -r1.382.2.25 --- squid/src/cf.data.pre 26 Nov 2007 11:01:15 -0000 1.382.2.24 +++ squid/src/cf.data.pre 26 Nov 2007 11:02:49 -0000 1.382.2.25 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.382.2.24 2007/11/26 11:01:15 adrian Exp $ +# $Id: cf.data.pre,v 1.382.2.25 2007/11/26 11:02:49 adrian Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -758,6 +758,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 @@ -1489,8 +1493,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 allow this Squid htcp_access and + http_access in the peer Squid configuration. use 'htcp-oldsquid' to send HTCP to old Squid versions + You must also allow this Squid htcp_access and + http_access in the peer Squid configuration. 'originserver' causes this parent peer to be contacted as a origin server. Meant to be used in accelerator setups.