Results 1 to 8 of 8
hi friends,
i was testing my page which is in /var/www/html but it was not working
so i checked httpd service
service it showing httpd stop
then i start it
...
- 01-22-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 8
service httpd failed
hi friends,
i was testing my page which is in /var/www/html but it was not working
so i checked httpd service
service it showing httpd stop
then i start it
but showing service httpd failed
suddenly it happens. even i did not touch the httpd.conf file.
whats the problem ? any idea ?
plz plz help me
- 01-22-2010 #2
It should tell you exactly what has gone wrong in the logs, take a look in /var/log/httpd/..., and tail the files in there.
If you can't work it out, post up the last few entries and we'll try to help.Linux user #126863 - see http://linuxcounter.net/
- 01-26-2010 #3
Hello
#httpd -t should give you the syntex error.
Kiran
- 01-26-2010 #4
if you're running some redhat type system, check on selinux. it is notorious for causing mysterious failures in a system if its enforced.
- 02-03-2010 #5Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
I would recommend you to check the error logs first, It will give you an
clear idea what went wrong or whats wrong .Regards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!
- 02-14-2010 #6Banned
- Join Date
- Feb 2010
- Posts
- 31
Check permission
One of the top reasons things like this fail is a change in permissions.
- 02-15-2010 #7
you can also do:
If its configuration-related.Code:service httpd configtest
linux user # 503963
- 02-18-2010 #8


Reply With Quote
