[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Raq4/CGIWrap - Permission Denied
- Subject: Re: [cobalt-users] Raq4/CGIWrap - Permission Denied
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Mon Apr 2 23:22:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > I have one of this famous errors !
> > May someone please give me some advice for solving the problem ?
> >
> > http://www.urbansjofront.com/cgi/index.cgi
> >
Is the file and it's directory chmod 711?
Is the ownership of file and directory correct?
Try running it from the shell
perl -w ./my.cgi
may give a clue as to the error.
Gerald