Re: Win32 2.0.54 source zipball and installers for testing

2005-04-17 Thread Peter McNab
William A. Rowe, Jr. wrote: The zip source tarball for win32, as well as the binary installers for win32 (.exe and .msi) are available for testing from http://httpd.apache.org/dev/dist/ and a few ack's or even a single nak would be appreciated. Sorry this is belated. Work, and U.S. Apr 15 concern

Re: Win32 2.0.54 source zipball and installers for testing

2005-04-17 Thread Astrid Keßler
at Sonntag, 17. April 2005, William A. Rowe, Jr. wrote: > The zip source tarball for win32, as well as the binary installers > for win32 (.exe and .msi) are available for testing from > http://httpd.apache.org/dev/dist/ > and a few ack's or even a single nak would be appreciated. Installed an

Re: chunked encoding input patch for mod_proxy2

2005-04-17 Thread Jeff Trawick
On 4/15/05, Tatsuhiko Miyagawa <[EMAIL PROTECTED]> wrote: > I applied the patch to httpd-2.0.52 you provide in the following URL > (20proxyreqbody.txt) and got a successful POST on the backend side. > Thanks! > http://issues.apache.org/bugzilla/show_bug.cgi?id=15859 > > Now, do you have a sense o

Re: svn commit: r160348 - httpd/httpd/trunk/server/core_filters.c

2005-04-17 Thread Jeff Trawick
On 4/15/05, Joe Orton <[EMAIL PROTECTED]> wrote: > On Thu, Apr 14, 2005 at 12:02:35PM -0700, Wilfredo Sánchez Vega wrote: > > We're investigating possible issues in the system. One comment > > from a kernel developer: > > > > We are returning EWOULDBLOCK because the socket is in non-blocking

Re: svn commit: r161354 - httpd/httpd/trunk/modules/mappers/mod_rewrite.c

2005-04-17 Thread Jeff Trawick
On 4/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: gregames > Date: Thu Apr 14 14:26:01 2005 > New Revision: 161354 > > URL: http://svn.apache.org/viewcvs?view=rev&rev=161354 > Log: > lookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: > files > one byte at a

Re: Win32 2.0.54 source zipball and installers for testing

2005-04-17 Thread Branko Čibej
William A. Rowe, Jr. wrote: The zip source tarball for win32, as well as the binary installers for win32 (.exe and .msi) are available for testing from http://httpd.apache.org/dev/dist/ and a few ack's or even a single nak would be appreciated. Sorry this is belated. Work, and U.S. Apr 15 concern

mod_deflate setting Vary

2005-04-17 Thread Roy T . Fielding
On Apr 17, 2005, at 1:25 PM, [EMAIL PROTECTED] wrote: + + *) mod_deflate: Merge the Vary header, isntead of Setting it. Fixes + applications that send the Vary Header themselves, and also apply + mod_defalte as an output filter. [Paul Querna] *) mod_rewrite: use buffered I/O for Rewrite

Re: mod_deflate setting Vary

2005-04-17 Thread Rici Lake
On 17-Apr-05, at 5:30 PM, Roy T. Fielding wrote: On Apr 17, 2005, at 1:25 PM, [EMAIL PROTECTED] wrote: + + *) mod_deflate: Merge the Vary header, isntead of Setting it. Fixes + applications that send the Vary Header themselves, and also apply + mod_defalte as an output filter. [Paul Quern

Re: svn commit: r159941 - httpd/httpd/branches/simple-conf/Makefile.in

2005-04-17 Thread Rici Lake
This didn't quite get it right, either. It will overwrite the .conf file unless the .conf file is httpd.conf (rather than .conf) --- Makefile.in Sun Apr 17 20:51:18 2005 +++ Makefile.in.new Sun Apr 17 20:51:50 2005 @@ -78,7 +78,7 @@ if [ "$$i" = "httpd.conf" ]; then \

prefix_stat() problems in mod_rewrite?

2005-04-17 Thread Chris Darroch
Hi -- I was looking at (the amazing!) mod_rewrite.c in order to figure out how it implements its "passthrough" mode, and in doing that I looked at prefix_stat(), which is called in the opposite case, when mod_rewrite is *not* passing a request along to other modules' translate_name hook functio