Re: OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Stefan Eissing
./configure --enable-mpms-shared=all --with-included-apr --with-ssl=dir and on OS X additionally a locally installed pcre --with-pcre=dir apr 1.5.1, apr-util 1.5.4, local pcre 8.36 on OS X (+ some homebrew things I already had) Hope that helps, Stefan Am 28.04.2015 um 14:08 schrieb Tom

OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Tom Browder
I can't get httpd to work with either of the two subject packages, and I found other, similar results from a web search. Is there a work-around for either or both, or do I have to drop back and punt with older packages? Best, -Tom P.S. I have offered to start a tutorial on the wiki ref 2.4

Re: OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Tom Browder
On Tue, Apr 28, 2015 at 6:45 AM, Eric Covener cove...@gmail.com wrote: On Tue, Apr 28, 2015 at 7:36 AM, Tom Browder tom.brow...@gmail.com wrote: I can't get httpd to work with either of the two subject packages, and I found other, similar results from a web search. Is there a work-around for

Re: *Match, RewriteRule POLA violation?

2015-04-28 Thread Yann Ylavic
It seems that while Location is compared to ap_no2slash(r-uri), LocationMatch is matched against r-uri directly. That's probably the issue. A possible fix (untested) could be: Index: server/request.c === --- server/request.c

Re: OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Stefan Eissing
Have openssl 1.0.2 running with 2.4.12 in a local installation on Ubuntu 14.04. No special wrestling other than —with-openssl=… in configure. //Stefan Am 28.04.2015 um 13:45 schrieb Eric Covener cove...@gmail.com: On Tue, Apr 28, 2015 at 7:36 AM, Tom Browder tom.brow...@gmail.com wrote: I

Re: OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Eric Covener
On Tue, Apr 28, 2015 at 7:36 AM, Tom Browder tom.brow...@gmail.com wrote: I can't get httpd to work with either of the two subject packages, and I found other, similar results from a web search. Is there a work-around for either or both, or do I have to drop back and punt with older packages?

Re: OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Tom Browder
On Tue, Apr 28, 2015 at 7:05 AM, Stefan Eissing stefan.eiss...@greenbytes.de wrote: Have openssl 1.0.2 running with 2.4.12 in a local installation on Ubuntu 14.04. No special wrestling other than —with-openssl=… in configure. How about apr and apr-util: locally built and installed system-wide

Listen on UDS

2015-04-28 Thread Jim Jagielski
Anyone looked into having httpd be able to Listen on a UDS, as well as scenarios where we may want that even?

patch to mod_authz_dbd to handle query parameters

2015-04-28 Thread Jose Kahan
Hi, I realized that my last message was missing a part of the info I had prepared. I'm resending it with a new subject to make it clearer what it is. I slightly revised the patch in that it had a unused variable. I don't know why -Wc-Wunused didn't work with apxs2. To compile and install the

Re: [VOTE] Release APR 1.5.2

2015-04-28 Thread Jeff Trawick
On 04/28/2015 12:18 PM, Eric Covener wrote: On Sat, Apr 25, 2015 at 8:13 AM, Jeff Trawick traw...@gmail.com wrote: +/-1 [ ] Release APR 1.5.2 as GA +1 for release. Tested on AIX/PPC32, HPUX/IA64 and Solaris/x64. HPUX and AIX had non-regression long standing failure in testxlate. Can you

Re: [VOTE] Release APR 1.5.2

2015-04-28 Thread Eric Covener
On Sat, Apr 25, 2015 at 8:13 AM, Jeff Trawick traw...@gmail.com wrote: +/-1 [ ] Release APR 1.5.2 as GA +1 for release. Tested on AIX/PPC32, HPUX/IA64 and Solaris/x64. HPUX and AIX had non-regression long standing failure in testxlate.

Re: svn commit: r1676593 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2015-04-28 Thread Eric Covener
2.4.x STATUS: * Current exceptions for RTC for this branch: . mod_lua . documentation . non-Unix build . non-Unix, single-platform code How about improving/extending error messages like the above? On Tue, Apr 28, 2015 at 2:56 PM, cove...@apache.org wrote: Author: covener

Re: Listen on UDS

2015-04-28 Thread Jim Riggs
On 28 Apr 2015, at 10:20, Graham Leggett minf...@sharp.fm wrote: On 28 Apr 2015, at 5:17 PM, Jim Jagielski j...@jagunet.com wrote: Anyone looked into having httpd be able to Listen on a UDS, as well as scenarios where we may want that even? I have always wanted it - one thing it allows

Re: Listen on UDS

2015-04-28 Thread Jim Jagielski
That's what I thought too, but I didn't want to assume :) Let me look at what would be involved. On Apr 28, 2015, at 3:19 PM, Jim Riggs apache-li...@riggs.me wrote: On 28 Apr 2015, at 10:20, Graham Leggett minf...@sharp.fm wrote: On 28 Apr 2015, at 5:17 PM, Jim Jagielski j...@jagunet.com

Re: *Match, RewriteRule POLA violation?

2015-04-28 Thread André Malo
* Jim Riggs wrote: This came up at ApacheCon a couple of weeks ago. I just took this knowledge for granted, as I have always accounted for it, but both Rich and Trawick were surprised. As I thought about it some more, it seems this may be a POLA violation. Thoughts? If we agree it should be

Re: Listen on UDS

2015-04-28 Thread Graham Leggett
On 28 Apr 2015, at 5:17 PM, Jim Jagielski j...@jagunet.com wrote: Anyone looked into having httpd be able to Listen on a UDS, as well as scenarios where we may want that even? I have always wanted it - one thing it allows us to do is reverse proxy to versions of httpd (or other daemon