On 18 Sep 2010, at 16:49, Graham Leggett wrote: > Hi all, > > Another API observation, this time with mod_include. > > The generic include_ctx_t structure that is handed to include operations > doesn't include request_rec. While mod_include itself has a private structure > that keeps track of request_rec, this isn't available to external modules.
I've stumbled on that one before, and cursed my way to a workaround. IIRC an accessor function for ctx->intern->r did the job. -- Nick Kew
