summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lighttpd.conf')
-rw-r--r--tests/lighttpd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index 1af1c267..d9dfd5b4 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -1,3 +1,5 @@
+debug.log-request-handling = "enable"
+debug.log-condition-handling = "enable"
server.document-root = "@SRCDIR@/tmp/lighttpd/servers/www.example.org/pages/"
server.pid-file = "@SRCDIR@/tmp/lighttpd/lighttpd.pid"
@@ -184,7 +186,7 @@ $HTTP["host"] == "referer.example.org" {
}
}
-$HTTP["url"] == "/empty-ref.jpg" {
+$HTTP["cookie"] =~ "empty-ref" {
$HTTP["referer"] == "" {
url.access-deny = ( "" )
}