(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 ได้
เขียน: 2010-04-15 23:53:05 แก้ไข : 2010-04-15 23:53:05 อ่าน : 2511
tag : (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
tag : (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80