RE: Changing Connection header use in forward proxy

2010-08-13 Thread Plüm, Rüdiger, VF-Group
-Original Message- From: Ryujiro Shibuya Sent: Freitag, 13. August 2010 05:14 To: dev@httpd.apache.org Subject: RE: Changing Connection header use in forward proxy How about the following untested patch instead? Index: modules/proxy/proxy_util.c

Re: [PATCH] tproxy2 patch to the apache 2.2.15

2010-08-13 Thread JeHo Park
Hello Paul ~ - Original Message - From: Paul Fee p...@talk21.com To: dev@httpd.apache.org Sent: Thursday, August 12, 2010 6:59 PM Subject: Re: [PATCH] tproxy2 patch to the apache 2.2.15 JeHo Park wrote: hello Daniel thanks your interest. - Original Message - From:

Re: [PATCH] tproxy2 patch to the apache 2.2.15

2010-08-13 Thread Paul Fee
JeHo Park wrote: snip yes, i see, so i also made tproxy4 apache patch to the version httpd 2.2.9 and tested it in debian linux box successfully!. the software version i tested looks below -- kernel: vanilla 2.6.31 [tproxy4 included as default ] apache: 2.2.9 [tproxy4 patch applied]

mod_deflate and vary accept-encoding

2010-08-13 Thread Bryan McQuade
Hi, In looking at the source for mod_deflate: http://www.google.com/codesearch/p?hl=en#lfs-jRjrQ3s/trunk/modules/filters/mod_deflate.cl=524 It appears to insert Vary Accept-Encoding header into every candidate response by default, which is what you would expect. But the instructions here:

Re: mod_deflate and vary accept-encoding

2010-08-13 Thread Eric Covener
suggest adding a line to manually add Vary Accept-Encoding to responses: # Make sure proxies don't deliver the wrong content Header append Vary User-Agent env=!dont-vary Your text says Accept-Encoding but the config snippet says User-Agent. -- Eric Covener cove...@gmail.com

Re: mod_deflate and vary accept-encoding

2010-08-13 Thread Bryan McQuade
Sorry, dumb question. Need to read before sending. :) Thank you. On Fri, Aug 13, 2010 at 3:03 PM, Eric Covener cove...@gmail.com wrote: suggest adding a line to manually add Vary Accept-Encoding to responses: # Make sure proxies don't deliver the wrong content Header append Vary User-Agent