How to allow remote SQL connection to your site
Sometimes you may need to allow access of remote servers to your site’s mysql server. As mysql considers host for authentication anyone can’t connect from remote server unless allowed explicitly. You can grant remote MySQL in the following steps: – Login to cPanel – Click Remote MySQL from Databases section – Enter your connecting host [...]
Modify Apache default success page
To modify the apache default success page, follow the steps below: You just have to login to your server via ssh. Navigate to /usr/local/apache/htdocs cd /usr/local/apache/htdocs And finally edit the file index.html nano index.html Source: http://www.cpanelconfig.com/how-to/customize-apache-default-success-page/
Enabling passive ftp in Pure-FTPd
For users that are behind a firewall it might be required that you enable passive ftp in your ftp server and client. While enabling passive ftp in your ftp client is simple, doing so in your ftp server configuration files might be a bit tricky if you don’t know what you are doing. This tutorial [...]
What is cPanel?
cPanel is a unix based web hosting control panel that provides a graphical interface and automation tools designed to simplify the process of hosting a web site. cPanel utilized a 3 tier structure that provides functionality for administrators, resellers, and end-user website owners to control the various aspects website and server administration through a standard [...]