Skip to content

The Apache web server must restrict the ability of users to launch denial-of-service (DoS) attacks against other information systems or networks.

An XCCDF Rule

Description

<VulnDiscussion>Apache web server can limit the ability of the web server being used in a DoS attack through several methods. The methods employed will depend upon the hosted applications and their resource needs for proper operation. An example setting that could be used to limit the ability of the web server being used in a DoS attack is bandwidth throttling.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-214338r961152_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

Review the <'INSTALLED PATH'>\conf\httpd.conf file.

Add or modify the "Timeout" directive in the Apache configuration to have a value of "10" seconds or less.

"Timeout 10"