lighttpd (pronounced lighty) is a secure, fast, compliant and very flexible open source web server which has been optimized for speed-critical environments. It has a very low memory footprint compared to other web servers and takes care of cpu-load.
Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make lighttpd a suitable web server software for every server that has load problems, or for serving static media separately from dynamic content.
lighttpd supports the FastCGI, SCGI and CGI interfaces to external programs, permitting 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, a server-side scripting, interpreted language with an embedded database system, specifically designed for the web. It is a popular web server for the Catalyst and Ruby on Rails web frameworks.
lighttpd powers several popular Web 2.0 sites. Its high speed io-infrastructure allows them to scale several times better with the same hardware than with alternative web servers.
Key Features
- HTTP/1.0.
- HTTP/1.1:
- Ranges (start-end, start-, -end, multiple ranges).
- HTTP/1.0 Keep-Alive + HTTP/1.1 persistent Connections.
- Methods: GET, HEAD, POST.
- Last-Modified + If-Modified handling.
- Sends Content-Length if possible.
- Sends Transfer-Encoding: chunk, if Content-Length is not possible.
- Sends Content-Type.
- On-the-fly output compression (deflate, gzip).
- Authentication: basic and digest.
- HTTP.
- CGI/1.1.
- FastCGI:
- Parses the Response-header and completes the HTTP-header accordingly.
- Keep-Alive handling based on Content-Length header.
- Can be configured to support PHP with opcode caches (like APC) properly and efficiently.
- Load balancing FastCGI, SCGI and HTTP proxy support (one webserver distributes requests to multiple PHP-servers via FastCGI)).
- chroot support.
- select()-/poll()-/epoll() based web server.
- Support for more efficient event notification schemes like kqueue and epoll.
- Conditional rewrites (mod_rewrite).
- TLS/SSL with SNI support, via OpenSSL.
- Directory listings.
- 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).
- Flexible virtual hosting.
- Modules support.
- Cache Meta Language (currently being replaced by mod_magnet) using the Lua programming language.
- Minimal WebDAV support.
- Servlet (AJP) support.
- HTTP compression using mod_compress and the newer mod_deflate.
- URL-Rewriting.
- HTTP-Redirection.
- Output-compression with transparent caching.
- Lightweight (less than 1 MB).
- Single-process design with only several threads. No processes or threads started per connection.
- Custom error pages (for Response-Code 400-599).
- PHP support:
- Same speed as or faster than Apache + mod_php4.
- Handles various PHP bugs in the FastCGI SAPI.
- Includes a utility to spawn FastCGI processes.
Website: www.lighttpd.net
Support: Blog
Developer: Lighttpd Developers
License: 3-clause BSD License
lighttpd is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| Web Servers | |
|---|---|
| nginx | Very powerful and efficient web server powering the top web sites |
| Apache | Like nginx, Apache is a hugely popular web server |
| Caddy | Powerful, enterprise-ready web server written in Go |
| Lwan | Experimental, scalable, high performance HTTP server |
| H2O | Optimized HTTP/1.x, HTTP/2, HTTP/3 server |
| Tengine | Distribution of nginx |
| lighttpd | Fast, compliant and very flexible low memory footprint web server |
| Ferron | Web server optimized for speed, security and efficiency |
| Angie | Scalable web server that was forked from nginx |
| Algernon | Small self-contained pure-Go web server |
| Node.js | Server-side JavaScript environment for network applications |
| Hiawatha | Web server that focuses on security |
| OpenLiteSpeed | Lightweight HTTP server |
| rwasa | Full-featured high performance web server |
| devd | Local web server for developers |
| Cherokee | Fast, flexible and embeddable web server |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

