Swoole命令行输出但浏览器会超时
生活随笔
收集整理的這篇文章主要介紹了
Swoole命令行输出但浏览器会超时
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
<?php
$http = new swoole_http_server("0.0.0.0", 8811);print_r("a");
$http->set(['enable_static_handler' => true,'document_root' => "/home/wwwroot/l2.l2.l2/static",//設(shè)置根目錄這里根據(jù)你自己的路徑來寫]);
代碼在瀏覽器不行,在服務(wù)器可以運(yùn)行
說明代碼是沒有問題的,但是給擋住了,應(yīng)該是防火墻的問題,在我設(shè)置防火墻之后,開放端口8811 80之后就可以了
[root@192 /]# systemctl start firewalld [root@192 /]# firewall-cmd --permanent --add-port=80/tcp Warning: ALREADY_ENABLED: 80:tcp success [root@192 /]# firewall-cmd --permanent --add-port=8811/tcp success?
總結(jié)
以上是生活随笔為你收集整理的Swoole命令行输出但浏览器会超时的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 股市割韭菜什么意思
- 下一篇: 银行房贷提前还款流程 不同银行是怎么规定