1
I need to kill a lawsuit for php
, but I use exec
, system
or exec_shell
and it’s not killing the processes, I went online and the guys are saying that apache is not allowed to execute these kinds of commands, the strange thing is that I’m logged as root in the system and still does not kill..
Can someone help me ?
You need to add the www user to the super user group. Use the addgroup www sudo command
– touchmx
Since I’m in Centos this command doesn’t exist
– Lourençon O.