X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=doc%2Fhttrcall.doc;fp=doc%2Fhttrcall.doc;h=c4fa48e9fc5d0fc6518aeaf0ae2cd8cedd7be604;hp=0000000000000000000000000000000000000000;hb=f7b4b93eeebeb4c52828da4b327ed4e135a16fb1;hpb=6caaee997035b71ef7bd830c3c7894e47e59ec85 diff --git a/doc/httrcall.doc b/doc/httrcall.doc new file mode 100644 index 0000000..c4fa48e --- /dev/null +++ b/doc/httrcall.doc @@ -0,0 +1,38 @@ +httrcall(1) +========== + +NAME +---- +httrcall - Call transient ashd handlers + +SYNOPSIS +-------- +*httrcall* [*-h*] 'PROGRAM' ['ARGS'...] + +DESCRIPTION +----------- + +*httrcall* is a persistent handler, as defined in *ashd*(7), but works +by starting a specified transient handler for every incoming +request. Thus, it can be used to run transient handlers where normally +only persistent handlers are accepted, such as for the program +specified to *accesslog*(1), *htextauth*(1) or even *htparser*(1). + +The transient handler to call is specified by the 'PROGRAM' +argument. Any 'ARGS' given are prepended to the usual arguments for +transient handlers, as described in *ashd*(7). + +OPTIONS +------- + +*-h*:: + + Print a brief help message to standard output and exit. + +AUTHOR +------ +Fredrik Tolf + +SEE ALSO +-------- +*ashd*(7)