Hi,
The browser cannot see the end of your script's output... Maybe your script terminates before printing "</HTML>" to the output...
Execute your script at the shell ($ ./signup.pl )
and be sure the OUTPUT of your script starts with:
print "Content-Type: text/html\n\n";
print '<HTML>';
and ends with:
print '</HTML>';
Hope it helps.. :)
.fse.
----- Original Message -----
From: Alan Rader <phidelt@iserve.net>
To: <majordomo-users@GreatCircle.COM>
Sent: Friday, October 22, 1999 5:40 AM
Subject: Web signup
> I have tried 2 or 3 different web interface signups tonight and keep
> getting this error:
>
> Premature end of script headers: /usr/local/www/vhost/domain/cgi-bin/signup.pl
>
> I chmod the .pl file to 755 and inside it I believe I have the right path
> to perl. I did a "which perl" to verify it.
>
>
> Anybody have any ideas as to what may be going on?
>
> Thanks
>
>
> Alan Rader
> iServe Internet, Inc.
> phidelt@iserve.net
>
References:
|
|