I've vmware-server installed and vmware-hostd listens on port80 and redirects all incoming http to the MUI on 8333.
Now I needed to install apache2 to install some low-level monitoring-software on the host-system but it cannot start cause port 80 is used by vmware.
How can I make vmware listen on port81 instead? or only listen on 8333 in the first place?
Actually I prefer moving vmware-hostd to a different port than moving apache2 to a different port
I found several configfiles, where port 80 is somehow referred, but I dont understand the underlying meaning, so I prefer to ask here before I mess things up.
/etc/vmware/locations : reference to HTTP_PROXY
/etc/vmware/hostd/config.xml : webserver-section
/etc/vmware/hostd/proxy.xml : httpPort
My guess would be to change the httpPort in proxy.xml and the maybe related setting in locations. But then the https-port in locations is different to the one in proxy.xml, so I'm not sure what this proxy-settings mean after all.
thnx a lot
peter