[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RaQ3i] - cgiwrap error



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