--------------------- PatchSet 11803 Date: 2007/12/20 10:16:03 Author: amosjeffries Branch: HEAD Tag: (none) Log: HTCP support is disabled by default, squid.conf should reflect that This patch comments the safe htcp_access settings allowing local network access so that they do not occur in the default squid.conf. Members: src/cf.data.pre:1.449->1.450 Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid/squid/src/cf.data.pre,v retrieving revision 1.449 retrieving revision 1.450 diff -u -r1.449 -r1.450 --- squid/src/cf.data.pre 13 Dec 2007 01:25:34 -0000 1.449 +++ squid/src/cf.data.pre 20 Dec 2007 10:16:03 -0000 1.450 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.449 2007/12/13 01:25:34 hno Exp $ +# $Id: cf.data.pre,v 1.450 2007/12/20 10:16:03 amosjeffries Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -773,8 +773,8 @@ NOCOMMENT_START #Allow HTCP queries from local networks only -htcp_access allow localnet -htcp_access deny all +# htcp_access allow localnet +# htcp_access deny all NOCOMMENT_END DOC_END