SV-100983r1_rule
V-90333
SRG-APP-000141-WSR-000076
VRAU-LI-000165
CAT II
10
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf
Navigate to proxy.server. Set the proxy.server "host" value to "127.0.0.1" and the proxy.server "port" value to "5488".
Note: The proxy.server section should look like this when it is configured:
$HTTP["url"] =~ "^/cimom" {
proxy.server = ( "" =>
((
"host" => "127.0.0.1",
"port" => "5488"
))
)
}
At the command prompt, execute the following command:
grep -A 6 -B 1 proxy.server /opt/vmware/etc/lighttpd/lighttpd.conf
If the proxy.server "host" value is not set to "127.0.0.1" and the proxy.server "port" value is not set to "5488", this is a finding.
V-90333
False
VRAU-LI-000165
At the command prompt, execute the following command:
grep -A 6 -B 1 proxy.server /opt/vmware/etc/lighttpd/lighttpd.conf
If the proxy.server "host" value is not set to "127.0.0.1" and the proxy.server "port" value is not set to "5488", this is a finding.
M
3457