"Even" or "especially"? I'm very inexpert on this stuff, but I thought the folklore was that Apache is appropriate when you need its configurability or when most of the time spent servicing each request is spent doing real work rather than web-server overhead, and that you want things like nginx/lighttpd/... for cases when you're serving mostly static files and care about pushing them out as fast as possible. Am I way out of date?