1. Home
  2. Security Hardening
  3. DISA STIG Apache Site 2.2 Unix V1R11
  4. WG110 A22 – The number of allowed simultaneous requests must be set.

WG110 A22 – The number of allowed simultaneous requests must be set.

Details

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).

Solution

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

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles