Skip to content

The number of allowed simultaneous requests must be set.

An XCCDF Rule

Description

Resource exhaustion can occur when an unlimited number of concurrent requests are allowed on a web site, facilitating a denial of service attack. Mitigating this kind of attack will include limiting the number of concurrent HTTP/HTTPS requests per IP address and may include, where feasible, limiting parameter values associated with keepalive, (i.e., a parameter used to limit the amount of time a connection may be inactive).

Property Value
Responsibility Web Administrator

ID
SV-33018r1_rule
Version
WG110 A22
Severity
Medium
Updated

Remediation Templates

A Manual Procedure

Edit the httpd.conf file and set the MaxKeepAliveRequests directive to 100 or greater.