[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGI on Qube 3 not running
- Subject: Re: [cobalt-users] CGI on Qube 3 not running
- From: "Jerry Muelver" <jerry@xxxxxxxxxx>
- Date: Tue Feb 6 11:32:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Jerry Muelver" <jerry@xxxxxxxxxx>
said on Monday, February 05, 2001 1:59 PM
Subject: [cobalt-users] CGI on Qube 3 not running
> I've got "CGI - all users" checked, bang-hash set correctly,
> directory chmod 755, file chmod 755, chown admin, Unix
> line-endings. File won't run from browser call, but I can
telnet
> in and run it with 'perl -w myfile.pl'. Run direct, like
> 'myfile.pl' gives me "Unknown command" error. Run from browser
> leaves classic error message in log about "premature end of
> script header..."
>
Addendum -- I can run the executable script from its directory on
the command line if I use dot-slash thusly:
./myfile.pl
If that's any help....
---- jerry