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

Re: [cobalt-users] cgi & perl webmail questionon a RaQ4



On Wed, 19 Sep 2001, Frank Volpe wrote:

> Hello  list,
> RaQ4i with 128mb.
> 
> CGIWrap Error: Execution of this script not permitted
> Execution of (root) is not permitted for the following reason:

> I check everywhere an I can find where the problem is, Please can you guys
> help me...

Frank, you checked everywhere but the obvious place, the message itself
told you exactlly what the problem is, the cgi isn't allowed to run as
root, your login.cgi needs to be chowned to someone other rhan root, the
site-admin for site1 would be good, admin if it hasn't got one...should
make it happy...

eg: chown admin login.cgi 

gsh