Gzip compression is a great tool by web servers with which we can cutdown the size of the pages sent out. In this topic I am discussing on how to enable gzip compression in Apache. Enabling compression means the web server will compress the size of the pages there by we can achieve better speed and low bandwidth usage. … [Read more...] about How to Enable Gzip Compression in Apache
Reseller Hosting: Introduction to Packages and Features
Reselling accounts is a great feature of cPanel. As its name specifies a reseller can create cPanel accounts as the root does. It have access to a limited area of the Web Host Management ( WHM ) area of the server and thereby define the attributes of a sub account. These attributes are mainly classified into two. … [Read more...] about Reseller Hosting: Introduction to Packages and Features
How to Force SSL Logins in WHM and cPanel
cPanel and WHM logins will transmit the sensitive username and password through the internet and it needs to be secure. If anyone intercepts the traffic, they will be able to decode the username and password if they are submitted through an insecure page. Hence it is quite vital to use secure pages for WHM, cPanel and Webmail logins using SSL logins. … [Read more...] about How to Force SSL Logins in WHM and cPanel
How to Setup WordPress Hosting server using nginx
This is how I set up a WordPress hosting for my clients. And believe me, I have got a page load time of less than one second, and when set up in a $10 digital ocean server, it could handle ~200 concurrent users. … [Read more...] about How to Setup WordPress Hosting server using nginx
3 Tips to Secure SSH Access on a cPanel Server
SSH is the gateway to a linux server. To do any advanced tasks in the server, we need the command line access and it is provided by the SSH service. So, keeping the SSH access to a server secure means keeping the server secure. There are a lot of ways to secure SSH service. Ideally we need to close all vulnerabilities. … [Read more...] about 3 Tips to Secure SSH Access on a cPanel Server