UCF STIG Viewer Logo

The KeepAliveTimeout directive must be defined.


Overview

Finding ID Version Rule ID IA Controls Severity
V-13726 WA000-WWA024 W22 SV-32880r1_rule ECSC-1 Medium
Description
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.
STIG Date
APACHE SERVER 2.2 for Windows 2014-04-03

Details

Check Text ( C-33611r1_chk )
Locate the Apache httpd.conf file.

Open the httpd.conf file with an editor such as notepad, and search for the following uncommented directive: KeepAliveTimeout

If any directive is not set to 15 or less, this is a finding.

NOTE: This vulnerability can be documented locally with the IAM/IAO if the site has an operational reason for not using persistent connections. If the site has this documented, this should be marked as Not a Finding.
Fix Text (F-29218r1_fix)
Modify the KeepAliveTimeout directive in the applicable Apache configuration files to have a value of 15 or less.