Connection reset by peer: proxy: prefetch request body failed to
localhost from AAA.BBB.CCC.DDD
I checked the Apache source code, and there seems to be a 16384 byte
buffer which it uses to try to prefetch the POST body so it can send
Content-Length. After googling a bit, I tried setting some Apache2
special environment variables that promised to modify the behaviors:
SetEnv downgrade-1.0
SetEnv proxy-sendcl
SetEnv proxy-sendchunked
I tried these one at a time... still get the error.
What am I doing wrong?
Clifford Heath.