How to Install Redis On –Centos – WebPanel Server

A popular trick we all use to improve the efficiency of modern computer applications is by enabling caching or clearing the caches. In simple words, caching is to keep active data which is temporary and it makes it easier and faster to access. Likewise, Redis is one of the popular caching solutions that work well […]

How to remove Nginx on a RHEL or CentOS in Vesta Control Panel

This is tutorial how to remove Nginx on a RHEL or CentOS in Vesta Control Panel 1. Stop nginx service nginx stop 2. Remove package yum remove nginx 3. Change vesta configuration cd /usr/local/vesta/conf sed -i “/PROXY_*/d” vesta.conf sed -i “s/8080/80/” vesta.conf sed -i “s/8443/433/” vesta.conf 4. Change httpd configuration cd /etc/httpd/conf.d sed -i “s/8080/80/” *.conf […]