Skip to content

Commit ed01292

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 073a7f3 commit ed01292

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

docs/dev/configuration.html

Lines changed: 7 additions & 6 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.4-dev0-13 - Configuration Manual</title>
5+
<title>HAProxy version 3.4-dev0-57 - 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" />
@@ -4701,7 +4701,7 @@
47014701
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47024702
</p>
47034703
<p class="text-right">
4704-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/12/04</b></small>
4704+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/12/08</b></small>
47054705
</p>
47064706
</div>
47074707
<!-- /.sidebar -->
@@ -4712,7 +4712,7 @@
47124712
<div class="text-center">
47134713
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
47144714
<h2>Configuration Manual</h2>
4715-
<p><strong>version 3.4-dev0-13</strong></p>
4715+
<p><strong>version 3.4-dev0-57</strong></p>
47164716
<p>
47174717
2025/11/26<br>
47184718

@@ -14158,8 +14158,9 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1415814158
server features are supported, but not TCP or HTTP specific ones.
1415914159

1416014160
spop When used in a backend section, it will turn the backend into a
14161-
log backend. This mode is mandatory and automatically set, if
14162-
necessary, for backends referenced by SPOE engines.</pre>
14161+
spop backend. This mode is mandatory if the backend contains
14162+
SPOA servers, but when mode is tcp, it will automatically be
14163+
converted to mode spop if such servers are detected.</pre>
1416314164
</div>
1416414165
<pre class="text">When doing content switching, it is mandatory that the frontend and the
1416514166
backend are in the same mode (generally HTTP), otherwise the configuration
@@ -33828,7 +33829,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3382833829
<br>
3382933830
<hr>
3383033831
<div class="text-right">
33831-
HAProxy 3.4-dev0-13 &ndash; Configuration Manual<br>
33832+
HAProxy 3.4-dev0-57 &ndash; Configuration Manual<br>
3383233833
<small>, 2025/11/26</small>
3383333834
</div>
3383433835
</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.4-dev0-13 - Starter Guide</title>
5+
<title>HAProxy version 3.4-dev0-57 - 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/12/04</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/12/08</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.4-dev0-13</strong></p>
498+
<p><strong>version 3.4-dev0-57</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.4-dev0-13 &ndash; Starter Guide<br>
2518+
HAProxy 3.4-dev0-57 &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.4-dev0-13 - Management Guide</title>
5+
<title>HAProxy version 3.4-dev0-57 - 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" />
@@ -680,7 +680,7 @@
680680
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
681681
</p>
682682
<p class="text-right">
683-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/12/04</b></small>
683+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/12/08</b></small>
684684
</p>
685685
</div>
686686
<!-- /.sidebar -->
@@ -691,7 +691,7 @@
691691
<div class="text-center">
692692
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
693693
<h2>Management Guide</h2>
694-
<p><strong>version 3.4-dev0-13</strong></p>
694+
<p><strong>version 3.4-dev0-57</strong></p>
695695
<p>
696696
<br>
697697

@@ -5769,7 +5769,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57695769
<br>
57705770
<hr>
57715771
<div class="text-right">
5772-
HAProxy 3.4-dev0-13 &ndash; Management Guide<br>
5772+
HAProxy 3.4-dev0-57 &ndash; Management Guide<br>
57735773
<small>, </small>
57745774
</div>
57755775
</div>

0 commit comments

Comments
 (0)