Hi, > 1. The server is listening for localhost connections only. > Is there any way we can change it to listen for > different address and on different port number?
As Peter pointed out: "sunstone-server -H X.X.X.X -p xxxx start" should work. It could be that you were placing this parametres after "start", so they are not being recognized. > > 2. I configured sunstone-server with reverse proxy config with both - > apache-httpd and lighttpd. The proxy config works fine and I can view > existing resources details - VMs, hosts, vnets etc. However the > sunstone-server crashes after receiving any create request. The > sunstone-server PID file is not cleared but the server process quits > abruptly. I am not using ssl config here. Also, I am not seeing any related > log messages in the sunstone.log file. Is there any way I can increase the > debugging level? I believe sunstone server is not well prepared to work with a reverse http proxy due to the use of absolute paths, so this could be the reason. There is an issue tracking this and some patches available, including for 2.2: http://dev.opennebula.org/issues/548 Can you try and see if the problem is solved then? Hope it helps, -- Héctor Sanjuan OpenNebula.org _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
