From 93bc7f269521b368806d0f0e09f9bf25fbf8a236 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 9 Jan 2022 04:46:43 -0500 Subject: [core] allow tests/tmp/bind.conf override (#3137) optional bind spec override for tests/*.conf, e.g. for use on platforms w/o socket activation x-ref: "TRACEME environment option in tests broken with LISTEN_PID" https://redmine.lighttpd.net/issues/3137 --- tests/scgi-responder.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/scgi-responder.conf') diff --git a/tests/scgi-responder.conf b/tests/scgi-responder.conf index b1368d7e..15726b38 100644 --- a/tests/scgi-responder.conf +++ b/tests/scgi-responder.conf @@ -3,6 +3,9 @@ #debug.log-request-handling = "enable" server.systemd-socket-activation = "enable" +# optional bind spec override, e.g. for platforms without socket activation +include env.SRCDIR + "/tmp/bind*.conf" + server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/" server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log" server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log" -- cgit v1.2.1