1753511 Members
5415 Online
108795 Solutions
New Discussion

My httpd process FAILED

 
John Francis_1
Frequent Advisor

My httpd process FAILED

After installing my Linux RH6.2 and then starting the system I see my httpd process has failed. How can I go about fixing this problem ? Should I reinstall only this one or ? reinstall everything again?
1 REPLY 1
Kofi ARTHIABAH
Honored Contributor

Re: My httpd process FAILED

Try the following:

# /etc/rc.d/init.d/httpd restart

it should give you a message on the screen that will tell you why it is failing... otherwise, check the following:

more /var/log/httpd/error_log
more /var/log/messages

its possible that it is complaining about your host name - depending on the message you get, you can resolve the problem.
nothing wrong with me that a few lines of code cannot fix!