File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / spawn-fcgi / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 15:24:39 2013 UTC (10 years, 8 months ago) by misho
Branches: spawn-fcgi, MAIN
CVS tags: v1_6_3, HEAD
1.6.3

    1: 
    2: ==========
    3: spawn-fcgi
    4: ==========
    5: 
    6: :authors: Jan Kneschke, Stefan Bühler
    7: 
    8: :homepage:
    9:   http://redmine.lighttpd.net/projects/spawn-fcgi
   10: 
   11: :abstract:
   12:   spawn-fcgi is used to spawn FastCGI applications
   13: 
   14: Features
   15: --------
   16: - binds to IPv4/IPv6 and Unix domain sockets
   17: - supports privilege separation: chmod/chown socket, drop to uid/gid
   18: - supports chroot
   19: - supports daemontools supervise
   20: 
   21: Build
   22: =====
   23: 
   24: If ./configure is missing, run ./autogen.sh.
   25: 
   26:   ./configure
   27:   make
   28:   make install
   29: 
   30: Alternatively you can use the cmake build system (may not work
   31: on every platform):
   32: 
   33:   cmake .
   34:   make
   35:   make install
   36: 
   37: 
   38: Usage
   39: =====
   40: 
   41: See man page.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>