* 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
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.
Description
Languages
C
65.4%
Roff
13.9%
Shell
10.9%
Meson
9.8%