summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-24 23:39:52 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-24 23:39:52 -0500
commit91e94f487558941a2d2918ff37c15ebdb17ca7a6 (patch)
tree8de5fcede236d9a0aed49b97de8476a4350802bb /tests
parentd228b0665508bcdc7c1529a74aa24274d230dae7 (diff)
downloadlighttpd-git-91e94f487558941a2d2918ff37c15ebdb17ca7a6.tar.gz
[tests] load required modules in alt .conf tests
load only required modules in alt .conf tests
Diffstat (limited to 'tests')
-rw-r--r--tests/404-handler.conf2
-rw-r--r--tests/condition.conf2
-rw-r--r--tests/fastcgi-responder.conf1
-rw-r--r--tests/lowercase.conf2
-rw-r--r--tests/mod-auth.conf2
-rw-r--r--tests/mod-deflate.conf2
-rw-r--r--tests/mod-extforward.conf1
-rw-r--r--tests/mod-secdownload.conf2
-rw-r--r--tests/proxy.conf1
-rw-r--r--tests/scgi-responder.conf1
-rw-r--r--tests/var-include.conf2
11 files changed, 18 insertions, 0 deletions
diff --git a/tests/404-handler.conf b/tests/404-handler.conf
index 2009e6eb..8eff0d1c 100644
--- a/tests/404-handler.conf
+++ b/tests/404-handler.conf
@@ -15,9 +15,11 @@ server.name = "www.example.org"
server.tag = "Apache 1.3.29"
+server.compat-module-load = "disable"
server.modules = (
"mod_cgi",
"mod_accesslog",
+ "mod_staticfile",
)
accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
diff --git a/tests/condition.conf b/tests/condition.conf
index c89ccd06..f02e7ec4 100644
--- a/tests/condition.conf
+++ b/tests/condition.conf
@@ -15,9 +15,11 @@ server.name = "www.example.org"
server.tag = "Apache 1.3.29"
+server.compat-module-load = "disable"
server.modules = (
"mod_redirect",
"mod_accesslog",
+ "mod_staticfile",
)
accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
diff --git a/tests/fastcgi-responder.conf b/tests/fastcgi-responder.conf
index d5a430a8..0ea22b62 100644
--- a/tests/fastcgi-responder.conf
+++ b/tests/fastcgi-responder.conf
@@ -14,6 +14,7 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.
server.name = "www.example.org"
server.tag = "Apache 1.3.29"
+server.compat-module-load = "disable"
server.modules = (
"mod_auth",
"mod_authn_file",
diff --git a/tests/lowercase.conf b/tests/lowercase.conf
index b8f2ec7d..f29e8a54 100644
--- a/tests/lowercase.conf
+++ b/tests/lowercase.conf
@@ -10,10 +10,12 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.
server.force-lowercase-filenames = "enable"
+server.compat-module-load = "disable"
server.modules = (
"mod_access",
"mod_auth",
"mod_authn_file",
+ "mod_staticfile",
)
mimetype.assign = (
diff --git a/tests/mod-auth.conf b/tests/mod-auth.conf
index a2846bf3..8e14bbd6 100644
--- a/tests/mod-auth.conf
+++ b/tests/mod-auth.conf
@@ -14,11 +14,13 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.
server.name = "www.example.org"
server.tag = "Apache 1.3.29"
+server.compat-module-load = "disable"
server.modules = (
"mod_auth",
"mod_authn_file",
"mod_status",
"mod_accesslog",
+ "mod_staticfile",
)
accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
diff --git a/tests/mod-deflate.conf b/tests/mod-deflate.conf
index 8303e750..870b03ed 100644
--- a/tests/mod-deflate.conf
+++ b/tests/mod-deflate.conf
@@ -14,8 +14,10 @@ server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log
server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
server.name = "www.example.org"
+server.compat-module-load = "disable"
server.modules = (
"mod_deflate",
+ "mod_staticfile",
)
mimetype.assign = (
diff --git a/tests/mod-extforward.conf b/tests/mod-extforward.conf
index caa66630..0b9362c4 100644
--- a/tests/mod-extforward.conf
+++ b/tests/mod-extforward.conf
@@ -14,6 +14,7 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.
server.name = "www.example.org"
server.tag = "Apache 1.3.29"
+server.compat-module-load = "disable"
server.modules = (
"mod_cgi",
"mod_extforward",
diff --git a/tests/mod-secdownload.conf b/tests/mod-secdownload.conf
index c857340f..486f3f7a 100644
--- a/tests/mod-secdownload.conf
+++ b/tests/mod-secdownload.conf
@@ -14,9 +14,11 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.
server.name = "www.example.org"
server.tag = "Apache 1.3.29"
+server.compat-module-load = "disable"
server.modules = (
"mod_secdownload",
"mod_accesslog",
+ "mod_staticfile",
)
accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"
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",
diff --git a/tests/scgi-responder.conf b/tests/scgi-responder.conf
index 969913d2..4ccaf1eb 100644
--- a/tests/scgi-responder.conf
+++ b/tests/scgi-responder.conf
@@ -14,6 +14,7 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.
server.name = "www.example.org"
server.tag = "Apache 1.3.29"
+server.compat-module-load = "disable"
server.modules = (
"mod_scgi",
"mod_accesslog",
diff --git a/tests/var-include.conf b/tests/var-include.conf
index e134c790..06812d35 100644
--- a/tests/var-include.conf
+++ b/tests/var-include.conf
@@ -15,9 +15,11 @@ server.name = "www.example.org"
server.tag = "Apache 1.3.29"
+server.compat-module-load = "disable"
server.modules = (
"mod_redirect",
"mod_accesslog",
+ "mod_staticfile",
)
accesslog.filename = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.access.log"