从php exec()启动/停止websocket服务器

时间:2016-06-24 21:12:24

标签: php websocket cpanel centos7 whm

我正在尝试从php运行并控制websocket进程。

我的服务器是带有cpanel和WHM的VPS。

我遵循本教程:http://www.techzonemind.com/php-websocket-library-two-way-real-time-communication/

在CLI中启动服务器时运行正常。

然后,使用PHP shell_exec()启动websocket脚本时出现问题

shell_exec('nohup php public_html/stage/chat/instantchat/server.php > output.log 2>&1 > output2.log &');

我检查了WHM中的进程管理器,server.php进程PID不断变化,聊天客户端无法连接,我无法终止进程。

任何人都知道为什么?

0 个答案:

没有答案