Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop 安装 lighttpd

查看 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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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