macOS
brew install fcgiwraplocal Homebrew formula metadata
sudo port install fcgiwrapMacPorts ports tree · www/fcgiwrap/Portfile · ソース: api.github.com
brew
fcgiwrap のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fcgiwraplocal Homebrew formula metadata
sudo port install fcgiwrapMacPorts ports tree · www/fcgiwrap/Portfile · ソース: api.github.com
sudo apk add fcgiwrapAlpine Linux edge package indexes · fcgiwrap · ソース: dl-cdn.alpinelinux.org
sudo apt install fcgiwrapDebian stable package indexes · fcgiwrap · ソース: deb.debian.org
sudo dnf install fcgiwrapFedora Rawhide package metadata · fcgiwrap · ソース: dl.fedoraproject.org
nix profile install nixpkgs#fcgiwrapnixpkgs package indexes · pkgs/by-name/fc/fcgiwrap/package.nix · ソース: api.github.com
sudo pacman -S fcgiwrapArch Linux sync databases · fcgiwrap · ソース: geo.mirror.pkgbuild.com
sudo zypper install fcgiwrapopenSUSE Tumbleweed package metadata · fcgiwrap · ソース: download.opensuse.org
概要
CGI support for Nginx
履歴
fcgiwrap is a small FastCGI wrapper for running traditional CGI scripts. Its README describes it as lightweight, configuration-free, and intended to execute CGI scripts while passing request state through FastCGI parameters.
The tool is closely associated with Nginx deployments because Nginx does not execute CGI programs directly; fcgiwrap supplies the missing CGI execution layer while the web server talks FastCGI.
The public GitHub repository was created in 2008 by Grzegorz Nosek. The README presents fcgiwrap as a simple wrapper rather than a full application server: it links against the FastCGI development library, runs CGI scripts, and handles headers, environment variables, and stderr forwarding.
Over time the repository gained service-manager integration such as systemd socket activation files, reflecting the normal deployment style: a small persistent FastCGI endpoint supervised by the operating system or launched through a helper.
fcgiwrap's adoption comes from a narrow but durable need: serving existing CGI scripts behind FastCGI-only web-server configurations. The input metadata lists packages across Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, openSUSE, and others, which matches its role as infrastructure glue.
The README recommends launchers such as spawn-fcgi and also notes optional systemd support, showing the two common deployment eras for small FastCGI helper daemons.
In direct mode, `SCRIPT_FILENAME` names the CGI program to execute. Otherwise, fcgiwrap combines `DOCUMENT_ROOT` and `SCRIPT_NAME`, then splits the result into the script path and `PATH_INFO`.
Operators usually run it as a long-lived process or socket-activated service, then configure a web server FastCGI location to pass CGI requests to the fcgiwrap socket.
fcgiwrap is the tiny package that keeps old CGI scripts deployable in newer web-server setups. It is not glamorous, but it is exactly the kind of bridge package that prevents legacy admin panels, hooks, and small scripts from forcing a web-server change.
Its package-manager value is that it externalizes CGI support: install one small daemon, point Nginx or another FastCGI-capable server at its socket, and avoid embedding CGI execution in the web server itself.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fcgiwrap | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/gnosek/fcgiwrap
インストールメタデータ
| パッケージキー | brew:fcgiwrap |
|---|---|
| バージョン | 1.1.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fcgiwrap |
| ホームページ | https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/ |
| リポジトリ | https://github.com/gnosek/fcgiwrap |
| 上流ドキュメント | https://github.com/gnosek/fcgiwrap#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/gnosek/fcgiwrap/archive/refs/tags/1.1.0.tar.gz |
| 依存関係 | fcgi |
| ビルド依存関係 | autoconf, automake, pkgconf |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fcgiwrap |
| 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 パッケージリンクとは分けて表示されます。
fcgiwrap 1.1.0-16
simple server to run CGI applications over FastCGI
https://github.com/gnosek/fcgiwrap
sudo apt install fcgiwrapfcgiwrap
nix profile install nixpkgs#fcgiwrapfcgiwrap 1.1.0-14build1
simple server to run CGI applications over FastCGI
https://github.com/gnosek/fcgiwrap
sudo apt install fcgiwrapfcgiwrap 1.1.0-r9
Simple server for running CGI applications over FastCGI
https://github.com/gnosek/fcgiwrap
sudo apk add fcgiwrapfcgiwrap-doc 1.1.0-r9
Simple server for running CGI applications over FastCGI (documentation)
https://github.com/gnosek/fcgiwrap
sudo apk add fcgiwrap-docfcgiwrap-openrc 1.1.0-r9
Simple server for running CGI applications over FastCGI (OpenRC init scripts)
https://github.com/gnosek/fcgiwrap
sudo apk add fcgiwrap-openrcfcgiwrap 1.1.0-27.20181108git99c942c.fc44
Simple FastCGI wrapper for CGI scripts
https://github.com/gnosek/fcgiwrap
sudo dnf install fcgiwrapfcgiwrap 1.1.0-10
A simple server for running CGI applications over FastCGI.
https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/
sudo pacman -S fcgiwrapfcgiwrap 1.1.0+18+g99c942c-3.23
FastCGI wrapper for CGI scripts
https://github.com/gnosek/fcgiwrap
sudo zypper install fcgiwrapfcgiwrap-nginx 1.1.0+18+g99c942c-3.23
System services for using fcgiwrap with nginx
https://github.com/gnosek/fcgiwrap
sudo zypper install fcgiwrap-nginxfcgiwrap
sudo port install fcgiwrapソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.