SV-214295r612241_rule
V-214295
SRG-APP-000295-WSR-000012
AS24-U2-000650
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 set the "SessionMaxAge" directive to "600".
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 the "SessionMaxAge" directive exists and is set to "600".
If the "SessionMaxAge" directive does not exist, this is a finding.
If the "SessionMaxAge" directive exists but is not set to "600", this is a finding.
V-214295
False
AS24-U2-000650
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 the "SessionMaxAge" directive exists and is set to "600".
If the "SessionMaxAge" directive does not exist, this is a finding.
If the "SessionMaxAge" directive exists but is not set to "600", this is a finding.
M
3997