Skip to content
EntityQ217765· pop 24· linked from 90 articles

Also known as light httpd

lighttpd (prescribed pronunciation: "lighty") is an open-source web server optimized for speed-critical environments. 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".

Key facts

Software.name
lighttpd
Software.title
lighttpd
Software.logo
Lighttpd logo.svg
Software.author
Jan Kneschke
Software.programming language
C
Software.language
English
Software.genre
Web server
Software.license
BSD-3-Clause

via Wikipedia infobox

Official website

Home - lighty news

lighty news

lighttpd.net

Link to the official site · 17,216 chars · not written by Vinony

Wikidata facts

Official website
www.lighttpd.net
Show 5 more facts
title
lighttpd
software version identifier
1.4.82
source code repository URL
github.com/lighttpd/lighttpd2
inception
2003-03-00
Sources (7)

via Wikidata · CC0

~4 min read

Article

8 sections
Contents
  • Premise
  • Application support
  • Features
  • Limitations
  • Usage
  • References
  • Further reading
  • External links

lighttpd (prescribed pronunciation: "lighty") is an open-source web server optimized for speed-critical environments. 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".

==Premise== 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 and open-source software and is distributed under the BSD license. It runs natively on Unix-like operating systems, with experimental support for Microsoft Windows.

Connections

Categories