summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-07-01 16:16:40 +0000
committerStefan Bühler <stbuehler@web.de>2009-07-01 16:16:40 +0000
commitb3ba9f0fb916fbc5fd61ceb377440c36d0c7af09 (patch)
tree2592cde64ebdaa97f9a7746d8d268f969c1755d2 /tests
parent3b66d3b6ae8afbb42ca2e81be893582d450c1a23 (diff)
downloadlighttpd-git-b3ba9f0fb916fbc5fd61ceb377440c36d0c7af09.tar.gz
tests: use breakage log
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2555 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests')
-rw-r--r--tests/404-handler.conf1
-rw-r--r--tests/bug-06.conf1
-rw-r--r--tests/bug-12.conf1
-rw-r--r--tests/condition.conf1
-rw-r--r--tests/fastcgi-10.conf1
-rw-r--r--tests/fastcgi-13.conf1
-rw-r--r--tests/fastcgi-auth.conf1
-rw-r--r--tests/fastcgi-responder.conf1
-rw-r--r--tests/lighttpd.conf1
-rw-r--r--tests/lowercase.conf1
-rw-r--r--tests/mod-compress.conf1
-rw-r--r--tests/mod-extforward.conf1
-rw-r--r--tests/proxy.conf1
-rw-r--r--tests/var-include.conf1
14 files changed, 14 insertions, 0 deletions
diff --git a/tests/404-handler.conf b/tests/404-handler.conf
index f1cd28eb..03dfd973 100644
--- a/tests/404-handler.conf
+++ b/tests/404-handler.conf
@@ -10,6 +10,7 @@ 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"
diff --git a/tests/bug-06.conf b/tests/bug-06.conf
index cf6abb4e..34db0e0f 100644
--- a/tests/bug-06.conf
+++ b/tests/bug-06.conf
@@ -8,6 +8,7 @@ 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"
diff --git a/tests/bug-12.conf b/tests/bug-12.conf
index 5394d8c7..b23ae53d 100644
--- a/tests/bug-12.conf
+++ b/tests/bug-12.conf
@@ -8,6 +8,7 @@ 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"
diff --git a/tests/condition.conf b/tests/condition.conf
index 900b9c46..a812c8a8 100644
--- a/tests/condition.conf
+++ b/tests/condition.conf
@@ -10,6 +10,7 @@ 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"
diff --git a/tests/fastcgi-10.conf b/tests/fastcgi-10.conf
index f313b415..087c17d4 100644
--- a/tests/fastcgi-10.conf
+++ b/tests/fastcgi-10.conf
@@ -6,6 +6,7 @@ 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"
diff --git a/tests/fastcgi-13.conf b/tests/fastcgi-13.conf
index 418170b2..19d0b856 100644
--- a/tests/fastcgi-13.conf
+++ b/tests/fastcgi-13.conf
@@ -10,6 +10,7 @@ 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"
diff --git a/tests/fastcgi-auth.conf b/tests/fastcgi-auth.conf
index fadc37c0..cac14535 100644
--- a/tests/fastcgi-auth.conf
+++ b/tests/fastcgi-auth.conf
@@ -12,6 +12,7 @@ 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"
diff --git a/tests/fastcgi-responder.conf b/tests/fastcgi-responder.conf
index c991fbe2..91553423 100644
--- a/tests/fastcgi-responder.conf
+++ b/tests/fastcgi-responder.conf
@@ -15,6 +15,7 @@ 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"
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index b4a90c4e..ec5c7f7a 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -13,6 +13,7 @@ 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"
diff --git a/tests/lowercase.conf b/tests/lowercase.conf
index ae910058..b66980d3 100644
--- a/tests/lowercase.conf
+++ b/tests/lowercase.conf
@@ -6,6 +6,7 @@ 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.force-lowercase-filenames = "enable"
diff --git a/tests/mod-compress.conf b/tests/mod-compress.conf
index 02da9049..8d43b009 100644
--- a/tests/mod-compress.conf
+++ b/tests/mod-compress.conf
@@ -11,6 +11,7 @@ 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.modules = (
diff --git a/tests/mod-extforward.conf b/tests/mod-extforward.conf
index 4a7a5fe6..df692ce2 100644
--- a/tests/mod-extforward.conf
+++ b/tests/mod-extforward.conf
@@ -10,6 +10,7 @@ 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"
diff --git a/tests/proxy.conf b/tests/proxy.conf
index 769cf69a..e130d4a6 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -6,6 +6,7 @@ server.port = 2050
## 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 = "Proxy"
diff --git a/tests/var-include.conf b/tests/var-include.conf
index 6b42bb01..04b8271f 100644
--- a/tests/var-include.conf
+++ b/tests/var-include.conf
@@ -10,6 +10,7 @@ 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"