[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Formmail and telnet problems
- Subject: Re: [cobalt-users] Formmail and telnet problems
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Mar 13 06:36:07 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> You do not have to chown it to the user just make sure the
> permissions are set right to excute it. chmod 755.
On the RaQ using cgi-wrappers, your best option is to use
chmod 711 the-cgi.
There is no need for anyone other than root to read the script,
as the user/group only have to execute it.
All my cgi's are set to permissions 711, works great!
Gerald