Max Keep-Alive Requests⇑
Description
Specifies the maximum requests that can be served through a keep-alive (persistent) connection. Connections will be closed once this limit is reached. You can specify a different limit for each virtual hosts. This number cannot exceed the server-level Max Keep-Alive Requests limit.
Syntax
Integer number
Tips
Set to a reasonably high value. A value of "1" or less will disable keep-alive connections.