Hi There,
I'm working on an apache module which would like to act as an input
filter for connections (not requests). Initially, I added my module
unconditionally via ap_hook_pre_connection. This seemed to work well,
but when I attempted to use mod_proxy, I discovered that my module was
attemptin
This would have been in the parent process in the monitor hook or used in
the child init hook. The ability to use it in either would be good. I
think the easiest approach for me would be to use libCurl or an equivalent
simple client side lib. I'm not sure how to properly populate a
request_rec*