((template_context *)f->ctx)->include_r =
ap_sub_req_lookup_uri(uri,f->r,((template_context *)f->ctx)->include_filter);
apr_table_setn(((template_context
*)f->ctx)->include_r->notes,TEMPLATE_OVERRIDE_PARSER,"-");
if template_context *)f->ctx)->include_r != NULL) && (((template_context
*)
Thanks for your comments. Is a possible solution to the configuration
problem to keep a global reference to a pool that I create (w/o a parent)?
I can then use that pool to duplicate some of the string data I need from
the configuration and store those in my globals as well.
I'll need to think of