How to run web PHPscript in specified user, not in apache(default).
In linux you create user test, and he has rights like root.
Now you want to run www.yoursite.com/test.php, and script test.php is a execute script.
But by default scripts are treated like user apache,but apache hasent got enough rights to do test.php demand , and now i want that script will be executed by user test, which has the root rights.
Thanks for answer !!