You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Tim Düsterhus 8545c4c35f Fix detection of IPv6 support in configure script
Taken from debian package / https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868485
4 months ago
doc Add workaround for AppArmor bug with relocated binaries 9 years ago
src [build] improve (warning) compile flags 4 years ago
AUTHORS Added me to AUTHORS list 14 years ago
CMakeLists.txt - next is 1.6.5 9 years ago
COPYING initial import 14 years ago
Makefile.am Add run script examples in automake dist build 14 years ago
NEWS - next is 1.6.5 9 years ago
README Use https link in README 4 years ago
autogen.sh [autobuild] use autoreconf instead of calling tools manually 9 years ago
configure.ac Fix detection of IPv6 support in configure script 4 months ago
packdist.sh Add packdist.sh to build tar balls; but not part of the tarball itself. 9 years ago
spawn-fcgi.1 Restrict Unix socket file ownership by default to ug=rw 9 years ago

README

==========
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.