macOS
brew install fcgilocal Homebrew formula metadata
sudo port install fcgiMacPorts ports tree · www/fcgi/Portfile · source: api.github.com
brew
Protocol for interfacing interactive programs with a web server. Version 2.4.7 via Homebrew; verified from local package data.
install
brew install fcgilocal Homebrew formula metadata
sudo port install fcgiMacPorts ports tree · www/fcgi/Portfile · source: api.github.com
sudo apk add fcgiAlpine Linux edge package indexes · fcgi · source: dl-cdn.alpinelinux.org
sudo dnf install fcgiFedora Rawhide package metadata · fcgi · source: dl.fedoraproject.org
nix profile install nixpkgs#fcginixpkgs package indexes · pkgs/by-name/fc/fcgi/package.nix · source: api.github.com
sudo pacman -S fcgiArch Linux sync databases · fcgi · source: geo.mirror.pkgbuild.com
overview
Protocol for interfacing interactive programs with a web server
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cgi-fcgi | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/FastCGI-Archives/fcgi2
install metadata
| Package key | brew:fcgi |
|---|---|
| Version | 2.4.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fcgi |
| Homepage | https://fastcgi-archives.github.io/ |
| Repository | https://github.com/FastCGI-Archives/fcgi2 |
| Upstream docs | https://fastcgi-archives.github.io/FastCGI_Specification.html |
| License | OML |
| Source archive | https://github.com/FastCGI-Archives/fcgi2/archive/refs/tags/2.4.7.tar.gz |
| Build dependencies | autoconf, automake, libtool |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fcgi |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fcgi
nix profile install nixpkgs#fcgifcgi 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 fcgifcgi++ 2.4.6-r0
FCGI c++ library
https://github.com/FastCGI-Archives/fcgi2
sudo apk add fcgi++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-devfcgi-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-docfcgi 2.4.7-2.fc44
FastCGI development kit
https://github.com/FastCGI-Archives/fcgi2
sudo dnf install fcgifcgi-devel 2.4.7-2.fc44
Development files for fcgi
https://github.com/FastCGI-Archives/fcgi2
sudo dnf install fcgi-develfcgi 2.4.7-1
FASTCgi (fcgi) is a language independent, high performant extension to CGI
https://github.com/FastCGI-Archives/fcgi2
sudo pacman -S fcgifcgi
sudo port install fcgisource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.