[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGI problem
- Subject: Re: [cobalt-users] CGI problem
- From: Aeron Jarrett <ajarrett@xxxxxxxxxxxxx>
- Date: Fri May 12 13:13:50 2000
httpd is listed as the owner of the .cgi script file. I guess httpd is not
the proper owner... the owner should be the owner of the directory where
that script is located... you could do
chown <validOwner> <file>.cgi
or chown <validOwner>.<siteGroup> <file>.cgi
or chown httpd.<siteGroup> <file>.cgi
Lot's of choices... that's what makes it cool and scary at the same time!