macOS
brew install fcgiwraplocal Homebrew formula metadata
sudo port install fcgiwrapMacPorts ports tree · www/fcgiwrap/Portfile · source: api.github.com
brew
CGI support for Nginx. Version 1.1.0 via Homebrew; verified from local package data.
install
brew install fcgiwraplocal Homebrew formula metadata
sudo port install fcgiwrapMacPorts ports tree · www/fcgiwrap/Portfile · source: api.github.com
sudo apk add fcgiwrapAlpine Linux edge package indexes · fcgiwrap · source: dl-cdn.alpinelinux.org
sudo apt install fcgiwrapDebian stable package indexes · fcgiwrap · source: deb.debian.org
sudo dnf install fcgiwrapFedora Rawhide package metadata · fcgiwrap · source: dl.fedoraproject.org
nix profile install nixpkgs#fcgiwrapnixpkgs package indexes · pkgs/by-name/fc/fcgiwrap/package.nix · source: api.github.com
sudo pacman -S fcgiwrapArch Linux sync databases · fcgiwrap · source: geo.mirror.pkgbuild.com
sudo zypper install fcgiwrapopenSUSE Tumbleweed package metadata · fcgiwrap · source: download.opensuse.org
overview
CGI support for Nginx
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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 |
|---|---|---|---|
fcgiwrap | cli | global executable |
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.
https://github.com/gnosek/fcgiwrap
install metadata
| Package key | brew:fcgiwrap |
|---|---|
| Version | 1.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fcgiwrap |
| Homepage | https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/ |
| Repository | https://github.com/gnosek/fcgiwrap |
| Upstream docs | https://github.com/gnosek/fcgiwrap#readme |
| License | MIT |
| Source archive | https://github.com/gnosek/fcgiwrap/archive/refs/tags/1.1.0.tar.gz |
| Dependencies | fcgi |
| Build dependencies | autoconf, automake, pkgconf |
| Bottle | available (on 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 | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 fcgiwrapsource 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.