For the security purposes many large organizations like banks, websites, government sites force there users to change their password on regular basis. This will prevents unauthorized access to your systems and stop hackers from logging in with a stolen password. […]
Category: Cpanel
How To Find MySQL my.cnf File Location
MySQL configuration file (my.cnf) file location depends on operating system or installation method. There is no command available to trace the exact file location on your system. In this tutorial I am giving you some default location’s where my.cnf file can be found. […]
How To Change Your Hostname on Debian
To change your hostname into Debian based Linux server, Follow the steps below. Step 1: Login to your VPS […]
How to change default time zone in MySQL
To change default time zone in MySQL , you must have the root privilege to the server. We have to edit the MySQL configuration file to change the time zone of MySQL server from its default. […]
Performance tuning script for MySQL – Mysql Tuner
MySQLTuner is a Perl script that analyzes your MySQL performance and, based on the statistics it gathers. MySQL has a lot of variables in its settings. We can modify and set factors to our specifications on our server. […]
PHP modules not loading properly on CloudLinux
We were facing this problem on one of our server, Those websites using server’s native PHP version were not loading properly. The modules in CloudLinux’s PHP versions are not loading correctly. They are not selected by default. Our server has latest cPanel installed with EasyApache 4 . […]
Move cagefs-skeleton directory from /usr/share to another partition
CageFS is a virtualized data file program and a tool to lock each program client in its own ‘cage’. Each client will have its own completely efficient CageFS, with all the system files, resources, etc. For a cageFS allowed client only safe binaries are available, client will not see any other customers etc are the […]
How to Speed Up cPanel to cPanel Migration
Sometimes migration of accounts from cPanel to cPanel takes long time, if the accounts have high disk usage. We can avoid this delay by skipping home directory and sync the home directory by using rsync command after the migration. […]
Apache Error: Failed to create temporary file
On checking Apache error logs it shows the error: [error] ModSecurity: Input filter: Failed to create temporary file: /root/tmp/20151028-234930-VjGXSkAWQiQAA@W7VAsAAAAD-request_body-nKiZdT [hostname “www.cpanelplesk.com”] [uri “/wp-admin/admin.php”] [unique_id “VjGXSkAWQiQAA@W7VAsAAAAD”] […]
Prevent .htaccess file modification while running EasyApache
Sometime, During the recompilation process of Apache/php with EasyApache effected the users’ .htaccess file under the WHM/cPanel server. After the EasyApache recompilation, we will see some entries in .htaccess file like the one given below. […]