1#
2# NOTE: ORDER IS IMPORTANT IN THIS FILE
3#
4# Interface to do the redirections on and the IP address which will be
5# targeted.
6#
7interface nf0 192.168.1.1,2100
8#
9connect timeout 1
10connect frequency 20
11#
12# If no probe string is specified, a successful connection implies the
13# server is still alive.
14#
15probe string GET /\n\n
16#probe file http.check
17#
18response timeout 4
19response string <HTML>
20#response file http.ok
21#
22# Here we have multiple servers, listed because that's what happens to be
23# used for testing of connect timeoutes, read timeouts, success and things
24# which don't connect.
25#
26remote server 192.168.1.2,23
27remote server 192.168.1.2,2101
28remote server 192.168.1.3,25
29remote server 192.168.1.254,8000
30remote server 192.168.1.1,9
31#
32