On lör, 2008-07-19 at 23:03 +0800, Eric.chen wrote: > but , i see some error msg in cache.log , two server same problem. > > "WARNING: Forwarding loop detected for:" > > > ..... > 2008/07/19 07:02:02| WARNING: Forwarding loop detected for: > Client: 192.168.xx.xxx http_port: 192.168.xx.xxx:8080 > GET http://newmkt.8591.com.tw/data/adInfo/8591__wareList__sellList.js HTTP/1.0^M This is due to icp_hit_stale and the fact that you haven't told Squid that if ther request came from a sibling then siblings should not be used to resolve the request... acl siblings src ip.of.proxy1 acl siblings src ip.of.proxy2 .. cache_peer_access first.sibling deny siblings cache_peer_access second.sibling deny siblings ... Regards Henrik
Attachment:
signature.asc
Description: This is a digitally signed message part