Go to file
Stefan Bühler 010312e53c List IPv6 as feature after the version if it is supported
git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@44 4a9f3682-ca7b-49a8-9a55-ba4640e46f83
2009-04-18 09:38:30 +00:00
src List IPv6 as feature after the version if it is supported 2009-04-18 09:38:30 +00:00
AUTHORS Added me to AUTHORS list 2009-03-26 15:45:12 +00:00
CMakeLists.txt - next is 1.6.2 2009-03-29 13:34:20 +00:00
COPYING initial import 2009-02-06 20:15:33 +00:00
Makefile.am [cmake] include cmake files in automake "make dist" 2009-02-18 22:15:17 +00:00
NEWS List IPv6 as feature after the version if it is supported 2009-04-18 09:38:30 +00:00
README Add homepage to README 2009-03-29 16:50:58 +00:00
autogen.sh initial import 2009-02-06 20:15:33 +00:00
configure.ac Add check to link against socket/nsl if needed (fixes #1960) 2009-04-13 11:11:57 +00:00
spawn-fcgi.1 Add IPv6 support 2009-03-29 16:51:02 +00:00

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.