What is Cloudflare

What is Cloudflare Cloudflare act as a protection for the main server. It is an intermediary for requests from clients seeking resources from other servers just like a proxy. So it can hide the existence and characteristics of an origin server or servers. When you go to a website, you’ll be directed to one of … Read more

Installing Composer on your Server

Composer is an application-level package manager for PHP. It provides dependencies and libraries for your PHP software. In this article, I will help you to install the composer on CentOS 7/8. Ensure that PHP and wget is installed on your system Download the composer installer script using the below command. sudo wget https://getcomposer.org/installer -O composer-installer.php … Read more

Speed up your WordPress site for better performance

  Tips to speed up WordPress sites Everyone demands speed in this new internet world. There are many of blogs and tutorials were published regarding WordPress site speed optimization, but we need to be keep updated in this fast growing world. Here we would like to talk about why page loading speed is essential, which … Read more

Zamfoo integration on WHM/cPanel

Zamfoo is an application plugin which enhances ‘Reseller center’ functionalities in the WHM. By this you can avoid the necesssity of purchasing a dedicated server to meet the requirements. This is a third party sub-reseller plugin for cPanel/WHM and it extends the capabilities of WHM. Zamfoo is a licensed application and thus you need to … Read more

Cloud storage options for cPanel backups

We all know data backup is an inevitable thing inthe web-hosting industry. So every hosting panel provide more importance to the backup settings. Here we are talking about a few common cloud storage options in cPanel servers. Which automatically backing up your website to multiple cloud providers.  Amazon S3 storage Amazon Simple Storage Service (S3) … Read more

Security Hardening for cPanel server

Introduction Server security is the main aspect of web-hosting. We need to initially secure our servers before hosting the sites. In this documentation, you can see some advanced steps to overcome the most common security vulnerabilities. When coming up with a security plan for your servers, you need to take several key factors into the … Read more

ntDNScheck new version released.

ntDNScheck – A DNS report plugin to verify the dns reports for the domains easily. ntDNScheck plugin will prepare a dns report for the domains in the server. It will help the administrator to check the domains with local and remote name servers, local and remote mail servers. Also, it will help to identify the … Read more

PHP-FPM (FastCGI Process Manager)

  PHP-FPM is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. It runs as its own process and is not dependent on the web server, like mod_php(default Apache module). PHP-FPM maintains “pools” (workers available to respond to PHP requests) to accomplish this. It is faster … Read more