Browsing tag

lighttpd

How To Install Linux, Lighttpd, MySQL and PHP (LLMP Stack ) in Ubuntu 18.04

Lighttpd (pron lighty) is an open source web server optimized for speed-critical environments. It was written by Jan Kneschke as a proof-of-concept to handle 10,000 connections in parallel on one server. Lighttpd is the perfect solution for servers that is suffering load problems. It is licensed under the BSD license. This article shows you how […]

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

How to Setup Virtual Hosts in Lighttpd Server

Virtual hosting is a technical way of hosting multiple domains on a single server. Hosting multiple domains on a single server increase optimized usage of its resources, such as processor cycles, memory. Types of Virtual Hosting: There are two types of virtual hosting, namely. IP Based – The website can be accessed using IP Address. […]

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 Lighttpd With PHP5 FastCGI And MySQL On Fedora 21

Lighttpd is an open-source web server  designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution to overcome server load problems. Here i will explain you the […]