spawns FastCGI processes
https://redmine.lighttpd.net/projects/spawn-fcgi
Stefan Bühler
743ae1612a
* use inet_addr to parse IPv4 addresses on all platforms (instead of inet_pton when available) * require inet_pton when IPv6 is enabled (default) instead of "automatically" disabling IPv6 when inet_pton is missing |
||
---|---|---|
doc | ||
src | ||
AUTHORS | ||
COPYING | ||
meson_options.txt | ||
meson.build | ||
NEWS | ||
packdist.sh | ||
README.md | ||
spawn-fcgi.1 |
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:
meson compile -C build
Install:
meson install -C build
Usage
See man page, e.g. rendered for debian unstable.