健康检查异常问题:
netstat -anpt | grep -w 80
curl -I 127.0.0.1:80
yum -y install nc && echo -e ‘HEAD /HTTP/1.0\r\n\r\n’ | nc -t 127.0.0.1 80
http://www.htmltoo.com/