|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.0.19 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.0.19-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" /> |
|
4331 | 4331 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4332 | 4332 | </p> |
4333 | 4333 | <p class="text-right"> |
4334 | | - <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/19</b></small> |
| 4334 | + <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> |
4335 | 4335 | </p> |
4336 | 4336 | </div> |
4337 | 4337 | <!-- /.sidebar --> |
|
4342 | 4342 | <div class="text-center"> |
4343 | 4343 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4344 | 4344 | <h2>Configuration Manual</h2> |
4345 | | - <p><strong>version 3.0.19</strong></p> |
| 4345 | + <p><strong>version 3.0.19-6</strong></p> |
4346 | 4346 | <p> |
4347 | 4347 | 2026/03/19<br> |
4348 | 4348 |
|
@@ -12191,6 +12191,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
12191 | 12191 | occurred during the expect rule evaluation. <fmt> is a |
12192 | 12192 | Custom log format string (see <a href="#8.2.6">section 8.2.6</a>). |
12193 | 12193 |
|
| 12194 | +status-code <expr> is optional and can be used to set the check status code |
| 12195 | + reported in logs, on success or on error. <expr> is a |
| 12196 | + standard HAProxy expression formed by a sample-fetch |
| 12197 | + followed by some converters. |
| 12198 | + |
12194 | 12199 | <match> is a keyword indicating how to look for a specific pattern in the |
12195 | 12200 | response. The keyword may be one of "<a href="#status">status</a>", "rstatus", "<a href="#hdr">hdr</a>", |
12196 | 12201 | "fhdr", "string", or "rstring". The keyword may be preceded by an |
@@ -17345,13 +17350,6 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
17345 | 17350 | does not match, the check will wait for more data. If set to 0, |
17346 | 17351 | the evaluation result is always conclusive. |
17347 | 17352 |
|
17348 | | -<match> is a keyword indicating how to look for a specific pattern in the |
17349 | | - response. The keyword may be one of "string", "rstring", "binary" or |
17350 | | - "rbinary". |
17351 | | - The keyword may be preceded by an exclamation mark ("!") to negate |
17352 | | - the match. Spaces are allowed between the exclamation mark and the |
17353 | | - keyword. See below for more details on the supported keywords. |
17354 | | - |
17355 | 17353 | ok-status <st> is optional and can be used to set the check status if |
17356 | 17354 | the expect rule is successfully evaluated and if it is |
17357 | 17355 | the last rule in the tcp-check ruleset. "L7OK", "L7OKC", |
@@ -17399,6 +17397,13 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
17399 | 17397 | standard HAProxy expression formed by a sample-fetch |
17400 | 17398 | followed by some converters. |
17401 | 17399 |
|
| 17400 | +<match> is a keyword indicating how to look for a specific pattern in the |
| 17401 | + response. The keyword may be one of "string", "rstring", "binary" or |
| 17402 | + "rbinary". |
| 17403 | + The keyword may be preceded by an exclamation mark ("!") to negate |
| 17404 | + the match. Spaces are allowed between the exclamation mark and the |
| 17405 | + keyword. See below for more details on the supported keywords. |
| 17406 | + |
17402 | 17407 | <pattern> is the pattern to look for. It may be a string or a regular |
17403 | 17408 | expression. If the pattern contains spaces, they must be escaped |
17404 | 17409 | with the usual backslash ('\'). |
@@ -30880,7 +30885,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
30880 | 30885 | <br> |
30881 | 30886 | <hr> |
30882 | 30887 | <div class="text-right"> |
30883 | | - HAProxy 3.0.19 – Configuration Manual<br> |
| 30888 | + HAProxy 3.0.19-6 – Configuration Manual<br> |
30884 | 30889 | <small>, 2026/03/19</small> |
30885 | 30890 | </div> |
30886 | 30891 | </div> |
|
0 commit comments