Here is my httpd.conf but lately it makes my server has been running out of memory. Can someone please shed some light on how I can try top fix it?
Code:
# These can be set in WHM under 'Apache Global Configuration'
Timeout 300
TraceEnable Off
ServerSignature Off
ServerTokens ProductOnly
FileETag None
<IfModule prefork.c>
StartServers 800
MinSpareServers 80
MaxSpareServers 240
ServerLimit 5120
MaxClients 5120
MaxRequestsPerChild 20000
</IfModule>