Heroku打开并使用Codeigniter获取502错误

时间:2015-12-21 18:04:50

标签: php codeigniter heroku

刚检查了我的日志,我收到了这个错误:

2015-12-21T17:41:06.304648+00:00 app[web.1]: [Mon Dec 21 17:41:06.303907 2015] [autoindex:error] [pid 100:tid 139688442590976] [client 10.147.38.224:15662] AH01276: Cannot serve directory /app/: No matching DirectoryIndex (index.php,index.html,index.htm) found, and server-generated directory index forbidden by Options directive.

发生了什么事?

1 个答案:

答案 0 :(得分:0)

这可能是您未正确设置Heroku环境的问题...您是否阅读了所有文档?您是否在应用根目录中设置了Procfile?

  

使用Procfile(应用程序根目录中的文本文件)显式声明应该执行哪个命令来启动应用程序。

https://devcenter.heroku.com/articles/getting-started-with-php#define-a-procfile