From 91e94f487558941a2d2918ff37c15ebdb17ca7a6 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 24 Dec 2020 23:39:52 -0500 Subject: [tests] load required modules in alt .conf tests load only required modules in alt .conf tests --- tests/proxy.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/proxy.conf') diff --git a/tests/proxy.conf b/tests/proxy.conf index 38ab6e94..ae8a75a9 100644 --- a/tests/proxy.conf +++ b/tests/proxy.conf @@ -10,6 +10,7 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage. server.name = "www.example.org" server.tag = "Proxy" +server.compat-module-load = "disable" server.modules = ( "mod_rewrite", "mod_proxy", -- cgit v1.2.1