Configure Error Log Format
An XCCDF Rule
Description
LogFormat
should be enabled and set to the following in
/etc/httpd/conf/httpd.conf
:
LogFormat "a %A %h %H %l %m %s %t %u %U \"%{Referer}i\" \"%{User-Agent}i\"" combined
Rationale
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. The LogFormat directive defines the format and information to be included in the access log entries.
- ID
- xccdf_org.ssgproject.content_rule_httpd_configure_log_format
- Severity
- Medium
- References
- Updated