Skip to main content

Posts

Showing posts with the label CACHE

Speed up Apache Website with Varnish HTTP Cache

Introduction. Varnish is reverse-proxy   Accelerator is a web application that is also known as temporary proxy HTTP cache scope and makes the website very fast. Depending on the architecture used, it can make site 4-8 times faster. Before Installation Requirements. - A pache web-server  installed. - Need EPEL repositories installed  for Cantos / RHEL . N o need for Ubuntu. Centos/ RHEL   sudo rpm -Uvh   https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm   Install varnish. Centos/ RHEL   sudo yum install  varnish                                               Ubuntu sudo apt-get install  varnish          ...