spawn-fcgi.standalone
FastCGI process spawner
Install
- All systems
-
curl cmd.cat/spawn-fcgi.standalone.sh
- Debian
-
apt-get install spawn-fcgi
- Ubuntu
-
apt-get install spawn-fcgi
- Alpine
-
apk add spawn-fcgi
- Arch Linux
-
pacman -S spawn-fcgi
- 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
- Dockerfile
- dockerfile.run/spawn-fcgi.standalone
- 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.