Re: [squid-users] Can i setup Two Proxy server to sibling for between

From: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Date: Sat, 19 Jul 2008 21:34:49 +0200

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

Received on Sat Jul 19 2008 - 19:34:55 MDT

This archive was generated by hypermail 2.2.0 : Sun Jul 20 2008 - 12:00:05 MDT