SV-214291r612241_rule
V-214291
SRG-APP-000246-WSR-000149
AS24-U2-000590
CAT II
10
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"
Add or modify the "Timeout" directive in the Apache configuration to have a value of "10" seconds or less.
"Timeout 10"
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"
Verify that the "Timeout" directive is specified to have a value of "10" seconds or less.
# cat /<path_to_file>/httpd.conf | grep -i "Timeout"
If the "Timeout" directive is not configured or is set for more than "10" seconds, this is a finding.
V-214291
False
AS24-U2-000590
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"
Verify that the "Timeout" directive is specified to have a value of "10" seconds or less.
# cat /<path_to_file>/httpd.conf | grep -i "Timeout"
If the "Timeout" directive is not configured or is set for more than "10" seconds, this is a finding.
M
3997