Hi Team, I am about to setup my own server with the below requirements so want to know the procedure for the same. I have two dedicated servers at , on which I have to install NGINX+PHP-FPM + APC on a Ubuntu Lucid OS. Also I want to install Varnish. All static content will be served with nginx but directly from the varnish cache, if a visitor has no login session cookie then nginx will serve the page cache from Varnish, if a user does have a login session cookie Varnish will proxy the request back to NGINX. Do not have much money to hire someone. Also plz let me know the best option for the configuration file of NGINX. Thank you!
I haven't tried this with Varnish, but I wrote a tutorial for Squid: http://www.howtoforge.com/how-to-set-up-a-caching-reverse-proxy-with-squid-2.6-on-debian-etch Not sure if that helps though...