Changes between Version 65 and Version 66 of NewLiveServer
- Timestamp:
- 12/07/10 13:14:29 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLiveServer
v65 v66 284 284 285 285 Dec 3 15:03:17 quince suhosin[14383]: ALERT - configured request variable name length limit exceeded - dropped variable 'enabled_pattern*field_patterns_related_larger*pattern*field_patterns_related_smaller' (attacker 'XXX.XXX.XXX.XXX', file '/web/transitionnetwork.org/www/index.php') 286 287 Dec 7 10:08:56 quince suhosin[7269]: ALERT - configured POST variable name length limit exceeded - dropped variable '{"$":{"memLimit":2000,."autoFlush":true,."crossDomain":true,."includeProtos":false,."includeFunctions":false}}' (attacker 'XXX.XXX.XXX.XXX', file '/web/transitionnetwork.org/www/index.php') 286 288 }}} 287 289 … … 297 299 ;suhosin.request.max_varname_length = 64 298 300 suhosin.request.max_varname_length = 256 301 302 ;suhosin.post.max_name_length = 64 303 suhosin.post.max_name_length = 512 304 305 ;suhosin.post.max_totalname_length = 256 306 suhosin.post.max_totalname_length = 2048 307 308 ;suhosin.post.max_value_length = 65000 309 suhosin.post.max_value_length = 260000 299 310 }}} 300 311