Sometimes we face problems while starting the CSF firewall on the server and get the following mentioned error: [wpfmb type=’error’ theme=2]Unable to open version.txt: No such file or directory at /usr/sbin/csf line 1773.[/wpfmb] This error is basically due to the CSF version file missing on the server. To resolve this issue you can simply follow the […]
Posts by cmab:
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. [wpfmb type=’info’ theme=2]if you don’t […]
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 [wpfmb type=’error’ theme=2]Attempting to restart exim Waiting for exim to restart…. . . . . . . . . . . finished. Service: [exim] has been disabled by the sys admin[/wpfmb] This issue arises as the exim service is disabled in WHM>> […]
Drupal:The username admin has not been activated or is blocked
While login to Drupal you might deal with following error: [wpfmb type=’error’ theme=2]Error : The username admin has not been activated or is blocked.[/wpfmb] To solve this problem, you can follow below steps: […]
Error while deleting MSSQL database from SQL management studio.
While deleting MSSQL database from SQL management studio you may receive the below error: […]
Plesk Update Fails- MySQL Error
When Plesk update itself, it connects to local MySQL server.If it can not connect, then update fails. Most of the time it happens because of wrong credentials. First check if you can manually connect to local MySQL server: “%plesk_dir%Databases\MySQL\bin\mysql.exe” -uadmin -p<type password here> -localhost If you can not connect then you may reset the password by […]