Apache, truly a great web server and still truly underestimated. People immediately switch to things like lighttpd or nginx when they start to feel perfomance issues coming on. Yet Apache gives you many different mpm's to choose from, worker being one of the greats (a hybrid multi process multi threaded server), or even the evented mpm which is much faster. Its all about knowing how to tune it.
Comments
Apache, truly a great web server and still truly underestimated. People immediately switch to things like lighttpd or nginx when they start to feel perfomance issues coming on. Yet Apache gives you many different mpm's to choose from, worker being one of the greats (a hybrid multi process multi threaded server), or even the evented mpm which is much faster. Its all about knowing how to tune it.
Love you apache.