SV-99947r1_rule
V-89297
SRG-APP-000315-WSR-000003
VRAU-LI-000370
CAT I
10
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf
Configure the lighttpd.conf with the following:
$HTTP["url"] =~ "^/cimom" {
proxy.server = ( "" =>
((
"host" => "127.0.0.1",
"port" => "5488"
))
)
}
At the command prompt, execute the following command:
cat /opt/vmware/etc/lighttpd/lighttpd.conf | awk '/cimom/,/}/'
Note: The return value should produce the following output:
$HTTP["url"] =~ "^/cimom" {
proxy.server = ( "" =>
((
"host" => "127.0.0.1",
"port" => "5488"
))
)
}
If the return value does not match the above output, this is a finding.
V-89297
False
VRAU-LI-000370
At the command prompt, execute the following command:
cat /opt/vmware/etc/lighttpd/lighttpd.conf | awk '/cimom/,/}/'
Note: The return value should produce the following output:
$HTTP["url"] =~ "^/cimom" {
proxy.server = ( "" =>
((
"host" => "127.0.0.1",
"port" => "5488"
))
)
}
If the return value does not match the above output, this is a finding.
M
3457