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
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