My stats page (thank you, got that working) shows I have 20 conn errors. The three backend servers all show 0 in all the boxes, but the "backend" row shows "blank" "20" and "0" in the three Error columns (Req, Conn, Resp.)
I looked through my /var/log/messages and did a "grep -ve '--'" to see if I could find anything that doesn't have a "--" as its final status. And I have none. All of them are "--", which I figure is a good thing. So how do I find what those 20 errors in my statistics page are in my logs? Thank you, PH

