Ian Holsman wrote:

> I need to add another hook to the proxy-http
> so that I can munge the request to the proxied server.
> 
> now the standard response is: 'you need a input filter'
> but I am still unable to get a input filter setup so that
> it *only* runs on the request going to the proxied server.
> 
> so I'm going to commit the new hook to proxy-http which allows
> a module to play with the outgoing request if no one objects,
> becasue I can't see any way that this can be done without it.

Then add a hook to add input and output filters to the backend filter
stack, eg ProxyAddInputFilter, ProxyAddOutputFilter.

The challenge of course is to tell a filter (like mod_headers for
example) that "this config is for the normal stack, and this second
config is for the backend stack".

Any ideas?

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]               "There's a moon
                                        over Bourbon Street
                                                tonight..."

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to