Re: help from autoconf savvy folks -- mod_deflate zlib detection?

2011-08-02 Thread Rainer Jung
Hi Eric, On 02.08.2011 04:40, Eric Covener wrote: I'm setting up a new system to test httpd releases, with a crufty OS that doesn't have good packaged prereqs and doesn't have years of my own kludges giving me anything for free. I've built and installed zlib into a random directory. I

Re: svn commit: r1153004 - /httpd/test/framework/trunk/t/conf/extra.conf.in

2011-08-02 Thread Rainer Jung
Hi Eric, On 02.08.2011 04:51, cove...@apache.org wrote: Author: covener Date: Tue Aug 2 02:51:19 2011 New Revision: 1153004 URL: http://svn.apache.org/viewvc?rev=1153004view=rev Log: whitespace change only to indent the block wrapped in a new ifModule in r1153003 Modified:

Re: help from autoconf savvy folks -- mod_deflate zlib detection?

2011-08-02 Thread Eric Covener
Line 48 is surrounded by if test x$ap_zlib_base = x; then and ap_zlib_base ist set when using --with-z. So in this case the automatic detection part should be skipped. What problem do you actually observe? Can't get it to misbehave at all this morning, even in a new scratch directory,

Re: svn commit: r1153004 - /httpd/test/framework/trunk/t/conf/extra.conf.in

2011-08-02 Thread Eric Covener
Did you note, that there's already one IfModul around the FilterProvider in the 2.3.0 case? We should not need nested IfModule for the same module. Note that originally there was also an includes filter defined. It now is no more if mod_deflate is not available. To see, what would be

Re: help from autoconf savvy folks -- mod_deflate zlib detection?

2011-08-02 Thread Rainer Jung
On 02.08.2011 13:00, Eric Covener wrote: Line 48 is surrounded by if test x$ap_zlib_base = x; then and ap_zlib_base ist set when using --with-z. So in this case the automatic detection part should be skipped. What problem do you actually observe? Can't get it to misbehave at all this

mod_proxy_ajp: ignoring flush before headers (again)

2011-08-02 Thread Jim Riggs
For some (old 2007) context, see: http://markmail.org/message/btwcnbl2i7ftwj4n https://community.jivesoftware.com/message/201787 I am proxying an app via AJP to Tomcat 6/7. In certain circumstances, it appears that the app (or possibly Tomcat) is erroneously sending a flush before the

Re: [VOTE] Release httpd-2.3.14 as beta

2011-08-02 Thread Eric Covener
On Mon, Aug 1, 2011 at 12:58 PM, Jim Jagielski j...@jagunet.com wrote: The tarballs for httpd-2.3.14 are available at:        http://httpd.apache.org/dev/dist/ Please VOTE on whether to release these as Apache httpd-2.3.14, beta. +0 for beta, Ubuntu Natty/gcc/ia32 and AIX 6.1/xlc/PPC64 w/

Re: [VOTE] Release httpd-2.3.14 as beta

2011-08-02 Thread William A. Rowe Jr.
On 8/1/2011 4:43 PM, Steffen wrote: See in the change log no fixes for the reported Windows issues by Gregg and me. For me, no further testing in real live possible. Understandable, thanks for the detailed analysis. This may go beta anyways, as we expect issues to be raised with beta tags

Re: mod_ssl in trunk with OpenSSL 0.9.7 as a minimum requirement?

2011-08-02 Thread William A. Rowe Jr.
On 7/31/2011 4:17 AM, Kaspar Brand wrote: Hi Rainer, There was a similar discussion RFC: drop support for OpenSSL 1.0 in trunk/2.3? on this list in May/June 2010. Thanks for the pointer! (Too long ago for me to remember, but should have searched the archives, that's true.) - drop

Re: Problem in mod_deflate

2011-08-02 Thread Torsten Förtsch
Hi Stefan, thanks for applying. On Saturday, 30 July 2011 17:41:39 Torsten Förtsch wrote: The last if statement should read as follows to avoid the loop: if (APR_BUCKET_IS_METADATA(e)) { e = APR_BUCKET_NEXT(e); continue; } I don't

Re: [VOTE] Release httpd-2.3.14 as beta

2011-08-02 Thread Mario Brandt
Non binding +1 Tested on Windows with VC9