H
Hank
Guest
Hey guys, I've had my server for a few months now and everything had been running relatively without a hitch. Finally, after a while I have started to put domains and live sites onto this server. And now for the past three weekends in a row my apache will crash and give the error:
I've only come across one other thread that talks about this issue and it's because of the number of http requests that are being opened to the server, explains why it usually happens in the weekends cause there is just more traffic to my sites.
However, it doesn't go in depth or point me to a place where I can learn about increasing these limits.
I'm pretty sure that I should just be able to change the limits in httpd.conf and restart apache and everything would be ok, but I don't want to mess anything up and cause a long period of downtime for these sites. And aside from that, even if this does happen, shouldn't apache just restart itself? It terminates but never reboots, I have to go in through ssh or plesk and start the server manually.
I must tell you that I'm kind of new to the whole server administration thing and so I've only gotten this server so I can get myself familiar with it.
Thanks.
Code:
[Sun May 01 04:47:28 2005] [notice] SIGHUP received. Attempting to restart
WARNING: MaxClients of 512 exceeds ServerLimit value of 256 servers,
lowering MaxClients to 256. To increase, please see the ServerLimit
directive.
I've only come across one other thread that talks about this issue and it's because of the number of http requests that are being opened to the server, explains why it usually happens in the weekends cause there is just more traffic to my sites.
However, it doesn't go in depth or point me to a place where I can learn about increasing these limits.
I'm pretty sure that I should just be able to change the limits in httpd.conf and restart apache and everything would be ok, but I don't want to mess anything up and cause a long period of downtime for these sites. And aside from that, even if this does happen, shouldn't apache just restart itself? It terminates but never reboots, I have to go in through ssh or plesk and start the server manually.
I must tell you that I'm kind of new to the whole server administration thing and so I've only gotten this server so I can get myself familiar with it.
Thanks.