Browsing tag

php

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 […]

Install Lighttpd With PHP FPM And MariaDB (LLMP) on Debian 9

Lighttpd is an open-source web server designed for speed-critical environments. It was originally developed as POC (Proof Of Concept) by Jan Kneschke to handle 10K connections in parallel on one server. With a low memory footprint compared to other webservers, effective management of the CPU-load, and advanced feature sets such as FastCGI, SCGI, Output-Compression, Auth, […]

Install LibreNMS on CentOS 7 / Ubuntu 16.04 – A Network and Server Monitoring Tool

LibreNMS is an open source auto-discovering network monitoring tool for servers and network hardware. It supports a wide range of network hardware like Cisco, Juniper, Brocade, Foundry, HP and operating systems including Linux and Windows. LibraNMS is a community-based fork of Network monitoring tool “Observium“, released under GPLv3. LibreNMS can discover your entire network using […]

How To Install Nginx, MariaDB, PHP (LEMP stack) on Debian 9

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Ubuntu 18.04 LEMP (a server stack) stands for Linux, Nginx, MariaDB, and PHP. Nginx is a free, open-source, high-performance HTTP web server; known for its stability, rich feature set, simple configuration, and low resource consumption. Here, we will talk about how to install […]