Perl Script

Hi,

Is it possible to execute shell script from perl with suexec?If yes then my first question is how :slight_smile: and second question is, will executed shell script be executed by file owner(one using suexec to run shell script) or will it be executed by apache(nobody) ?

By default perl refuses to run setuid. My understanding is that you will need to have "suidperl" to do it. However, I don't have enough experience with this kind of setup so you may need to do some digging out yourself.

perlsec - perldoc.perl.org