Hi, I've configured my squid farm like: cache_peer cache1.domain.com parent 81 83 no-query no-digest carp-load-factor=0.25 cache_peer cache2.domain.com parent 81 83 no-query no-digest carp-load-factor=0.25 cache_peer cache3.domain.com parent 81 83 no-query no-digest carp-load-factor=0.25 cache_peer cache4.domain.com parent 81 83 no-query no-digest carp-load-factor=0.25
So there are 4 parent caches. Some websites can not handle changing IPs from the requestor (because of 4 caches) and fail. If I try the directive 'cache_peer_domain' to handle this 'problem hosts' squid just ignores it. e.g. cache_peer_domain cache1.domain.com !.comdirect.de cache_peer_domain cache2.domain.com !.comdirect.de cache_peer_domain cache3.domain.com !.comdirect.de Here squid should route all '.comdirect.de' requests to cache4.domain.com, isn't it? But it doesn't! What is wrong. Please help! regards Michael
