diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in index 67c2e23..4c96526 100644 --- a/t/conf/extra.conf.in +++ b/t/conf/extra.conf.in @@ -1,3 +1,15 @@ + +LoadModule authz_user_module "@apache2_moduledir@/mod_authz_user.so" + + + +LoadModule authn_core_module "@apache2_moduledir@/mod_authn_core.so" + + + +LoadModule auth_basic_module "@apache2_moduledir@/mod_auth_basic.so" + + # needed to test $r->psignature ServerSignature On