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. […]
Posts by cmab:
Getting Nginx disabled message while trying to start Nginx service in Plesk
Sometimes we get the following error message, even if Nginx is enabled in plesk. /etc/init.d/nginx start Not starting nginx as it is disabled in config To make sure the nginx service is enabled in the server use the following commands. […]
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. […]
How to Enable/Check TUN/TAP module in VPS(OpenVZ)
TUN/TAP are the virtual-network kernel devices. TUN is the short of network TUNnel and TAP is the short of network tap. The TUN simulates a network layer device and it works with layer 3 packets like IP packets. […]
Disable Magic Quotes using .htaccess file
Magic Quotes is a procedure that instantly escapes incoming data to the PHP script. It’s better to code with magic quotes off instead to escape the data at runtime, as required. We can simply turn OFF magic_quotes and magic_quotes_gpc from the php configuration file itself. […]
How to create OpenVPN server on CentOS 6.X
In this tutorial I will guide you how to install OpenVPN on CentOS server. […]
How to install Ghost with Nginx on CentOS
In this tutorial i will explain you how to install and setup Ghost with Ngnix running on Centos server. Ghost is a powerful free blogging script based on Node.js. Its Just a blogging platform. […]
How to configure multipile shared IP’s on a cPanel server
Sometimes we need to set up several shared IP addresses on a server. This may include grouping accounts per IP or decreasing the consequence of DDoS attacks if it becomes necessary to block traffic to a specific interface . […]
How to HOST SPEEDTEST SERVER ON CENTOS 7 VPS
Speedtest is used to check the speed of uploading and downloading in the server. You can also test the network speed of your server too. It is quite simple to install Speedtest in server. […]