I have a module (act as a filter or handler). While
processing a request, I encountered a url (similar to
an include, eg /foo/bar.xyz, or abc.txt). How can I
1) ask apache to process this request and
2) give me the result back (I am waiting for it
before I can continue)?
I got an answer for a similar question, and have
looked at the mod_include, but have not figured out
how to do this: the mod_include has a include_ctx, and
it does a lot of work using that (eg mapping the
include uri to an absolute path).
Thanks in advance!
John