Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
netstat -tulpn| grep :80
killall -9 httpd
/etc/init.d/httpd start or service httpd start
netstat -tulpn| grep :80
killall -9 httpd
/etc/init.d/httpd start or service httpd start