Skip to content

The KeepAliveTimeout directive must be defined.

An XCCDF Rule

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.

Property Value
Responsibility Web Administrator

ID
SV-32880r3_rule
Version
WA000-WWA024 W22
Severity
Medium
Updated

Remediation Templates

A Manual Procedure

Modify the KeepAliveTimeout directive in the applicable Apache configuration files to have a value of 15 or less.