在PHPCloud上调试ZF2应用程序

在PHPCloud上调试ZF2应用程序,php,zend-framework2,cloud,Php,Zend Framework2,Cloud,我正在尝试将我的ZF2应用程序部署到不同的云环境 刚刚注册了Zend的PHP云,将其添加为远程存储库,并将我的代码推送到那里。当我转到主页时,它会按预期显示,但仅此而已。当我尝试访问我的任何应用程序链接时,会出现以下错误: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please conta

我正在尝试将我的ZF2应用程序部署到不同的云环境

刚刚注册了Zend的PHP云,将其添加为远程存储库,并将我的代码推送到那里。当我转到主页时,它会按预期显示,但仅此而已。当我尝试访问我的任何应用程序链接时,会出现以下错误:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.14 (Ubuntu) Server at myapplication.my.phpcloud.com Port 80
现在,我认为这是一个Apache错误,听起来对吗?如果是这样的话,我怎样才能排除故障呢

我看到我可以通过隧道进入应用程序容器,但我没有访问操作系统的权限。通常在这种情况下,在本地linux服务器上工作时,我会查看日志文件并找出问题所在。我如何在PHPCloud中做到这一点


谢谢

最终我在EC2上回到了Ubuntu。也许IaaS是目前的发展方向,而不是PaaS