logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: HTTPD service crashes same time every week
Author
wyprb0



Joined: 26 Aug 2010
Posts: 2

PostPosted: Thu 26 Aug '10 12:00    Post subject: HTTPD service crashes same time every week Reply with quote

I am a Windows man, so struggle with Linux. I have a hosting with 1and1 which is a CentOS platform. It runs a website with Creloaded 6.4.1a.

Every Sunday AM around 5.30 the HTTPD service crashes and I have to start it manually. It happens the same time every week, and everything is fine apart from that.

I have tried to think of the obvious a weekly task but as I said I am no expert and find myself no further forward.

Can you provide some much needed advice?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Thu 26 Aug '10 15:58    Post subject: Reply with quote

Anything in the apache error log? Is there any URL that is requested at that time (every sunday) (access log)? Does apache run with prefork mpm or worker mpm?
Back to top
wyprb0



Joined: 26 Aug 2010
Posts: 2

PostPosted: Fri 27 Aug '10 11:31    Post subject: Apache Log Reply with quote

Last few entries are:

[22/Aug/2010:03:53:59 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.3 (CentOS) (internal dummy connection)"
127.0.0.1 - - [22/Aug/2010:03:54:36 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.3 (CentOS) (internal dummy connection)"
127.0.0.1 - - [22/Aug/2010:04:28:20 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.3 (CentOS) (internal dummy connection)"
58.218.204.110 - - [22/Aug/2010:04:49:19 +0100] "GET http://216.245.205.74/judge.php HTTP/1.1" 404 286 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Fri 27 Aug '10 13:47    Post subject: Reply with quote

What about the access log? Cause the last entry is from 4:49 and not 5:30
Back to top


Reply to topic   Topic: HTTPD service crashes same time every week View previous topic :: View next topic
Post new topic   Forum Index -> Apache