Details
The number of seconds Apache will wait for a subsequent request before closing the connection. Once a request has been received, the timeout value specified by the Timeout directive applies. Setting KeepAliveTimeout to a high value may cause performance problems in heavily loaded servers. The higher the timeout, the more server processes will be kept occupied waiting on connections with idle clients. These requirements are set to mitigate the effects of several types of denial of service attacks.
Solution
Modify the KeepAliveTimeout directive in the applicable Apache configuration files to have a value of 15 or less.
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Windows.
References
- 800-53|SC-5.
- CAT|II
- Rule-ID|SV-32880r3_rule
- STIG-ID|WA000-WWA024_W22
- Vuln-ID|V-13726