--- Joe Lewis wrote:
> John Zhang wrote:
> > 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 res
John Zhang wrote:
> 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
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 answe