AS24-U1-000010 - The Apache web server must limit the number of allowed simultaneous session requests - KeepAlive

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

Apache web server management includes the ability to control the number of users and user sessions that utilize an Apache web server. Limiting the number of allowed users and sessions per user is helpful in limiting risks related to several types of denial-of-service (DOS) attacks.

Although there is some latitude concerning the settings, they should follow DoD-recommended values and be configurable to allow for future DoD direction. While the DoD will specify recommended values, the values can be adjusted to accommodate the operational requirements of a given system.

Solution

Determine the location of the 'HTTPD_ROOT' directory and the 'httpd.conf' file:

# httpd -V | egrep -i 'httpd_root|server_config_file'
-D HTTPD_ROOT='/etc/httpd'
-D SERVER_CONFIG_FILE='conf/httpd.conf'

Set the 'KeepAlive' directive to a value of 'on'; add the directive if it does not exist.

Set the 'MaxKeepAliveRequests' directive to a value of '100' or greater; add the directive if it does not exist.

Restart Apache: apachectl restart

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Apache_Server_2-4_UNIX_Y22M01_STIG.zip

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-10, CAT|II, CCI|CCI-000054, Rule-ID|SV-214228r612240_rule, STIG-ID|AS24-U1-000010, STIG-Legacy|SV-102685, STIG-Legacy|V-92597, Vuln-ID|V-214228

Plugin: Unix

Control ID: 1a39f040c0cc878ac92fc6d56c47dcafe3e65cedbe180ab581b27b8915f88a28