Skip to content

Commit 0978a76

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent c9fa09a commit 0978a76

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed

docs/dev/configuration.html

Lines changed: 22 additions & 5 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.1-dev9-20 - Configuration Manual</title>
5+
<title>HAProxy version 3.1-dev9-21 - 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" />
@@ -1937,6 +1937,8 @@
19371937

19381938
<a class="list-group-item" href="#fix_tag_value">fix_tag_value</a>
19391939

1940+
<a class="list-group-item" href="#force-cfg-parser-pause">force-cfg-parser-pause</a>
1941+
19401942
<a class="list-group-item" href="#force-persist">force-persist</a>
19411943

19421944
<a class="list-group-item" href="#force-sslv3">force-sslv3</a>
@@ -4390,7 +4392,7 @@
43904392
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
43914393
</p>
43924394
<p class="text-right">
4393-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/10/10</b></small>
4395+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/10/11</b></small>
43944396
</p>
43954397
</div>
43964398
<!-- /.sidebar -->
@@ -4401,7 +4403,7 @@
44014403
<div class="text-center">
44024404
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44034405
<h2>Configuration Manual</h2>
4404-
<p><strong>version 3.1-dev9-20</strong></p>
4406+
<p><strong>version 3.1-dev9-21</strong></p>
44054407
<p>
44064408
2024/10/03<br>
44074409

@@ -9327,7 +9329,22 @@ <h2 id="chapter-3.3" data-target="3.3"><small><a class="small" href="#3.3">3.3.<
93279329
commands when anonymized mode is enabled. This key may also be set at runtime
93289330
from the CLI command &quot;set anon global-key&quot;. See also command line argument
93299331
&quot;-dC&quot; in the management manual.
9330-
</pre><a class="anchor" name="quick-exit"></a><a class="anchor" name="3-quick-exit"></a><a class="anchor" name="3.3-quick-exit"></a><a class="anchor" name="quick-exit (Global parameters)"></a><a class="anchor" name="quick-exit (Debugging)"></a><div class="keyword"><b><a class="anchor" name="quick-exit"></a><a href="#3.3-quick-exit">quick-exit</a></b></div><pre class="text">This speeds up the old process exit upon reload by skipping the releasing of
9332+
</pre><a class="anchor" name="force-cfg-parser-pause"></a><a class="anchor" name="3-force-cfg-parser-pause"></a><a class="anchor" name="3.3-force-cfg-parser-pause"></a><a class="anchor" name="force-cfg-parser-pause (Global parameters)"></a><a class="anchor" name="force-cfg-parser-pause (Debugging)"></a><div class="keyword"><b><a class="anchor" name="force-cfg-parser-pause"></a><a href="#3.3-force-cfg-parser-pause">force-cfg-parser-pause</a></b> <span style="color: #080">&lt;timeout&gt;</span></div><pre class="text">This command is pausing the configuration parser for &lt;timeout&gt; milliseconds.
9333+
This is useful for development or for testing timeouts of init scripts,
9334+
particularly to simulate a very long reload.
9335+
It requires the expose-experimental-directives to be set.
9336+
9337+
&lt;timeout&gt; is the timeout value specified in milliseconds by default, but
9338+
can be in any other unit if the number is suffixed by the unit,
9339+
as explained at the top of this document.
9340+
</pre><div class="separator">
9341+
<span class="label label-success">Example:</span>
9342+
<pre class="prettyprint">
9343+
<code>global
9344+
expose-experimental-directives
9345+
force-cfg-parser-pause 10s
9346+
</code></pre>
9347+
</div><a class="anchor" name="quick-exit"></a><a class="anchor" name="3-quick-exit"></a><a class="anchor" name="3.3-quick-exit"></a><a class="anchor" name="quick-exit (Global parameters)"></a><a class="anchor" name="quick-exit (Debugging)"></a><div class="keyword"><b><a class="anchor" name="quick-exit"></a><a href="#3.3-quick-exit">quick-exit</a></b></div><pre class="text">This speeds up the old process exit upon reload by skipping the releasing of
93319348
memory objects and listeners, since all of these are reclaimed by the
93329349
operating system at the process' death. The gains are only marginal (in the
93339350
order of a few hundred milliseconds for huge configurations at most). The
@@ -31102,7 +31119,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3110231119
<br>
3110331120
<hr>
3110431121
<div class="text-right">
31105-
HAProxy 3.1-dev9-20 &ndash; Configuration Manual<br>
31122+
HAProxy 3.1-dev9-21 &ndash; Configuration Manual<br>
3110631123
<small>, 2024/10/03</small>
3110731124
</div>
3110831125
</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.1-dev9-20 - Starter Guide</title>
5+
<title>HAProxy version 3.1-dev9-21 - 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>2024/10/10</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>2024/10/11</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.1-dev9-20</strong></p>
498+
<p><strong>version 3.1-dev9-21</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.1-dev9-20 &ndash; Starter Guide<br>
2518+
HAProxy 3.1-dev9-21 &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.1-dev9-20 - Management Guide</title>
5+
<title>HAProxy version 3.1-dev9-21 - 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>2024/10/10</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>2024/10/11</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.1-dev9-20</strong></p>
660+
<p><strong>version 3.1-dev9-21</strong></p>
661661
<p>
662662
<br>
663663

@@ -5339,7 +5339,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53395339
<br>
53405340
<hr>
53415341
<div class="text-right">
5342-
HAProxy 3.1-dev9-20 &ndash; Management Guide<br>
5342+
HAProxy 3.1-dev9-21 &ndash; Management Guide<br>
53435343
<small>, </small>
53445344
</div>
53455345
</div>

0 commit comments

Comments
 (0)