Skip to content

Commit 89ea05d

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent aee03ad commit 89ea05d

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

docs/dev/configuration.html

Lines changed: 10 additions & 9 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.3-dev1-86 - Configuration Manual</title>
5+
<title>HAProxy version 3.3-dev1-89 - 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" />
@@ -4612,7 +4612,7 @@
46124612
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46134613
</p>
46144614
<p class="text-right">
4615-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/17</b></small>
4615+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/23</b></small>
46164616
</p>
46174617
</div>
46184618
<!-- /.sidebar -->
@@ -4623,7 +4623,7 @@
46234623
<div class="text-center">
46244624
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46254625
<h2>Configuration Manual</h2>
4626-
<p><strong>version 3.3-dev1-86</strong></p>
4626+
<p><strong>version 3.3-dev1-89</strong></p>
46274627
<p>
46284628
2025/06/11<br>
46294629

@@ -10543,11 +10543,11 @@ <h2 id="chapter-3.4" data-target="3.4"><small><a class="small" href="#3.4">3.4.<
1054310543
'-' (dash), '_' (underscore) , '.' (dot) and ':' (colon). ACL names are
1054410544
case-sensitive, which means that &quot;www&quot; and &quot;WWW&quot; are two different proxies.
1054510545

10546-
Historically, all proxy names could overlap, it just caused troubles in the
10547-
logs. Since the introduction of content switching, it is mandatory that two
10548-
proxies with overlapping capabilities (frontend/backend) have different names.
10549-
However, it is still permitted that a frontend and a backend share the same
10550-
name, as this configuration seems to be commonly encountered.
10546+
Historically, all proxy names could overlap when certain conditions were met
10547+
(e.g. when not having the same frontend/backend capabilities), but it used to
10548+
cause too many problems in the logs as well as confusion on CLI operations,
10549+
stick-tables naming and stats retrieval. It is now mandatory that two proxies
10550+
have different names, regardless of their respective capabilities.
1055110551

1055210552
Right now, two major proxy modes are supported : &quot;tcp&quot;, also known as layer 4,
1055310553
and &quot;http&quot;, also known as layer 7. In layer 4 mode, HAProxy simply forwards
@@ -16460,6 +16460,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1646016460
<span class="label label-info">Arguments :</span><pre class="prettyprint arguments">&lt;name&gt; is the internal name assigned to this server. This name will
1646116461
appear in logs and alerts. If &quot;<a href="#http-send-name-header">http-send-name-header</a>&quot; is
1646216462
set, it will be added to the request header sent to the server.
16463+
This name must be unique within the backend section.
1646316464

1646416465
&lt;address&gt; is the IPv4 or IPv6 address of the server. Alternatively, a
1646516466
resolvable hostname is supported, but this name will be resolved
@@ -33065,7 +33066,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3306533066
<br>
3306633067
<hr>
3306733068
<div class="text-right">
33068-
HAProxy 3.3-dev1-86 &ndash; Configuration Manual<br>
33069+
HAProxy 3.3-dev1-89 &ndash; Configuration Manual<br>
3306933070
<small>, 2025/06/11</small>
3307033071
</div>
3307133072
</div>

docs/dev/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.3-dev1-86 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev1-89 - 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>2025/06/17</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>2025/06/23</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.3-dev1-86</strong></p>
498+
<p><strong>version 3.3-dev1-89</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.3-dev1-86 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev1-89 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/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.3-dev1-86 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev1-89 - 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" />
@@ -662,7 +662,7 @@
662662
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
663663
</p>
664664
<p class="text-right">
665-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/17</b></small>
665+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/23</b></small>
666666
</p>
667667
</div>
668668
<!-- /.sidebar -->
@@ -673,7 +673,7 @@
673673
<div class="text-center">
674674
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
675675
<h2>Management Guide</h2>
676-
<p><strong>version 3.3-dev1-86</strong></p>
676+
<p><strong>version 3.3-dev1-89</strong></p>
677677
<p>
678678
<br>
679679

@@ -5561,7 +5561,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55615561
<br>
55625562
<hr>
55635563
<div class="text-right">
5564-
HAProxy 3.3-dev1-86 &ndash; Management Guide<br>
5564+
HAProxy 3.3-dev1-89 &ndash; Management Guide<br>
55655565
<small>, </small>
55665566
</div>
55675567
</div>

0 commit comments

Comments
 (0)