MaxClients and MaxServers
I had mine set to 150 but I am now receiving at times upto 400-500 concurrent visits to a site hosted on my linode…..
This of course is not all the time this is just during peak traffic times and during times when my site gets lots of attention on StumbleUpon or Digg.
4 Replies
Seriously, get apache-worker with maybe 100 "minimum" threads and burstable to 250 or so, and set up number of your dynamic content handlers appropriately lower (50 or less). Most of your requests should be for static data like images, so the real "narrow throat" (and also, the main memory eater) are the php/python/whateveryouwilluse handlers.