Setting apache
Hi,What is the best formula to configure this :
<IfModule prefork.c>
StartServers 8
MinSpareServers 16
MaxSpareServers 32
MaxClients 256
MaxRequestsPerChild 1000
</IfModule>
I would like to increase the MaxClients, to serve more connection.
Thanks