spawns FastCGI processes
https://redmine.lighttpd.net/projects/spawn-fcgi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
doc | 7 years ago | |
src | 2 years ago | |
AUTHORS | 12 years ago | |
CMakeLists.txt | 7 years ago | |
COPYING | 12 years ago | |
Makefile.am | 12 years ago | |
NEWS | 7 years ago | |
README | 2 years ago | |
autogen.sh | 7 years ago | |
configure.ac | 2 years ago | |
packdist.sh | 7 years ago | |
spawn-fcgi.1 | 7 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.