We might sometimes forget the password for the email accounts on the server. We can easily find out the email accounts and their passwords existing on the server with the following command: […]
Error:no version information available (required by php)
I was facing following error when I was trying to view the php version on the server: root@server [~]# php -v We may get this error even if the Apache on the cPanel server is recompiled. To resolve this error just follow the simple steps: mv /opt/xml2 /opt/xml2.bak Then re execute EasyApache from WHM > […]
rndc: connect failed: 127.0.0.1#953: connection refused
Your servers named service may go unresponsive with the following error logs: For solution check the file /etc/sysconfig/named. You can locate the following line: ROOTDIR=”/var/named/chroot/” Comment the above statement #ROOTDIR=”/var/named/chroot/” Now restart the named service on the server. […]
Roundcube error :SERVICE CURRENTLY NOT AVAILABLE! Error No. [500]
We were facing one of the following problem: This problem occurs because of Roundcube database structure has not updated properly. […]
There was an error manipulating the password file. This generally means you entered your old password incorrectly.
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. […]
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 […]