[tools] testbot/web: Add an Apache module import for the Munin redirects.

Francois Gouget fgouget at codeweavers.com
Wed Mar 30 12:05:14 CDT 2022


Fortunately it is only needed in the error case.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Munin.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/web/Munin.pl b/testbot/web/Munin.pl
index c2464d055..513c6901b 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;
-- 
2.30.2



More information about the wine-devel mailing list