I have seen several web service architecture, and all of them is nginx in the front and apache in the back, I just wanna know why this?
I know nginx is good at handle high concurrency request and load balancing, I can make peace of the nginx as front thing, but why the backend is apache?