#
-# $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/
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
#
# 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
(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.