varnishncsa
state of the art, high-performance web accelerator
Install
- All systems
-
curl cmd.cat/varnishncsa.sh
- Debian
-
apt-get install varnish
- Ubuntu
-
apt-get install varnish
- Alpine
-
apk add varnish
- Arch Linux
-
pacman -S varnish
- Kali Linux
-
apt-get install varnish
- Fedora
-
dnf install varnish
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install varnish
- OS X
-
brew install varnish
- Raspbian
-
apt-get install varnish
- Dockerfile
- dockerfile.run/varnishncsa
- Docker
-
docker run cmd.cat/varnishncsa varnishncsa
powered by Commando
varnish
state of the art, high-performance web accelerator
Varnish Cache is a state of the art web accelerator written with performance and flexibility in mind. Varnish Cache stores web pages in memory so web servers don't have to create the same web page over and over again. Varnish serves pages much faster than any application server; giving the website a significant speed up. Some of the features include: * A modern design * VCL - a very flexible configuration language * Load balancing with health checking of backends * Partial support for ESI - Edge Side Includes * URL rewriting * Graceful handling of "dead" backends