0

我尝试使用PhpWebSocket但如果我没有将预期的端口(比如 1234)添加到 httpd.conf(Listen 1234),我得到:

No connection could be made because the target machine actively refused it

但是如果我添加它,我会在调用时收到此错误socket_bind

Address already in use

对于任何端口都是如此(我尝试了几个)。我使用 CentOS 6。

编辑1:

根据Jan Prieser的评论,我Listen 1234从 httpd.conf 中删除了,现在的问题是:

No connection could be made because the target machine actively refused it

所以我猜它可能是 SELinux 和防火墙,但似乎两者都没有。

4

1 回答 1

1

PHPWebSocket 自 2010 年以来一直没有更新。如果您正在寻找基于 PHP 的解决方案,我建议您查看Ratchet,它维护得非常积极。

于 2012-11-26T05:36:40.217 回答