I add user with right permission in this file:
/etc/httpd/conf/httpd.conf
But shell_exec,system,exec can't run all command. For example I can go to root folder and get list of files and directory in /root folder, but when i use 
shell_exec('ffmpeg');
nothing execute and nothing reply. What should i do?
 
    