recently,
I needed to setup one server with huge apache traffic (> than 40K unique visits per day), and I found that keepalive apache is very usefull!
It helps apache to keep connection for some period of time.
Here are values that we have added to that server:
keepalive on Timeout 60 MaxKeepAliveRequests 256 KeepAliveTimeout [...]
