Everything was going alright, no edits have been done on the configurations, suddenly the httpd stopped running on start up, and another service made by me as well.
one information that the hard disk reached his full space so I had to delete some files.
the result of chkconfig --list
is
httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
If httpd fails to start up, you should be able to find an error message in the error-log (/var/log/httpd/error_log
or wherever you have configured its errors to). Check what gets logged when you manually try to start the service ("service httpd start"
) and get back with more information if you don't understand what it is trying to tell you.
If hard disk was full that would be the first reason of apache service not starting. Did you try restarting httpd
service after freeing up some sufficient disk space and please also check the httpd
error logs in /var/log/httpd/error.log
. I think the major problem would have been due to disk space got full.
Try to free up some log files also to free up some more space in /var/log
directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With