lighttpd

fast webserver with minimal memory footprint

Install

All systems
curl cmd.cat/lighttpd.sh
Debian Debian
apt-get install lighttpd
Ubuntu
apt-get install lighttpd
Alpine
apk add lighttpd
Arch Arch Linux
pacman -S lighttpd
image/svg+xml Kali Linux
apt-get install lighttpd
Fedora
dnf install lighttpd
Windows (WSL2)
sudo apt-get update sudo apt-get install lighttpd
OS X
brew install lighttpd
Raspbian
apt-get install lighttpd
Docker
docker run cmd.cat/lighttpd lighttpd powered by Commando

lighttpd

fast webserver with minimal memory footprint

lighttpd is a small webserver and fast webserver developed with security in mind and a lot of features. It has support for * CGI, FastCGI and SSI * virtual hosts * URL rewriting * authentication (plain files, htpasswd, LDAP) * transparent content compression * conditional configuration * HTTP proxying and configuration is straight-forward and easy.