Check Suhosin configuration

NewEraCracker

New member
I've been seeing some people complaining about problems with their xenforo installation due suhosin being installed in their servers and I'd like to suggest an addiction to requirements test script to check if suhosin settings are too restrictive.

In my opinion this should be the recommended settings.
Code:
suhosin.session.encrypt = Off
suhosin.get.max_name_length = 350
suhosin.post.max_array_index_length = 256
suhosin.post.max_totalname_length = 8192
suhosin.post.max_vars = 4096
suhosin.request.max_array_index_length = 256
suhosin.request.max_totalname_length = 8192
suhosin.request.max_vars = 4096
suhosin.request.max_varname_length = 350

It has also come to my attention that some hosts change the following settings to a value lower than default ( 10000000 )
Code:
suhosin.post.max_value_length
suhosin.request.max_value_length

Regards,
NewEraCracker.
 
Top Bottom