On Mon, Apr 14, 2008 at 1:22 PM, Torsten Foertsch <[EMAIL PROTECTED]> wrote: > Thanks, that is at least a starting point to think. But I don't know how > large > the request body can become. So, I thought of something like read and cache > the request body in something like fixup of the main request and then insert > an input filter in the subrequest. The point is the subrequest goes through > mod_proxy to another server.
At that point it's so complex that I think the value of using SSI is lost. I'd replace SSI with a local handler (or output filter) that does the POST to the other server the way you want it. - Perrin
