hi:
my two squid-cache server on Accelerator Mode.
both their /etc/hosts:
Quote:
squid1 192.168.0.22
squid2 192.168.0.23
|
I wanna build a cache-array , and my config file :
squid1's squid.conf:
Quote:
cache_peer squid2 parent 80 3130 no-digest proxy-only
cache_peer_domain squid2 testsquid.mydomain.com
|
regardless cache_peer mode is parent or sibling , no any icp-query show on squid2's access.log, why?
thx for any idea .