[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] perl permissions denied
- Subject: RE: [cobalt-users] perl permissions denied
- From: Clive Harper <CHarper@xxxxxxxxxxxx>
- Date: Mon Aug 6 18:50:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Neil,
We have had actinic sites running fine from RAQ4 servers, you have to be
carefull when entering the network settings within Actinic, make sure the
paths to CGI-BIN and the CATALOG directory are correct.
Once the site has been uploaded check to make sure that all the CGI/PL files
have been make executable (CHMOD 755)
I think you are already talking to us about this problem directly through
Morgan, if so contact us for more information.
--
Clive Harper
>
> Mike
>
> your email arrived in the nick of time was just about to
> trawl through the
> archives for something like this
>
> Cheers
>
> Neil
>
> ps Im having difficulty installing the Actinic software on my
> raq4 i.e.
> uploading the scripts has anyone out there had experience on
> this matter.
>
>
>
>
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Michael
> Sent: 07 August 2001 03:46
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] perl permissions denied
>
>
> At 05:18 PM 08/06/01 +0200, you wrote:
> >#!/usr/bin/perl
> >print "Content-type: text/html\n\n";
> >print "<html><body>";
> >print "Ok, this is environment_test.cgi<br>";
> >while (($key, $value) = (each %ENV)) {
> > print "$key: $value<br>";
> >}
> >print "</body></html>";
> >###### the above line is the last line of the script
>
> One more brief FYI
> Make sure the VERY TOP is #!/usr/bin/perl I mean the VERY
> top, no comments
> or anything. I just copied and pasted it, no changes, uploaded it to
> cgi-bin and it executes just dandy, so you script is bug-free.
>
>
> Mike
>
>