Apache doesn't start up on boot, and the thing above checks out okay. How do you track down the problem?

chkconfig httpd on
httpd -t
service httpd on
netstat -tulpn | grep 80
tail -f /var/log/httpd/access_log
tail -f /var/log/httpd/error_log

No comments: