How to Create Virtual Hosts in OpenLiteSpeed Web Server

In our last article, we discussed the installation of OpenLiteSpeed on CentOS 7, Ubuntu 16.04, and Debian 9. Also, covered some of the important configurations such as Enabling support for PHP 7.0, Configure OpenLiteSpeed to use standard HTTP port 80, and MySQL DB Support. Here are the links to the installation of OpenLiteSpeed, READ: How […]

How to Install OpenLiteSpeed, PHP 7.0 & MariaDB on CentOS 7 / RHEL 7

OpenLiteSpeed is an open source web server developed by LiteSpeed Technologies, an open source version of commercial LiteSpeed web server. OpenLiteSpeed is a high-performance HTTP server, and it can handle hundreds and thousands of simultaneous connections with very low resource consumptions. OpenLiteSpeed is available for Linux, OS X, Solaris, and FreeBSD. It supports both SPDY/3.1 and […]

add-apt-repository command not found – Debian & Ubuntu – Quick Fix

add-apt-repository is a command line utility for adding PPA (Personal Package Archive) in Ubuntu and Debian Systems. Install the following package based on your operating system to have the add-apt-repository command. Debian / Ubuntu LTS: If you are using Debian / Ubuntu LTS such as 18.04, 16.04, and 14.04 systems then install software-properties-common package to […]

How to List installed packages on CentOS / RHEL / Fedora

The package is nothing but a software package, a collection of executables, libraries, manuals, etc., packaged in a single file. In Fedora, CentOS 5, RHEL 5 and above, Scientific Linux, Yellow Dog Linux, and Oracle Linux packages are formatted in a .rpm file. This post is very simple yet useful for the system admin who […]

How to Configure Let’s Encrypt SSL in Lighttpd Server

Nowadays, HTTPS sites are every where and they are considered very secure and trusted. After the launch of Let’s Encrypt CA, there is a tremendous increase of HTTPS sites on the internet. Fyi, Let’s Encrypt CA is a certificate authority that provides free x.509 certificate for web servers and control panel. Here, we will create […]