[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGI Wrap error - who should be owner
- Subject: Re: [cobalt-users] CGI Wrap error - who should be owner
- From: Hendrik Runte <cobalt@xxxxxxxxxx>
- Date: Sun May 20 18:45:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Thanks for the info, I have gone through the archives to harden the formmail
> cgi. Question though, I am running formmail as a global CGI what user should
> own it then? The server admin user?
>
>
>
> regards,
>
> Todd Kirk
>
No, not the 'admin', 'cause he belongs to the group 'wheel', ie he has
access to nearly everything. Better use
chwon httpd.httpd
It should be possible to run this with (at least)
chmod 711
In case of unexpected errors, ssh in as admin an run this formmail script
from shell. Any errors will be reported:
./formmail.cgi (or .pl)
No output?- fine
Regards,
Hendrik
--