On Tue, Feb 17, 2009 at 1:49 AM, Mayur B <[email protected]> wrote: > Thanks. > Since we're running on Amazon EC2, I hope its not the network. Its about 5% > of all our http calls, which is what worries me. > > How would I go about checking the log files to see what those REQ errors > are? >
grep for 'BADREQ'. Then look at the flags to see what the problem is. -jf > On Mon, Feb 16, 2009 at 9:38 AM, Jeffrey 'jf' Lim <[email protected]> > wrote: >> >> On Tue, Feb 17, 2009 at 1:10 AM, Mayur B <[email protected]> wrote: >> > Hello, >> > >> > We are seeing a high number of errors in the REQ column of the HAproxy >> > UI. >> > What is the REQ error column? How can we resolve this? >> > >> >> Bad http requests. May not exactly be your fault (so not exactly >> resolvable) - could be due to a number of things. Unless you suspect >> something wrong with your network connection (or the other party's >> network connection), these are usually port scans, or server scans... >> >> -jf >> >> -- >> In the meantime, here is your PSA: >> "It's so hard to write a graphics driver that open-sourcing it would not >> help." >> -- Andrew Fear, Software Product Manager, NVIDIA Corporation >> http://kerneltrap.org/node/7228 > >

