On Fri, 5 Aug 2005, Askar wrote:
I want to configure a cache server which have three parents. Do a
child have more then on parent ? :)
Most of us have two (father & mother).
cache_peer parent-cache1 parent 3128 3130 no-query proxy-only
cache_peer parent-cache2 parent 3128 3130 no-query proxy-only
cache_peer parent-cache3 parent 3128 3130 no-query proxy-only
However when i check on parent proxy i could see only parent-cache1 got the
request not the others. So what exactly i want to choose parent in round
robin fashion.
Then add round-robin to the list of options...
secondly if the child cache request an object from parents it serve it
without caching it local is "no-query proxy-only" is right for that purpose?
no-query disabled ICP. Not related to caching.
proxy-only disables local caching of requests fetched from this peer.
Regards
Henrik