Results 1 to 2 of 2
Hi,
I need to configure Apache for a 16 GB Server for maximum performance. It should have maximum requests and also with stand load. I have given the current configuration ...
- 10-25-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 2
Configure Apache for 16 GB server
Hi,
I need to configure Apache for a 16 GB Server for maximum performance. It should have maximum requests and also with stand load. I have given the current configuration below.
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 192
MaxClients 50
MaxRequestsPerChild 1000
</IfModule>
Your help is much appreciated.
Regards,
S.Ragavendra Ganesh
- 10-26-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You should probably get this information from the Apache web site. There are doubtless any number of things you have to deal with, depending upon what services you want to provide.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote