Page 1 of 1

How to increase apache's max clients

PostPosted: 12. March 2005 23:16
by bdeonline
Hi everyone,
I am trying to figure out how to increase apache's max number of clients, basicly the max request. I see where to change it but I don't know which MCM thingy that xampp uses.
Code: Select all
<IfModule prefork.c>
StartServers         5
MinSpareServers      5
MaxSpareServers     10
MaxClients         150
MaxRequestsPerChild  0
</IfModule>
Theres prefork, worker, perchild, winnt, beos, netware, and os2. I'm running a Redhat ES 3.

PostPosted: 12. March 2005 23:34
by Kristian Marcroft
Hi,

XAMPP uses prefork

So long
KriS

PostPosted: 14. March 2005 16:09
by bdeonline
Ok now that I know that does anyone have a good idea how much I can push apache before it will burst.

Server:
Intel Xeon 2.4
1GB Ram
2 146GB 10k SCSI Hard drives with a Raid 1 Controller Card.