From 426880f0a22067ca3b090fe5c6ba8bd8e1817d1e Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 17 Aug 2005 09:52:16 +0000 Subject: removed warnings on empty response-body, added debug output to mod_proxy git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@559 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/proxy.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/proxy.conf') diff --git a/tests/proxy.conf b/tests/proxy.conf index 891e0ebc..e6ac8653 100644 --- a/tests/proxy.conf +++ b/tests/proxy.conf @@ -67,6 +67,7 @@ setenv.add-environment = ( "TRAC_ENV" => "foo") setenv.add-request-header = ( "FOO" => "foo") setenv.add-response-header = ( "BAR" => "foo") +proxy.debug = 1 proxy.server = ( "" => ( "grisu" => ( "host" => "127.0.0.1", -- cgit v1.2.1