|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.3-dev7-63 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.3-dev7-66 - 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" /> |
|
4603 | 4603 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4604 | 4604 | </p> |
4605 | 4605 | <p class="text-right"> |
4606 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/28</b></small> |
| 4606 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/29</b></small> |
4607 | 4607 | </p> |
4608 | 4608 | </div> |
4609 | 4609 | <!-- /.sidebar --> |
|
4614 | 4614 | <div class="text-center"> |
4615 | 4615 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4616 | 4616 | <h2>Configuration Manual</h2> |
4617 | | - <p><strong>version 3.3-dev7-63</strong></p> |
| 4617 | + <p><strong>version 3.3-dev7-66</strong></p> |
4618 | 4618 | <p> |
4619 | 4619 | 2025/08/20<br> |
4620 | 4620 |
|
@@ -13360,14 +13360,8 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
13360 | 13360 | very late in the connection setup, it may have unexpected effects on already |
13361 | 13361 | modified headers. For example using it with transport-level header such as |
13362 | 13362 | connection, content-length, transfer-encoding and so on will likely result in |
13363 | | -invalid requests being sent to the server. Additionally it has been reported |
13364 | | -that this directive is currently being used as a way to overwrite the Host |
13365 | | -header field in outgoing requests; while this trick has been known to work |
13366 | | -as a side effect of the feature for some time, it is not officially supported |
13367 | | -and might possibly not work anymore in a future version depending on the |
13368 | | -technical difficulties this feature induces. A long-term solution instead |
13369 | | -consists in fixing the application which required this trick so that it binds |
13370 | | -to the correct host name. |
| 13363 | +invalid requests being sent to the server. This is why following header names |
| 13364 | +are forbidden: host, content-length, transfer-encoding and connection. |
13371 | 13365 | </pre><div class="page-header"><b>See also :</b> "<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">server<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#server%20%28Peers%20declaration%29">Peers declaration</a></li><li><a href="#server%20%28Rings%29">Rings</a></li><li><a href="#server%20%28Alphabetically%20sorted%20keywords%20reference%29">Alphabetically sorted keywords reference</a></li></ul></span>"</div> |
13372 | 13366 | <a class="anchor" name="id"></a><a class="anchor" name="4-id"></a><a class="anchor" name="4.2-id"></a><a class="anchor" name="id (Proxies)"></a><a class="anchor" name="id (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="id"></a><a href="#4.2-id">id</a></b> <span style="color: #080"><value></span></div><pre class="text">Set a persistent ID to a proxy. |
13373 | 13367 |
|
@@ -33156,7 +33150,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33156 | 33150 | <br> |
33157 | 33151 | <hr> |
33158 | 33152 | <div class="text-right"> |
33159 | | - HAProxy 3.3-dev7-63 – Configuration Manual<br> |
| 33153 | + HAProxy 3.3-dev7-66 – Configuration Manual<br> |
33160 | 33154 | <small>, 2025/08/20</small> |
33161 | 33155 | </div> |
33162 | 33156 | </div> |
|
0 commit comments