For security purposes it is blocked by Suhosin.
you can remove it at your own risk but all domains will be able to use it.
Login to phpmyadmin as root, navigate to sentora >sentora_core > x_settings > so_id_pk line 82 and remove proc_open, like below and save it.
On the command line enter:
And wait ~5 mins for the daemon to run and update the vhosts file.
you can remove it at your own risk but all domains will be able to use it.
Login to phpmyadmin as root, navigate to sentora >sentora_core > x_settings > so_id_pk line 82 and remove proc_open, like below and save it.
Code:
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
On the command line enter:
Code:
setso --set apache_changed true
And wait ~5 mins for the daemon to run and update the vhosts file.