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
Edit the httpd.conf file and set the value of ‘KeepAliveTimeout’ to the 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: Access Control.This control applies to the following type of system Unix.
References
- 800-53|AC-12.
- CAT|II
- Rule-ID|SV-32877r1_rule
- STIG-ID|WA000-WWA024_A22
- Vuln-ID|V-13726