Hi all, this is my first post in this forum.
I've a problem that i couldn't solve and i don't know if there's a way to solve it.
In my php.ini i've a list of disabled function as the one shown above
disable_functions = system, proc_open, proc_close, popen, passthru, shell_exec, dl, show_source, highlight_file, pcntl_exec
this works fine for me, but i've a problem with the webmail of my servers, because the function exec must be disabled to let the webmail (squirrelmail) works.
So my question is... is it possibile to enable a function only for a particular virtual host? or let all all the function anabled for a particular directory?
I've a problem that i couldn't solve and i don't know if there's a way to solve it.
In my php.ini i've a list of disabled function as the one shown above
disable_functions = system, proc_open, proc_close, popen, passthru, shell_exec, dl, show_source, highlight_file, pcntl_exec
this works fine for me, but i've a problem with the webmail of my servers, because the function exec must be disabled to let the webmail (squirrelmail) works.
So my question is... is it possibile to enable a function only for a particular virtual host? or let all all the function anabled for a particular directory?
Last edited: