CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


HOW TO INSTALL VARNISH AND PHPMYADMIN ON A CENTOS 7 VPS WITH NGINX, MARIADB AND PHP-FPM

Looking for CentOS help? Visit our CentOS 7 help and tutorials page.

In this tutorial, we will show you how to install Varnish cache and phpMyAdmin on a CentOS 7 VPS with Nginx, MariaDB and PHP-FPM. Varnish cache is a web application accelerator created for speeding up dynamic web sites. phpMyAdmin is an open-source web application, created to handle the administration of MySQL databases through a web browser. Use the following article to install Nginx, MariaDB and PHP-FPM on a CentOS 7 VPS.

Then, it is time to install Varnish and phpMyAdmin.

Enable EPEL Repository:

Create a self-signed SSL Certificate so you can access phpMyAdmin using SSL:

Configure Varnish to run on port 80 while Nginx on port 8080 and pass the SSL requests straight through to Nginx web server without having to pass it through Varnish. Modify the main Nginx configuration file:

Open ‘/etc/php-fpm.d/www.conf’ and add/modify the following lines:

Edit the ‘/etc/varnish/default.vcl’ file and add/modify the following lines: