macOS
brew install fcgiwraplocal Homebrew formula metadata
sudo port install fcgiwrapMacPorts ports tree · www/fcgiwrap/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.