apache crushes for unknown reason

Hello


I am runing on P4 2.8 Ht , 2 GB ram on FC 2 and PLESK 7.5 as control panel

and i have a website as my clent some sort of "yousendit.com" type , it has 1 500 000 hits per month , and most likely it's a purpous of apache crushing , i am not sure wether to reqest them to move to a didicated server, as they only take 20 GB reseller account .

The thing is when i run top cpu usage is only 5 - 6 % so i think basicly apache crushes in the middle of high usage or all usage of its threads

i am using httpd 2.0.49

here is httpd's settings

Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 30
ServerLimit 1500
<IfModule prefork.c>
StartServers 8
MinSpareServers 8
MaxSpareServers 13
MaxClients 256
MaxRequestsPerChild 50
</IfModule>
<IfModule worker.c>
StartServers 2
MaxClients 256
MinSpareThreads 25
MaxSpareThreads 200
ThreadsPerChild 250
MaxRequestsPerChild 10
</IfModule>

any advices are welcome

Thanks on advance

 

 

 

 

Top