Appache overloads server

Voland

Verified User
Joined
May 21, 2005
Messages
63
Every day during last week at 5 o’clock appache overloads server then crashes mysql I cant understand whats wrong.

cronjob is clean there is only DA jobs.

i'he FreeBSD 5.3 appache 1.33 mysql 4.017 (i have not changed what the DA installed)
I have only upgrade the DA from 1.23.X to 1.24.2

PLEASE HELP
 
# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: src/etc/crontab,v 1.32 2002/11/22 16:13:39 tom Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour mday month wday who command
#
*/5 * * * * root /usr/libexec/atrun
#
# Save some entropy so that /dev/random can re-seed on boot.
*/11 * * * * operator /usr/libexec/save-entropy
#
# Rotate log files every hour, if necessary.
0 * * * * root newsyslog
#
# Perform daily/weekly/monthly maintenance.
1 3 * * * root periodic daily
15 4 * * 6 root periodic weekly
30 5 1 * * root periodic monthly
#
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time. See adjkerntz(8) for details.
1,31 0-5 * * * root adjkerntz -a
* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
5 0 * * * root /usr/sbin/quotaoff -a; /sbin/quotacheck -aug; /usr/sbin/quotaon -a;
30 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
40 1 1 * * root echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
0 4 * * * root echo 'action=check&value=license' >> /usr/local/directadmin/data/task.queue
 
Is it exactly at 5 o'clock. Does the load slowly increase to the max or just all of a sudden emmediately right on the dot of 5 o'clock?
There are several other possibilities.
Did you upgrade MySQL?
Can you tell if its a particular user perhaps abusing apache (try the domain monitor tool in the 3rd party forums)
 
overload again

today its overloaded at 9 o'clock

it's not cron issue
i cant understand!:confused:
 
it happends again

from my last post i have changed my server

from P3 500 DUAL XEON to P4 3.0

but that issue hapends again

server load jumps to 5.0 - 12.0 or more

my system configuration is

P4 - 3.0
Ram - 1Gb
Hdd - 120 gb

directadmin version 1.24.2
apache 1.3.3
mysql 4.1.1

i have no chanjed anything from standart directadmin installation

NEED HELP !!!!!!!!!!!!!!!!!!!
 
Back
Top