Jump to content

lighttpd

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 50.126.125.240 (talk) at 19:26, 26 January 2016 (Official URL). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Original author(s)Jan Kneschke
Developer(s)Lighttpd Developers
Initial releaseMarch 2003; 21 years ago (2003-03)
Repository
Written inC
Operating systemCross-platform
Available inEnglish
TypeWeb server
License3-clause BSD
Websitewww.lighttpd.net Edit this at Wikidata

lighttpd (pronounced "lighty")[1] is an open-source web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible.[citation needed] 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,[2] but has gained worldwide popularity.[3]

Premise

The low memory footprint (compared to other web servers),[4] small CPU load and speed optimizations[5] 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.[6]

Application support

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.

Features

Limitations

Lighttpd (1.4.x) officially does not support sending large files from CGI, FastCGI, or proxies [11] unless X-Sendfile is used.

Usage

The LAMP software bundle (here additionally with Squid). A high performance and high-availability solution for a hostile environment

Lighttpd is used by a number of high-traffic websites, among them are Bloglines and Xkcd.[12] It was used in the past by Meebo and YouTube.[13][better source needed] Wikimedia also runs Lighttpd servers.[14][15][16][17]

See also

References

  1. ^ "lighttpd fly light". Retrieved 2010-06-13. all of these describe lighttpd (pron. lighty)
  2. ^ "lighttpd: Story". lighttpd.net. Retrieved 22 December 2008.
  3. ^ "Powered By lighttpd". Lighttpd wiki. Retrieved 22 December 2008.
  4. ^ "Web Server Performance Comparison". Retrieved 15 March 2012.
  5. ^ Gabriel Kerneis and Juliusz Chroboczek. Are events fast?. PPS technical report, University of Paris 7. 2009. http://www.pps.jussieu.fr/~jch/research/cpc-bench.pdf
  6. ^ "Downloads @ WLMP Project". Retrieved 2011-03-27. LightTPD webserver for Windows Systems
  7. ^ Gammo, Louay; Brecht, Tim; Shukla, Amol; Pariag, David (2004). "Comparing and Evaluating epoll, select, and poll Event Mechanisms". Linux Symposium. University of Waterloo. p. 215. {{cite web}}: Missing or empty |url= (help)
  8. ^ Lighttpd - Bug #1101: SSI include virtual does not run cgi – lighty labs
  9. ^ http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMagnet
  10. ^ "lighttpd releases". lighttpd.net. Retrieved 20 June 2010.
  11. ^ "Memory usage increases when proxy+ssl+large file". lighttpd bug tracker. Retrieved 2011-04-11.
  12. ^ "Lighttpd Web Server Usage". WebTechster. Retrieved 2014-03-26.
  13. ^ "Fly Light With Lighttpd Web Server". ServerWatch. Archived from the original on 31 March 2014. Retrieved 2008-02-12.
  14. ^ Brion Vibber (2008-08-26). "Apache mod_php in wikipedia". Wikimedia wikitech-l mailing list. Retrieved 2008-08-27.
  15. ^ Tim Starling (2008-08-27). "Apache mod_php in wikipedia". Wikimedia wikitech-l mailing list. Retrieved 2008-08-27.
  16. ^ Domas Mitzuas (2008-08-27). "Apache mod_php in wikipedia". Wikimedia wikitech-l mailing list. Retrieved 2008-08-27.
  17. ^ "Powered by Lighttpd". The official site. 2007-04-04. Retrieved 2008-12-22. lighttpd is used by many well-known sites. The typical scenario is using lighttpd as off-load server to push out static content and leave the complex work to another server.

Bibliography

WLMP