接收“30秒后未处于已启动状态的部署角色实例”Azure PHP

时间:2012-04-14 01:23:11

标签: php deployment azure

尝试将测试php应用程序部署到我的Azure模拟器

时,我一直收到此消息
Using session id 1
Warning : Remapping public port 80 to 81 to avoid conflict during emulation.
Warning : Remapping private port 80 to 82 in role 'PhpOnAzure.Web' to avoid conf
lict during emulation.
Created: deployment16(6)
Deployment role instances not in "Started" state after 30 seconds.
Exported interface at http://127.0.0.1:81/.
C:\temp\WindowsAzurePHPApp\build/WindowsAzurePHPApp.cspkg
C:\Users\Manu>

我在“在Azure上构建和部署PHP应用程序”教程(Checked CGI,也启用了PHP)上进行了一些故障排除,并且没有任何地方。其他人遇到同样的问题?我在这段代码中的输出是firefox中的一个空白页面,表示连接超时。

1 个答案:

答案 0 :(得分:-1)

您是否正在运行其他任何Web服务器软件,例如Apache? IIS需要控制才能正常运行。 Firefox中的连接问题让我觉得IIS可能被阻止或无法启动。寻找的另一种可能性,有时IIS与PHP混淆并将其中两个添加到模块列表中。检查一下