macOS
brew install fcgilocal Homebrew formula metadata
安装
brew install fcgilocal Homebrew formula metadata
sudo apk add fcgiAlpine Linux edge package indexes · fcgi · 来源: dl-cdn.alpinelinux.org
sudo dnf install fcgiFedora Rawhide package metadata · fcgi · 来源: dl.fedoraproject.org
nix profile install nixpkgs#fcginixpkgs package indexes · pkgs/by-name/fc/fcgi/package.nix · 来源: api.github.com
sudo pacman -S fcgiArch Linux sync databases · fcgi · 来源: geo.mirror.pkgbuild.com
概览
Protocol for interfacing interactive programs with a web server
历史
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.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cgi-fcgi | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/FastCGI-Archives/fcgi2
安装元数据
| 软件包键 | 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 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 fcgi来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.