python: Rewrote SSI handler as a reusable module, and in Python3.
[ashd.git] / doc / callfcgi.doc
... / ...
CommitLineData
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. For
25running multiple instances of the FastCGI server program, please see
26the *multifscgi*(1) program.
27
28AUTHOR
29------
30Fredrik Tolf <fredrik@dolda2000.com>
31
32SEE ALSO
33--------
34*callscgi*(1), *multifscgi*(1), *ashd*(7)