Francois Gouget : testbot/web: Add an Apache module import for the Munin redirects.
Module: tools Branch: master Commit: a132383bd4f771008757d2bbd9bf7358e9cd7fe9 URL: https://source.winehq.org/git/tools.git/?a=commit;h=a132383bd4f771008757d2bb... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Mar 30 19:05:14 2022 +0200 testbot/web: Add an Apache module import for the Munin redirects. Fortunately it is only needed in the error case. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/web/Munin.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/testbot/web/Munin.pl b/testbot/web/Munin.pl index c2464d0..513c690 100644 --- a/testbot/web/Munin.pl +++ b/testbot/web/Munin.pl @@ -19,6 +19,7 @@ use strict; +use Apache2::Const -compile => qw(REDIRECT); use WineTestBot::Config; use WineTestBot::Activity; use WineTestBot::VMs;
participants (1)
-
Alexandre Julliard