Introduction Composer is an application for tracking the dependencies of a project. It pulls in all the required PHP packages. It allows to specify a set of libraries for a specific project. With the libraries established, it identifies the versions and dependencies and installs them to the corresponding project. Prerequisites… Continue Reading How to Install and Use PHP Composer on CentOS 7

How to enable HTTP2 support in Apache Date posted: 25/09/2019 Objective:- HTTP/2 is a major revision of the HTTP network protocol used by the World Wide Web. It was derived from the earlier experimental SPDY protocol, originally developed by Google. HTTP/2 was developed by the Hypertext Transfer Protocol working group… Continue Reading How to enable HTTP2 support in Apache

How to Install Go on CentOS – 7 Date Posted: 15/05/2019 Introduction Go, often referred to as golang is a ultra modern open source programming language created by Google. In day today life, many popular applications such as , Docker, Kubernetes and Hugo, are written in Go language. In this… Continue Reading How to Install Go on CentOS-7

CentOS Web Panel isn’t accessible – Reinstall Self Signed SSL Certificate Date posted : 18/03/2019 In some rare scenario, centOS webpanel mayn’t work for you for an existing server. Generally, it could be due to multiple reasons.* The service mightn’t be running * Port might be blocked on firewall In… Continue Reading CentOS Web Panel isn’t accessible – Reinstall Self Signed SSL Certificate

Enable mod_filter in Apache on CentOS Date posted : 13/02/2019 Generally Apache installation comes with filter module. But its not enabled by default. When you try to use this specific module directive in your website configuration, it won’t work. You will see errors like below. Solution:- Add the following line… Continue Reading Enable mod_filter in Apache on CentOS

Install Let’s Encrypt SSL on CentOS Webpanel Domain Date posted : 25/01/2019 In this blog post, we are going to explain how to install Let’s encrypt free SSL for user domains Prerequisites CentOS Webpanel root Access Domain name Step 1 Login to CentOS Webpanel as root Step 2 Under Navigation… Continue Reading Install Let’s Encrypt SSL on CentOS Webpanel Domain

Date posted : 24/01/2019 CentOS Web Panel (CWP) is a free web hosting control panel that offers easy managemet of multiple servers (both Dedicated and VPS) without the need to access server through SSH for every small task that you need to complete. It has a lots of feature to manage… Continue Reading CentOS Webpanel Installation

How to Install PHP 7.x on CentOS 7 Date posted: 19-oct-2018 In this article, we will installing PHP 7.x on CentOS 7 Server. Step 1: Setup the Webtatic YUM repo Precompiled PHP 7.x binaries are available for CentOS 7 from the Webtatic, IUS, or Remi’s RPM repositories. Below are instructions… Continue Reading How to Install PHP 7.x on CentOS 7

(13)Permission denied: AH00957: HTTP: attempt to connect to failed Date Posted: 28-04-2018 We setup a redirection using proxypass to different port on apache configuration. It failed with an error which mentioned in title of the post. Resolution: Selinux would be causing the issue. Here is the fix that we need… Continue Reading (13)Permission denied: AH00957: HTTP: attempt to connect to failed

Configure multiple php on litespeed cPanel server Date posted: 04-09-2017 By default cPanel runs with apache webserver. Normally Easy apache 4 or Easy apache 4 will help on installing multiple php version.  In this post, we will explain on how to configure litespeed webserver to use multiple php version. Prerequisites:… Continue Reading Configure multiple php on litespeed cPanel server