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