apache failed @ Sat Mar 1 08:16:52 2003. A restart was attempted automagicly

xp2u

Active Member
Jan 27, 2003
41
0
156
Apache failed and restart. What will make this happen and where can I find the reason of this restart?

Anyone can advise?
 

fujiwara takumi

Active Member
Feb 11, 2003
31
0
156
you know Apache tanked on me at about 11pm CST tonight, and shes been running steadily for nearly a month now without a reboot. I ran a restart and she popped backup, but the CPanel didnt catch it for over 45 mins. I was also curious what caused it to start failing.
 

paralard

Well-Known Member
Mar 2, 2003
114
0
166
Austin Texas
Me Too... Apache, MySql and Bind

Every time I reboot my server, Apache, MySql and Bind fail to start. It seems that I have to restart them using the restart services function to every time I reboot ??????
 

homeuser55

Active Member
Feb 16, 2003
33
0
156
Wisconsin
The few times i rebooted the sever, Apache, MySql and Bind fail to start at first, but i give it some time on its own, and in a matter of a few mins.(sometimes 20) they are back up and running. Sometimes patience is a virtue.
 

MarlboroMan

Well-Known Member
Dec 7, 2001
64
0
306
If services are failing to start on system startup, log into a shell and make sure they are set to startup with the server:

chkconfig --list <insert daemon name here>

If it's not set to ON in runlevel 3 - it's not gonna start with the server.

So issue
chkconfig <insert daemon name here> on
to change that.
 

compunet2

Well-Known Member
Feb 21, 2003
309
0
166
Ok, I tried what you said, but I don't think I'm doing it right (I'm new to this). When I type:
chkconfig --list bind it comes back and say's "error reading information on service bind: no such file or directory". What 'daemon' name am I suposed to use for Apache, MySql and Bind?
 

compunet2

Well-Known Member
Feb 21, 2003
309
0
166
Apache?

I got Bind & MySql set to on now, but what is the name for apache? Thanks!