Browsing tag

web server

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

How To Install LAMP Server on Debian 9

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Ubuntu 18.04 LAMP (a server stack) stands for Linux, Apache, MySQL, and PHP. These four popular open source software components are used by most of the web hosting companies, web developers, blogs and others to run their websites. Here is the small guide […]

HHVM Explained – Install HHVM on Ubuntu 16.04 / Debian 8

HHVM (HipHop Virtual Machine) is an open-source virtual machine designed for executing programs written in Hack and PHP.  HHVM is developed by Facebook, and it’s source codes are hosted on Github; released under the terms of PHP and Zend license. HHVM uses the principle of JIT (just-in-time) compilation which helps to achieve superior performance without […]

Setup Apache Virtual Hosts On Debian 9 / Ubuntu 16.04 / LinuxMint 18

Virtual Hosting is used to host multiple websites on a single web server. The web server might be anything of Apache HTTP web server, Microsoft IIS, Lighttpd, openLiteSpeed, etc. This guide will show you how to setup Apache virtual hosts on Debian 9 / Ubuntu 16.04 / LinuxMint 18. Types of Virtual Hosting There are two […]