Suresh
Forum Replies Created
-
Thanks for your great support. Love this plugin ??
Ok just commented the line
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”
and it worked ??
I found this here
/etc/zpanel/configs/apache/http-vhost.conf
################################################################
# ZPanel generated VHOST configurations below…..
################################################################# DOMAIN: meraneed.com
<virtualhost *:80>
ServerName meraneed.com
ServerAlias meraneed.com https://www.meraneed.com
ServerAdmin zadmin@localhost
DocumentRoot “/var/zpanel/hostdata/zadmin/public_html/meraneed_com”
php_admin_value open_basedir “/var/zpanel/hostdata/zadmin/public_html/meraneed_com:/var/zpanel/temp/”
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”Just replace php_admin_value suhosin.executor.func.blacklist “passthru”
enough?
Ok, I had added the passthru there and enter service httpd restart to restart service. But still not working.
Yes, restarted the web service and also rebooted the server. No change.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Problem with exec() errorYes, i did. disable_functions = empty nothing there after that.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Problem with exec() errorMe too having the same problem.
I did what ever you said in above comments,
removed the semi-colon for suhosin.executor.func.blacklistStill not working. Any solution for this?