Cache as failover
mfeldheim
nginx-forum at nginx.us
Thu Dec 17 17:38:38 MSK 2009
So far I am using Nginx as loadbalancer only. Since we have a huge amounts of ( frequently changing ) pages, and a small hitrate per unique page, output caching has never been really interesting.
I have a failover app server in my upstream configuration for the case one of the active servers fails.
Now if all app servers would fail - e.g. the database backend has a problem etc. app-server failover would not help at all, in some cases I would get 503 Bad Gateway Error.. not nice.
To prevent that I'd like to build a static cache with nginx while everything works fine, and deliver those cached sites when all appservers fail.
Is that possible?
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,31268,31268#msg-31268
More information about the nginx
mailing list