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