callscgi(1)


Table of Contents

1. NAME
2. SYNOPSIS
3. DESCRIPTION
4. AUTHOR
5. SEE ALSO

1. NAME

callfcgi - FastCGI request handler for ashd(7)

2. SYNOPSIS

callfcgi [-h] [-N RETRIES] [-i ID] [-u UNIXPATH] [-t [HOST:]TCPPORT] [PROGRAM [ARGS…]]

3. DESCRIPTION

The callfcgi handler uses FastCGI to call an external handler for requests. callfcgi is a persistent handler, as defined in ashd(7).

callfcgi works identically to the callscgi(1) program in all respects except using the FastCGI protocol rather then the SCGI protocol, so see the manpage for callscgi for all the details.

In relation to the FastCGI protocol, it should be noted that callfcgi does not multiplex several requests over one opened FastCGI connection, but rather opens one connection for each request. For running multiple instances of the FastCGI server program, please see the multifscgi(1) program.

4. AUTHOR

Fredrik Tolf <fredrik@dolda2000.com>

5. SEE ALSO

callscgi(1), multifscgi(1), ashd(7)