I am not a PHP expert, however, from what I researched, suhosin appears to be a PHP Hardening extension which is not readily installed.
I followed these guides to setup suhosin:
https://serverpilot.io/docs/how-to-inst ... extension/
https://suhosin5.suhosin.org/stories/index.html .
Also to add, the trial version has PHP 5.4 packaged which is a very old version. Shouldnt this be running PHP 7 or something?
Before installing suhosin:
After installing suhosin:
I am also inclined to agree that this is a PHP settings, but it doesn't appear to be 'suhosin'.
- Code: Select all
; How many GET/POST/COOKIE input variables may be accepted
max_input_vars = 5000
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000
And then restarted HTTPD. Still same issue. Perhaps it is some other PHP attribute?
I am running a CentOS 7 for Nagios Fusion.