Error logging must be enabled.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-26279WA00605 A22SV-33192r1_rule-medium
Description
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.
STIGDate
APACHE 2.2 Site for UNIX Security Technical Implementation Guide2019-01-07

Details

Check Text (C-33192r1_chk)

Enter the following command: grep "ErrorLog" /usr/local/apache2/conf/httpd.conf This directive lists the name and location of the error log. If the command result lists no data, this is a finding.

Fix Text (F-29376r1_fix)

Edit the httpd.conf file and enter the name and path to the ErrorLog.