On Thu, Aug 26, 2010 at 07:51:27AM -0700, Joe Williams wrote: > > It looks like "show errors" isn't returning anything and I am definitely > seeing PR's in the logs. > > Aug 26 14:45:54 HOST haproxy[20549]: IP:26591 [26/Aug/2010:14:45:53.438] > http_proxy http_proxy/<NOSRV> -1/-1/-1/-1/926 400 187 - - PR-- > 1093/1093/0/0/0 0/0 "<BADREQ>" > > Any ideas?
Then this means those are just port probes. A connection, nothing sent on it then a close. You can disable their logging using "option dontlognull" if they're causing too much noise. Regards, Willy

