From f7d2a45004e5be78f9211f4bc479f338fbda7100 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sat, 8 Feb 2003 21:42:09 +0000 Subject: [PATCH] date: 2003/02/04 01:06:21; author: wessels; state: Exp; lines: +1 -1 example does not match the text -- delay pool values are bytes, not bits. date: 2003/02/05 05:28:42; author: hno; state: Exp; lines: +2 -2 Eleminated some stale references to authenticate_program from the docs --- src/cf.data.pre | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 570679123b..ec3f231d4c 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.297 2003/02/06 12:03:14 robertc Exp $ +# $Id: cf.data.pre,v 1.298 2003/02/08 14:42:09 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1478,7 +1478,7 @@ DOC_START program reads a line containing "username password" and replies "OK" or "ERR" in an endless loop. If you use an authenticator, make sure you have 1 acl of type proxy_auth. By default, the - authenticate_program is not used. + basic authentication sheme is not used unless a program is specified. If you want to use the traditional proxy authentication, jump over to the ../auth_modules/NCSA directory and @@ -2178,7 +2178,7 @@ DOC_START # # NOTE: proxy_auth requires a EXTERNAL authentication program # to check username/password combinations (see - # authenticate_program). + # auth_param directive). # # WARNING: proxy_auth can't be used in a transparent proxy. It # collides with any authentication done by origin servers. It may @@ -3637,7 +3637,7 @@ delay_parameters 1 -1/-1 8000/8000 (if the network is not being limited due to overuse) but slow down large downloads more significantly: -delay_parameters 2 32000/32000 8000/8000 600/64000 +delay_parameters 2 32000/32000 8000/8000 600/8000 There must be one delay_parameters line for each delay pool. -- 2.47.3