Hardened PHP
Friday, October 10th, 2008In a (SUSE) server I’ve got this error message.
ALERT - configured request variable limit exceeded - dropped variable 'XXXX' (attacker 'XX.XX.XX.XX', file 'XXX'), referer: XXX
It looks like it has the “Suhosin Extension” of the Hardened-PHP Project.
So I configured the following variables in my .htaccess file:
php_value suhosin.get.max_vars 500 php_value suhosin.request.max_vars 500 php_value suhosin.post.max_vars 500
and everything worked fine again.
Enjoy,
Rob.



