*** Welcome to piglix ***

Lighttpd

Lighttpd
Lighttpd logo.svg
Original author(s) Jan Kneschke
Developer(s) Lighttpd Developers
Initial release March 2003; 13 years ago (2003-03)
Stable release 1.4.45 (January 14, 2017; 26 days ago (2017-01-14))
Preview release 2.0 (December 4, 2015; 13 months ago (2015-12-04))
Repository git.lighttpd.net/lighttpd
Written in C
Operating system Cross-platform
Available in English
Type Web server
License 3-clause BSD
Website www.lighttpd.net

lighttpd (pronounced "lighty") is an open-source web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible. It was originally written by Jan Kneschke as a proof-of-concept of the c10k problem – how to handle 10,000 connections in parallel on one server, but has gained worldwide popularity. Its name is a portmanteau of "light" and "httpd."

The low memory footprint (compared to other web servers), small CPU load and speed optimizations make lighttpd suitable for servers that are suffering load problems, or for serving static media separately from dynamic content. lighttpd is free software/open source, and is distributed under the BSD license. It runs natively on Unix-like operating systems as well as Microsoft Windows.

lighttpd supports the FastCGI, SCGI and CGI interfaces to external programs, allowing web applications written in any programming language to be used with the server. As a particularly popular language, PHP performance has received special attention. Lighttpd's FastCGI can be configured to support PHP with opcode caches (like APC) properly and efficiently. Additionally, it has received attention from its popularity within the Python, Perl, Ruby and Lua communities. Lighttpd also supports WebDNA, the resilient in-memory database system designed to build database-driven websites. It is a popular web server for the Catalyst and Ruby on Rails web frameworks. Lighttpd does not support ISAPI.


...
Wikipedia

...