STIGUI
V-26282CAT II Medium severitySV-33207r1_rule

The LogLevel directive must be enabled.

Rule version WA00620 A22 · STIG v1 · 2019-01-07

Discussion

The server error logs are invaluable because they can also be used to identify potential problems and enable proactive remediation. Log data can reveal anomalous behavior such as “not found” or “unauthorized” errors that may be an evidence of attack attempts. Failure to enable error logging can significantly reduce the ability of Web Administrators to detect or remediate problems. While the ErrorLog directive configures the error log file name, the LogLevel directive is used to configure the severity level for the error logs. The log level values are the standard syslog levels: emerg, alert, crit, error, warn, notice, info and debug.

Check

Enter the following command:

grep "LogLevel" /usr/local/apache2/conf/httpd.conf

The command should return the following value:

LogLevel warn

If the above value is not returned, this is a finding. Note: If LogLevel is set to error, crit, alert, or emerg which are higher thresholds this is not a finding.

Fix

Edit the httpd.conf file and add the value LogLevel warn.

Identifiers

Group ID
V-26282
Group title
WA00620
Rule ID
SV-33207r1_rule
Check ID
C-33749r1_chk
Fix ID
F-29385r1_fix