6 httrcall - Call transient ashd handlers
10 *httrcall* [*-h*] 'PROGRAM' ['ARGS'...]
15 *httrcall* is a persistent handler, as defined in *ashd*(7), but works
16 by starting a specified transient handler for every incoming
17 request. Thus, it can be used to run transient handlers where normally
18 only persistent handlers are accepted, such as for the program
19 specified to *accesslog*(1), *htextauth*(1) or even *htparser*(1).
21 The transient handler to call is specified by the 'PROGRAM'
22 argument. Any 'ARGS' given are prepended to the usual arguments for
23 transient handlers, as described in *ashd*(7).
30 Print a brief help message to standard output and exit.
34 Fredrik Tolf <fredrik@dolda2000.com>