Tag: reverse-proxy
Web Acceleration with Varnish 3.0
In this article we'll setup a ready-to-deploy WordPress-compatible Varnish service as our HTTP reverse caching proxy, and have it cache the desktop and mobile...
Balancing Traffic Across Data Centres Using LVS
In the previous article in this series (‘Data Centre Redundancy’, page 56, April 2009) we got an overview of the architecture associated with data centre redundancy. An important aspect of this is to make sure that the traffic is evenly distributed across all the data centres in order to fully utilise the available capacity. In this concluding article, we will discuss the use of LVS (Linux Virtual Server) to load balance the traffic across data centres.
Building a Server from Scratch, Part 4: Pages Full of Data
In the Part 4 of "Building a Server from Scratch" series, we learn how to set up a Web and database server.
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.