On Mon, May 2, 2011 at 20:51, Hardy Griech <nt...@mardys.de> wrote: > Now my concern is, how can I reliably catch the condition that the > connection has been initiated by mod_proxy. Any ideas?
r->proxyreq != PROXYREQ_NONE? Does 'initiated' mean 'request from an external reverse proxy' or 'request handled by mod_proxy'?