doc: Added manpage for callfcgi.
[ashd.git] / doc / callfcgi.doc
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.
25
26 AUTHOR
27 ------
28 Fredrik Tolf <fredrik@dolda2000.com>
29
30 SEE ALSO
31 --------
32 *callscgi*(1), *ashd*(7)