Thinking 发表于 2017-10-31 18:59:54

请教军哥,还是关于网站80端口的问题?【已解决】

网站在前两天本地突然间不能访问,后来经过各方面排查,初步判断是本地联通封锁80端口的问题,因为挂其他地方的代理可以正常访问。今天登录服务器测试了一下80端口,结果如下:
root@localhost:~# wget localhost:80

--2017-10-31 18:41:04--http://localhost/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:80... failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2017-10-31 18:41:04 ERROR 403: Forbidden.


这个结果好像不对吧,还是服务器的80端口有问题。可是我检查了iptables,里面也没有禁止80端口,这个到底是什么原因呢?请教军哥。我的本地IP段:125.36.101.XX。

附件是iptables规则



[ 本帖最后由 Thinking 于 2017-11-2 23:16 编辑 ]

licess 发表于 2017-11-1 20:36:13

403是nginx返回的代码
检查一下nginx默认虚拟主机的配置

Thinking 发表于 2017-11-2 23:16:41

经过几天的排查分析,最后还是本地网络的问题,现在解决了,感谢军哥。
页: [1]
查看完整版本: 请教军哥,还是关于网站80端口的问题?【已解决】