I don't think the problem is just a version string error. The traffic I saw beetween apache proxy and web server was in HTTP/1.0 (The header was containing the Content-Length, no chunk appeared...) The communication beetween apache proxy and web server is really in HTTP/1.0.
Gael > -----Message d'origine----- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoy� : jeudi 7 mars 2002 17:23 > � : [EMAIL PROTECTED] > Objet : Re: mod_proxy and HTTP/1.1 request > > > > The only place that I saw is where the proxy actually sends > out the http version header. Just search for the string > "HTTP/1.0" and change it to "HTTP/1.1" Once again, I'm > surprised that nobody noticed this before. It seams like a > huge change. I'm sure it will alter the way the proxy acts in > some places (does the proxy support keep-alives on outgoing > connections?) > > > > |--------+------------------------> > | | Graham Leggett| > | | <[EMAIL PROTECTED]| > | | .fm> | > | | Sent by: | > | | [EMAIL PROTECTED]| > | | rg | > | | | > | | | > | | 03/06/2002 | > | | 06:42 AM | > | | Please respond| > | | to | > | | modproxy-dev | > | | | > |--------+------------------------> > > >------------------------------------------------------------- > ----------------------------------------------------------| > | > | > | To: [EMAIL PROTECTED] > | > | cc: > | > | Subject: Re: mod_proxy and HTTP/1.1 request > | > > >------------------------------------------------------------- > ----------------------------------------------------------| > > > > > Chuck Murcko wrote: > > > Hmmm, perhaps I am remembering old data incorrectly, but the trace > > certainly looked like that. > > Can you give me specific details of where the proxy client > side is not following HTTP/1.1 correctly? > > If you give me a list of stuff that is broken, I can fix it... > > Regards, > Graham > -- > ----------------------------------------- > [EMAIL PROTECTED] "There's a moon > over > Bourbon Street > > tonight..." > > > >
