[libcgi-application-dispatch-perl] 01/06: Make the test suite work with Apache 2.4

Niko Tyni ntyni at moszumanska.debian.org
Sun Jun 7 20:37:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libcgi-application-dispatch-perl.

commit c0a20a6a2c61c196a34f9304bee359b9c23c93e8
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Jun 7 23:32:09 2015 +0300

    Make the test suite work with Apache 2.4
---
 ...load-mpm_prefork-authn_core-and-authz_cor.patch | 27 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/0001-Explicitly-load-mpm_prefork-authn_core-and-authz_cor.patch b/debian/patches/0001-Explicitly-load-mpm_prefork-authn_core-and-authz_cor.patch
new file mode 100644
index 0000000..54a766d
--- /dev/null
+++ b/debian/patches/0001-Explicitly-load-mpm_prefork-authn_core-and-authz_cor.patch
@@ -0,0 +1,27 @@
+From 86d2cc7ca670e2498aacd36daf1bee3388b6b99e Mon Sep 17 00:00:00 2001
+From: Niko Tyni <ntyni at debian.org>
+Date: Sun, 7 Jun 2015 23:24:26 +0300
+Subject: [PATCH] Explicitly load mpm_prefork, authn_core, and authz_core
+ modules into Apache
+
+These are required by Apache 2.4.
+---
+ t/conf/extra.conf.in | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in
+index 8cad139..d009c35 100644
+--- a/t/conf/extra.conf.in
++++ b/t/conf/extra.conf.in
+@@ -1,3 +1,8 @@
++# required by Apache 2.4
++LoadModule mpm_prefork_module /usr/lib/apache2/modules/mod_mpm_prefork.so
++LoadModule authn_core_module /usr/lib/apache2/modules/mod_authn_core.so
++LoadModule authz_core_module /usr/lib/apache2/modules/mod_authz_core.so
++
+ <Location /app1>
+     SetHandler  perl-script
+     PerlHandler CGI::Application::Dispatch
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..471e4ee
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Explicitly-load-mpm_prefork-authn_core-and-authz_cor.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-dispatch-perl.git



More information about the Pkg-perl-cvs-commits mailing list