macOS
brew install lighttpdlocal Homebrew formula metadata
sudo port install lighttpdMacPorts ports tree · www/lighttpd/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de lighttpd pour les workflows d'agents IA.
installation
brew install lighttpdlocal Homebrew formula metadata
sudo port install lighttpdMacPorts ports tree · www/lighttpd/Portfile · Source: api.github.com
sudo apk add lighttpdAlpine Linux edge package indexes · lighttpd · Source: dl-cdn.alpinelinux.org
sudo apt install lighttpdDebian stable package indexes · lighttpd · Source: deb.debian.org
sudo dnf install lighttpdFedora Rawhide package metadata · lighttpd · Source: dl.fedoraproject.org
nix profile install nixpkgs#lighttpdnixpkgs package indexes · pkgs/by-name/li/lighttpd/package.nix · Source: api.github.com
sudo pacman -S lighttpdArch Linux sync databases · lighttpd · Source: geo.mirror.pkgbuild.com
sudo zypper install lighttpdopenSUSE Tumbleweed package metadata · lighttpd · Source: download.opensuse.org
scoop install extras/lighttpdScoop official bucket manifest trees · bucket/lighttpd.json · Source: api.github.com
aperçu
Small memory footprint, flexible web-server
historique
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.
posture de sécurité
broad file, network, media, or database tool signal. formula declares a Homebrew service.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
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/*.confexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
lighttpd | cli | exécutable global | |
lighttpd-angel | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:lighttpd |
|---|---|
| Version | 1.4.85 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/lighttpd |
| Page d'accueil | https://www.lighttpd.net/ |
| Dépôt | https://git.lighttpd.net/lighttpd/lighttpd1.4.git |
| Docs amont | https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs |
| Licence | BSD-3-Clause |
| Archive source | https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.tar.xz |
| Dernière mise à jour | 2026-07-09T06:51:40Z |
| Pulse | updated |
| Dépendances | openldap, openssl@3, pcre2 |
| Dépendances de compilation | autoconf, automake, libtool, pkgconf |
| Bibliothèques fournies par macOS | bzip2, libxcrypt |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | declared |
| Précautions | 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. |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-ldappiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.