Annotation of embedaddon/spawn-fcgi/README, revision 1.1

1.1     ! misho       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>