This is a discussion on [squid-users] forwarding loop within the Squid Users forums, part of the Web Server and Related Forums category; Hi. We have two machines with server aceleration configuration and we want to have the same visible hostname but to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi.
We have two machines with server aceleration configuration and we want to have the same visible hostname but to avoid the forwarding loop detect in the cache log. The configuration is: Server Aceleration 1 visible_hostname www.mysite.com unique_hostname server1 Server Aceleration 2 visible_hostname www.mysite.com unique_hostname server2 But in the cache_log: 2003/11/11 10:11:18| WARNING: Forwarding loop detected for: GET / HTTP/1.0 Host: host_ip User-Agent: check_http/1.24 (nagios-plugins 1.3.0) Via: 1.0 www.mysite.com:80 (squid/2.5.STABLE4) X-Forwarded-For: x.x.x.x Cache-Control: max-age=259200 Connection: keep-alive 2003/11/11 10:22:14| WARNING: Forwarding loop detected for: GET / HTTP/1.0 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; EMonitor 6.1 Windows NT) Host: x.x.x.x Via: 1.0 server2:80 (squid/2.5.STABLE4), 1.0 server1:80 (squid/2.5.STABLE4) X-Forwarded-For: x.x.x.x, x.x.x.x Cache-Control: max-age=259200 Connection: keep-alive Thanks!. Emilio. |