Introduction
Apache Traffic Server is a highly scalable caching proxy server capable of handling large volumes of concurrent requests while maintaining a very low latency. Compared to other popular proxy servers, such as Varnish or Squid, it usually consumes less memory and responds faster. It is also designed to make the most of modern multi-core processors. Depending on your requirements, you can use it as a reverse proxy or as a forward proxy.
This tutorial will cover how to install Apache Traffic Server on Ubuntu 14.04 and configure it to behave as a caching reverse proxy.
Prerequisites
To follow this tutorial, you will need:
- One Ubuntu 14.04 Droplet
- A non-root sudo user
- At least 1 GB of swap space
Continue reading How to Set Up Apache Traffic Server as a Reverse-Proxy on Ubuntu 14.04