You can clear the huge exim stat database,To clear it Login to MySQL: mysql mysql> use eximstats mysql> delete from sends; mysql> delete from smtp; mysql> delete from failures; mysql> delete from defers; My strategy of maintaining eximstats small is to basically select a affordable interval to maintain the stats. With 11.32, the default is […]
How to Turn Off Innodb Engine in Mysql
When Mysql database is set up, Innodb engine is set to ON by default. You can confirm whether Innodb is set to On or Off by using ‘mysqladmin variables’. SSH in to the server as root and execute the following: […]
SSH connection error – Permission Denied ssh keys publickey,gssapi-keyex,gssapi-with-mic
SSH is a command-line program to log in to remote Linux web server. SSH used for remote management via server command line as root or any other customer on that web server who has capability to access the web-server through shell. In some typical situations, we may have issues with SSH connection. If you are […]
Disable default Email address in cPanel
If you handle a domain,earlier or later you are limited to get e-mail at your domain for an address that does not available. […]
Disable php Functions for a single Domain
In some situation you may need to turn off php features for a particular domain. In that situation you can turn off it using the following method. Just modify the .htaccess file for the specific domain and add the following rule in the file: php_flag engine off Also you need to add the following rule […]
Session Invalid or Expired Error while Accessing Roundcube
If you are getting the “Session invalid or expired” error whenever try to login to your webmail, […]
Error while adding an Addon domain in cPanel. (sorry the domain is already pointed to an IP address)
By using the “WHM/cPanel” you can basically handle your accounts in a server. You can make sub-domains, Addon domains, parked domains from the control panel. Here I am describing a fix for the error below while adding an Addon domain. For solving this problem you can use any of the choices below Option 1: Modify […]
How to check if a cron job has run
One of our client have configure a cron job and apparently it doesn’t seems to be working. So in this tutorial we will show you how to check your cron logs to determine if a job has run as it was scheduled. Login to your server via SSH. Once you have login run the following command to check the […]
Error “Missing owner for domain X, force lookup to root”
While rebuilding the Apache conf returns the following non-fatal error: To fix this, you will need to modify the primary vhost template for the ‘nobody’ customer, which operates the primary hostname of your server. Edit : and add this line to the end of the file: Then again run the following command : /scripts/rebuildhttpdconf and the “error” […]
Errors on /scripts/upcp: Undefined subroutine
We have set up a new VPS with nothing really done yet.We simply run a cPanel update and got the following error: To fix this error run the following command: wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static && perl /root/updatenow.static –manual Once complete run a cPanel update: /scripts/upcp –force […]