On May 23, 2007, at 1:23 PM, justin wright wrote:


<IfModule mpm_prefork_module>
StartServers 512
ServerLimit 1024
MaxClients 1024
MinSpareServers 512
MaxSpareServers 512
MaxRequestsPerChild 512
</IfModule>


I would suggest reading at least *some* of the documents
on how to configure Apache. Apache is spending
loads of time thrashing and killing/creating processes
that it's a wonder it's working at all.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to