fcgiwrap

simple server to run CGI applications over FastCGI

Install

All systems
curl cmd.cat/fcgiwrap.sh
Debian Debian
apt-get install fcgiwrap
Ubuntu
apt-get install fcgiwrap
Alpine
apk add fcgiwrap
Arch Arch Linux
pacman -S fcgiwrap
image/svg+xml Kali Linux
apt-get install fcgiwrap
Fedora
dnf install fcgiwrap
Windows (WSL2)
sudo apt-get update sudo apt-get install fcgiwrap
OS X
brew install fcgiwrap
Raspbian
apt-get install fcgiwrap
Docker
docker run cmd.cat/fcgiwrap fcgiwrap powered by Commando

fcgiwrap

simple server to run CGI applications over FastCGI

fcgiwrap is a simple server for running CGI applications over FastCGI. Its goal is to provide clean CGI support to the nginx webserver, although can be used with others. fcgiwrap is lightweight and has no configuration, making it possible to use the same pool to run different sites.