A squid box was configured child and can't send to outside.
(BSD/OS 3.0, squid 1.2.beta22, --enable-snmp and --enable-digest)
ISP1 --- Parent squid1 ---\
----- child squid (This box)
ISP2 --- Parent squid2 ---/
All request will send to parents by never_direct.
acl local-ips dst 10.0.0.0/255.0.0.0 133.122.0.0/255.255.0.0 133.210.0.0/255.255.0.0 133.211.0.0/255.255.0.0 192.168.0.0/255.255.0.0
acl local-domains dstdomain ncl.omron.co.jp
acl all src 0.0.0.0/0.0.0.0
never_direct deny local-ips
never_direct deny local-domains
never_direct allow all
Parents are alive very well, but child squid logs these messages.
From cliend side, users think proxy is down.
beta21 did not.
I think beta22 parents judgment algorithm will be broken.
Or I should use dead_peer_timeout etc?
1998/06/18 16:49:20| Failed to select source for 'http://cgi1.adobe.com/acrobat/acroreg3j.cgi'
1998/06/18 16:49:20| always_direct = 0
1998/06/18 16:49:20| never_direct = 1
1998/06/18 16:49:20| timeout = 1
1998/06/18 16:51:34| Failed to select source for 'http://www.nnol.com/wwwboard/wb04/'
1998/06/18 16:51:34| always_direct = 0
1998/06/18 16:51:34| never_direct = 1
1998/06/18 16:51:34| timeout = 1
1998/06/18 16:58:08| Failed to select source for 'http://www.zdnet.com.cn/images/gbn.gif'
1998/06/18 16:58:08| always_direct = 0
1998/06/18 16:58:08| never_direct = 1
1998/06/18 16:58:08| timeout = 1
1998/06/18 17:03:17| Failed to select source for 'http://www.zdnet.com.cn/pcw/images/keli.gif'
1998/06/18 17:03:17| always_direct = 0
1998/06/18 17:03:17| never_direct = 1
1998/06/18 17:03:17| timeout = 1
-- Mukaigawa Shin'ichi mailto:shin@ari.ncl.omron.co.jp http://www.wg.omron.co.jp/~shin/Received on Thu Jun 18 1998 - 01:28:00 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:40:44 MST