打开 http://120.24.244.77/phpinfo.php 可以看到 swoole 成功运行,但是运行下面的这个代码没效果:
<?php
$http = new swoole_http_server("0.0.0.0", 9503);
$http->on('request', function (swoole_http_request $request, swoole_http_response $response) {
$response->end("<h1>Hello Swoole. #".rand(1000, 9999)."</h1>");
});
$http->start();
bash 运行: http_server.php 后访问 http://120.24.244.77:9503 没任何效果,服务器是 nginx , php 是 5.6 , SSH 的账号是: root ,密码是
CS88.com ,文件目录在 /data/wwwroot/default
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/346960
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.