You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by david micheneau <dm...@in-fusio.com> on 2005/10/13 14:55:50 UTC

[users@httpd] Urgent : mod_proxy + chunked encoding

Hi all,

 

Is it very urgent to find a way:

 

We are currently using the "mod_proxy" (proxy + reverse proxy) Apache
module to forward some HTTP requests to an external HTTP

standalone server application. The HTTP clients contacting our front
Apache server are using chunked encoding + HTTP POST.

 

Our problem is that when Apache forwards the HTTP requests to the
external HTTP application, they are no more chunked,

and they don't have any content-length header either.

 

The HTTP application contacted handle correctly chunked requests, or
normal requests with content-lenght, but the

case of normal requests without content-length is not handled properly
:(

 

So, the question is: is there any way to:

 

  a) make Apache forwarding HTTP requests without any modification (keep
the body chunked).

or

  b) make Apache adding the body content-length, as it knows the total
length of the body he as "unchunked".

 

Or, maybe if you have any idea of another solution ?

 

 

Thanks for your help,

 


Re: [users@httpd] Urgent : mod_proxy + chunked encoding

Posted by Joshua Slive <js...@gmail.com>.
On 10/13/05, david micheneau <dm...@in-fusio.com> wrote:
> Is it very urgent to find a way:
>
>
>
> We are currently using the "mod_proxy" (proxy + reverse proxy) Apache module
> to forward some HTTP requests to an external HTTP
>
> standalone server application. The HTTP clients contacting our front Apache
> server are using chunked encoding + HTTP POST.
>
>
>
> Our problem is that when Apache forwards the HTTP requests to the external
> HTTP application, they are no more chunked,
>
> and they don't have any content-length header either.

I doubt that I can help you solve this problem, but you aren't helping
yourself very much either.  For example, you make no mention of what
version of apache httpd you are using, or what OS.  You also don't
show any actual details of the problem.

Joshua.

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Urgent : mod_proxy + chunked encoding

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Upgrade to 2.0.55 (it is, curently, still a release candidate).
If you want to help test the candidate (and announce your results here)
you can always find 'pending' candidates over at the developer's
download page, http://httpd.apache.org/dev/dist/.

Bill

david micheneau wrote:
> Hi all,
> 
>  
> 
> Is it very urgent to find a way:
> 
>  
> 
> We are currently using the "mod_proxy" (proxy + reverse proxy) Apache 
> module to forward some HTTP requests to an external HTTP
> 
> standalone server application. The HTTP clients contacting our front 
> Apache server are using chunked encoding + HTTP POST.
> 
>  
> 
> Our problem is that when Apache forwards the HTTP requests to the 
> external HTTP application, they are no more chunked,
> 
> and they don't have any content-length header either.
> 
>  
> 
> The HTTP application contacted handle correctly chunked requests, or 
> normal requests with content-lenght, but the
> 
> case of normal requests without content-length is not handled properly :(
> 
>  
> 
> So, the question is: is there any way to:
> 
>  
> 
>   a) make Apache forwarding HTTP requests without any modification (keep 
> the body chunked).
> 
> or
> 
>   b) make Apache adding the body content-length, as it knows the total 
> length of the body he as "unchunked".
> 
>  
> 
> Or, maybe if you have any idea of another solution ?
> 
>  
> 
>  
> 
> Thanks for your help,
> 
>  
> 

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org