The following reply was made to PR general/2275; it has been noted by GNATS.
From: Vladislav Malyshkin <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: general/2275: mailformed header in the case of 503 code Date: Sun, 24 May 1998 19:18:08 -0400 (EDT) I am not connected to freshmeat.net in any way. I just looked at the header after I got 503 header from them. After that I tried several heavily loaded sites for example: www.jennicam.org. Some times it give exactly the same header as freashmeat.net. Also you can get this reply from tsx-11.mit.edu (but I am not sure that they run >=apache 1.2) [EMAIL PROTECTED] /tmp: telnet tsx-11.mit.edu 80 Trying 18.86.0.44... Connected to tsx-11.mit.edu. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.0 503 Service Unavailable Content-Type: text/html Date: Sun, 24 May 1998 23:09:06 GMT <HTML> <HEAD> <TITLE>Problem Report</TITLE> </HEAD> <BODY> <B><FONT SIZE=+1>Problem Report</FONT></B> <P>HTTP Error <B>503</B> occurred while attempting to retrieve the URL: '<B>http://18.86.0.44/</B>'.<BR><HR WIDTH="100%"> <B>Problem Description:</B><BR>Connect failed to server '18.86.0.44'.<BR><BR><CENTER><TABLE BORDER COLS=2 WIDTH="100%" ><TR> <TD><B>Possible Problem Cause</B></TD><TD><B>Solutions</B></TD></TR> <TR> <TD>The server is busy</TD> <TD>Try again, later</TD> </TR></TABLE></CENTER><BR><HR WIDTH="100%"> </BODY></HTML>Connection closed by foreign host. [EMAIL PROTECTED] /tmp: ----------- now it prints OK, but try in the business day. Some times gives a header as at freshmeat.net [EMAIL PROTECTED] /tmp: telnet www.jennicam.org 80 Trying 209.113.141.201... Connected to www.jennicam.org. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.0 200 OK Date: Sun, 24 May 1998 23:05:23 GMT Server: Apache/1.2.5 Last-Modified: Tue, 19 May 1998 04:26:02 GMT ETag: "93175-648-356109da" Content-Length: 1608 Accept-Ranges: none Connection: close Content-Type: text/html Connection closed by foreign host. [EMAIL PROTECTED] /tmp: -------------------------- I agree, that header is incomlite and not mailformed. I wrote not precisely accurate. Vladislav On Sun, 24 May 1998, Marc Slemko wrote: > On 24 May 1998, Vladislav Malyshkin wrote: > > > > > >Number: 2275 > > >Category: general > > >Synopsis: mailformed header in the case of 503 code > > >Confidential: no > > >Severity: non-critical > > >Priority: medium > > >Responsible: apache > > >State: open > > >Class: sw-bug > > >Submitter-Id: apache > > >Arrival-Date: Sun May 24 15:50:00 PDT 1998 > > >Last-Modified: > > >Originator: [EMAIL PROTECTED] > > >Organization: > > apache > > >Release: 1.3b6 > > >Environment: > > Linux RedHat 5.0 gcc > > >Description: > > In the case of 503 code server prints mailformed header: > > (It does not print > > Server: > > Connection: close > > etc.) > > > > This error happens on servers running Apache 1.2.6 and 1.3b6 > > Erm... what is your connection to freshmeat.net? > > Why do you say the header is malformed? It is not normal, but just > because it doesn't print all the headers it normally does doesn't mean it > is "malformed". > > > > > > Example: > > > > [EMAIL PROTECTED] /tmp: telnet freshmeat.net 80 > > Trying 199.183.24.237... > > Connected to freshmeat.net. > > Escape character is '^]'. > > HEAD / HTTP/1.0 > > > > HTTP/1.0 503 Service Unavailable > > Content-Type: text/html > > Date: Sun, 24 May 1998 22:31:58 GMT > > Are you sure this is being generated by Apache? It is a 1.0 response, so > either the server is configured in a special way or this is really some > other script returning the headers. > > There is nothing in the output you give that I notice as being invalid. > Not usual, but certainly possible to setup Apache to generate. > >