You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mark Sutton <me...@capelazo.com> on 2001/05/23 18:15:39 UTC

Apache-2.0 connects but then sends FIN

I just pulled httpd-2.0 from cvs yesterday. It seems to finish the
TCP connect, the client pushes it's request, httpd ACK's and then
returns FIN.
This is after the connect:

05/23-08:52:50.660454 172.27.21.103:33417 -> 172.27.21.100:8080
TCP TTL:64 TOS:0x0 ID:0  DF
*****PA* Seq: 0xA0CCE27A   Ack: 0x9FDC78ED   Win: 0x16D0
TCP Options => NOP NOP TS: 13893992 49044172
GET / HTTP/1.0..Host: bla..bla..bla...

05/23-08:52:50.660690 172.27.21.100:8080 -> 172.27.21.103:33417
TCP TTL:64 TOS:0x0 ID:40998
******A* Seq: 0x9FDC78ED   Ack: 0xA0CCE3E3   Win: 0x7D78
TCP Options => NOP NOP TS: 49044173 13893992

05/23-08:52:50.679457 172.27.21.100:8080 -> 172.27.21.103:33417
TCP TTL:64 TOS:0x0 ID:41001
***F**A* Seq: 0x9FDC78ED   Ack: 0xA0CCE3E3   Win: 0x7D78
TCP Options => NOP NOP TS: 49044175 13893992


httpd-2.0.16 works fine with the same configure options.
The build looks clean, What have I missed?

Platform: Debian (potato) 2.2.19

mark



Re: Apache-2.0 connects but then sends FIN

Posted by Mark Sutton <me...@lazo.ca>.
On Wed, 23 May 2001, Mark Sutton wrote:

> I just pulled httpd-2.0 from cvs yesterday. It seems to finish the
> TCP connect, the client pushes it's request, httpd ACK's and then
> returns FIN.
>
> Platform: Debian (potato) 2.2.19


Well, I just rebuilt on woody(libc2.2, gcc-3.0) and it works. :-)
I guess it's time to finally upgrade the firewall.