Information
The 'KeepAliveTimeout' directive specifies the number of seconds Apache will wait for a subsequent request before closing a connection that is being kept alive.
Rationale:
Reducing the number of seconds that Apache HTTP server will keep unused resources allocated will increase the availability of resources to serve other requests. This efficiency gain may improve a server's resiliency to DoS attacks.
Solution
Perform the following to implement the recommended state:
Add or modify the 'KeepAliveTimeout' directive in the Apache configuration to have a value of '15' or less.
KeepAliveTimeout 15