Skip to content

Commit 05e4595

Browse files
author
HAProxy Community
committed
Update docs for 3.0
1 parent 5d4f120 commit 05e4595

3 files changed

Lines changed: 24 additions & 19 deletions

File tree

docs/3.0/configuration.html

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<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>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4331,7 +4331,7 @@
43314331
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
43324332
</p>
43334333
<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>
43354335
</p>
43364336
</div>
43374337
<!-- /.sidebar -->
@@ -4342,7 +4342,7 @@
43424342
<div class="text-center">
43434343
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
43444344
<h2>Configuration Manual</h2>
4345-
<p><strong>version 3.0.19</strong></p>
4345+
<p><strong>version 3.0.19-6</strong></p>
43464346
<p>
43474347
2026/03/19<br>
43484348

@@ -12191,6 +12191,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1219112191
occurred during the expect rule evaluation. &lt;fmt&gt; is a
1219212192
Custom log format string (see <a href="#8.2.6">section 8.2.6</a>).
1219312193

12194+
status-code &lt;expr&gt; is optional and can be used to set the check status code
12195+
reported in logs, on success or on error. &lt;expr&gt; is a
12196+
standard HAProxy expression formed by a sample-fetch
12197+
followed by some converters.
12198+
1219412199
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
1219512200
response. The keyword may be one of &quot;<a href="#status">status</a>&quot;, &quot;rstatus&quot;, &quot;<a href="#hdr">hdr</a>&quot;,
1219612201
&quot;fhdr&quot;, &quot;string&quot;, or &quot;rstring&quot;. 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.<
1734517350
does not match, the check will wait for more data. If set to 0,
1734617351
the evaluation result is always conclusive.
1734717352

17348-
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
17349-
response. The keyword may be one of &quot;string&quot;, &quot;rstring&quot;, &quot;binary&quot; or
17350-
&quot;rbinary&quot;.
17351-
The keyword may be preceded by an exclamation mark (&quot;!&quot;) 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-
1735517353
ok-status &lt;st&gt; is optional and can be used to set the check status if
1735617354
the expect rule is successfully evaluated and if it is
1735717355
the last rule in the tcp-check ruleset. &quot;L7OK&quot;, &quot;L7OKC&quot;,
@@ -17399,6 +17397,13 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1739917397
standard HAProxy expression formed by a sample-fetch
1740017398
followed by some converters.
1740117399

17400+
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
17401+
response. The keyword may be one of &quot;string&quot;, &quot;rstring&quot;, &quot;binary&quot; or
17402+
&quot;rbinary&quot;.
17403+
The keyword may be preceded by an exclamation mark (&quot;!&quot;) 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+
1740217407
&lt;pattern&gt; is the pattern to look for. It may be a string or a regular
1740317408
expression. If the pattern contains spaces, they must be escaped
1740417409
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
3088030885
<br>
3088130886
<hr>
3088230887
<div class="text-right">
30883-
HAProxy 3.0.19 &ndash; Configuration Manual<br>
30888+
HAProxy 3.0.19-6 &ndash; Configuration Manual<br>
3088430889
<small>, 2026/03/19</small>
3088530890
</div>
3088630891
</div>

docs/3.0/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.0.19 - Starter Guide</title>
5+
<title>HAProxy version 3.0.19-6 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<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>
487+
<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>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.0.19</strong></p>
498+
<p><strong>version 3.0.19-6</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 3.0.19 &ndash; Starter Guide<br>
2518+
HAProxy 3.0.19-6 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.0/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.0.19 - Management Guide</title>
5+
<title>HAProxy version 3.0.19-6 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -646,7 +646,7 @@
646646
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
647647
</p>
648648
<p class="text-right">
649-
<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>
649+
<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>
650650
</p>
651651
</div>
652652
<!-- /.sidebar -->
@@ -657,7 +657,7 @@
657657
<div class="text-center">
658658
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
659659
<h2>Management Guide</h2>
660-
<p><strong>version 3.0.19</strong></p>
660+
<p><strong>version 3.0.19-6</strong></p>
661661
<p>
662662
<br>
663663

@@ -5347,7 +5347,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53475347
<br>
53485348
<hr>
53495349
<div class="text-right">
5350-
HAProxy 3.0.19 &ndash; Management Guide<br>
5350+
HAProxy 3.0.19-6 &ndash; Management Guide<br>
53515351
<small>, </small>
53525352
</div>
53535353
</div>

0 commit comments

Comments
 (0)