Commit | Line | Data |
---|---|---|
f7b4b93e FT |
1 | httrcall(1) |
2 | ========== | |
3 | ||
4 | NAME | |
5 | ---- | |
6 | httrcall - Call transient ashd handlers | |
7 | ||
8 | SYNOPSIS | |
9 | -------- | |
10 | *httrcall* [*-h*] 'PROGRAM' ['ARGS'...] | |
11 | ||
12 | DESCRIPTION | |
13 | ----------- | |
14 | ||
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). | |
20 | ||
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). | |
24 | ||
25 | OPTIONS | |
26 | ------- | |
27 | ||
28 | *-h*:: | |
29 | ||
30 | Print a brief help message to standard output and exit. | |
31 | ||
32 | AUTHOR | |
33 | ------ | |
34 | Fredrik Tolf <fredrik@dolda2000.com> | |
35 | ||
36 | SEE ALSO | |
37 | -------- | |
38 | *ashd*(7) |