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

Re: [cobalt-users] Formmail and telnet problems



> 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