There is a point to this story, but it has temporarily escaped my mind...
Contact Me MyFaceBook MyLinkedIn MyGitHub MyTwitter

Install Varnish Load Balancer

Varnish is distributed in the Ubuntu package repositories, but the version there might be out of date, so I generally use the packages provided by varnish-cache.org. However, Varnish only provide packages for Ubuntu’s LTS releases, not all the intermediate releases. These packages might still work on the intermediate releases.

sudo apt-get install apt-transport-https
 
cd /tmp
 
curl https://repo.varnish-cache.org/GPG-key.txt | sudo apt-key add -
 
echo "deb https://repo.varnish-cache.org/ubuntu/ wheezy varnish-4.1" > /tmp/varnish-cache.list
 
sudo copy /tmp/varnish-cache.list /etc/apt/sources.list.d/
 
sudo apt-get update
sudo apt-get install varnish
Copyright © 2022 by Julian Easterling. SOME RIGHTS RESERVED.
Privacy Policy              Terms of Use             


Creative Commons License
Except where otherwise noted, content on this site is
licensed under a Creative Common Attribution-Share Alike 4.0 International License.


All of the opinions expressed on this website are those of Julian Easterling and
do not represent the views of any of my current and previous clients or employers in any way.

If you notice an error on the site or content that has not been properly attributed, bring
it to my attention using the contact page and I will endeavor to fix it as soon as I can.

I accept no responsibility or liability for any damages incurred by following any of
my advice or by using any of the information on my site or of those sites that I link to.