[Catalyst] Running Catalyst as 'nobody'
Jonathan Rockway
jon at jrock.us
Thu Jan 3 00:04:25 GMT 2008
On Wed, 2008-01-02 at 15:46 -0800, Emily Heureux wrote:
> Hi, I'd like to change the owner of the server startup to nobody, no matter
> who starts it. My guess is that I put something like: chown nobody
> somewhere in the myapp_server.pl file?
chown changes file permissions; not process permissions. You want
setuid. But, be sure to read up on this issue; you probably want
something other than myapp_server.pl (or _fastcgi, etc.) to manage
permissions.
Regards,
Jonathan Rockway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080102/382499ec/attachment.pgp
More information about the Catalyst
mailing list