How to Install Lighttpd on Debian 9

In this tutorial, we will demonstrate how to install and deploy Lighttpd on a Debian 9 VPS with FPM/FastCGI support.

Lighttpd is a free, open-source and high-performance web server developed by Jan Kneschke. It has a low memory footprint when compared to other web servers and is specially designed for speed-critical environments. It is secure, fast, and can handle up to 10,000 connections in parallel on a single server. It is used by many websites, including YouTube, Bloglines, WikiMedia, and many more. Lighttpd comes with a rich set of features, such as FastCGI, SCGI, Auth, URL-Rewriting, Output-Compression, event mechanism, and more. These features combined make for a compelling and high-performance web server solution.

Let’s get started with the installation.

Read More

How to Install Lighttpd on CentOS 7

In this tutorial, we will show you how to install Lighttpd on a Centos 7 VPS as well as set up MariaDB and PHP.

Lighttpd is a secure, open-source, fast, flexible and more optimized web server. Lighttpd has a high-speed infrastructure that allows for better performance with the same hardware when compared to other alternative web-servers. Lighttpd supports the FastCGI, SCGI and CGI interfaces and allows web applications that are written in any programming language to be used with the server.

Lighttpd’s FastCGI can be configured to support PHP with opcode caches and also has received attention within the Perl, Python, and Ruby communities.

Let’s get started with the installation.

Read More