SixthSense
08-08-2001, 09:11 AM
Failed to start apache :
Starting httpd: [60G[ [1;32mOK[0;39m ]
i'm getting this error can anybody tell me how to resolve it
desparate about it plzz need quick response
SixthSense
08-08-2001, 11:15 AM
one of my friends told me about this forum
but i 'm dissapointed
microsol
08-08-2001, 11:21 AM
Don't expect ppl hanging around here and waiting for somebody like you needing help instantly. Give it some time until the right ppl are here able to answer your question.
If you can't wait contact your hosting provider. I am shure they'll help you out quickly for about $50-$100 per hour. :D
technoart
08-08-2001, 11:49 AM
You might try looking at your Apache error log for a better clue on the problem. On a RaQ3, the error log is: /home/log/httpd/error
Chicken
08-08-2001, 11:16 PM
Gee a whole two hours, I'll pass on this one. Good luck...
qslack
08-08-2001, 11:50 PM
How are you starting Apache? It sounds as if it is a script that starts a bunch of other servers. Try just doing:
apachectl start
Or just apachectl by itself for the usage.
What is the error it gives you when it says "Failed to start apache:". There should be an error listed in telnet. If you get no error listed, type the following command at the telnet screen. Make sure you are the root:
/etc/rc.d/init.d/httpd start
If there is an error, this will spit one out at ya, so to speak. :)