|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
5 |
| - <title>HAProxy version 3.2-dev12-8 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2-dev12-29 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
|
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
|
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" />
|
|
1333 | 1333 | </div> <!-- /letter -->
|
1334 | 1334 | <div class="letter" id="letter-A"><h4>A</h4>
|
1335 | 1335 |
|
1336 |
| - <a class="list-group-item" href="#a">a</a> |
1337 |
| - |
1338 | 1336 | <a class="list-group-item" href="#accept">accept</a>
|
1339 | 1337 |
|
1340 | 1338 | <a class="list-group-item" href="#accept-netscaler-cip">accept-netscaler-cip</a>
|
|
4551 | 4549 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
|
4552 | 4550 | </p>
|
4553 | 4551 | <p class="text-right">
|
4554 |
| - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/04/25</b></small> |
| 4552 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/04/28</b></small> |
4555 | 4553 | </p>
|
4556 | 4554 | </div>
|
4557 | 4555 | <!-- /.sidebar -->
|
|
4562 | 4560 | <div class="text-center">
|
4563 | 4561 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
|
4564 | 4562 | <h2>Configuration Manual</h2>
|
4565 |
| - <p><strong>version 3.2-dev12-8</strong></p> |
| 4563 | + <p><strong>version 3.2-dev12-29</strong></p> |
4566 | 4564 | <p>
|
4567 | 4565 | 2025/04/25<br>
|
4568 | 4566 |
|
@@ -10633,31 +10631,31 @@ <h2 id="chapter-3.10" data-target="3.10"><small><a class="small" href="#3.10">3.
|
10633 | 10631 | traditional formats. This option should be used with the format raw setting on
|
10634 | 10632 | destination log targets to ensure the original message content is preserved.
|
10635 | 10633 | </pre><a class="anchor" name="option"></a><a class="anchor" name="3-option"></a><a class="anchor" name="3.10-option"></a><a class="anchor" name="option (Global parameters)"></a><a class="anchor" name="option (Log forwarding)"></a><a class="anchor" name="option host"></a><a class="anchor" name="3-option host"></a><a class="anchor" name="3.10-option host"></a><a class="anchor" name="option host (Global parameters)"></a><a class="anchor" name="option host (Log forwarding)"></a><div class="keyword"><b><a class="anchor" name="option host"></a><a href="#3.10-option%20host">option host</a></b> <span style="color: #800">{ replace | fill | keep | append }</span></div><pre class="text">Set the host strategy that should be used on the log-forward section
|
10636 |
| -regarding syslog host field for outbound rfc3164 or rfc5424 messages. |
| 10634 | +regarding syslog hostname field for outbound rfc3164 or rfc5424 messages. |
10637 | 10635 |
|
10638 |
| - replace If input message already contains a value for the host field, |
| 10636 | + replace If input message already contains a value for the hostname field, |
10639 | 10637 | we replace it by the source IP address from the sender.
|
10640 |
| - If input message doesn't contain a value for the host field (ie: |
10641 |
| - '-' as input rfc5424 message or non compliant rfc3164 or rfc5424 |
10642 |
| - message), we use the source IP address from the sender as host |
10643 |
| - field. |
| 10638 | + If input message doesn't contain a value for the hostname field |
| 10639 | + (ie: '-' as input rfc5424 message or non compliant rfc3164 or |
| 10640 | + rfc5424 message), we use the source IP address from the sender as |
| 10641 | + hostname field. |
10644 | 10642 |
|
10645 |
| - fill If input message already contains a value for the host field, |
| 10643 | + fill If input message already contains a value for the hostname field, |
10646 | 10644 | we keep it.
|
10647 |
| - If input message doesn't contain a value for the host field |
| 10645 | + If input message doesn't contain a value for the hostname field |
10648 | 10646 | (ie: '-' as input rfc5424 message or non compliant rfc3164 or
|
10649 | 10647 | rfc5424 message), we use the source IP address from the sender as
|
10650 |
| - host field. |
| 10648 | + hostname field. |
10651 | 10649 | (This is the default)
|
10652 | 10650 |
|
10653 |
| - keep If input message already contains a value for the host field, |
| 10651 | + keep If input message already contains a value for the hostname field, |
10654 | 10652 | we keep it.
|
10655 |
| - If input message doesn't contain a value for the host field, |
| 10653 | + If input message doesn't contain a value for the hostname field, |
10656 | 10654 | we set it to 'localhost' (rfc3164) or '-' (rfc5424).
|
10657 | 10655 |
|
10658 |
| - append If input message already contains a value for the host field, |
| 10656 | + append If input message already contains a value for the hostname field, |
10659 | 10657 | we append a comma followed by the IP address from the sender.
|
10660 |
| - If input message doesn't contain a value for the host field, |
| 10658 | + If input message doesn't contain a value for the hostname field, |
10661 | 10659 | we use the source IP address from the sender.
|
10662 | 10660 |
|
10663 | 10661 | For all options above, if the source IP address from the sender is not
|
@@ -10906,7 +10904,9 @@ <h3 id="chapter-3.12.1" data-target="3.12.1"><small><a class="small" href="#3.12
|
10906 | 10904 | <a class="anchor" id="3.13" name="3.13"></a>
|
10907 | 10905 | <h2 id="chapter-3.13" data-target="3.13"><small><a class="small" href="#3.13">3.13.</a></small> ACME</h2>
|
10908 | 10906 | <div><pre class="text">The ACME protocol can be configured using the "<a href="#acme">acme</a>" section. The section takes
|
10909 |
| -</pre><a class="anchor" name="a"></a><a class="anchor" name="3-a"></a><a class="anchor" name="3.13-a"></a><a class="anchor" name="a (Global parameters)"></a><a class="anchor" name="a (ACME)"></a><div class="keyword"><b><a class="anchor" name="a"></a><a href="#3.13-a">a</a></b> <span style="color: #080"><name></span> argument, which is used to link a certificate to the section.</div><pre class="text">The ACME section allows to configure HAProxy as an ACMEv2 client. This feature |
| 10907 | +a "<name>" argument, which is used to link a certificate to the section. |
| 10908 | + |
| 10909 | +The ACME section allows to configure HAProxy as an ACMEv2 client. This feature |
10910 | 10910 | is experimental meaning that "<a href="#expose-experimental-directives">expose-experimental-directives</a>" must be in the
|
10911 | 10911 | global section so this can be used.
|
10912 | 10912 |
|
@@ -32611,7 +32611,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
|
32611 | 32611 | <br>
|
32612 | 32612 | <hr>
|
32613 | 32613 | <div class="text-right">
|
32614 |
| - HAProxy 3.2-dev12-8 – Configuration Manual<br> |
| 32614 | + HAProxy 3.2-dev12-29 – Configuration Manual<br> |
32615 | 32615 | <small>, 2025/04/25</small>
|
32616 | 32616 | </div>
|
32617 | 32617 | </div>
|
|
0 commit comments