[RELEASE CANDIDATE] mod_perl-2.0.10 RC1

2016-09-30 Thread Steve Hay
Please download, test, and report back on this mod_perl 2.0.10 release candidate. https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.10-rc1.tar.gz MD5 = f29feb099e0cff545da347b1bcead671 SHA1 = 07c8c656eecbc436ba285aa5a9a3c69947613a16 NOTE: Unfortunately, there is a new test failure on Win

Re: [RELEASE CANDIDATE] mod_perl-2.0.10 RC1

2016-09-30 Thread Steve Hay
On 30 September 2016 at 14:13, Steve Hay wrote: > Please download, test, and report back on this mod_perl 2.0.10 release > candidate. > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.10-rc1.tar.gz > +1 (modulo the expected failures noted in the RC announcement) on Windows 8.1 / VC++ 2

Re: [RELEASE CANDIDATE] mod_perl-2.0.10 RC1

2016-09-30 Thread Michael Schout
On 9/30/16 8:13 AM, Steve Hay wrote: > Please download, test, and report back on this mod_perl 2.0.10 release > candidate. There is some kind of linker failure happening on OSX/Darwin. I'm on El Capitan (10.11) using perl 5.20 and get all kinds of duplicate symbol errors. I'll see if I can figur

Re: [RELEASE CANDIDATE] mod_perl-2.0.10 RC1

2016-09-30 Thread Adam Prime
+1 on ubuntu w/ apache 2.2.31 prefork & perl 5.24.0

Re: [RELEASE CANDIDATE] mod_perl-2.0.10 RC1

2016-09-30 Thread Adam Prime
+1 on solaris 10 w/ apache 2.2.31 prefork and perl 5.24.0 all tests pass

Re: [RELEASE CANDIDATE] mod_perl-2.0.10 RC1

2016-09-30 Thread Michael Schout
On 9/30/16 8:53 AM, Michael Schout wrote: > On 9/30/16 8:13 AM, Steve Hay wrote: >> Please download, test, and report back on this mod_perl 2.0.10 release >> candidate. > > There is some kind of linker failure happening on OSX/Darwin. I'm on El > Capitan (10.11) using perl 5.20 and get all kinds

Howto Apache2::AuthCookieDBI and followup question

2016-09-30 Thread Tosh Cooey
Ok, so it seems with Apache > 2.4 the functionality of Apache2::AuthCookieDBI can be duplicated using modules, specifically: mod_auth_form AND mod_authn_dbd This article gives a good writeup about it: https://kodingnotes.wordpress.com/2013/02/26/authentication-in-apache2-4-part-1-installation/

Re: Howto Apache2::AuthCookieDBI and followup question

2016-09-30 Thread Vincent Veyron
On Sat, 1 Oct 2016 00:16:59 +0200 Tosh Cooey wrote: > > Now the followup. I personally need extra dynamism, specifically I need > DBDParams and SessionCookieName to be dynamic for each request. Intense > googling has lead me to believe I can do so within a block, > something like: > > When