The mod_deflate is a very useful apache module which increase the loading speed of your websites. You can enable this module simply by rebuilding your apache by using easyapache if you have server with control panel WHM/cPanel. Method I (Server…
cPanel
How to upgrade MySQL from 5.1 to 5.5 in a cPanel server – command line option
MySQL is an open source RDBMS (Relational Database Management System) and its using the SQL Language(Structured Query Language). A database is a structured collection of data. SQL is the most commonly using language for database operations. By using SQL the…
How to change cpanel port through command line
WHM/cPanel is one of the commonly using control panel in web hosting industry. We already discussed about the cPanel installation on server and some other topics related with cPanel/WHM. The installation steps are quite simple for cpanel. You can refer…
[Solved] Connection dropped by IMAP server – mail issue
Some times it may occurs in cpanel based servers due to some problems related with the IMAP server. It occurs when you are trying to login to email account in Roundcube Webmail client. Error details: Error : Connection dropped by…
How to remove parked domain through command line – cpanel
In control panels like cPanel you can simply remove a parked domain via control panel options. Here I will explain how do we can remove a parked domain via command line. Step 1: SSH to your server as root user.…
How to change ftp port – cpanel
The ftp – service is for file transfer. The default port for ftp services are 20 and 21. Port 20: Data transfer port Port 21: Connection port How to change ftp port – cPanel ? We can change the default…
How to install Git on a cpanel server (CentOS)
Git is an open source package for managing version control. The installation of Git on a server must required some dependencies. First we need to install all dependencies for installing Git smoothly. Installing dependencies: [root@server ]# yum -y install zlib-devel…