Skip to content

Commit e040117

Browse files
author
HAProxy Community
committed
Update docs for 2.6
1 parent 256a54f commit e040117

3 files changed

Lines changed: 24 additions & 19 deletions

File tree

docs/2.6/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 2.6.25 - Configuration Manual</title>
5+
<title>HAProxy version 2.6.25-5 - 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" />
@@ -4145,7 +4145,7 @@
41454145
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
41464146
</p>
41474147
<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>
41494149
</p>
41504150
</div>
41514151
<!-- /.sidebar -->
@@ -4156,7 +4156,7 @@
41564156
<div class="text-center">
41574157
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
41584158
<h2>Configuration Manual</h2>
4159-
<p><strong>version 2.6.25</strong></p>
4159+
<p><strong>version 2.6.25-5</strong></p>
41604160
<p>
41614161
2026/03/20<br>
41624162

@@ -10750,6 +10750,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1075010750
occurred during the expect rule evaluation. &lt;fmt&gt; is a
1075110751
log-format string.
1075210752

10753+
status-code &lt;expr&gt; is optional and can be used to set the check status code
10754+
reported in logs, on success or on error. &lt;expr&gt; is a
10755+
standard HAProxy expression formed by a sample-fetch
10756+
followed by some converters.
10757+
1075310758
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
1075410759
response. The keyword may be one of &quot;<a href="#status">status</a>&quot;, &quot;rstatus&quot;, &quot;<a href="#hdr">hdr</a>&quot;,
1075510760
&quot;fhdr&quot;, &quot;string&quot;, or &quot;rstring&quot;. 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.<
1657916584
does not match, the check will wait for more data. If set to 0,
1658016585
the evaluation result is always conclusive.
1658116586

16582-
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
16583-
response. The keyword may be one of &quot;string&quot;, &quot;rstring&quot;, &quot;binary&quot; or
16584-
&quot;rbinary&quot;.
16585-
The keyword may be preceded by an exclamation mark (&quot;!&quot;) 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-
1658916587
ok-status &lt;st&gt; is optional and can be used to set the check status if
1659016588
the expect rule is successfully evaluated and if it is
1659116589
the last rule in the tcp-check ruleset. &quot;L7OK&quot;, &quot;L7OKC&quot;,
@@ -16632,6 +16630,13 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1663216630
standard HAProxy expression formed by a sample-fetch
1663316631
followed by some converters.
1663416632

16633+
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
16634+
response. The keyword may be one of &quot;string&quot;, &quot;rstring&quot;, &quot;binary&quot; or
16635+
&quot;rbinary&quot;.
16636+
The keyword may be preceded by an exclamation mark (&quot;!&quot;) 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+
1663516640
&lt;pattern&gt; is the pattern to look for. It may be a string or a regular
1663616641
expression. If the pattern contains spaces, they must be escaped
1663716642
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
2653626541
<br>
2653726542
<hr>
2653826543
<div class="text-right">
26539-
HAProxy 2.6.25 &ndash; Configuration Manual<br>
26544+
HAProxy 2.6.25-5 &ndash; Configuration Manual<br>
2654026545
<small>, 2026/03/20</small>
2654126546
</div>
2654226547
</div>

docs/2.6/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 2.6.25 - Starter Guide</title>
5+
<title>HAProxy version 2.6.25-5 - 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/20</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 2.6.25</strong></p>
498+
<p><strong>version 2.6.25-5</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 2.6.25 &ndash; Starter Guide<br>
2518+
HAProxy 2.6.25-5 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/2.6/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 2.6.25 - Management Guide</title>
5+
<title>HAProxy version 2.6.25-5 - 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" />
@@ -592,7 +592,7 @@
592592
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
593593
</p>
594594
<p class="text-right">
595-
<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>
595+
<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>
596596
</p>
597597
</div>
598598
<!-- /.sidebar -->
@@ -603,7 +603,7 @@
603603
<div class="text-center">
604604
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
605605
<h2>Management Guide</h2>
606-
<p><strong>version 2.6.25</strong></p>
606+
<p><strong>version 2.6.25-5</strong></p>
607607
<p>
608608
<br>
609609

@@ -4716,7 +4716,7 @@ <h3 id="chapter-9.4.1" data-target="9.4.1"><small><a class="small" href="#9.4.1"
47164716
<br>
47174717
<hr>
47184718
<div class="text-right">
4719-
HAProxy 2.6.25 &ndash; Management Guide<br>
4719+
HAProxy 2.6.25-5 &ndash; Management Guide<br>
47204720
<small>, </small>
47214721
</div>
47224722
</div>

0 commit comments

Comments
 (0)