RE: [users@httpd] mod_uwsgi with chunked request body causes 411

2013-09-05 Thread Stephen Pierce
Thanks for the info. I changed the proxy line to this: ProxyPass /objsrv/1.0/ http://127.0.0.1:2001/ And added this: SetEnv proxy-sendchunked 1 and my tests run fine. I guess I'll hack into the uwsgi module for apache. Thanks again for the help, Steve -Original Message- From: Nick Ke

Re: [users@httpd] mod_uwsgi with chunked request body causes 411

2013-09-05 Thread Nick Kew
On 6 Sep 2013, at 04:48, Stephen Pierce wrote: > http://www.gossamer-threads.com/lists/apache/users/183271 > “Well, I got Apache source and it is obvious that the problem is > most (all?) mod_* things do not ask Apache to dechunk request for > them. They prefer to make it an error. So, it is poss

[users@httpd] mod_uwsgi with chunked request body causes 411

2013-09-05 Thread Stephen Pierce
I'm trying to make a PUT/POST HTTP request to a uwsgi application through apache, using the uwsgi module for apache. These requests use chunked transfer encoding for the request body. I have some test cases that I can run to make sure that all the functionality works. When I run them against th

[users@httpd] Revers proxy sync/async question

2013-09-05 Thread Andika Daud
Hi, I have a question about reverse proxy behavior. Does Apache in reverse proxy mode cache the complete response from the backend before forwarding it the client, or does it send the data to the client as it receives it? In other words, if the backend server only produced and transmitted ½ a r