spawn-fcgi.standalone

FastCGI process spawner

Install

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

spawn-fcgi

FastCGI process spawner

Allows FastCGI processes to be separated from web server process : * Easy creation of chmoded socket. * Privilege separation without needing a suid-binary, or running a server as root. * You can restart your web server and the FastCGI applications without restarting the others. * You can run them in different chroot()s. * Running your FastCGI applications doesn’t depend on the web server you are running, which allows for easier testing of/migration to other web servers.