Some times After browsing site we get a blank page and the Apache error logs display following error logs: [wpfmb type=’error’ theme=2]ModSecurity: Rule execution error – PCRE limits exceeded (-8): (null). [hostname “www.test.com”] [uri “/forum/login.php”] [/wpfmb] In order to solve this error follow the steps: […]
Category: Cpanel
How to install Softaculous in WHM
Softaculous is an auto installer which allows you to install 350+ awesome scripts on your server. By utilizing Softaculous you can install WordPress, Joomla, Drupal, PrestaShop, Magento and so on within some clicks. Today we are demonstrating how to install Softaculous on WHM/cPanel. […]
ERROR 1153 (08S01) at line 1868: Got a packet bigger than ‘max_allowed_packet’ bytes
While importing some data into a local MySQL database we got an error: [wpfmb type=’error’ theme=2]mysql evince142_tiwi1 < backup.sql ERROR 1153 (08S01) at line 1868: Got a packet bigger than ‘max_allowed_packet’ bytes[/wpfmb] This error is basically occurs when a MySQL client or the server receives a packet bigger than max_allowed_packet bytes, it issues a Packet too […]
Changing IP of Add-on Domain in cPanel
In cPanel by default any addon domain or subdomain will share the IP of the main domain account. But if you wanted a dedicated IP, This can be done through following steps: […]
How to terminate all reseller’s accounts but leave DNS on server?
Sometimes we do not want to kill the zone files along with the accounts,To perform this action First of all get a list of all the accounts and put that list into a file called /root/acctlist: […]
CONFIGURE MOD_SECURITY 2 ON LINUX SERVER
ModSecurity is a web application firewall program that is capable of doing either embedded or as a reverse proxy servers. It provides protection from a wide range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. […]
Issue with awstat showing no values
If you want to manually update your stats, follow these instructions: Locate the awstats folder within your account (/home#/username/tmp/awstats/) You need to find and edit custom.txt. […]
How to disable DrWeb notifications
In order to disable the notifications you can follow the steps. Login to the server as root. Edit /etc/drweb/drweb_qmail.conf to eliminate receiving notification messages. […]
Access Drupal with temporary URL
Sometimes we want to check our Drupal site just before publishing it. You would like to access your drupal site using a temporary URL.For example: http://serverip/~username/drupal Note : drupal is the directory where you have configured drupal for your domain. […]
Open Alternative SMTP Port on a cPanel server
By default SMTP usually uses port 25, but as sometimes ISP’s may prevent the port 25 for access. In such circumstances we need to set up an alternate port of SMTP. This can be done on a cPanel servers as follows: […]