fcgiwrap
simple server to run CGI applications over FastCGI
Install
- All systems
-
curl cmd.cat/fcgiwrap.sh
- Debian
-
apt-get install fcgiwrap
- Ubuntu
-
apt-get install fcgiwrap
- Alpine
-
apk add fcgiwrap
- Arch Linux
-
pacman -S fcgiwrap
- 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
- Dockerfile
- dockerfile.run/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.