phpVirtualBox

VirtualBox Web Gui/Frontend

Abhängigkeiten installieren (Ubuntu Server 10.10):

sudo aptitude install virtualbox-ose apache2 libapache2-mod-php5 unzip

phpVirtualBox herunterladen

wget http://phpvirtualbox.googlecode.com/files/phpvirtualbox-0.5.zip
unzip phpvirtualbox-0.5.zip
sudo cp phpvirtualbox-0.5 /var/www/ -r
sudo mv /var/www/phpvirtualbox-0.5 /var/www/phpvirtualbox
sudo $Editor /etc/apache2/mods-enabled/php5.conf
# add *.php to SetHandler application/x-httpd-php
sudo /etc/init.d/apache2 restart

Konfiguration vornehmen:

VBoxManage setproperty websrvauthlibrary null 
/usr/bin/vboxwebsrv -b --logfile /dev/null >/dev/null

Server testen
Einfach im Browser http://$Server/phpvirtualbox aufrufen

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.