so in the end of php.ini i add this codeAdd functions in php.ini suhosin.executor.func.blacklist = “” those you want to disable globally.
i dont understand thisthose you want to disable globally.
what the heck is the VirtualHost section please explain ?<VirtualHost 127.0.0.1>
………..
<IfModule mod_php5.c>
php_admin_value suhosin.executor.func.blacklist = “shell_exec”
</IfModule>
……
</VirtualHost>
In this example shell_exec has been enabled for the VirtualHost.
^ i already saw that when googled can u explain more clearly that like i rRemove all functions from disable_functions in php.ini
and leave it blank ''
so in the end of php.ini i add this code
suhosin.executor.func.blacklist = “”
i dont understand this
and
what the heck is the VirtualHost section please explain ?
disable_functions = show_source,system,shell_exec,passthru,exec,phpinfo,proc_open
disable_functions = show_source,system,passthru,phpinfo,proc_open;
[COLOR=#666666][I]service httpd restart[/I][/COLOR]
If you didn't do this in the kloxo panel you probably didn't update the correct one.Hey Guys
I wanted to ask you how to enable shell_exec on a server
i have a dedicated server and have a kloxo panel i remove the shell_exec from the not allowed in the php.ini what elese to do to make it work
Thanks