call[fs]cgi: Fixed shutdown bug.
[ashd.git] / doc / httrcall.doc
CommitLineData
f7b4b93e
FT
1httrcall(1)
2==========
3
4NAME
5----
6httrcall - Call transient ashd handlers
7
8SYNOPSIS
9--------
10*httrcall* [*-h*] 'PROGRAM' ['ARGS'...]
11
12DESCRIPTION
13-----------
14
15*httrcall* is a persistent handler, as defined in *ashd*(7), but works
16by starting a specified transient handler for every incoming
17request. Thus, it can be used to run transient handlers where normally
18only persistent handlers are accepted, such as for the program
19specified to *accesslog*(1), *htextauth*(1) or even *htparser*(1).
20
21The transient handler to call is specified by the 'PROGRAM'
22argument. Any 'ARGS' given are prepended to the usual arguments for
23transient handlers, as described in *ashd*(7).
24
25OPTIONS
26-------
27
28*-h*::
29
30 Print a brief help message to standard output and exit.
31
32AUTHOR
33------
34Fredrik Tolf <fredrik@dolda2000.com>
35
36SEE ALSO
37--------
38*ashd*(7)