~ubuntu-branches/ubuntu/quantal/haproxy/quantal

« back to all changes in this revision

Viewing changes to doc/configuration.txt

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-06-04 19:21:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080604192156-3n72encce99pkwrh
Tags: 1.3.14.5-1
* New Upstream Version (Closes: #484221)
* Use debhelper 7, drop CDBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
                                 HAProxy
3
3
                          Configuration Manual
4
4
                         ----------------------
5
 
                            version 1.3.14.2
 
5
                            version 1.3.14.5
6
6
                             willy tarreau
7
 
                               2008/01/17
 
7
                               2008/05/25
8
8
 
9
9
 
10
10
This document covers the configuration language as implemented in the version
1838
1838
      # using HTTP request "OPTIONS * HTTP/1.1" on port 80.
1839
1839
      backend https_relay
1840
1840
          mode tcp
1841
 
          option httpchk OPTIONS * HTTP/1.1\r\nHost: www
 
1841
          option httpchk OPTIONS * HTTP/1.1\r\nHost:\ www
1842
1842
          server apache1 192.168.1.1:443 check port 80
1843
1843
 
1844
1844
  See also : "option ssl-hello-chk", "option smtpchk", "http-check" and the