pinguo/php-msf

Demo 项目不生成日志文件、协程无限重启

uiosun opened this issue · 0 comments

按照 运行代码 一步步来的。

supervisor> status

除了 msf:php-msf-demo RUNNING 之外,还有 nginx RUNNING,为什么还要启动 Nginx?好奇。


Demo示例项目配置了HTTP索引页,直接浏览器访问http://127.0.0.1:8000

此处展示提示:Api not found controller(Index),但 /welcome 是正常的


查看服务日志 $>cat ~/data/msf-php-msf-demo/server.log

此处 Shell 提示:open(/home/worker/data/www/runtime/demo/server.log) failed. Error: No such file or directory[2]


协程 - 示例代码:http://127.0.0.1:8000/CoroutineTest/CoroutineMode

此页面无限重启,加载的一些 .js 文件都是 404。