From: Willy Tarreau Date: Tue, 1 Mar 2011 19:43:27 +0000 (+0100) Subject: [TESTS] update the url_param regression test to test check_post too X-Git-Tag: v1.5-dev8~306 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a75efe1c02de9d12f0814c099bb1bfe5211d2bab;p=thirdparty%2Fhaproxy.git [TESTS] update the url_param regression test to test check_post too --- diff --git a/tests/test-url-hash.cfg b/tests/test-url-hash.cfg index d4285ffeac..2f384cb9e3 100644 --- a/tests/test-url-hash.cfg +++ b/tests/test-url-hash.cfg @@ -8,6 +8,7 @@ global listen vip1 log global + option httplog bind :8000 mode http maxconn 100 @@ -21,3 +22,19 @@ listen vip1 # control activity this way stats uri /stat +listen vip2 + log global + option httplog + bind :8001 + mode http + maxconn 100 + clitimeout 5000 + contimeout 5000 + srvtimeout 5000 + balance url_param foo check_post + server srv1 127.0.0.1:80 + server srv2 127.0.0.1:80 + + # control activity this way + stats uri /stat +