Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Stopping Automatically! pls Help

Status
Not open for further replies.

Forri

Programmer
Oct 29, 2003
479
MT
Hi All

I have installed Apache 2 on my Linux Server. It works fine no matter what but every weekend when no body access the server, it shuts down automatically! what can i do to prevent this?


Thanks
Nick
 
it seems that the last errors where:

Code:
 [notice] SIGHUP received. Attempting to restart
 [notice] seg fault or similar nasty error detected in the parent process

What can you make of that?


Thanks
Nick
 
SIGHUP is supposed to make it reopen all its filehandles. I'll be something is rolling your logs and then HUPping the server. Look in /etc/cron.d.

The real problem is why is it seg faulting on HUP, but stopping the cron job will help in the interim.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top