|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.1.16 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.1.17 - 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" /> |
|
4434 | 4434 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4435 | 4435 | </p> |
4436 | 4436 | <p class="text-right"> |
4437 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/03/09</b></small> |
| 4437 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/03/19</b></small> |
4438 | 4438 | </p> |
4439 | 4439 | </div> |
4440 | 4440 | <!-- /.sidebar --> |
|
4445 | 4445 | <div class="text-center"> |
4446 | 4446 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4447 | 4447 | <h2>Configuration Manual</h2> |
4448 | | - <p><strong>version 3.1.16</strong></p> |
| 4448 | + <p><strong>version 3.1.17</strong></p> |
4449 | 4449 | <p> |
4450 | | - 2026/03/09<br> |
| 4450 | + 2026/03/19<br> |
4451 | 4451 |
|
4452 | 4452 | </p> |
4453 | 4453 | </div> |
@@ -12853,7 +12853,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
12853 | 12853 | http-check expect status 200,201,300-310 |
12854 | 12854 |
|
12855 | 12855 | <span class="comment"># be sure a sessid coookie is set</span> |
12856 | | -http-check expect header name "<a href="#set-cookie">set-cookie</a>" value -m beg "sessid=" |
| 12856 | +http-check expect hdr name "<a href="#set-cookie">set-cookie</a>" value -m beg "sessid=" |
12857 | 12857 |
|
12858 | 12858 | <span class="comment"># consider SQL errors as errors</span> |
12859 | 12859 | http-check expect ! string SQL\ Error |
@@ -31895,8 +31895,8 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
31895 | 31895 | <br> |
31896 | 31896 | <hr> |
31897 | 31897 | <div class="text-right"> |
31898 | | - HAProxy 3.1.16 – Configuration Manual<br> |
31899 | | - <small>, 2026/03/09</small> |
| 31898 | + HAProxy 3.1.17 – Configuration Manual<br> |
| 31899 | + <small>, 2026/03/19</small> |
31900 | 31900 | </div> |
31901 | 31901 | </div> |
31902 | 31902 | <!-- /.col-lg-12 --> |
|
0 commit comments