Hi,

I have also seen about chunk data at
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

Refer to the section "Request Bodies" & "Reverse Proxy Request Headers".


For Apache 2.0.63, inside httpd.conf file I set the environment:

SetEnv proxy-sendchunked 1

But it did not work. Have somebody implemented this concept?

-Anand


-----Original Message-----
From: André Warnier [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 25, 2008 4:12 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Unabling Chunked encoding in Apache


I could swear that I saw something about that in the mod_proxy 
documentation on the Apache site.

Anand Kulkarni wrote:
> Hi,
>  
> I want to send large amount of data from client to server through 
> Apache. hence, I am using Apache as proxy using the standard mod_proxy

> module.
>  
> Client does not know the length of data to be sent and hence can not 
> set the content length value.
>  
> So, how can I send this large data without knowing its size. I heard 
> of Chunked Data concept. How shall I introduce this concept in Apache?
>  
> Waiting for the reply.
> regards,
>  
> Anand
>  
> 

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



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