RE: Issues with Drupal and Sentora (WSOD) due to proc_open and escapeshellarg
04-10-2015, 01:38 AM
Welcome to Sentora!
Now, unfortunately the way you did this disables those protections for ALL accounts and domains on your server and is NOT suggested.
If you only need it disabled for the one domain, replace those settings with the default again and then go to Admin>Module Admin>Apache Config>Override a Virtualhost Setting>[select domain]>Untick the box for Suhosin Enabled> Save and wait for the daemon to run (about 5 mins). That is the 'quick and dirty' way to disable it for just that domain.
Default entries:
Now, unfortunately the way you did this disables those protections for ALL accounts and domains on your server and is NOT suggested.
If you only need it disabled for the one domain, replace those settings with the default again and then go to Admin>Module Admin>Apache Config>Override a Virtualhost Setting>[select domain]>Untick the box for Suhosin Enabled> Save and wait for the daemon to run (about 5 mins). That is the 'quick and dirty' way to disable it for just that domain.
Default entries:
Code:
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, 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"