2
0
Bifurcation 0
Aller au fichier
Stefan Bühler d1a2fe05f9 Release 1.6.5 2022-12-21 19:19:06 +01:00
doc Add workaround for AppArmor bug with relocated binaries 2014-06-05 11:14:12 +00:00
src [build] only check for actually optional headers and functions 2022-12-21 19:02:11 +01:00
AUTHORS [doc] update stbuehler email address 2022-12-21 19:02:18 +01:00
CMakeLists.txt - next is 1.6.5 2014-06-05 12:02:51 +00:00
COPYING initial import 2009-02-06 20:15:33 +00:00
Makefile.am Add run script examples in automake dist build 2009-09-23 12:27:14 +00:00
NEWS Release 1.6.5 2022-12-21 19:19:06 +01:00
README.md [doc] use markdown for README 2022-12-21 19:17:14 +01:00
autogen.sh [autobuild] use autoreconf instead of calling tools manually 2014-06-01 16:30:38 +00:00
configure.ac [build] update configure.ac to autoconf 2.69 2022-12-21 19:02:15 +01:00
packdist.sh [build] drop bz2 tars, put xz first 2022-12-21 19:16:56 +01:00
spawn-fcgi.1 [doc] fix http[s] links 2022-12-21 19:02:18 +01:00

README.md

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

If ./configure is missing, run ./autogen.sh.

./configure
make
make install

Alternatively you can use the cmake build system (may not work on every platform):

cmake .
make
make install

Usage

See man page, e.g. rendered for debian unstable.