Re: Doing a subrequest with ap_run_sub_req

2010-04-20 Thread Joe Lewis
((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 *)

Re: Process lifetime and hooks to use

2010-04-20 Thread Some Guy
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