GitHub - lighttpd/spawn-fcgi: spawn-fcgi on github for easier collaboration - main repo still on lighttpd.net (original) (raw)
spawn-fcgi
authors: Jan Kneschke, Stefan Bühler
homepage: https://redmine.lighttpd.net/projects/spawn-fcgi
abstract: spawn-fcgi is used to spawn FastCGI applications
Features
- binds to IPv4/IPv6 and Unix domain sockets
- supports privilege separation: chmod/chown socket, drop to uid/gid
- supports chroot
- supports daemontools supervise
Build
meson is required to build.
Setup a build directory build:
meson setup build --prefix /usr/local
Compile it:
Install:
Usage
See man page, e.g. renderedfor debian unstable.