python: Rewrote SSI handler as a reusable module, and in Python3.
[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
f55027b3
FT
24connection, but rather opens one connection for each request. For
25running multiple instances of the FastCGI server program, please see
26the *multifscgi*(1) program.
eafd8a5d
FT
27
28AUTHOR
29------
30Fredrik Tolf <fredrik@dolda2000.com>
31
32SEE ALSO
33--------
f55027b3 34*callscgi*(1), *multifscgi*(1), *ashd*(7)