Apache server auto restart error on centos 6.3

thet

New member
Joined
Feb 14, 2013
Messages
2
Hello!
Dear All,

Plz may I know any advice for my error. :D
My apache web server auto restart a lot of times during a day before mid night cron schedule time.
How can I fix my issue.

Thanks to all. :D
 
Hello!
Dear All,

Plz may I know any advice for my error. :D
My apache web server auto restart a lot of times during a day before mid night cron schedule time.
How can I fix my issue.

Thanks to all. :D

Did you mean you apache restart a lot? (your title and context shows different think:confused:)
It may be depend on anther program to restart it.:confused:
 
Sorry for incomplete ques

Did you mean you apache restart a lot? (your title and context shows different think:confused:)
It may be depend on anther program to restart it.:confused:

Cron schedule time for my server is 12am for everyday.

But server auto restart a lot of times before this schedule.
 
Cron schedule time for my server is 12am for everyday.

But server auto restart a lot of times before this schedule.
Please check your Apache log from:
Code:
tail /var/log/httpd
and share here if couldn't find any thing.
 
And give your kernel information by:
Code:
cd /etc/cron.daily/
ls -l
cat filename
cd /etc/cron.hourly/
ls -l
cat filename
cd /etc/cron.weekly/
ls -l
cat filename
cd /etc/cron.monthly/
ls -l
cat filename
also share it too
 
Back
Top