On Fri, 28 Nov 2003, Sambhara Ravi wrote: > Hi, > I wanted to configure my squid to have two parallel caches maintained. > When a request comes to squid I want it to hit each cache in round robin > fashion. I tried to configure parent-sibling cache_peer. In squid.conf > > #Default: > # cache_peer 10.248.5.20 parent 3128 3130 round_robin > # cache_peer 10.248.5.20 sibling 3128 3130 round_robin
You can only have one cache_peer per proxy server, and there must not be a # infront of the directive.. (# indicates the line is a comment) Regards Henrik
