lighttpd
![]() |
|
Original author(s) | Jan Kneschke |
---|---|
Developer(s) | Lighttpd Developers |
Initial release | March 2003 |
Stable release | 1.4.39 (January 2, 2016[±][1] | )
Preview release | 1.5.0 r2698 (December 7, 2009[±] | )
Written in | C |
Operating system | Cross-platform |
Available in | English |
Type | Web server |
License | 3-clause BSD |
Website | <strong%20class= "error"><span%20class="scribunto-error"%20id="mw-scribunto-error-1">Lua%20error%20in%20Module:Wd%20at%20line%20405:%20invalid%20escape%20sequence%20near%20'"^'. http://<strong%20class="error"><span%20class="scribunto-error"%20id="mw-scribunto-error-1">Lua%20error%20in%20Module:Wd%20at%20line%20405:%20invalid%20escape%20sequence%20near%20'"^'.Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value). |
lighttpd (pronounced "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]
Contents
Premise
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 software/open source, and is distributed under the BSD license. It runs natively on Unix-like operating systems as well as Microsoft Windows.[7]
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
- Load balancing FastCGI, SCGI and HTTP proxy support
chroot
support- web server event mechanism performance –
select()
,poll()
, andepoll()
[8] - Support for more efficient event notification schemes like
kqueue
andepoll
- Conditional URL rewriting (mod_rewrite)
- TLS/SSL with SNI support, via OpenSSL.
- Authentication against an LDAP server
- RRDtool statistics
- Rule-based downloading with possibility of a script handling only authentication
- Server Side Includes support (but not server-side CGI)[9]
- Flexible virtual hosting
- Modules support
- Cache Meta Language (currently being replaced by mod_magnet)[10] using the Lua programming language
- Minimal WebDAV support
- Servlet (AJP) support (in versions 1.5.x and up)
- HTTP compression using mod_compress and the newer mod_deflate (1.5.x)
- Light-weight (less than 1 MB)[11]
- Single-process design with only several threads. No processes or threads started per connection.
Limitations
Lighttpd (1.4.x) officially does not support sending large files from CGI, FastCGI, or proxies [12] unless X-Sendfile is used.
Usage

Lighttpd is used by a number of high-traffic websites, among them are Bloglines and Xkcd.[13] It was used in the past by Meebo and YouTube.[14][better source needed] Wikimedia also runs Lighttpd servers.[15][16][17][18]
See also
- Comparison 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 acceleration
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
Bibliography
- Lua error in package.lua at line 80: module 'strict' not found.
External links
- No URL found. Please specify a URL here or add one to Wikidata.
- lighttpd at Freecode
- OpenVMS Lighttpd project
- #lighttpd connect on freenode
- Complete guide to set up your server with Lighttpd, PHP5, MySQL, e-mail, firewall etc.
- Older Lighttpd for Windows builds
WLMP
- Lighty2Go Portable LightTPD, MySQL & PHP (LiMP) Project
- yPortableWS Portable WLMP Project (requires .NET Framework)
- WLMP Project - lighttpd builds for Windows
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ 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
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lighttpd - Bug #1101: SSI include virtual does not run cgi – lighty labs
- ↑ http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMagnet
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- Pages with reference errors
- Articles with unsourced statements from April 2010
- Articles lacking reliable references from July 2015
- Official website missing URL
- Free software programmed in C
- Free web server software
- Cross-platform free software
- Unix network-related software
- Web server software for Linux
- Windows Internet software