On Thu, 28 Sep 2000, Chris Lewis wrote:
 
> It works to proxy the HTTP to the system fine, however, POST parameters
> seem to get mangled and/or truncated.

they should get passed through by mod_proxy, provided nobody else has read
the POST data first.
 
> When I try to reference $r->content the thing appears to hang.

that means something else has already read the POST data.  btw, in the cvs
version, multiple calls to $r->content will not block, but anything after
the first call returns undef.

Reply via email to