Subject: Re: I have an error message from some scripts...
To: Frank DeChellis <frankd@iaw.on.ca>
From: Andrew Francis <andrewfr@alumni.concordia.ca>
List: netbsd-help
Date: 05/01/2000 18:01:44
----- Original Message -----
From: Frank DeChellis <frankd@iaw.on.ca>
To: <netbsd-help@netbsd.org>
Sent: Sunday, April 30, 2000 2:00 PM
Subject: I have an error message from some scripts...


> [Sun Apr 30 13:50:06 2000] [error] [client 209.5.112.133] Premature end of
> script headers:
/local/etc/httpd/htdocs/shopzone/jmw/cgi-bin/wwwinstall.cgi

I believe "Premature end of script headers" indicates that the \n\n sequence
was
not outputted. In turn this could be caused by a buggy script, or your
script not
executing at all. If the later, check stuff like the ExecCGI option or if
the #!/name-
of-intrepreter in your script is correct.

Cheers,
Andrew