mod_example Module Content-Handler Output

Apache HTTP Server version: "Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 DAV/2 SVN/1.3.0 mod_apreq2-20050712/2.1.3-dev"
Server built: "Feb 6 2006 10:09:24"

;

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. x_create_server_config()
    [SVR()]
  2. x_create_dir_config()
    [DIR()]
  3. x_pre_config()
    [nowhere]
  4. x_open_logs()
    [nowhere]
  5. x_post_config()
    [nowhere]
  6. x_child_init(www.example.com)
    [nowhere]
  7. x_quick_handler()
    [DIR()]
  8. x_insert_filter()
    [DIR()]

Request-specific callbacks so far:

  1. x_post_read_request()
    [DIR()]
  2. x_translate_handler()
    [DIR()]
  3. x_map_to_storage_handler()
    [DIR()]
  4. header_parser_handler()
    [DIR()]
  5. x_access_checker()
    [DIR()]
  6. x_type_checker()
    [DIR()]
  7. x_fixer_upper()
    [DIR()]
  8. x_handler()
    [DIR()]

Environment for this call: