From 7258624e51b4bdb1b79f19f6c31ca7814cabcee1 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 5 Apr 2022 18:09:11 -0400 Subject: [tests] able to run tests when built w/o pcre perl test framework now runs most tests even when lighttpd has been built without pcre support, though some tests which rely on regex are skipped (tests/core-condition.t) --- tests/proxy.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/proxy.conf') diff --git a/tests/proxy.conf b/tests/proxy.conf index 72d27a9c..365693ab 100644 --- a/tests/proxy.conf +++ b/tests/proxy.conf @@ -10,7 +10,6 @@ server.tag = "Proxy" server.compat-module-load = "disable" server.modules = ( - "mod_rewrite", "mod_proxy", "mod_accesslog", ) @@ -24,7 +23,6 @@ proxy.server = ( "" => ( "port" => env.EPHEMERAL_PORT, ), )) - -url.rewrite = ( - "^/rewrite/all(/.*)$" => "/cgi.pl?$1", +proxy.header = ( + "map-urlpath" => ( "/rewrite/all" => "/cgi.pl?" ) ) -- cgit v1.2.1