(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
ปัญหา (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
แก้ได้โดย
# netstat -pln |grep 80
จะเจอ
tcp6 0 0 :::80 :::* LISTEN 8493/httpd
ดังนั้นจึง
#kill -9 8493
ทำจนหายหมด ก็จะ start apache ได้
tag : (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
