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.
|
14 years ago | |
---|---|---|
src | 14 years ago | |
AUTHORS | 14 years ago | |
CMakeLists.txt | 14 years ago | |
COPYING | 14 years ago | |
Makefile.am | 14 years ago | |
NEWS | 14 years ago | |
README | 14 years ago | |
autogen.sh | 14 years ago | |
configure.ac | 14 years ago | |
spawn-fcgi.1 | 14 years ago |
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.