On 7/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>  
> 
> Hi, 
>         I am trying to protect client-server application through Apache
> reverse proxy. 
>  My server is protected behind apache reverse proxy and client is standalone
> application that can access server through internet. The client-server
> communicate with each other via HTTP 1.1 protocol with
> Content-encoding:chunked. The data part is sent in form of chunked data.
> When I set this up via reverse proxy, the apache does not forward following
> PUT request from client to my server: 
> 
> PUT /IDXXXXXX 
> Content-encoding : chunked 
> host:YYYY 
>  
> 
> It seems Apache is waiting for some more information from client. 
> Please help. 

Well, to start with, that doesn't look much like HTTP/1.1 to me.

It seems like there are lots of things you aren't including here.

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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to