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.

How to find default gateway in CentOs7 Minimal Server: IP addr  is the command used to check the IP address of a CentOs7 minimal server . Sample Output: In order to find the default gateway of CentOs7 minimal server, Use the command route -n  Sample Output: [root@CentOs7]# route -n Kernel IP… Continue Reading How to find default gateway in CentOs7 Minimal Server.

How to set Permanent or static hostname for CentOs7 Minimal Server: This article help you set Permanent or static hostname for CentOS 7 Minimal server. Prerequisites: CentOs 7 Minimal Server installed – May it be Physical or VPS or a VM. hostname abc.abc.com  Entering hostname abc.abc.comwill change the hostname temporarily.… Continue Reading How to set Permanent or Static hostname for CentOs7 Minimal Server.

How to check IP address in CentOS 7 minimal Server -Ifconfig not working. Prerequisites: CentOS 7. Introduction: How to check IP address in CentOs7 Minimal Server when Ifconfig command not working and returns an error “Command not Found” . Also when entering inet addr , getting “Command Not found”.  … Continue Reading How to check IP address in CentOS 7 minimal Server -Ifconfig not working.

How to install CentOs 7 on VMware fusion on MAC OSX. VMware Fusion Pro and VMware Fusion let anyone run Windows and hundreds of other operating systems on a Mac without rebooting. Simple enough for new users and powerful enough for IT professionals, developers and businesses, Fusion provides agility, productivity… Continue Reading Install CentOS 7 on VMware fusion on Mac OS.