Archive for the ‘Apache’ Category

h1

Apache Performance Tuning

March 10, 2010

Forewarning:

“Premature optimization is the root of all evil.” — Donald Knuth.

…in other words, don’t implement in extra complexity if you don’t need it. A site handling a few thousand requests per day will do fine on a default configuration and just about any hardware. This article is geared towards a site that needs to handle multiple concurrent requests [ten to several hundred per second].

Read the rest of this entry ?