Hi falko,
If you are talking about the apache2.conf in /etc/apache2 (Debian Sarge)
than I have this set for MaxClients
Quote:
<IfModule prefork.c>
StartServer 50
MinSpareServer 50
MaxSpareServer 200
MaxClients 2000
MaxRequestsPerChild 1
</IfModule>
|
I also have:
Quote:
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
|