Varnish -> Nginx -> Apache a good idea?
Posted
by Zoran Zaric
on Server Fault
See other posts from Server Fault
or by Zoran Zaric
Published on 2010-05-20T17:03:27Z
Indexed on
2010/05/20
17:11 UTC
Read the original article
Hit count: 297
Hey,
I'm thinking about the architecture for a new Webserver. Would having Varnish as a cache in front of Nginx as a reverse-proxy and serving static files in front of apache for all heavy lifting be a good idea?
I'm going to run php and ruby on rails applications.
Will there be too much overhead passing php requests to apache through two other processes?
Thanks a lot!
© Server Fault or respective owner