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 […]

See More

cPHulk Brute Force Protection in cPanel

How to Disable cPHulk Brute Force Protection? 1) connect your VPS with cPanel via SSH. 2) Run the following command to disable cPHulk for 5 minutes /usr/local/cpanel/etc/init/stopcphulkd 3) cPHulkD will stop until chksrvd starts it back up again within 8 minutes. 4)  Enable before chksrvd starts its back up, run the following command /usr/local/cpanel/etc/init/startcphulkd cPHulk Brute […]

See More

Install Nginx as reverse proxy on cPanel server

How to install Nginx as reverse proxy on cPanel server following steps are installing Nginx as reverse proxy on cPanel server Steap 1 :  SSH to server as root. Steap 2 :  Change the directory to “/usr/local/src” # cd /usr/local/src then, Download the latest nginxadmin package & Install #wget http://nginxcp.com/latest/nginxadmin.tar #tar xf nginxadmin.tar #cd publicnginx #./nginxinstaller install […]

See More