<# #define TPLARGS const char* trace, const x_cfg* dcfg #> ${DOCTYPE_HTML_3_2} mod_example Module Content-Handler Output

mod_example Module Content-Handler Output

Apache HTTP Server version: "${ap_get_server_version()}"
Server built: "${ap_get_server_built()}"

;

The format for the callback trace is:

n.<routine-name> (<routine-data>)
[<applies-to>]

The <routine-data> is supplied by the routine when it requests the trace, and the <applies-to> is extracted from the configuration record at the time of the trace. SVR() indicates a server environment (blank means the main or default server, otherwise it's the name of the VirtualHost); DIR() indicates a location in the URL or filesystem namespace.

Static callbacks so far:

    ${trace}

Request-specific callbacks so far:

    ${apr_table_get(r->notes, TRACE_NOTE)}

Environment for this call: