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:38315
>
> I published an "Hello World!" page on another web server running on port 38315
> but when I use Apache (/bld/kernel/hello2) I get this text:
> 26
> Hello World!
> 0

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?

It looked like the Transfer-Encoding: chunked header was set on the
response and the chunked encoding was correct.

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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]

Reply via email to