Re: best way to return the content of a file

2012-08-18 Thread Eric Covener
i'm enabling my module with a Location directive: Location /data SetHandler kcache /Location and i want to control the execution of the module with an initial check: if (!r-handler || strcmp(r-handler, kcache)) return (DECLINED); but r-handler is null if the hook is called

Re: svn commit: r1374214 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_init.c

2012-08-18 Thread Kaspar Brand
On 17.8.12 13:59, jor...@apache.org wrote: Author: jorton Date: Fri Aug 17 11:59:45 2012 New Revision: 1374214 URL: http://svn.apache.org/viewvc?rev=1374214view=rev Log: * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fix test for missing decrypted private keys, and ensure that

Re: svn commit: r1374214 - in /httpd/httpd/trunk: CHANGES modules/ssl/ssl_engine_init.c

2012-08-18 Thread Dr Stephen Henson
On 18/08/2012 08:00, Kaspar Brand wrote: On 17.8.12 13:59, jor...@apache.org wrote: Author: jorton Date: Fri Aug 17 11:59:45 2012 New Revision: 1374214 URL: http://svn.apache.org/viewvc?rev=1374214view=rev Log: * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fix test for missing

Re: [VOTE] Release Apache httpd 2.4.3 as GA

2012-08-18 Thread Jim Jagielski
On Aug 17, 2012, at 11:01 PM, Jess Holle je...@ptc.com wrote: Downstream customers in my case means customers that will deploy Apache and our products on their own servers. In a great many cases these servers run Windows. Ahh. That explains it. The Windows MPM is designed to be the

Re: [VOTE] Release Apache httpd 2.4.3 as GA

2012-08-18 Thread Steffen
All goes fine on Windows, good to go. Steffen -Original Message- From: Jim Jagielski Sent: Friday, August 17, 2012 7:34 PM Newsgroups: gmane.comp.apache.devel To: dev@httpd.apache.org Subject: [VOTE] Release Apache httpd 2.4.3 as GA The pre-release test tarballs for Apache httpd

Re: [VOTE] Release Apache httpd 2.4.3 as GA

2012-08-18 Thread Eric Covener
I'm calling a VOTE on releasing these as Apache httpd 2.4.3 GA. +1 (AIX/PPC64 no regressions)

Re: [VOTE] Release Apache httpd 2.4.3 as GA

2012-08-18 Thread Daniel Gruno
On 08/17/2012 07:34 PM, Jim Jagielski wrote: The pre-release test tarballs for Apache httpd 2.4.3 can be found at the usual place: http://httpd.apache.org/dev/dist/ I'm calling a VOTE on releasing these as Apache httpd 2.4.3 GA. NOTE: The -deps tarballs are included here *only* to

Re: svn commit: r1374640 - /httpd/httpd/branches/2.2.x/STATUS

2012-08-18 Thread William A. Rowe Jr.
On 8/18/2012 2:32 PM, wr...@apache.org wrote: --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sat Aug 18 19:32:38 2012 @@ -145,7 +145,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=revisionrevision=1225476

Re: [VOTE] Release Apache httpd 2.4.3 as GA

2012-08-18 Thread Roy T. Fielding
signatures are good source files checked against svn license and notices in place compiles and runs on Mac OS X 10.7.4 +1 Roy

undesired modules loading

2012-08-18 Thread Roy T. Fielding
I built 2.4.3 with the options ./configure \ --prefix=$tdir \ --with-apr=$adir \ --with-apr-util=$adir \ --without-ssl \ --without-crypto \ --disable-cache \ --without-distcache \

Re: undesired modules loading

2012-08-18 Thread Rainer Jung
Hi Roy, On 18.08.2012 22:07, Roy T. Fielding wrote: I built 2.4.3 with the options ./configure \ --prefix=$tdir \ --with-apr=$adir \ --with-apr-util=$adir \ --without-ssl \ --without-crypto \ --disable-cache \

Re: undesired modules loading

2012-08-18 Thread Jim Jagielski
It's '--enable-maintainer-mode' which introduces this behavior. When being built for mere mortals, we are much nicer as far as which modules are built and loaded by default Maybe --enable-maintainer-mode should be renamed --enable-developer-mode On Aug 18, 2012, at 4:07 PM, Roy T. Fielding

Re: undesired modules loading

2012-08-18 Thread Roy T. Fielding
On Aug 18, 2012, at 1:45 PM, Rainer Jung wrote: Yes, before 2.4.0 we introduced exactly this difference. All modules that were build get a LoadModule line in the installed config, but most are commented out. I don't have the list of modles active by default at hand though. Ah, okay. At

Re: [VOTE] Release Apache httpd 2.4.3 as GA

2012-08-18 Thread Noel Butler
On Fri, 2012-08-17 at 13:34 -0400, Jim Jagielski wrote: [X] +1: Good to go [ ] +0: meh [ ] -1: Danger Will Robinson. And why. Vote will last the normal 72 hrs. Good to go on Slackware 13.1 13.37(and 14.0 rc2) signature.asc Description: This is a digitally signed message

Re: [VOTE] Release Apache httpd 2.4.3 as GA

2012-08-18 Thread Gregg Smith
On 8/17/2012 10:34 AM, Jim Jagielski wrote: [X] +1: Good to go Looks good on Windows, the AcceptFilter none+ssl is working very well (thanks Jeff). Gregg