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

Re: [cobalt-users] CGI problem



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!