macOS
brew install fcgiprovider-native install command
brew / rank 3894
Protocol for interfacing interactive programs with a web server. Version 2.4.7 via Homebrew; verified from local package data.
install
brew install fcgiprovider-native install command
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 | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:fcgi |
|---|---|
| Version | 2.4.7 |
| Package manager | Homebrew |
| Homepage | https://fastcgi-archives.github.io/ |
| Repository | https://github.com/FastCGI-Archives/fcgi2 |
| Bottle | not recorded |
| Service | none declared |
source 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.