After Plesk update or with recently set up Plesk , if you are not able to set the security passwords for the new database users or not able to do any type of action with the data source users and MySQL error log shows: […]
Posts by seemab:
How to secure your server via WHM?
Login into WHM and check the following steps one by one for server security: 1. Go to WHM >> Server Configuration >> Tweak Settings and disable the following options : […]
phpMyAdmin “500 internal server error”?
Normally this error occurs when you upgrade the version of Cpanel. To resolve this error follow the steps below: […]
Migrate Multiple cPanel Accounts
Before proceeding remove any existing backup file under /home directory using the command below: […]
How to Migrate Reseller account on cPanel server
If you want migrate your reseller account into cPanel,You may check the following steps. First of all we have to create the list of accounts to be transferred using the following command: […]
How to change main IP of vps from Solusvm
You can modify primary IP address of any VPS that is integrated with solusvm web panel from the admin panel itself. At first login to the VPS control panel […]
How to check MySQL process list on a cPanel server:
From cPanel server we can check MySQL process list with the different ways.As we all know for most of the production servers it is necessary to check MySQL process list for monitoring the currently running queries and to discovering queries that slow down the website loading speed. […]
How to modify the Tweak Setting from shell?
In order to do that you will need to edit the file below: /var/cpanel/cpanel.config After making changes you will need to update with the following : /usr/local/cpanel/whostmgr/bin/whostmgr2 –updatetweaksettings This command will put any changes made to the /var/cpanel/cpanel.config file into effect. The above settings in /var/cpanel/cpanel.config correspond to the following settings in the WHM in Main >> Server Configuration >> Tweak […]
R=dkim_lookuphost defer (-1): host lookup did not complete
If you are not able to send/receive emails from domain and getting the following error: exim_mainlogs as “R=dkim_lookuphost defer (-1): host lookup did not complete” Then in order to get this issue resolved check your ./etc/resolv.conf file. If the resolvers are missing then you can put the public DNS like : nameserver 4.2.2.1 nameserver 4.2.2.2 it should […]
webmail.domain.com not accepting credentials
Sometimes we faced an issue as: webmail.domain.com is not accepting username and password However if we access webmail with domain.com/webmail then the username and password was accepting. […]