Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37886417
en ru br
ALT Linux repos
S:2.0.11-alt3
5.0: 2.0.4-alt1
4.1: 2.0.3-alt5
4.0: 2.0.3-alt5

Group :: System/Servers
RPM: apache2-mod_perl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mod_perl-2.0.10-test_config.patch
Download


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 @@
+<IfModule !mod_authz_user.c>
+LoadModule authz_user_module "@apache2_moduledir@/mod_authz_user.so"
+</IfModule>
+
+<IfModule !mod_authn_core.c>
+LoadModule authn_core_module "@apache2_moduledir@/mod_authn_core.so"
+</IfModule>
+
+<IfModule !mod_auth_basic.c>
+LoadModule auth_basic_module "@apache2_moduledir@/mod_auth_basic.so"
+</IfModule>
+
 # needed to test $r->psignature
 ServerSignature On
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin