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
Stefan Bühler 602ad4421c - next is 1.6.3
git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@47 4a9f3682-ca7b-49a8-9a55-ba4640e46f83
14 years ago
src List IPv6 as feature after the version if it is supported 14 years ago
AUTHORS Added me to AUTHORS list 14 years ago
CMakeLists.txt - next is 1.6.3 14 years ago
COPYING initial import 15 years ago
Makefile.am [cmake] include cmake files in automake "make dist" 14 years ago
NEWS - next is 1.6.3 14 years ago
README Add homepage to README 14 years ago
autogen.sh initial import 15 years ago
configure.ac - next is 1.6.3 14 years ago
spawn-fcgi.1 Add IPv6 support 14 years ago

README

==========
spawn-fcgi
==========

:authors: Jan Kneschke, Stefan Bühler

:homepage:
  http://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.