summaryrefslogtreecommitdiff
path: root/tests/condition.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/condition.conf')
-rw-r--r--tests/condition.conf9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/condition.conf b/tests/condition.conf
index f02e7ec4..b28be7b8 100644
--- a/tests/condition.conf
+++ b/tests/condition.conf
@@ -1,20 +1,13 @@
-
debug.log-request-handling = "enable"
debug.log-condition-handling = "enable"
+server.systemd-socket-activation = "enable"
server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
-
-## bind to port (default: 80)
-server.port = 2048
-
-## bind to localhost (default: all interfaces)
-server.bind = "localhost"
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.tag = "Apache 1.3.29"
-
server.compat-module-load = "disable"
server.modules = (
"mod_redirect",