According to Apache documentation:
The Keep-Alive extension provides long-lived HTTP sessions which allow multiple requests to be sent over the same TCP connection.
What is the definition of "same TCP connection", is that meaning the same unique user visiting me web site?
If I have KeepAliveTimeout 5, is that meaning that user will have to re-establish a connection to my httpd after 5 secs?
Please help me to clearify the puzzle in my head, thank you.