Skip to content

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

License

Notifications You must be signed in to change notification settings

pservit/spawn-fcgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.3%
  • CMake 11.5%
  • Shell 10.5%
  • Roff 9.8%
  • M4 8.4%
  • Makefile 0.5%