I want to run PHP script that runs system command. But that system command required root permissions. What shall I do, to make it run from apache?
Thank you in advance.
Try su or sudo, or change the user Apache runs as ( not a good idea really... )