On Tue, Jun 2, 2009 at 2:00 PM, Nick Kew <n...@apache.org> wrote:
> Your module has two basic options.  It can either turn the request into
> a proxy request and do [whatever else] around it - c.f. mod_rewrite.
> Or it can make subrequests to be proxied, as in mod_include.  The latter
> requires a bit of configuration: you make a subrequest into URL space
> defined by a ProxyPass (or RewriteRule).

Not always. For example if you are writing mod_cache submodule
(provider) you should return data imidiatelly and you can't use proxy
or anything else.

-- 
Marko Kevac

Reply via email to