Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Nick Kew
Adelfio D'AngiĆ² wrote: In fact if I do a direct http request on the proxied server the output on the browser is correct but when I do the http request through the Apache proxy I get this "extra" chunked encoding inside the content of the page. Is there a URL from where one could see this beha

Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Adelfio D'AngiĆ²
> > You're looking at a chunked response in something that doesn't know > what to do with the chunked encoding. Is it a real browser, or are > you just looking at the dump? > Yes, I'm testing with Firefox 3.0.3. Who does wrong with the chunked encoding seems to be mod_proxy. > It looked like the

Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 3:54 AM, Adelfio D'Angio' <[EMAIL PROTECTED]> wrote: > Hi all, > > on Apache 2.2.8 I have a problem with mod_proxy in case of chunked packets. > This is my Proxy configuration: > ProxyPass /bld/kernel http://localhost:38315 > ProxyPassReverse /bld/kernel http://localhost:383

[EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Adelfio D'Angio'
Hi all, on Apache 2.2.8 I have a problem with mod_proxy in case of chunked packets. This is my Proxy configuration: ProxyPass /bld/kernel http://localhost:38315 ProxyPassReverse /bld/kernel http://localhost:38315 I published an "Hello World!" page on another web server running on port 38315 but