I often found the apache's error.
Address already in use: make_sock: could not bind to port 80?
My solution is reboot server. But it's not practical because you may lose SLA. Here's correct solution.
#netstat -tulpn| grep :80
#killall -9 httpd
#/etc/init.d/httpd start