Re: passing data between connection and http filters

2004-05-27 Thread Stas Bekman
Eric J. Hansen wrote: I have an application that uses mod_proxy (as a reverse proxy) to fetch content from a back-end server. My application needs to do some manipulation of both the request headers and the response body. Given that mod_proxy circumvents most of mod_perl's handler phases, I'm hav

passing data between connection and http filters

2004-05-27 Thread Eric J. Hansen
I have an application that uses mod_proxy (as a reverse proxy) to fetch content from a back-end server. My application needs to do some manipulation of both the request headers and the response body. Given that mod_proxy circumvents most of mod_perl's handler phases, I'm having to use filters to