This one is the right one:
Code:
<IfModule prefork.c>
StartServer 50
MinSpareServer 50
MaxSpareServer 200
MaxClients 2000
MaxRequestsPerChild 1
</IfModule>
Either set
MaxClients to 256 (or lower), or add
to the code above. But I doubt that you need such a high value, and probably your server will go down if you ever reach it because you don't have enough memory...
Also check out this tutorial:
http://www.howtoforge.com/configurin...um_performance