How to install and configure Nginx on cPanel servers

  Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. How to set up Nginx? Follow the steps to install nginx as reverse proxy in a cPanel server: 1) SSH to server as root. 2) Change the directory to “/usr/local/src” # cd /usr/local/src Download & Install Nginx on cPanel […]

How to install MariaDB Server in cPanel/WHM servers?

How to install MariaDB Server in cPanel/WHM servers? And What are the advantages of using MariaDB Server ? Ans:  *  Install MariaDB Server in cPanel/WHM servers 1. Backup existing MySQL data # mysqldump –all-databases –routines –triggers > /home/db_dump/alldb.sql # service mysql stop # cp -r /var/lib/mysql/mysql /home/db_dump/ # service mysql start 2. Select MySQL version […]

Scan FTP uploaded files on cpanel servers

Scan FTP uploaded files on cPanel servers First lets install clamAV , it has been now been included in Cpanel/WHM you can do so from your WHM interface as root by clicking on : Cpanel —> Manage Plugins —> on clamavconnector Check the “Install and Keep Updated” and then click at the bottom of the […]