mod_example Module Content-Handler Output

Apache HTTP Server version: "Apache/1.3.37 (Darwin) mod_ssl/2.8.28 OpenSSL/0.9.7l"
Server built: "Apr 24 2007 12:26:27"

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:

  1. example_create_server_config()
    [SVR()]
  2. example_create_dir_config()
    [DIR()]
  3. example_init(localhost)
    [nowhere]
  4. example_child_init(localhost)
    [nowhere]

Request-specific callbacks so far:

  1. example_post_read_request()
    [DIR()]
  2. example_translate_handler()
    [DIR()]
  3. example_header_parser()
    [DIR()]
  4. example_access_checker()
    [DIR()]
  5. example_type_checker()
    [DIR()]
  6. example_fixer_upper()
    [DIR()]
  7. example_handler()
    [DIR()]

Environment for this call: