| 1 | callscgi(1) |
| 2 | =========== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | callfcgi - FastCGI request handler for ashd(7) |
| 7 | |
| 8 | SYNOPSIS |
| 9 | -------- |
| 10 | *callfcgi* [*-h*] [*-N* 'RETRIES'] [*-i* 'ID'] [*-u* 'UNIXPATH'] [*-t* \[HOST:]'TCPPORT'] ['PROGRAM' ['ARGS'...]] |
| 11 | |
| 12 | DESCRIPTION |
| 13 | ----------- |
| 14 | |
| 15 | The *callfcgi* handler uses FastCGI to call an external handler for |
| 16 | requests. *callfcgi* is a persistent handler, as defined in *ashd*(7). |
| 17 | |
| 18 | *callfcgi* works identically to the *callscgi*(1) program in all |
| 19 | respects except using the FastCGI protocol rather then the SCGI |
| 20 | protocol, so see the manpage for *callscgi* for all the details. |
| 21 | |
| 22 | In relation to the FastCGI protocol, it should be noted that |
| 23 | *callfcgi* does not multiplex several requests over one opened FastCGI |
| 24 | connection, but rather opens one connection for each request. For |
| 25 | running multiple instances of the FastCGI server program, please see |
| 26 | the *multifscgi*(1) program. |
| 27 | |
| 28 | AUTHOR |
| 29 | ------ |
| 30 | Fredrik Tolf <fredrik@dolda2000.com> |
| 31 | |
| 32 | SEE ALSO |
| 33 | -------- |
| 34 | *callscgi*(1), *multifscgi*(1), *ashd*(7) |