Tag: HA
Building A Highly Available Nginx Reverse-Proxy Using Heartbeat
Last month we discussed how to set up a highly available cluster of Web servers that are load balanced using nginx. One shortcoming in that set-up was the reverse-proxy server itself, which on crashing, will cause the entire Web server cluster to go down. Therefore, we would need to build high-availability in the reverse-proxy server itself.
Building A Highly-Available Web Server Cluster
Getting started with nginx, a powerful HTTP Web server/reverse proxy and IMAP/POP3 reverse proxy.