infra is handling the bugzilla spammer n/t

2014-02-17 Thread Eric Covener

Building 2.4.7 on Windows

2014-02-17 Thread Steve Hay
I'm trying to build 2.4.7 on Windows with VC++ 2010 but have run into a problem building mod_proxy_fcgi.so. I'm following the same process as I previously used with success for 2.4.6: build pcre, apr and apr-util (the latter two from the -deps archive), then httpd itself (using Jeff Trawick's

Re: Building 2.4.7 on Windows

2014-02-17 Thread Jeff Trawick
On Feb 17, 2014 9:18 AM, Steve Hay steve.m@googlemail.com wrote: I'm trying to build 2.4.7 on Windows with VC++ 2010 but have run into a problem building mod_proxy_fcgi.so. I'm following the same process as I previously used with success for 2.4.6: build pcre, apr and apr-util (the

Re: Building 2.4.7 on Windows

2014-02-17 Thread Steve Hay
On 17 February 2014 14:48, Jeff Trawick traw...@gmail.com wrote: On Feb 17, 2014 9:18 AM, Steve Hay steve.m@googlemail.com wrote: I'm trying to build 2.4.7 on Windows with VC++ 2010 but have run into a problem building mod_proxy_fcgi.so. I'm following the same process as I previously

Welcome to Mike Rumph and Yann Ylavic!

2014-02-17 Thread Eric Covener
Mike Rumph and Yann Ylavic have recently joined us as committers. Welcome! (We don't usually send this welcome e-mail to dev@, but I think it's a good thing to do).

Re: Welcome to Mike Rumph and Yann Ylavic!

2014-02-17 Thread Daniel Gruno
On 02/17/2014 06:26 PM, Eric Covener wrote: Mike Rumph and Yann Ylavic have recently joined us as committers. Welcome! (We don't usually send this welcome e-mail to dev@, but I think it's a good thing to do). Welcome aboard, and well deserved!! With regards, Daniel.

Re: Welcome to Mike Rumph and Yann Ylavic!

2014-02-17 Thread Mike Rumph
Hello all, Thanks for the welcome! I look forward to working with all of you towards an even better Apache HTTP Server. See you in Denver, Mike Rumph On 2/17/2014 9:28 AM, Daniel Gruno wrote: On 02/17/2014 06:26 PM, Eric Covener wrote: Mike Rumph and Yann Ylavic have recently joined us as

Re: Welcome to Mike Rumph and Yann Ylavic!

2014-02-17 Thread Yann Ylavic
Hello team, thank you very much for your consideration. Let's keep up the good work! Best regards, Yann. On Mon, Feb 17, 2014 at 6:26 PM, Eric Covener cove...@gmail.com wrote: Mike Rumph and Yann Ylavic have recently joined us as committers. Welcome! (We don't usually send this welcome

Re: Welcome to Mike Rumph and Yann Ylavic!

2014-02-17 Thread Daniel Ruggeri
On 2/17/2014 11:28 AM, Daniel Gruno wrote: Welcome aboard, and well deserved!! With regards, Daniel. welcome++ (from another Daniel) See you in Denver

how to use authn_provider for password-less authentication within a module ?

2014-02-17 Thread Daniel Kahn Gillmor
Hi, i'm trying to revive mod_gnutls and bring it up to date with current apache module practices, and i'd like to use apache 2.4's mod_auth framework for user authentication via client-side certificates. i'm limiting the scope of this question to authentication because i do not have a good use

Re: svn commit: r1569108 - /httpd/httpd/branches/2.4.x/STATUS

2014-02-17 Thread Mike Rumph
Hello Jim, I voted for this change for backport to 2.4.8. The fix looks solid to me at this time. But I do have a couple of questions/ideas for the future. 1) proxy_schemes_t in modules/proxy/proxy_util.c and schemes_t in apr-util/uri/apr_uri.c are identical in structure and field

Re: how to use authn_provider for password-less authentication within a module ?

2014-02-17 Thread Eric Covener
In particular, the authn_provider struct doesn't seem well-suited to non-password-based authentication mechanisms. Should I avoid that part of the framework altogether, not call ap_register_auth_provider at all, and just manually set r-user via ap_hook_check_authn(), or should I be thinking

Re: svn commit: r1569108 - /httpd/httpd/branches/2.4.x/STATUS

2014-02-17 Thread Mike Rumph
On 2/17/2014 1:11 PM, Mike Rumph wrote: Hello Jim, I voted for this change for backport to 2.4.8. The fix looks solid to me at this time. But I do have a couple of questions/ideas for the future. 1) proxy_schemes_t in modules/proxy/proxy_util.c and schemes_t in apr-util/uri/apr_uri.c