in reply to mod_perl suid
When using mod_perl, Perl is actually linked into the web server, so your scripts execute inside the web server itself rather than a separate process like CGI. Any permissions would have to be given to the user/group as which apache runs.
But rather than give the world access to root files, it would be better to parcel off the privileged task to a separate process.
|
|---|