How To Install PHP Soap on CentOS 6 VPS

Hello folks,I am not going to write a lot in this article, I will just explain how can we install PHP-Soap on a CentOS installed VPS (Virtual Private Server) or any server that you have with CentOS as the operating system. Let’s just check what is actually SOAP, definitely not the one that we use… Read More »

Add PHP handler – URL issues with website

Hi friends, Sometimes when we access a URL, it gets downloaded to the local machine where it not meant to be. In such scenarios, you can check the PHP handlers that mentioned in the .htaccess file of your problematic site. First you must know what’s a PHP handler, please continue reading before going to the… Read More »

Commonly Used Port Numbers

Hi all, We are familiar with the term port, we use various applications and they all need specific port numbers for communicating with the computer/server, some commonly used port numbers are shown below 🙂 cPanelcPanel 2082 cPanel – SSL 2083 WHM 2086 WHM – SSL 2087 Webmail 2095 Webmail – SSL 2096EmailPOP3 110 POP3 -… Read More »

Install iftop command CentOS

The iftop command helps us to monitor the server by providing frequently-updated list of network connections to the server. The connections are normally ordered by bandwidth usage. It listens to the network traffic and displays the bandwidth usage by hosts. The installation steps of iftop command are shown below. IFTOP Pre-requisite libpcap : module provides a user-level… Read More »