Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, Nix, pacman 安装 fcgi

查看 fcgi 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install fcgi

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install fcgi

MacPorts ports tree · www/fcgi/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add fcgi

Alpine Linux edge package indexes · fcgi · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install fcgi

Fedora Rawhide package metadata · fcgi · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#fcgi

nixpkgs package indexes · pkgs/by-name/fc/fcgi/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S fcgi

Arch Linux sync databases · fcgi · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

Protocol for interfacing interactive programs with a web server

命令和别名

  • cgi-fcgi

历史

项目历史与用法

FastCGI is an open extension to CGI that keeps application processes alive and communicates with them over a simple protocol, avoiding the one-process-per-request model of traditional CGI.

The `fcgi` package is the FastCGI Developer's Kit: headers, libraries, examples, language integration material, and the `cgi-fcgi` tool used to develop and test FastCGI applications.

项目历史

Open Market published the FastCGI 1.0 specification on April 29, 1996. The spec defines the interface between FastCGI applications and supporting web servers from the application's perspective.

The Developer's Kit dates to the same 1996 Open Market codebase. The current FastCGI-Archives repository preserves a fork of the original FastCGI SDK after the historical FastCGI.com site disappeared.

采用历史

FastCGI was adopted because it offered CGI's language-agnostic deployment model without forcing every request to spawn a new process. The official docs include integration material for Perl, Tcl, and Java as well as C library documentation.

Its long-term package-manager role is legacy infrastructure: modern web stacks often hide FastCGI behind application servers or language-specific process managers, but `fcgi` remains the small C SDK and bridge tool that many systems keep available for compatibility.

使用方式

Developers use the library to write FastCGI applications that accept requests over a listening socket and exchange FastCGI records with a web server. The SDK includes examples, headers, `libfcgi`, and language-specific documentation.

The `cgi-fcgi` command is useful for development and testing because it can bridge CGI-style invocation and FastCGI applications, including when a web server lacks direct FastCGI support.

为什么软件包爱好者会关心

FastCGI is package-nerd archaeology that still matters: a 1990s web protocol whose ABI, headers, and helper binary continue to be packaged because web servers, wrappers, and legacy applications still know how to speak it.

The package is also the dependency behind tools like fcgiwrap, making it part of the compatibility layer that lets old CGI programs survive behind newer web-server configurations.

时间线

  • 1996: Open Market published FastCGI specification 1.0.
  • 1996: The FastCGI Developer's Kit documented libraries, examples, language integrations, and `cgi-fcgi`.
  • 2016: The FastCGI-Archives/fcgi2 GitHub repository was created to preserve the SDK after the original FastCGI.com material moved offline.

Related projects

  • CGI is the predecessor interface that FastCGI extends.
  • fcgiwrap, spawn-fcgi, web-server FastCGI modules, and language runtimes such as PHP-FPM are part of the surrounding FastCGI ecosystem.

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:server

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
cgi-fcgicli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本2.4.7
管理器更新时间
本地数据OK
上游当前
检测到的最新版本2.4.7

https://github.com/FastCGI-Archives/fcgi2

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:fcgi
版本2.4.7
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/fcgi
主页https://fastcgi-archives.github.io/
仓库https://github.com/FastCGI-Archives/fcgi2
上游文档https://fastcgi-archives.github.io/FastCGI_Specification.html
许可证OML
源码归档https://github.com/FastCGI-Archives/fcgi2/archive/refs/tags/2.4.7.tar.gz
构建依赖autoconf, automake, libtool
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

fcgi

nix profile install nixpkgs#fcgi
  • normalized package name match
  • 匹配方式:Fcgi
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fc/fcgi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

fcgi 2.4.6-r0

FAST CGI(fcgi) is a language independent, high performant extension to CGI

https://github.com/FastCGI-Archives/fcgi2

sudo apk add fcgi
  • License: OML
  • Architecture: x86_64
  • Source Package: fcgi
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Fcgi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fcgi from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

fcgi++ 2.4.6-r0

FCGI c++ library

https://github.com/FastCGI-Archives/fcgi2

sudo apk add fcgi++
  • License: OML
  • Architecture: x86_64
  • Source Package: fcgi
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Fcgi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fcgi++ from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

fcgi-dev 2.4.6-r0

FAST CGI(fcgi) is a language independent, high performant extension to CGI (development files)

https://github.com/FastCGI-Archives/fcgi2

sudo apk add fcgi-dev
  • License: OML
  • Architecture: x86_64
  • Source Package: fcgi
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Fcgi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fcgi-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

fcgi-doc 2.4.6-r0

FAST CGI(fcgi) is a language independent, high performant extension to CGI (documentation)

https://github.com/FastCGI-Archives/fcgi2

sudo apk add fcgi-doc
  • License: OML
  • Architecture: x86_64
  • Source Package: fcgi
  • normalized package name match
  • 匹配方式:Fcgi
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fcgi-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

fcgi 2.4.7-2.fc44

FastCGI development kit

https://github.com/FastCGI-Archives/fcgi2

sudo dnf install fcgi
  • License: OML
  • Category: Unspecified
  • Architecture: i686
  • Source Package: fcgi
  • 5 依赖
  • 4 提供
  • normalized package name match
  • 匹配方式:Fcgi
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fcgi from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

fcgi-devel 2.4.7-2.fc44

Development files for fcgi

https://github.com/FastCGI-Archives/fcgi2

sudo dnf install fcgi-devel
  • License: OML
  • Category: Unspecified
  • Architecture: i686
  • Source Package: fcgi
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Fcgi
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fcgi-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

fcgi 2.4.7-1

FASTCgi (fcgi) is a language independent, high performant extension to CGI

https://github.com/FastCGI-Archives/fcgi2

sudo pacman -S fcgi
  • License: custom
  • Architecture: x86_64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Fcgi
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: fcgi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

fcgi

sudo port install fcgi
  • normalized package name match
  • 匹配方式:Fcgi
MacPorts ports tree · api.github.com · MacPorts ports tree: www/fcgi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment