Subscribe

How to install varnish in CentOS/RHEL 6 (x86_64)

High-performance HTTP accelerator

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install yum-utils
sudo yum-config-manager --enable getpagespeed-extras-varnish60
sudo yum -y install varnish

Description

This is Varnish Cache, a high-performance HTTP accelerator. Varnish Cache stores web pages in memory so web servers don’t have to create the same web page over and over again. Varnish Cache serves pages much faster than any application server; giving the website a significant speed up. Documentation wiki and additional information about Varnish Cache is available on: https://www.varnish-cache.org/

RPMs

Ingvar Hagelund (2020-02-13) - New upstream release. A security release. Fixes VSV00005 · - Versioned obsoletes · - Build with utf8 LANG on el6 and el7 · - Changed the sed filter for explicit python as upstream has changed
Ingvar Hagelund (2020-02-13) - New upstream release. A security release. Fixes VSV00005 · - Versioned obsoletes · - Build with utf8 LANG on el6 and el7 · - Changed the sed filter for explicit python as upstream has changed
Ingvar Hagelund (2019-10-22) - New upstream release. A security release. Fixes VSV00004