[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RaQ3i] - cgiwrap error
- Subject: Re: [cobalt-users] [RaQ3i] - cgiwrap error
- From: "Graeme Fowler" <graeme.f@xxxxxxxxxxxxxxx>
- Date: Tue Oct 10 09:49:00 2000
- Organization: WebFusion Internet Solutions
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Theo wrote:
> I'm trying to get a script running and get this error, which I do not
> know how to decipher:
>
> [Tue Oct 10 09:09:06 2000] [error] [client <ip address>] Premature
> end of script headers: /usr/cgiwrap/cgiwrap
Usually indicates a broken script. Look in the lines immediately
preceding the cgiwrap message for further info.
If your script is in Perl, try running it from the command line:
# perl script.pl
If you're lucky, it'll bin out with an error message. If not, enter the
appropriate name/value pairs and press CTL-D to make it run. Then look
for the error message.
HTH
Graeme