Tagged Questions
10
votes
5answers
741 views
Why is the Apache HTTP Server so complex?
The Apache HTTP server is a fairly large project—much larger than, say, lighthttp or nginx or certainly the "simple HTTP servers" you see floating around in C/C++ tutorials.
What is the extra code ...