macOS
brew install fcgilocal Homebrew formula metadata
sudo port install fcgiMacPorts ports tree · www/fcgi/Portfile · ソース: api.github.com
brew
fcgi のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fcgilocal Homebrew formula metadata
sudo port install fcgiMacPorts ports tree · www/fcgi/Portfile · ソース: api.github.com
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.