SV-33206r1_rule
V-26281
WA00615
WA00615 A22
CAT II
10
Edit the httpd.conf file and configure to load the log_config_module. Configure with ErrorLog and CustomLog directives to ensure comprehensive system and access logging.
Enter the following command:
grep "CustomLog" /usr/local/apache2/conf/httpd.conf
The command should return the following value:.
CustomLog "Logs/access_log" common
If the above value is not returned, this is a finding.
V-26281
False
WA00615 A22
Enter the following command:
grep "CustomLog" /usr/local/apache2/conf/httpd.conf
The command should return the following value:.
CustomLog "Logs/access_log" common
If the above value is not returned, this is a finding.
M
Web Administrator
161