• Stars
    star
    242
  • Rank 167,048 (Top 4 %)
  • Language
    C
  • License
    BSD 3-Clause "New...
  • Created about 13 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

spawn-fcgi on github for easier collaboration - main repo still on lighttpd.net

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.