Comments on Managing A Headless VirtualBox Installation With phpvirtualbox On nginx (Ubuntu 12.04)
Managing A Headless VirtualBox Installation With phpvirtualbox On nginx (Ubuntu 12.04) phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers. This tutorial explains how to install phpvirtualbox with nginx on an Ubuntu 12.04 server to manage a locally installed, headless VirtualBox.
5 Comment(s)
Comments
Help .. I can't get the above steps to work on Ubuntu 12.10 .... always get a host can't connect error ...
Ideas?
If you're only getting sort of a blank grey page with a white stripe at the bottom and two thinner white stripes at the top and errors in nginx error log like
"[error] #0: *# connect() failed (111: Connection refused)"
this might be your issue:
Debian's default install of php5-fpm and nginx.
/etc/nginx/sites-available/default
fastcgi_pass unix:/var/run/php5-fpm.sock;
NOT
fastcgi_pass 127.0.0.1:9000;
Head banging on wall occurred.
That just made my day. thx for the hint
Vielen Danke Herr Timme! Besten Grüße aus unserem Lüneburg :)
Iman