SV-239724r679282_rule
V-239724
SRG-APP-000141-WSR-000075
VCLD-67-000016
CAT II
10
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf.
Configure the "server.modules" section to the following:
server.modules = (
"mod_access",
"mod_accesslog",
"mod_proxy",
"mod_cgi",
"mod_rewrite",
)
server.modules += ( "mod_magnet" )
At the command prompt, execute the following command:
# /opt/vmware/sbin/vami-lighttpd -p -f /opt/vmware/etc/lighttpd/lighttpd.conf|awk '/server\.modules/,/\)/'
Expected result:
server.modules = (
"mod_access",
"mod_accesslog",
"mod_proxy",
"mod_cgi",
"mod_rewrite",
"mod_magnet",
"mod_setenv",
# 7
)
If the output does not match the expected result, this is a finding.
V-239724
False
VCLD-67-000016
At the command prompt, execute the following command:
# /opt/vmware/sbin/vami-lighttpd -p -f /opt/vmware/etc/lighttpd/lighttpd.conf|awk '/server\.modules/,/\)/'
Expected result:
server.modules = (
"mod_access",
"mod_accesslog",
"mod_proxy",
"mod_cgi",
"mod_rewrite",
"mod_magnet",
"mod_setenv",
# 7
)
If the output does not match the expected result, this is a finding.
M
5335