Re: Connection filter for forward proxy

2008-06-13 Thread Eric Covener
On Thu, Jun 12, 2008 at 11:41 PM, Peter Belau [EMAIL PROTECTED] wrote: This may be a silly question but how would I go about giving mod_proxy some knowledge about another module which it should call if the module is installed ? Obviously, I understand how I could hack mod_proxy itself in order

Connection filter for forward proxy

2008-06-12 Thread Peter Belau
I am trying to write what I assume will be a connection filter for use with mod_proxy in forward proxy mode. I would like the filter to be able to selectively chain proxy requests, kind of like ProxyRemote except with far more granular control. Can someone give me an idea of where I should

Re: Connection filter for forward proxy

2008-06-12 Thread Eric Covener
On Thu, Jun 12, 2008 at 10:47 PM, Peter Belau [EMAIL PROTECTED] wrote: I am trying to write what I assume will be a connection filter for use with mod_proxy in forward proxy mode. I would like the filter to be able to selectively chain proxy requests, kind of like ProxyRemote except with far

Re: Connection filter for forward proxy

2008-06-12 Thread Peter Belau
This may be a silly question but how would I go about giving mod_proxy some knowledge about another module which it should call if the module is installed ? Obviously, I understand how I could hack mod_proxy itself in order to tweak the selection but I do not understand how mod_proxy could: