Automic VaultAutomic Vault

brew

fcgi mit Homebrew, apk, dnf, MacPorts, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fcgi in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install fcgi

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install fcgi

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

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add fcgi

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

Fedora dnfverifiziert · 92%
sudo dnf install fcgi

Fedora Rawhide package metadata · fcgi · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#fcgi

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S fcgi

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

Überblick

Paketzusammenfassung

Protocol for interfacing interactive programs with a web server

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: blue

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

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

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

Signale

  • text:server

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 3 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
cgi-fcgicliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-25
Manager-Version2.4.7
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Version2.4.7

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

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:fcgi
Version2.4.7
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/fcgi
Homepagehttps://fastcgi-archives.github.io/
Repositoryhttps://github.com/FastCGI-Archives/fcgi2
Upstream-Dokumentationhttps://fastcgi-archives.github.io/FastCGI_Specification.html
LizenzOML
Quellarchivhttps://github.com/FastCGI-Archives/fcgi2/archive/refs/tags/2.4.7.tar.gz
Build-Abhängigkeitenautoconf, automake, libtool
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

fcgi

nix profile install nixpkgs#fcgi
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 4 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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