The following reply was made to PR other/3123; it has been noted by GNATS. From: Marc Slemko <[EMAIL PROTECTED]> To: Claes Heland <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: other/3123: CGI: Netscape works but IE3 generates "Premature end of script headers" Date: Fri, 2 Oct 1998 08:23:20 -0700 (PDT)
On 2 Oct 1998, Claes Heland wrote: > I've a strange problem with a CGI-script. > The script works correctly together with Netscape but > returns "Premature end of script headers" when used with IE3. > It looks like IE3 closes the connection prematurely or like that. > The CGI-script receives a SIGTERM, and I assume it comes from Apache. > Is this a problem with IE3 or Apache? This is almost certainly your CGI being broken. As we state quite clearly, this isn't the place for debugging problems with your CGI. What does this CGI do? Does it check what browser is being used for anything? Can you run a simple CGI like test-cgi that is included with Apache?
