cgi-fcgi
FASTCgi (fcgi) is a language independent, high performant extension to CGI
Install
- All systems
-
curl cmd.cat/cgi-fcgi.sh
- Debian
-
apt-get install libfcgi0ldbl
- Ubuntu
-
apt-get install libfcgi0ldbl
- Alpine
-
apk add fcgi
- Arch Linux
-
pacman -S fcgi
- Kali Linux
-
apt-get install libfcgi-bin
- Fedora
-
dnf install fcgi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libfcgi0ldbl
- OS X
-
brew install fcgi
- Raspbian
-
apt-get install libfcgi0ldbl
- Dockerfile
- dockerfile.run/cgi-fcgi
- Docker
-
docker run cmd.cat/cgi-fcgi cgi-fcgi
powered by Commando
fcgi
FASTCgi (fcgi) is a language independent, high performant extension to CGI
libfcgi-bin
FastCGI bridge from CGI
FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This package contains the cgi-fcgi utility to bridge between CGI and FastCGI.
libfcgi0ldbl
shared library of FastCGI
FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. This package contains the shared libraries.