Hi, I have a haproxy in front of a couple apache servers in prefork mode. Looking at the haproxy stats page shows only a couple of active sessions per server while the apache status shows a larger number of requests in keep-alive state. Is there an option that would make haproxy count keep-alive connections as active sessions too?
Without this maxconn limit I set on servers does not seem to make sense. For example: maxconn per server: 1000 keep-alive connections: ~100 active sessions: ~10 -- Valentin

