macOS
brew install lighttpdlocal Homebrew formula metadata
sudo port install lighttpdMacPorts ports tree · www/lighttpd/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für lighttpd in AI-Agent-Workflows.
Installation
brew install lighttpdlocal Homebrew formula metadata
sudo port install lighttpdMacPorts ports tree · www/lighttpd/Portfile · Quelle: api.github.com
sudo apk add lighttpdAlpine Linux edge package indexes · lighttpd · Quelle: dl-cdn.alpinelinux.org
sudo apt install lighttpdDebian stable package indexes · lighttpd · Quelle: deb.debian.org
sudo dnf install lighttpdFedora Rawhide package metadata · lighttpd · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#lighttpdnixpkgs package indexes · pkgs/by-name/li/lighttpd/package.nix · Quelle: api.github.com
sudo pacman -S lighttpdArch Linux sync databases · lighttpd · Quelle: geo.mirror.pkgbuild.com
sudo zypper install lighttpdopenSUSE Tumbleweed package metadata · lighttpd · Quelle: download.opensuse.org
scoop install extras/lighttpdScoop official bucket manifest trees · bucket/lighttpd.json · Quelle: api.github.com
Überblick
Small memory footprint, flexible web-server
Verlauf
lighttpd, pronounced "lighty", is a lightweight open-source HTTP server designed for high-performance environments with low memory and CPU use. It became part of the early-2000s wave of event-driven web servers that challenged process-heavy Apache deployments for static content, FastCGI, and constrained systems.
Jan Kneschke's own project story traces lighttpd to February 2003, when he used Dan Kegel's c10k problem as a distraction while finishing a thesis. The prototype was explicitly about handling 10,000 parallel connections on one server after seeing Apache-style deployments exhaust memory with much smaller concurrency.
The project evolved into the 1.4 series with modules for FastCGI, CGI, authentication, compression, URL rewriting, proxying, TLS, and other common web-server jobs. Its official site continued to emphasize secure, fast, compliant, flexible service and lower resource use than other popular web servers.
lighttpd spread through Unix package managers because it was small, permissively licensed, and useful wherever Apache was too heavy or a reverse proxy/static-file server was enough. Its FastCGI support made it a practical companion for PHP, Ruby, Python, Perl, and other application stacks before nginx became the default lightweight-web-server answer for many administrators.
Administrators generally run lighttpd as a daemon with a central lighttpd.conf file and optional included configuration fragments. It is used for static sites, embedded-device admin interfaces, FastCGI applications, reverse proxying, and small services where predictable resource usage matters.
lighttpd is package-nerd significant because it preserves a distinct branch of web-server history: event-driven C infrastructure from the c10k era, a compact module system, and long-lived distro packaging across Linux, BSD, macOS, and Windows-adjacent ecosystems. It is also a reminder that "small web server" was a competitive category before nginx and Caddy dominated newer conversations.
Sicherheitslage
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange Risiko · mittel Konfidenz · infrastructure
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/lighttpd/lighttpd.conf/etc/lighttpd/conf.d/*.confExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
lighttpd | cli | globales Executable | |
lighttpd-angel | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:lighttpd |
|---|---|
| Version | 1.4.85 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/lighttpd |
| Homepage | https://www.lighttpd.net/ |
| Repository | https://git.lighttpd.net/lighttpd/lighttpd1.4.git |
| Upstream-Dokumentation | https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.tar.xz |
| Zuletzt aktualisiert | 2026-07-09T06:51:40Z |
| Pulse | updated |
| Abhängigkeiten | openldap, openssl@3, pcre2 |
| Build-Abhängigkeiten | autoconf, automake, libtool, pkgconf |
| Von macOS bereitgestellte Bibliotheken | bzip2, libxcrypt |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | declared |
| Einschränkungen | Docroot is: $HOMEBREW_PREFIX/var/www The default port has been set in $HOMEBREW_PREFIX/etc/lighttpd/lighttpd.conf to 8080 so that lighttpd can run without sudo. |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lighttpd |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
lighttpd 1.4.79-2
fast webserver with minimal memory footprint
sudo apt install lighttpdlighttpd-doc 1.4.79-2
documentation for lighttpd
sudo apt install lighttpd-doclighttpd-mod-authn-gssapi 1.4.79-2
GSSAPI authentication module for lighttpd
sudo apt install lighttpd-mod-authn-gssapilighttpd-mod-authn-pam 1.4.79-2
PAM authentication module for lighttpd
sudo apt install lighttpd-mod-authn-pamlighttpd-mod-authn-sasl 1.4.79-2
SASL authentication module for lighttpd
sudo apt install lighttpd-mod-authn-sasllighttpd-mod-deflate 1.4.79-2
HTTP response compression module for lighttpd
sudo apt install lighttpd-mod-deflatelighttpd-mod-gnutls 1.4.79-2
TLS support using GnuTLS module for lighttpd
sudo apt install lighttpd-mod-gnutlslighttpd-mod-maxminddb 1.4.79-2
GeoIP2 info module for lighttpd
sudo apt install lighttpd-mod-maxminddblighttpd-mod-mbedtls 1.4.79-2
TLS support using mbedTLS module for lighttpd
sudo apt install lighttpd-mod-mbedtlslighttpd-mod-nss 1.4.79-2
TLS support using NSS crypto module for lighttpd
sudo apt install lighttpd-mod-nsslighttpd-mod-openssl 1.4.79-2
TLS support using OpenSSL module for lighttpd
sudo apt install lighttpd-mod-openssllighttpd-mod-vhostdb-pgsql 1.4.79-2
PostgreSQL-based virtual host configuration module for lighttpd
sudo apt install lighttpd-mod-vhostdb-pgsqllighttpd-mod-webdav 1.4.79-2
WebDAV module for lighttpd
sudo apt install lighttpd-mod-webdavlighttpd-mod-wolfssl 1.4.79-2
TLS support using wolfSSL module for lighttpd
sudo apt install lighttpd-mod-wolfssllighttpd-modules-dbi 1.4.79-2
DBI-based modules for lighttpd
sudo apt install lighttpd-modules-dbilighttpd-modules-ldap 1.4.79-2
LDAP-based modules for lighttpd
sudo apt install lighttpd-modules-ldapQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.