ich habe für einen Kunden in seiner php.ini gesetzt:
[suhosin]
suhosin.get.max_value_length = 4096
apache restarted, aber es wird nicht übernommen und bleibt bei 512
ich habe für einen Kunden in seiner php.ini gesetzt:
[suhosin]
suhosin.get.max_value_length = 4096
apache restarted, aber es wird nicht übernommen und bleibt bei 512
ich habe für einen Kunden in seiner php.ini gesetzt:
[suhosin]
suhosin.get.max_value_length = 4096
apache restarted, aber es wird nicht übernommen und bleibt bei 512
Hello ;
What HTTP server implementation are you using? (PHP-FPM, Fcgid, ITK)?
What HTTP server implementation are you using? (PHP-FPM, Fcgid, ITK)?
this system is using is Fcgid ... per User
this system is using is Fcgid ... per User
What phpinfo says after changing the value? What is the error message received by user? Please provide us more info.
What phpinfo says after changing the value? What is the error message received by user? Please provide us more info.
in phpinfo nothing has changed (with all own suhosin parameter) seems they get ignored ...
a customer want's to install CMS ModX which need this suhosin setting
Link
in phpinfo nothing has changed (with all own suhosin parameter) seems they get ignored ...
a customer want's to install CMS ModX which need this suhosin setting
Link
If the change doesn't appear in the php.ini file it's surely because you have edited the wrong file. Are you sure to use Fcgid? What is the value of the HTTPD_SERVER parameter in your /etc/imscp/imscp.conf file? Also what is the value of the INI_LEVEL parameter in your /etc/imscp/apache/apache.data file?
Thank you for using i-MSCP
INI_LEVEL = per_user
HTTPD_SERVER = apache_fcgi
hmm, could it be that the system has been migrated from ispcp?
I dont know what happen if changing this in /etc/php5/conf.d ...
suhosin.get.max_value_length = 4096
could this be a security risk if it's set for all php.ini?
in /etc/php5/conf.d its global for all users
Display More
INI_LEVEL = per_user
HTTPD_SERVER = apache_fcgi
hmm, could it be that the system has been migrated from ispcp?
I dont know what happen if changing this in /etc/php5/conf.d ...
suhosin.get.max_value_length = 4096
could this be a security risk if it's set for all php.ini?
Let me try with last master and Fcgid.
Edit: You are using oldstable? squeeze?