Hello, how can I make sure that Apache/web server user is allowed to execute shell commands? I would like to execute a shell command in PHP script but it doesn't work for some reason (it works when written manually in shell by hand, of course, so the command is surely correct).
I believe the problem is that the user PHP is running under cannot execute shell commands. How can I check that and change the user's rights to use shell?
I'm using Windows 7, Apache 2.2, PHP 5.2.x.