Go to file
Stefan Bühler ba17410c53 Fix typo in syntax help
git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@36 4a9f3682-ca7b-49a8-9a55-ba4640e46f83
2009-03-26 20:13:15 +00:00
src Fix typo in syntax help 2009-03-26 20:13:15 +00:00
AUTHORS Added me to AUTHORS list 2009-03-26 15:45:12 +00:00
CMakeLists.txt Remove generating build-date from cmake 2009-03-26 15:45:06 +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 Update NEWS file 2009-03-26 17:00:22 +00:00
README Added more warning options; added build instructions to README. 2009-02-28 14:33:05 +00:00
autogen.sh initial import 2009-02-06 20:15:33 +00:00
configure.ac Add proper SUID bit detection 2009-03-26 16:29:29 +00:00
spawn-fcgi.1 Added option to change the directory before spawning (fixes #1847) 2009-03-26 16:58:22 +00:00

README

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

:author: Jan Kneschke

:abstract:
  spawn-fcgi is used to spawn fastcgi applications

Features
--------
- binds to IPv4 and unix sockets


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.