vboxwebsrv on Solaris
You can use the inegrated vboxwebsrv from Virtualbox e.g. with phpVirtualbox or RemoteBox. Enableing it on Solaris is very easy you just have to set the username of your virtualbox user. This is done with the svccfg command, followed by a reload of the service:
svccfg -s svc:/application/virtualbox/webservice:default setprop config/user=
svcadm refresh svc:/application/virtualbox/webservice:default
To start the web service, do the following:
svcadm enable svc:/application/virtualbox/webservice:default
Todo:
- Installation of VBox
- Upgrade to a newer VBox Version
- Installation of phpvirtualbox
pkgrm SUNWvbox
pkgadd -d Virtualbox*.pkg
VBoxManage extpack uninstall “Oracle VM VirtualBox Extension Pack”
VBoxManage extpack install /export/home/vbox/Oracle_VM_VirtualBox_Extension_Pack-4.2.4-81684.vbox-extpack
VBoxManage setproperty websrvauthlibrary null