首先查看端口监听状态netstat -tunlp | grep 80如果没有监听,telnet是不通的可以通过python起一个http服务python -m SimpleHTTPServer 6066然后在通过telnet ip:port测试