Dated on  28/09/2018 Setup password authentication for Apache2 in Centos Step 1. Login to server using ssh. Step 2. To create the authentication of the apache2 it is necessary to have the apache2 on server. Check whether the server has already installed apache2 and check the version here we have… Continue Reading Setup password authentication for Apache2 in Centos

ANGULAR 2 INSTALLATION STEPS Step 1.Download the node and install on your local machine using this link https://nodejs.org/en/. Step 2. To install the Angular CLI: npm install -g @angular/cli Step 3. Check the version of node and npm that also use to check whether installed or not. Step 4. Generating… Continue Reading Angular 2 installation

How to Install Let’s Encrypt SSL Date posted: 28-sep-2018 Please follow  this steps to install the SSL certificate. Step 1: Install CertBot Type the given commands sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-apache   Step 2: Install Let’s Encrypt SSL Install Let’s Encrypt… Continue Reading How to Install Let’s Encrypt SSL

How to change Ngnix config setup to another port 8080 in Linux. Date posted:   28 /09/2018 In this article , we learn about how to change Ngnix port in Linux. Nginx is an open source server having high traffic websites in internet today. Among  all the web services, Nginx web server… Continue Reading How to change Ngnix config setup to another port 8080 in Linux.

Configure multiple uwsgi application on nginx Date Posted: 16-08-2018 In our previous posts, we explained on how to configure uwsgi application on nginx. In this post, we will explain on how to configure multiple uwsgi application on nginx.   There two places we need to add configuration files to accomplish… Continue Reading Configure multiple uwsgi application on nginx

httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory|cPanel Date Posted: 04-04-2018 Recently, we have received an issue with respect to libaprutil package on cPanel server. The apache service went down due to this. The following steps will help on fixing the issue.… Continue Reading httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory|cPanel

Fix for Cpanel installation error (FATAL): The system could not fetch the TIERS file: During the installation of CPanel or WHM on CentOs 7, you may encounter an error as shown below, 2017-09-24 13:24:41 1173 ( INFO): The installation process will now import GPG keys for yum. 2017-09-24 13:24:41 1068… Continue Reading Fix for Cpanel installation error (FATAL): The system could not fetch the TIERS file.

Fix for Cpanel installation error “The system detected an installer lock file: (/root/installer.lock)”: Scenario: If the installation of Cpanel or WHM is interrupted because of an unexpected system restart or internet disconnect and if you start the installation by typing sh latest from the command line, you may experience the below error,… Continue Reading Fix for Cpanel installation error The system detected an installer lock file: (/root/installer.lock)

How to set a Static IP address in CentOs7 Minimal Server: For certain type of servers , it is mandatory to assign a static IP address especially if they are serving the internet or if they are running any mission critical business applications. Ex: web server , Application server ,… Continue Reading How to set a Static IP address in CentOs7 Minimal Server.