SV-239718r679338_rule
V-239718
SRG-APP-000016-WSR-000005
VCLD-67-000004
CAT II
10
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf.
Add the following value in the "server.modules" section:
mod_accesslog
The result should be similar to the following:
server.modules = (
"mod_access",
"mod_accesslog",
"mod_proxy",
"mod_cgi",
"mod_rewrite",
"mod_magnet",
"mod_setenv",
# 7
)
At the command prompt, execute the following command:
# /opt/vmware/sbin/vami-lighttpd -p -f /opt/vmware/etc/lighttpd/lighttpd.conf|awk '/server\.modules/,/\)/'|grep mod_accesslog
Expected result:
"mod_accesslog",
If the output does not match the expected result, this is a finding.
V-239718
False
VCLD-67-000004
At the command prompt, execute the following command:
# /opt/vmware/sbin/vami-lighttpd -p -f /opt/vmware/etc/lighttpd/lighttpd.conf|awk '/server\.modules/,/\)/'|grep mod_accesslog
Expected result:
"mod_accesslog",
If the output does not match the expected result, this is a finding.
M
5335