For some reasons when you try to change any password via cPanel, such as MySQL, FTP and password to cPanel, Get this error every time: Even if you confirm the old password is correct, still you might face this problem. […]
Posts by seemab:
Problem with Roundcube
We were experiencing the following error with Roundcube: Even the IMAP service on the server is running good but still facing the above error. […]
Error: Unable to open version.txt: No such file or directory at /usr/sbin/csf
Sometimes we face problems while starting the CSF firewall on the server and get the following mentioned error: This error is basically due to the CSF version file missing on the server. To resolve this issue you can simply follow the below steps: […]
How to rebuild Apache configuration files on plesk
If you want to rebuild Apache configuration files on the Plesk server you can run the following command on the server /usr/local/psa/admin/bin/websrvmng -av This will rebuild all your httpd.include files. That’s it! If you don’t know how to zip the folder on Linux you can check here. […]
How to Zip a folder in linux?
You can zip a file easily in Linux, but creating a zip of a folder is a bit boring process. Following is a simple command to create a zip for a folder in Linux. zip -r zipfile.zip foldername You can add the option -9 to the command for best compression. […]
How to enable Innodb storage engine?
Data in MySQL is saved in data files (or memory) using a variety of different methods. Each of these methods implement different storage space systems, listing features, securing levels and eventually provide a range of different features and abilities. By selecting a different strategy you can gain additional speed or performance benefits that will enhance […]
Need to restart named after adding every domain
Recently we had a strange problem on a cPanel installed server . Every time a new account was created on the server we have to restart named service or it would not resolve the domains at all. […]
/etc/userdomains file is blank.
Sometimes on a cPanel server the /etc/userdomains (which contains list of all the domain added on the server) appears blank even if all the domains exist on the server. Run the following command to rebuild the file on the server: /scripts/updateuserdomains That’s it. You can now view the list of domains in this file. […]
Error: exim has been disabled by the sys admin
One of our Cpanel server can’t restart EXIM on WHM giving the error This issue arises as the exim service is disabled in WHM>> Service Manager >> Exim. […]
Drupal:The username admin has not been activated or is blocked
While login to Drupal you might deal with following error: To solve this problem, you can follow below steps: […]