~ubuntu-branches/ubuntu/intrepid/haproxy/intrepid

« back to all changes in this revision

Viewing changes to tests/test-time.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-03-09 21:30:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080309213029-8oupnrc607mg5uqw
Tags: 1.3.14.3-1
* New Upstream Version
* Add status argument support to init-script to conform to LSB.
* Cleanup pidfile after stop in init script. Init script return code fixups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is a test configuration.
 
2
# It is used to check that time units are correctly parsed.
 
3
 
 
4
global
 
5
        maxconn    1000
 
6
        stats timeout 3s
 
7
 
 
8
listen  sample1
 
9
        mode       http
 
10
        retries    1
 
11
        redispatch
 
12
        contimeout 5s
 
13
        clitimeout 15m
 
14
        srvtimeout 15m
 
15
        maxconn    40000
 
16
        bind       :8080
 
17
        balance    roundrobin
 
18
        option     allbackups
 
19
        server     act1 127.0.0.1:80 weight 10 check port 81 inter 500ms fall 1
 
20
        server     act2 127.0.0.2:80 weight 20 check port 81 inter 500ms fall 1
 
21
        server     act3 127.0.0.3:80 weight 30 check port 81 inter 500ms fall 1
 
22
        option     httpclose
 
23
        stats      uri /stats
 
24
        stats      refresh 5000ms