windows server 安装phpVirtualBox web服务

这是我在Windows server 2012 下的安装过程

(1) 安装virtualbox

(2) 安装IIS和PHP, 参考: https://msdn.microsoft.com/zh-cn/library/hh994592(v=ws.11).aspx

(3)下载phpVirtualBox,修改文件config.php-example改为config.php。在IIS上添加网站,指定目录为phpvirualbox的根目录。

(4) 用命令行(比如 power shell)进入VirtualBox的安装目录,执行:

VboxManage setproperty websrvauthlibrary null
VBoxWebSrv.exe

 配置完毕,可以访问网页了,默认用户名和密码都是 admin

ref:

https://segmentfault.com/a/1190000000346904

http://www.affan.info/category/howto/

https://docs.openstack.org/developer/ironic/liberty/drivers/vbox.html

原文地址:https://www.cnblogs.com/pinganzi/p/6713174.html