SV-214265r612240_rule
V-214265
SRG-APP-000374-WSR-000172
AS24-U1-000750
CAT II
10
In a command line, run "httpd -M" to view a list of installed modules.
If "log_config_module" is not listed, enable this module.
Review the "httpd.conf" file.
Determine if the "LogFormat" directive exists. If it does not exist, ensure the "LogFormat" line contains the %t flag.
Review the web server documentation and configuration to determine the time stamp format for log data.
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"
Search for the "log_config_module" directive:
# cat /<path_to_file>/httpd.conf | grep -i "LogFormat"
Verify the "LogFormat" directive exists.
If the "LogFormat" directive does not exist, this is a finding.
Verify the "LogFormat" line contains the "%t" flag.
If "%t" flag is not present, time is not mapped to UTC or GMT time, this is a finding.
V-214265
False
AS24-U1-000750
Review the web server documentation and configuration to determine the time stamp format for log data.
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"
Search for the "log_config_module" directive:
# cat /<path_to_file>/httpd.conf | grep -i "LogFormat"
Verify the "LogFormat" directive exists.
If the "LogFormat" directive does not exist, this is a finding.
Verify the "LogFormat" line contains the "%t" flag.
If "%t" flag is not present, time is not mapped to UTC or GMT time, this is a finding.
M
3996