Skip to content

Commit 66d5476

Browse files
author
HAProxy Community
committed
Update docs for 2.4
1 parent e040117 commit 66d5476

3 files changed

Lines changed: 25 additions & 20 deletions

File tree

docs/2.4/configuration.html

Lines changed: 17 additions & 12 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.4.31 - Configuration Manual</title>
5+
<title>HAProxy version 2.4.31-14 - 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" />
@@ -3757,7 +3757,7 @@
37573757
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
37583758
</p>
37593759
<p class="text-right">
3760-
<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/09</b></small>
3760+
<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>
37613761
</p>
37623762
</div>
37633763
<!-- /.sidebar -->
@@ -3768,7 +3768,7 @@
37683768
<div class="text-center">
37693769
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
37703770
<h2>Configuration Manual</h2>
3771-
<p><strong>version 2.4.31</strong></p>
3771+
<p><strong>version 2.4.31-14</strong></p>
37723772
<p>
37733773
2026/03/09<br>
37743774

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

9855+
status-code &lt;expr&gt; is optional and can be used to set the check status code
9856+
reported in logs, on success or on error. &lt;expr&gt; is a
9857+
standard HAProxy expression formed by a sample-fetch
9858+
followed by some converters.
9859+
98559860
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
98569861
response. The keyword may be one of &quot;<a href="#status">status</a>&quot;, &quot;rstatus&quot;, &quot;<a href="#hdr">hdr</a>&quot;,
98579862
&quot;fhdr&quot;, &quot;string&quot;, or &quot;rstring&quot;. The keyword may be preceded by an
@@ -9960,7 +9965,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
99609965
http-check expect status 200,201,300-310
99619966

99629967
<span class="comment"># be sure a sessid coookie is set</span>
9963-
http-check expect header name &quot;<a href="#set-cookie">set-cookie</a>&quot; value -m beg &quot;sessid=&quot;
9968+
http-check expect hdr name &quot;<a href="#set-cookie">set-cookie</a>&quot; value -m beg &quot;sessid=&quot;
99649969

99659970
<span class="comment"># consider SQL errors as errors</span>
99669971
http-check expect ! string SQL\ Error
@@ -15672,13 +15677,6 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1567215677
does not match, the check will wait for more data. If set to 0,
1567315678
the evaluation result is always conclusive.
1567415679

15675-
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
15676-
response. The keyword may be one of &quot;string&quot;, &quot;rstring&quot;, &quot;binary&quot; or
15677-
&quot;rbinary&quot;.
15678-
The keyword may be preceded by an exclamation mark (&quot;!&quot;) to negate
15679-
the match. Spaces are allowed between the exclamation mark and the
15680-
keyword. See below for more details on the supported keywords.
15681-
1568215680
ok-status &lt;st&gt; is optional and can be used to set the check status if
1568315681
the expect rule is successfully evaluated and if it is
1568415682
the last rule in the tcp-check ruleset. &quot;L7OK&quot;, &quot;L7OKC&quot;,
@@ -15725,6 +15723,13 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1572515723
standard HAProxy expression formed by a sample-fetch
1572615724
followed by some converters.
1572715725

15726+
&lt;match&gt; is a keyword indicating how to look for a specific pattern in the
15727+
response. The keyword may be one of &quot;string&quot;, &quot;rstring&quot;, &quot;binary&quot; or
15728+
&quot;rbinary&quot;.
15729+
The keyword may be preceded by an exclamation mark (&quot;!&quot;) to negate
15730+
the match. Spaces are allowed between the exclamation mark and the
15731+
keyword. See below for more details on the supported keywords.
15732+
1572815733
&lt;pattern&gt; is the pattern to look for. It may be a string or a regular
1572915734
expression. If the pattern contains spaces, they must be escaped
1573015735
with the usual backslash ('\').
@@ -24861,7 +24866,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
2486124866
<br>
2486224867
<hr>
2486324868
<div class="text-right">
24864-
HAProxy 2.4.31 &ndash; Configuration Manual<br>
24869+
HAProxy 2.4.31-14 &ndash; Configuration Manual<br>
2486524870
<small>, 2026/03/09</small>
2486624871
</div>
2486724872
</div>

docs/2.4/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.4.31 - Starter Guide</title>
5+
<title>HAProxy version 2.4.31-14 - 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/09</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.4.31</strong></p>
498+
<p><strong>version 2.4.31-14</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.4.31 &ndash; Starter Guide<br>
2518+
HAProxy 2.4.31-14 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/2.4/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.4.31 - Management Guide</title>
5+
<title>HAProxy version 2.4.31-14 - 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" />
@@ -531,7 +531,7 @@
531531
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
532532
</p>
533533
<p class="text-right">
534-
<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/09</b></small>
534+
<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>
535535
</p>
536536
</div>
537537
<!-- /.sidebar -->
@@ -542,7 +542,7 @@
542542
<div class="text-center">
543543
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
544544
<h2>Management Guide</h2>
545-
<p><strong>version 2.4.31</strong></p>
545+
<p><strong>version 2.4.31-14</strong></p>
546546
<p>
547547
<br>
548548

@@ -4155,7 +4155,7 @@ <h2 id="chapter-9.4" data-target="9.4"><small><a class="small" href="#9.4">9.4.<
41554155
<br>
41564156
<hr>
41574157
<div class="text-right">
4158-
HAProxy 2.4.31 &ndash; Management Guide<br>
4158+
HAProxy 2.4.31-14 &ndash; Management Guide<br>
41594159
<small>, </small>
41604160
</div>
41614161
</div>

0 commit comments

Comments
 (0)