fbpx
Wikipedia

lighttpd

lighttpd (prescribed pronunciation: "lighty")[2] 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,[3] but has gained worldwide popularity.[4] Its name is a portmanteau of "light" and "httpd".

lighttpd
Original author(s)Jan Kneschke
Initial releaseMarch 2003; 20 years ago (2003-03)
Stable release
1.4.72[1]  / 6 October 2023; 4 days ago (6 October 2023)
Preview release2.0 (December 4, 2015; 7 years ago (2015-12-04)) [±]
Repository
  • git.lighttpd.net/lighttpd
Written inC
Available inEnglish
TypeWeb server
LicenseBSD-3-Clause
Websitelighttpd.net 

Premise Edit

The low memory footprint (compared to other web servers),[5] small CPU load and speed optimizations[6] 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, as well as Microsoft Windows.[7][obsolete source][8]

Application support Edit

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 Edit

Limitations Edit

  • Versions below 1.4.40 do not officially support sending large files from CGI, FastCGI, or proxies[14] unless X-Sendfile is used. This limitation has been removed in lighttpd 1.4.40.[15]
  • No HTTP/3 support

Usage Edit

Lighttpd was used in the past by several high-traffic websites, including Bloglines, xkcd, Meebo, and YouTube.[16][better source needed] The Wikimedia Foundation also once ran Lighttpd servers.[17] Due to relatively small size it's often used in embedded devices like GL.iNet and Turris Omnia.

It's also used by git as a HTTP server daemon.

See also Edit

References Edit

  1. ^ "1.4.72". Retrieved 6 October 2023.
  2. ^ "lighttpd fly light". Retrieved 2010-06-13. all of these describe lighttpd (pron. lighty).
  3. ^ "lighttpd: Story". lighttpd.net. Retrieved 22 December 2008.
  4. ^ "Powered By lighttpd". Lighttpd wiki. Retrieved 22 December 2008.
  5. ^ . Archived from the original on 5 June 2016. Retrieved 15 March 2012..
  6. ^ Gabriel Kerneis and Juliusz Chroboczek. Are events fast?. PPS technical report, University of Paris 7. 2009.
  7. ^ . Archived from the original on 2011-03-24. Retrieved 2011-03-27. LightTPD webserver for Windows Systems.
  8. ^ "lighttpd fly light". Retrieved 2020-02-10.
  9. ^ Gammo, Louay; Brecht, Tim; Shukla, Amol; Pariag, David (2004). "Comparing and Evaluating epoll, select, and poll Event Mechanisms" (PDF). Linux Symposium. University of Waterloo. p. 215.
  10. ^ gstrauss (2020-11-29). "1.4.56 - Lighttpd - fly light". Lighttpd. Retrieved 2023-06-02.
  11. ^ Lighttpd - Bug #1101: SSI include virtual does not run cgi – lighty labs
  12. ^ "Docs ModMagnet - Lighttpd - lighty labs".
  13. ^ "lighttpd releases". lighttpd.net. Retrieved 20 June 2010.
  14. ^ "Memory usage increases when proxy+ssl+large file". lighttpd bug tracker. Retrieved 2011-04-11.
  15. ^ "lighty should buffer responses (after it grows above certain size) on disk". lighttpd bug tracker. Retrieved 2016-07-16.
  16. ^ . ServerWatch. Archived from the original on 31 March 2014. Retrieved 2008-02-12.
  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.

Further reading Edit

External links Edit

  • Official website  

lighttpd, prescribed, pronunciation, lighty, open, source, server, optimized, speed, critical, environments, while, remaining, standards, compliant, secure, flexible, citation, needed, originally, written, kneschke, proof, concept, c10k, problem, handle, conne. lighttpd prescribed pronunciation lighty 2 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 3 but has gained worldwide popularity 4 Its name is a portmanteau of light and httpd lighttpdOriginal author s Jan KneschkeInitial releaseMarch 2003 20 years ago 2003 03 Stable release1 4 72 1 6 October 2023 4 days ago 6 October 2023 Preview release2 0 December 4 2015 7 years ago 2015 12 04 Repositorygit wbr lighttpd wbr net wbr lighttpdWritten inCAvailable inEnglishTypeWeb serverLicenseBSD 3 ClauseWebsitelighttpd wbr net Contents 1 Premise 2 Application support 3 Features 4 Limitations 5 Usage 6 See also 7 References 8 Further reading 9 External linksPremise EditThe low memory footprint compared to other web servers 5 small CPU load and speed optimizations 6 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 as well as Microsoft Windows 7 obsolete source 8 Application support Editlighttpd 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 EditLoad balancing CGI FastCGI SCGI HTTP proxy Servlet AJP WebSocket tunnel support a href Chroot html title Chroot chroot a support Web server event mechanism performance select poll and epoll 9 Support for more efficient event notification schemes like a href Kqueue html title Kqueue kqueue a and a href Epoll html title Epoll epoll a Conditional URL rewriting mod rewrite TLS SSL with SNI support via OpenSSL GnuTLS Mbed TLS NSS WolfSSL 10 Authentication against an LDAP or DBI server RRDtool statistics Rule based downloading with possibility of a script handling only authentication Server Side Includes support but not server side CGI from SSI 11 Flexible virtual hosting Modules support Lua programming language scripts via mod magnet 12 WebDAV support HTTP compression using mod deflate zlib brotli zstd Light weight less than 1 MB 13 Single process design with only several threads No processes or threads started per connection HTTP 2 support since lighttpd 1 4 56 HTTP 2 WebSocket support since lighttpd 1 4 65Limitations EditVersions below 1 4 40 do not officially support sending large files from CGI FastCGI or proxies 14 unless X Sendfile is used This limitation has been removed in lighttpd 1 4 40 15 No HTTP 3 supportUsage EditLighttpd was used in the past by several high traffic websites including Bloglines xkcd Meebo and YouTube 16 better source needed The Wikimedia Foundation also once ran Lighttpd servers 17 Due to relatively small size it s often used in embedded devices like GL iNet and Turris Omnia It s also used by git as a HTTP server daemon See also Edit nbsp Free and open source software portalComparison of web server software Internet Cache Protocol Proxy server which discusses client side proxies Reverse proxy which discusses origin side proxies Traffic Server Web accelerator which discusses host based HTTP accelerationReferences Edit 1 4 72 Retrieved 6 October 2023 lighttpd fly light Retrieved 2010 06 13 all of these describe lighttpd pron lighty lighttpd Story lighttpd net Retrieved 22 December 2008 Powered By lighttpd Lighttpd wiki Retrieved 22 December 2008 Web Server Performance Comparison Archived from the original on 5 June 2016 Retrieved 15 March 2012 Gabriel Kerneis and Juliusz Chroboczek Are events fast PPS technical report University of Paris 7 2009 Downloads WLMP Project Archived from the original on 2011 03 24 Retrieved 2011 03 27 LightTPD webserver for Windows Systems lighttpd fly light Retrieved 2020 02 10 Gammo Louay Brecht Tim Shukla Amol Pariag David 2004 Comparing and Evaluating epoll select and poll Event Mechanisms PDF Linux Symposium University of Waterloo p 215 gstrauss 2020 11 29 1 4 56 Lighttpd fly light Lighttpd Retrieved 2023 06 02 Lighttpd Bug 1101 SSI include virtual does not run cgi lighty labs Docs ModMagnet Lighttpd lighty labs lighttpd releases lighttpd net Retrieved 20 June 2010 Memory usage increases when proxy ssl large file lighttpd bug tracker Retrieved 2011 04 11 lighty should buffer responses after it grows above certain size on disk lighttpd bug tracker Retrieved 2016 07 16 Fly Light With Lighttpd Web Server ServerWatch Archived from the original on 31 March 2014 Retrieved 2008 02 12 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 Further reading EditBogus Andre October 29 2008 Lighttpd 1st ed Packt Publishing p 236 ISBN 978 1847192103 External links EditOfficial website nbsp Retrieved from https en wikipedia org w index php title Lighttpd amp oldid 1161493494, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.