System logging must be enabled.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-214309 | AS24-W1-000065 | SV-214309r961863_rule | CCI-000366 | 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. The CustomLog directive specifies the log file, syslog facility, or piped logging utility. | ||||
| STIG | Date | |||
| Apache Server 2.4 Windows Server Security Technical Implementation Guide | 2025-02-12 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.4.2
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000366
1.00
- DISA · 3 · disa_xccdf · related
Details
Check Text (C-214309r961863_chk)
In a command line, navigate to "<'INSTALLED PATH'>\bin\conf".
Edit the "httpd.conf" file and search for the directive "CustomLog".
If the "CustomLog" directive is missing or does not look like the following, this is a finding:
CustomLog "Logs/access_log" common
Fix Text (F-15519r881523_fix)
Edit the httpd.conf file and enter the name, path, and level for the CustomLog.