Automic VaultAutomic Vault

brew

lighttpd を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

lighttpd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install lighttpd

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install lighttpd

MacPorts ports tree · www/lighttpd/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add lighttpd

Alpine Linux edge package indexes · lighttpd · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install lighttpd

Debian stable package indexes · lighttpd · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install lighttpd

Fedora Rawhide package metadata · lighttpd · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#lighttpd

nixpkgs package indexes · pkgs/by-name/li/lighttpd/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S lighttpd

Arch Linux sync databases · lighttpd · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install lighttpd

openSUSE Tumbleweed package metadata · lighttpd · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install extras/lighttpd

Scoop official bucket manifest trees · bucket/lighttpd.json · ソース: api.github.com

概要

パッケージ概要

Small memory footprint, flexible web-server

コマンドとエイリアス

  • lighttpd
  • lighttpd-angel

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2003-02: Jan Kneschke began the proof-of-concept that became lighttpd while thinking about the c10k problem.
  • 2004: lighttpd licensing and copyright notices identify Jan Kneschke and incremental as early rightsholders.
  • 2000s: lighttpd became a common package-manager web server for FastCGI and low-resource deployments.
  • 2026: The official site still described active 1.4.x releases and a focus on secure, fast, compliant, flexible service.

Related projects

  • lighttpd is historically compared with Apache httpd, nginx, thttpd, and other event-driven or lightweight HTTP daemons. Its FastCGI usage ties it to PHP-FPM-style application serving, and its module set overlaps with reverse proxies used in modern web stacks.

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

信号

  • metadata:service
  • text:http,server

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 4 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/lighttpd/lighttpd.conf/etc/lighttpd/conf.d/*.conf

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
lighttpdcliグローバル実行可能ファイル
lighttpd-angelcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.4.85
マネージャ更新日2026-07-09
ローカルデータOK
上流not checked
検出された最新未検出

https://www.lighttpd.net/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:lighttpd
バージョン1.4.85
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/lighttpd
ホームページhttps://www.lighttpd.net/
リポジトリhttps://git.lighttpd.net/lighttpd/lighttpd1.4.git
上流ドキュメントhttps://redmine.lighttpd.net/projects/lighttpd/wiki/Docs
ライセンスBSD-3-Clause
ソースアーカイブhttps://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.85.tar.xz
最終更新2026-07-09T06:51:40Z
Pulseupdated
依存関係openldap, openssl@3, pcre2
ビルド依存関係autoconf, automake, libtool, pkgconf
macOS 提供ライブラリbzip2, libxcrypt
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared
注意点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.

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelighttpd
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

lighttpd 1.4.79-2

fast webserver with minimal memory footprint

https://www.lighttpd.net/

sudo apt install lighttpd
  • Section: httpd
  • Architecture: amd64
  • 5 依存関係
  • 18 提供
  • 13 任意依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-doc 1.4.79-2

documentation for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-doc
  • Section: doc
  • Architecture: all
  • Source Package: lighttpd
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-authn-gssapi 1.4.79-2

GSSAPI authentication module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-authn-gssapi
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 4 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-authn-gssapi from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-authn-pam 1.4.79-2

PAM authentication module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-authn-pam
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 3 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-authn-pam from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-authn-sasl 1.4.79-2

SASL authentication module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-authn-sasl
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 3 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-authn-sasl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-deflate 1.4.79-2

HTTP response compression module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-deflate
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 6 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-deflate from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-gnutls 1.4.79-2

TLS support using GnuTLS module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-gnutls
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 3 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-gnutls from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-maxminddb 1.4.79-2

GeoIP2 info module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-maxminddb
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 3 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-maxminddb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-mbedtls 1.4.79-2

TLS support using mbedTLS module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-mbedtls
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 5 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-mbedtls from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-nss 1.4.79-2

TLS support using NSS crypto module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-nss
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 4 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-nss from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-openssl 1.4.79-2

TLS support using OpenSSL module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-openssl
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 3 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-openssl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-vhostdb-pgsql 1.4.79-2

PostgreSQL-based virtual host configuration module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-vhostdb-pgsql
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 3 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-vhostdb-pgsql from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-webdav 1.4.79-2

WebDAV module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-webdav
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 4 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-webdav from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-mod-wolfssl 1.4.79-2

TLS support using wolfSSL module for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-mod-wolfssl
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 3 依存関係
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-mod-wolfssl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-modules-dbi 1.4.79-2

DBI-based modules for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-modules-dbi
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 5 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-modules-dbi from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

lighttpd-modules-ldap 1.4.79-2

LDAP-based modules for lighttpd

https://www.lighttpd.net/

sudo apt install lighttpd-modules-ldap
  • Section: httpd
  • Architecture: amd64
  • Source Package: lighttpd
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Lighttpd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lighttpd-modules-ldap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment