FYI: ModPerl and APR with Apache HTTPd v2.4 on "pkgin" in the NetBSD 7 environment

2015-12-23 Thread Randolf Richardson
For anyone who wants to use ModPerl and APR with Apache HTTPd v2.4 on NetBSD 7 (installed via "pkgin"), this Problem Report that I submitted to the NetBSD web site will probably be of interest to you: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=50583

Re: $r->requires and register_auth_provider

2015-12-23 Thread Sergei Gerasenko
I've installed and configured the AuthCookie module. I can now say with certainty that authz_handler is called multiple times for each "require". So, if you say: require user u1 require user u2 The handler will be called twice. On the other hand, if you have 'require user u1 u2', then the 'requi