> > In the error log, when I try to POST to
> > www.mathjmendl.org/cgi-bin/visitorbook.pl, it says, "Premature end of
> > script headers."
>
> Most likely the first line of the script is incorrect. It should be
> /usr/bin/perl.
Or a missing CGI script line...
print "Content-type: text/html\n\n";
This must be *the* first line printed out, and note the 2 "\n\n".
This is only true for those not using the CGI.pm module.
Thanks... Dan.
- [expert] Apache + CGI = Error? Asheesh Laroia
- Re: [expert] Apache + CGI = Error? Dan Westlake
- Re: [expert] Apache + CGI = Error? Jean-Michel Dault
- Re: [expert] Apache + CGI = Error? Asheesh Laroia
- Re: [expert] Apache + CGI = Error? Jean-Michel Dault
- RE: [expert] Apache + CGI = Error? Daniel Woods
- RE: [expert] Apache + CGI = Error? Tony Smith
- Re: [expert] Apache + CGI = Error? Denis HAVLIK
- OT: Cisco (was Re:[expert] Apache ... Jean-Michel Dault
- Re: [expert] Apache + CGI = Error? David Talbot
- RE: [expert] Apache + CGI = Error? Eric Peters
