Category Archives: Tutorial

How to install GotRoot ModSecurity Rules

Make sure you have at least version 2.6.1 of modsecurity installed. Cpanel includes its own modsecurity configuration files and its own modsecurity module. To install gotroot modsecurity rules for the first time you will need to do the following: Download the Free Delayed/Unsupported feed here. Keep in mind the Delayed feed is released 90 days… Read More »

Securing php.ini

Disabling Functionality There are certain functions in PHP that we don’t want users to use because of the danger they are. Even if you know your users aren’t utilizing certain functions it is wise to completely disable them so an attacker can’t use them. This security precaution is especially effective at stopping an attacker who… Read More »

How to restore Incremental backup on cPanel Machine

Most of you got the Incremental backup located at ‘/backup’ so if you are not the one of those please modify the value of ‘/backup’ path to the correct path. Step 1) Taring the backup folder /usr/local/cpanel/bin/cpuwatch 4.0 tar -czf /home/user.tar.gz /backup/cpbackup/daily/user * /usr/local/cpanel/bin/cpuwatc is used to monitor the cpu load. If the load goes… Read More »