On 22/11/2011 10:43 p.m., Chia Wei LEE wrote:
Hi
I had an issue when configure the sibling.
below is my configuration in my proxy01 (10.1.1.2)
cache_peer 10.1.1.8 sibling 3128 0 proxy-only no-query
acl sibling1 src 10.1.1.8
cache_peer_access 10.1.1.8 deny sibling1
but when i go to browse Internet, the access.log in my proxy02 (10.1.1.8)
show the below log.
22/Nov/2011:17:15:43 +0800 248 10.1.1.2 TCP_MISS/404 330 GET
internal://proxy01/squid-internal-periodic/store_digest - NONE/- text/plain
even my proxy02 already have the related cache, but my proxy01 keep cannot
find the cache and fetch the content from Internet.
Any idea on this ?
Squid version?
What do you mean by "have the cache" the storage digest is already
finished building by proxy-2?
404 seems a little strange. As does the "://proxy01/" part. AFAIK the
request from proxy01 to proxy02 given that above config in any current
Squid should be one of:
GET internal://10.1.1.8:3128/squid-internal-periodic/store_digest
or
GET /squid-internal-periodic/store_digest
Amos