Inbound / Outbound connections?

2010-05-11 Thread Ryan Hamilton
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

Re: Doing a subrequest with ap_run_sub_req

2010-05-11 Thread Some Guy
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*