You can use below command to Disable cPhulk from SSH . To disable; /usr/local/cPanel/bin/cphulk_pam_ctl –disable or /usr/local/cpanel/etc/init/stopcphulkd To enable; /usr/local/cpanel/bin/cphulk_pam_ctl –enable or /usr/local/cpanel/etc/init/startcphulkd That’s it!
See MoreAuthor: Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.
How to disable cPHulk Brute Force Protection service from browser in WHM ?
The cPanel has a default brute force protection service called cPHulk Brute Force Protection. To disable cPHULK via browser just use “/scripts2/doautofixer?autofix=disable_cphulkd” after WHM port . For example : https://hostname or Server IP :2087/scripts2/doautofixer?autofix=disable_cphulkd Change the Server IP or with your Server IP. That’s It.
See MoreSteps to install imagick on linux server
Here are the steps to install the Imagemagic on the linux server Solution : ================ cd /usr/local/src wget http://pecl.php.net/get/imagick-2.2.0.tgz tar -zxvf imagick-2.2.0.tgz cd imagick-2.2.0 phpize ./configure make make install ================ Done
See More