Re: Implicit redirect

From: Greg Wohletz <greg@dont-contact.us>
Date: Thu, 13 Aug 1998 13:52:08 -0700

>Greg Wohletz writes:
>
>>I tried it out, but what happens is squid things it is detecting Forwarding
>>loops:
>>
>>1998/08/13 13:29:06| WARNING: Forwarding loop detected for 'http://www.egr.unl
>v.edu/endorsements/driven-netbsd.gif'
>>1998/08/13 13:29:06| --> 1.1 www.egr.unlv.edu:80 (Squid/1.2.beta23)
>
>Are you sure the httpd is listening on 127.0.0.1:80?
>
>If it is not, then I could see that you'd get forwarding loops.

Pretty sure, httpd.conf says:

BindAddress 127.0.0.1

squid.conf says:

http_port 80
httpd_accel_host 127.0.0.1
httpd_accel_port 80

I also tried putting in these lines:

tcp_incoming_address 131.216.22.6
tcp_outgoing_address 131.216.22.6
udp_incoming_address 131.216.22.6
udp_outgoing_address 131.216.22.6

But still get the forwarding loop errors.

netstat shows two entries in LISTEN state one on 127.0.0.1.80 and one on
131.216.22.6.80 so I think that part is working.

I can send you the full config files if that would be of any use.

The operating system is NetBSD 1.3.2.

                                                --Greg
Received on Thu Aug 13 1998 - 13:55:04 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:36 MST