X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fcallfcgi.doc;fp=doc%2Fcallfcgi.doc;h=cd071266cb8abf3d00d896b8630d2227ac504d6f;hb=eafd8a5d22374cb60489adc10b55fa962b033761;hp=0000000000000000000000000000000000000000;hpb=381f9919d2b5a84bb72b1dec33623c5e6bbf1f6e;p=ashd.git diff --git a/doc/callfcgi.doc b/doc/callfcgi.doc new file mode 100644 index 0000000..cd07126 --- /dev/null +++ b/doc/callfcgi.doc @@ -0,0 +1,32 @@ +callscgi(1) +=========== + +NAME +---- +callfcgi - FastCGI request handler for ashd(7) + +SYNOPSIS +-------- +*callfcgi* [*-h*] [*-N* 'RETRIES'] [*-i* 'ID'] [*-u* 'UNIXPATH'] [*-t* \[HOST:]'TCPPORT'] ['PROGRAM' ['ARGS'...]] + +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. + +AUTHOR +------ +Fredrik Tolf + +SEE ALSO +-------- +*callscgi*(1), *ashd*(7)