Let's see if anyone can help me. I have mounted a server in Debian with Apache2
and with the module suexec
and CGI
to be able to execute scripts perl
via web.
So far so good: the script runs with the user assigned with suexec
.
The problem is that I need to execute commands in that script that need root permission, and of course, it says "permission denied". Any ideas?