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:
-
- example_create_server_config()
- [SVR()]
-
- example_create_dir_config()
- [DIR()]
-
- example_init(localhost)
- [nowhere]
-
- example_child_init(localhost)
- [nowhere]
Request-specific callbacks so far:
-
- example_post_read_request()
- [DIR()]
-
- example_translate_handler()
- [DIR()]
-
- example_header_parser()
- [DIR()]
-
- example_access_checker()
- [DIR()]
-
- example_type_checker()
- [DIR()]
-
- example_fixer_upper()
- [DIR()]
-
- example_handler()
- [DIR()]
Environment for this call:
- Applies-to: DIR()
- "Example" directive declared here: NO
- "Example" inherited: NO