root/cherokee/trunk/spawn-fcgi.1 @ 1707

Revision 1707, 1.5 KB (checked in by taher, 2 years ago)
Line 
1.TH spawn-fcgi 1
2.SH NAME
3spawn-fcgi - Spawns FastCGI processes
4.SH SYNOPSIS
5.B spawn-fcgi
6\-f <fcgiapp> \-a <addr> \-p port
7.
8.B spawn-fcgi
9\-s <path>
10.SH DESCRIPTION
11\fIspawn-fcgi\fP spawns FASTCGI processes. This way any FASTCGI compliant
12application can be interfaced with Cherokee.
13.SH OPTIONS
14\fIspawn-fcgi\fP accepts the following options:
15.TP 8
16.B  \-h
17General usage instructions
18.TP 8
19.B  \-f <fcgiapp>
20Filename of the FastCGI application to spawn
21.TP 8
22.B  \-a <addr>
23IP address to bind to (for TCP/IP-based IPC)
24.TP 8
25.B  \-p <port>
26TCP port to bind to (for TCP/IP-based IPC)
27.TP 8
28.B  \-s <path>
29Path to the Unix-domain socket to bind to (for Unix sockets-based IPC)
30.TP 8
31.B  \-C <children>
32(PHP only) Number of children to spawn. Defaults to 5.
33.TP 8
34.B  \-F <children>
35Number of children to fork. Defaults to 1.
36.TP 8
37.B  \-P <path>
38Name of the PID file for spawned processes
39.TP 8
40.B  \-n
41No forking should take place (for daemontools)
42.TP 8
43.B  \-v
44Shows version information and exits
45.TP 8
46.B  \-c <dir>
47Chroot to specified directory (can only be invoked by root)
48.TP 8
49.B  \-u
50User ID to change to (can only be invoked by root)
51.TP 8
52.B  \-g
53Group ID to change to (can only be invoked by root)
54.SH SEE ALSO
55\&\fIcherokee-admin\fR\|(8)
56.PP
57This program is a part of the Cherokee web server, \&\fIcherokee\fR\|(1)
58.SH AUTHOR
59This manual page was written by Gunnar Wolf <gwolf@debian.org>, for
60the Debian GNU/linux system (but may be used by others).
61.PP
62Cherokee itself was written by Álvaro López Ortega
63<alvaro@alobbs.com>.
Note: See TracBrowser for help on using the browser.