Man Page
Manual Section... (1) - page: spawn-fcgi
NAME
spawn-fcgi - Spawns FastCGI processesSYNOPSIS
spawn-fcgi -f <fcgiapp> -a <addr> -p port spawn-fcgi -s <path>DESCRIPTION
spawn-fcgi is used to spawn remote FastCGI processes.OPTIONS
spawn-fcgi accepts the following options:- -h
- General usage instructions
- -f <fcgiapp>
- Filename of the FastCGI application to spawn
- -a <addr>
- IP address to bind to (for TCP/IP-based IPC)
- -p <port>
- TCP port to bind to (for TCP/IP-based IPC)
- -s <path>
- Path to the Unix-domain socket to bind to (for Unix sockets-based IPC)
- -C <children>
- (PHP only) Number of children to spawn. Defaults to 5.
- -F <children>
- Number of children to fork. Defaults to 1.
- -P <path>
- Name of the PID file for spawned processes
- -n
- No forking should take place (for daemontools)
- -v
- Shows version information and exits
- -c <dir>
- Chroot to specified directory (can only be invoked by root)
- -u
- User ID to change to (can only be invoked by root)
- -g
- Group ID to change to (can only be invoked by root)
This program is a part of the Lighttpd web server, lighttpd(1)
AUTHOR
This manual page was written by Gunnar Wolf <gwolf@debian.org>, for the Debian GNU/linux system (but may be used by others).
Index
This document was created by man2html, using the manual pages.
Time: 15:26:00 GMT, June 11, 2010
