|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 2.8.20 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 2.8.20-6 - 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" /> |
|
4296 | 4296 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4297 | 4297 | </p> |
4298 | 4298 | <p class="text-right"> |
4299 | | - <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> |
| 4299 | + <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> |
4300 | 4300 | </p> |
4301 | 4301 | </div> |
4302 | 4302 | <!-- /.sidebar --> |
|
4307 | 4307 | <div class="text-center"> |
4308 | 4308 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4309 | 4309 | <h2>Configuration Manual</h2> |
4310 | | - <p><strong>version 2.8.20</strong></p> |
| 4310 | + <p><strong>version 2.8.20-6</strong></p> |
4311 | 4311 | <p> |
4312 | 4312 | 2026/03/20<br> |
4313 | 4313 |
|
@@ -11441,6 +11441,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
11441 | 11441 | occurred during the expect rule evaluation. <fmt> is a |
11442 | 11442 | log-format string. |
11443 | 11443 |
|
| 11444 | +status-code <expr> is optional and can be used to set the check status code |
| 11445 | + reported in logs, on success or on error. <expr> is a |
| 11446 | + standard HAProxy expression formed by a sample-fetch |
| 11447 | + followed by some converters. |
| 11448 | + |
11444 | 11449 | <match> is a keyword indicating how to look for a specific pattern in the |
11445 | 11450 | response. The keyword may be one of "<a href="#status">status</a>", "rstatus", "<a href="#hdr">hdr</a>", |
11446 | 11451 | "fhdr", "string", or "rstring". The keyword may be preceded by an |
@@ -17511,13 +17516,6 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
17511 | 17516 | does not match, the check will wait for more data. If set to 0, |
17512 | 17517 | the evaluation result is always conclusive. |
17513 | 17518 |
|
17514 | | -<match> is a keyword indicating how to look for a specific pattern in the |
17515 | | - response. The keyword may be one of "string", "rstring", "binary" or |
17516 | | - "rbinary". |
17517 | | - The keyword may be preceded by an exclamation mark ("!") to negate |
17518 | | - the match. Spaces are allowed between the exclamation mark and the |
17519 | | - keyword. See below for more details on the supported keywords. |
17520 | | - |
17521 | 17519 | ok-status <st> is optional and can be used to set the check status if |
17522 | 17520 | the expect rule is successfully evaluated and if it is |
17523 | 17521 | the last rule in the tcp-check ruleset. "L7OK", "L7OKC", |
@@ -17564,6 +17562,13 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
17564 | 17562 | standard HAProxy expression formed by a sample-fetch |
17565 | 17563 | followed by some converters. |
17566 | 17564 |
|
| 17565 | +<match> is a keyword indicating how to look for a specific pattern in the |
| 17566 | + response. The keyword may be one of "string", "rstring", "binary" or |
| 17567 | + "rbinary". |
| 17568 | + The keyword may be preceded by an exclamation mark ("!") to negate |
| 17569 | + the match. Spaces are allowed between the exclamation mark and the |
| 17570 | + keyword. See below for more details on the supported keywords. |
| 17571 | + |
17567 | 17572 | <pattern> is the pattern to look for. It may be a string or a regular |
17568 | 17573 | expression. If the pattern contains spaces, they must be escaped |
17569 | 17574 | with the usual backslash ('\'). |
@@ -28005,7 +28010,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
28005 | 28010 | <br> |
28006 | 28011 | <hr> |
28007 | 28012 | <div class="text-right"> |
28008 | | - HAProxy 2.8.20 – Configuration Manual<br> |
| 28013 | + HAProxy 2.8.20-6 – Configuration Manual<br> |
28009 | 28014 | <small>, 2026/03/20</small> |
28010 | 28015 | </div> |
28011 | 28016 | </div> |
|
0 commit comments