summaryrefslogtreecommitdiff
path: root/tests/lighttpd.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-12-09 14:31:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2018-12-10 22:36:23 -0500
commitf03e5e239d024965d4c1476b5e02baa06f876269 (patch)
treefd485ce250b615a92e136238af1f221f20ca129d /tests/lighttpd.conf
parentdd11144bc81884fa62d90a038ceb5f00c0f88d5e (diff)
downloadlighttpd-git-f03e5e239d024965d4c1476b5e02baa06f876269.tar.gz
[tests] t/test_keyvalue
create t/test_keyvalue to replace sparse tests in tests/mod-redirect.t and tests/mod-rewrite.t remove tests/mod-redirect.t and tests/mod-rewrite.t
Diffstat (limited to 'tests/lighttpd.conf')
-rw-r--r--tests/lighttpd.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf
index 6566d1c8..f4454f95 100644
--- a/tests/lighttpd.conf
+++ b/tests/lighttpd.conf
@@ -245,34 +245,6 @@ $HTTP["host"] == "auth.example.org" {
)
}
-$HTTP["host"] =~ "(vvv).example.org" {
- url.redirect = (
- "^/redirect/$" => "http://localhost:2048/",
- )
-}
-
-$HTTP["host"] =~ "(zzz).example.org" {
- url.redirect = (
- "^/redirect/$" => "http://localhost:2048/%1",
- )
-}
-
-$HTTP["host"] =~ "(remoteip)\.example\.org" {
- $HTTP["remoteip"] =~ "(127\.0\.0\.1)" {
- url.redirect = (
- "^/redirect/$" => "http://localhost:2048/%1",
- )
- }
-}
-
-$HTTP["remoteip"] =~ "(127\.0\.0\.1)" {
- $HTTP["host"] =~ "(remoteip2)\.example\.org" {
- url.redirect = (
- "^/redirect/$" => "http://localhost:2048/%1",
- )
- }
-}
-
$HTTP["host"] =~ "bug255\.example\.org$" {
$HTTP["remoteip"] == "127.0.0.1" {
url.access-deny = (