|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 2.6.25 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 2.6.25-5 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4145 | 4145 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4146 | 4146 | </p> |
4147 | 4147 | <p class="text-right"> |
4148 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/03/20</b></small> |
| 4148 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/04/17</b></small> |
4149 | 4149 | </p> |
4150 | 4150 | </div> |
4151 | 4151 | <!-- /.sidebar --> |
|
4156 | 4156 | <div class="text-center"> |
4157 | 4157 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4158 | 4158 | <h2>Configuration Manual</h2> |
4159 | | - <p><strong>version 2.6.25</strong></p> |
| 4159 | + <p><strong>version 2.6.25-5</strong></p> |
4160 | 4160 | <p> |
4161 | 4161 | 2026/03/20<br> |
4162 | 4162 |
|
@@ -10750,6 +10750,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
10750 | 10750 | occurred during the expect rule evaluation. <fmt> is a |
10751 | 10751 | log-format string. |
10752 | 10752 |
|
| 10753 | +status-code <expr> is optional and can be used to set the check status code |
| 10754 | + reported in logs, on success or on error. <expr> is a |
| 10755 | + standard HAProxy expression formed by a sample-fetch |
| 10756 | + followed by some converters. |
| 10757 | + |
10753 | 10758 | <match> is a keyword indicating how to look for a specific pattern in the |
10754 | 10759 | response. The keyword may be one of "<a href="#status">status</a>", "rstatus", "<a href="#hdr">hdr</a>", |
10755 | 10760 | "fhdr", "string", or "rstring". The keyword may be preceded by an |
@@ -16579,13 +16584,6 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
16579 | 16584 | does not match, the check will wait for more data. If set to 0, |
16580 | 16585 | the evaluation result is always conclusive. |
16581 | 16586 |
|
16582 | | -<match> is a keyword indicating how to look for a specific pattern in the |
16583 | | - response. The keyword may be one of "string", "rstring", "binary" or |
16584 | | - "rbinary". |
16585 | | - The keyword may be preceded by an exclamation mark ("!") to negate |
16586 | | - the match. Spaces are allowed between the exclamation mark and the |
16587 | | - keyword. See below for more details on the supported keywords. |
16588 | | - |
16589 | 16587 | ok-status <st> is optional and can be used to set the check status if |
16590 | 16588 | the expect rule is successfully evaluated and if it is |
16591 | 16589 | the last rule in the tcp-check ruleset. "L7OK", "L7OKC", |
@@ -16632,6 +16630,13 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
16632 | 16630 | standard HAProxy expression formed by a sample-fetch |
16633 | 16631 | followed by some converters. |
16634 | 16632 |
|
| 16633 | +<match> is a keyword indicating how to look for a specific pattern in the |
| 16634 | + response. The keyword may be one of "string", "rstring", "binary" or |
| 16635 | + "rbinary". |
| 16636 | + The keyword may be preceded by an exclamation mark ("!") to negate |
| 16637 | + the match. Spaces are allowed between the exclamation mark and the |
| 16638 | + keyword. See below for more details on the supported keywords. |
| 16639 | + |
16635 | 16640 | <pattern> is the pattern to look for. It may be a string or a regular |
16636 | 16641 | expression. If the pattern contains spaces, they must be escaped |
16637 | 16642 | with the usual backslash ('\'). |
@@ -26536,7 +26541,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
26536 | 26541 | <br> |
26537 | 26542 | <hr> |
26538 | 26543 | <div class="text-right"> |
26539 | | - HAProxy 2.6.25 – Configuration Manual<br> |
| 26544 | + HAProxy 2.6.25-5 – Configuration Manual<br> |
26540 | 26545 | <small>, 2026/03/20</small> |
26541 | 26546 | </div> |
26542 | 26547 | </div> |
|
0 commit comments