david micheneau wrote:
Sorry, is not very clear:
I use in Front Apache-2.0.52 with proxy and reverse proxy to the back-end
server:
Client--->Apache-proxy<-->Apache-reverse<-->backend server
The back-end server receives the request http without the content-length value.
(This one is unset)
Do we have any mark character to finish body http message in chunk mode ?
Seems you aught to read up on Content-Encoding: chunked protocol;
http://rfc.net/rfc2616.html
Apache 2.0 since mod_proxy was reintroduced it's known how to handle
chunked encoding.
If your backend is only HTTP/1.0 compliant, see force-proxy-request-1.0;
http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#envsettings
Best of luck,
Bill
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]