To change the disk quota of a user ‘test’ to 150 MB in a cPanel server, Run the following: /scripts/editquota test 150M That’s it. […]
Posts by seemab:
Error : The following exception has occurred: API failure: DBD::mysql::db selectall_arrayref failed: Table is marked as crashed and should be repaired.
Sometimes website start displaying error as follows: If you receive such error just try to repair the database related to the site. […]
Creating a file with specific size
Sometimes we need to add a file with specific file size for testing the download speed etc.. For this you can create a file with specific size by following command: Lets create a test file with specified size 100Kb. [root@server ~] # dd if=/dev/zero of=Testfile bs=1024 count=100 Where, dd – dd is a common UNIX program whose […]
ModSecurity: Rule execution error – PCRE limits exceeded (-8)
Some times After browsing site we get a blank page and the Apache error logs display following error logs: In order to solve this error follow the steps: […]
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: 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 large error and closes the connection. To resolve the error: Login to the sever as root. Open the file […]
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. […]