apache has LimitRequestBody directive, nginx has client_max_body_size, uwsgi has limit-post.
Il giorno domenica 22 aprile 2012 17:09:17 UTC+2, Bruce Wade ha scritto: > > chunk_size : > 100000 > dest : > <open file '<fdopen>', mode 'w+b'> > size : > 179 > src : > <mod_wsgi.Input object> > > On Sun, Apr 22, 2012 at 8:03 AM, Bruce Wade <[email protected]> wrote: > >> Hi, >> >> It looks like someone on my site is trying to use a post submission to >> take down my server. Unfortunately for them we have multiple servers. >> >> How can I detect this kind of attack and just ignore it? Some how they >> are submitting a chunk size of 100000 which is killing my I/O on the >> server. >> >> -- >> -- >> Regards, >> Bruce Wade >> http://ca.linkedin.com/in/brucelwade >> http://www.wadecybertech.com >> http://www.fittraineronline.com - Fitness Personal Trainers Online >> http://www.warplydesigned.com >> >> > > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.fittraineronline.com - Fitness Personal Trainers Online > http://www.warplydesigned.com > >

