# spawn-fcgi **Repository Path**: cyys/spawn-fcgi ## Basic Information - **Project Name**: spawn-fcgi - **Description**: spawn-fcgi加速 - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-04 - **Last Updated**: 2023-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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, e.g. [rendered](https://manpages.debian.org/unstable/spawn-fcgi/spawn-fcgi.1.en.html) for debian unstable.