From a691ced8aee667e2d6937b35baa0dc29dec84aa7 Mon Sep 17 00:00:00 2001 From: HAProxy Community Date: Tue, 5 Dec 2023 15:52:42 +0000 Subject: [PATCH] Update docs for 2.8 --- docs/2.8/configuration.html | 45 +++++++++++++++++++++---------------- docs/2.8/intro.html | 8 +++---- docs/2.8/management.html | 8 +++---- 3 files changed, 34 insertions(+), 27 deletions(-) diff --git a/docs/2.8/configuration.html b/docs/2.8/configuration.html index aa307c83..ef57299b 100644 --- a/docs/2.8/configuration.html +++ b/docs/2.8/configuration.html @@ -2,7 +2,7 @@ - HAProxy version 2.8.4-1 - Configuration Manual + HAProxy version 2.8.4-34 - Configuration Manual @@ -4267,7 +4267,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-12 on 2023/11/17 + Converted with haproxy-dconv v0.4.2-12 on 2023/12/05

@@ -4278,7 +4278,7 @@

Configuration Manual

-

version 2.8.4-1

+

version 2.8.4-34

2023/11/17
@@ -9295,11 +9295,12 @@

4.1.< log-format-sdXXX  log-tagXXXX max-keep-alive-queueX XX +max-session-srv-connsXXX  maxconnXXX  modeXXXX monitor fail XX  -monitor-uriXXX  keyworddefaultsfrontendlistenbackend +monitor-uriXXX  (*)option abortoncloseX XX (*)option accept-invalid-http-requestXXX  (*)option accept-invalid-http-responseX XX @@ -9319,8 +9320,8 @@

4.1.< (*)option http-keep-aliveXXXX (*)option http-no-delayXXXX (*)option http-pretend-keepaliveX XX -option http-restrict-req-hdr-namesXXXX keyworddefaultsfrontendlistenbackend +option http-restrict-req-hdr-namesXXXX (*)option http-server-closeXXXX (*)option http-use-proxy-headerXXX  option httpchkX XX @@ -9340,8 +9341,8 @@

4.1.< option pgsql-checkX XX (*)option prefer-last-serverX XX (*)option redispatchX XX -option redis-checkX XX keyworddefaultsfrontendlistenbackend +option redis-checkX XX option smtpchkX XX (*)option socket-statsXXX  (*)option splice-autoXXXX @@ -9361,8 +9362,8 @@

4.1.< external-check pathX XX persist rdp-cookieX XX rate-limit sessionsXXX  -redirect XXX keyworddefaultsfrontendlistenbackend +redirect XXX retriesX XX retry-onX XX server  XX @@ -9382,8 +9383,8 @@

4.1.< stats scopeXXXX stats show-descXXXX stats show-legendsXXXX -stats show-nodeXXXX keyworddefaultsfrontendlistenbackend +stats show-nodeXXXX stats uriXXXX stick match  XX stick on  XX @@ -9403,8 +9404,8 @@

4.1.< tcp-request contentX (!)XXX tcp-request inspect-delayX (!)XXX tcp-request sessionX (!)XX  -tcp-response contentX (!) XX keyworddefaultsfrontendlistenbackend +tcp-response contentX (!) XX tcp-response inspect-delayX (!) XX timeout checkX XX timeout clientXXX  @@ -13355,7 +13356,11 @@

4.2.<
Set the maximum number of outgoing connections we can keep idling for a given
 client session. The default is 5 (it precisely equals MAX_SRV_LIST which is
 defined at build time).
-
maxconn <conns>
Fix the maximum number of concurrent connections on a frontend
+

May be used in sections :

+ + +
defaultsfrontendlistenbackend
yes
yes
yes
yes
yes
yes
no
no
+
maxconn <conns>
Fix the maximum number of concurrent connections on a frontend
 

May be used in sections :

@@ -17805,7 +17810,7 @@

4.2.< sticky counter designated by <sc-id>. Please refer to "http-request sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
tcp-request content send-spoe-group <engine-name> <group-name> - [ { if | unless } <condition> ]
Thaction is is used to trigger sending of a group of SPOE messages. Please
+                    [ { if | unless } <condition> ]
This action is is used to trigger sending of a group of SPOE messages. Please
 refer to "http-request send-spoe-group" for a complete description.
 
tcp-request content set-bandwidth-limit <name> [limit { <expr> | <size> }] [period { <expr> | <time> }] [ { if | unless } <condition> ]
This action is used to enable the bandwidth limitation filter <name>, either
@@ -18142,7 +18147,7 @@ 

4.2.< sticky counter designated by <sc-id>. Please refer to "http-request sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.

tcp-response content send-spoe-group <engine-name> <group-name> - [ { if | unless } <condition> ]
Thaction is is used to trigger sending of a group of SPOE messages. Please
+                     [ { if | unless } <condition> ]
This action is is used to trigger sending of a group of SPOE messages. Please
 refer to "http-request send-spoe-group" for a complete description.
 
tcp-response content set-bandwidth-limit <name> [limit { <expr> | <size> }] [period { <expr> | <time> }] [ { if | unless } <condition> ]
This action is used to enable the bandwidth limitation filter <name>, either
@@ -18209,9 +18214,6 @@ 

4.2.< This parameter is specific to backends, but can be specified once for all in "defaults" sections. This is in fact one of the easiest solutions not to forget about it. - -This directive is only available from named defaults sections, not anonymous -ones. Proxies inherit this value from their defaults section.

timeout client <timeout>
Set the maximum inactivity time on the client side.
 

May be used in sections :

defaultsfrontendlistenbackend
yes
yes
yes
yes
yes
yes
no
no
@@ -21645,7 +21647,8 @@

Example :
-str(f1_f2_f3__f5),field(5,_)    # f5
+str(f1_f2_f3__f5),field(4,_)    # <empty>
+str(f1_f2_f3__f5),field(5,_)    # f5
 str(f1_f2_f3__f5),field(2,_,0)  # f2_f3__f5
 str(f1_f2_f3__f5),field(2,_,2)  # f2_f3
 str(f1_f2_f3__f5),field(-2,_,3) # f2_f3_
@@ -22588,18 +22591,22 @@ 

word(<index>,<delimiters>[,<count>])
Extracts the nth word counting from the beginning (positive index) or from
 the end (negative index) considering given delimiters from an input string.
 Indexes start at 1 or -1 and delimiters are a string formatted list of chars.
-Delimiters at the beginning or end of the input string are ignored.
+Empty words are skipped. This means that delimiters at the start or end of
+the input string are ignored and consecutive delimiters within the input
+string are considered to be a single delimiter.
 Optionally you can specify <count> of words to extract (default: 1).
 Value of 0 indicates extraction of all remaining words.
 
Example :
 str(f1_f2_f3__f5),word(4,_)    # f5
+str(f1_f2_f3__f5),word(5,_)    # <not found>
 str(f1_f2_f3__f5),word(2,_,0)  # f2_f3__f5
 str(f1_f2_f3__f5),word(3,_,2)  # f3__f5
 str(f1_f2_f3__f5),word(-2,_,3) # f1_f2_f3
 str(f1_f2_f3__f5),word(-3,_,0) # f1_f2
 str(/f1/f2/f3/f4),word(1,/)    # f1
+str(/f1////f2/f3/f4),word(1,/) # f2
 
wt6([<avalanche>])
Hashes a binary input sample into an unsigned 32-bit quantity using the WT6
 hash function. Optionally, it is possible to apply a full avalanche hash
@@ -22673,7 +22680,7 @@ 

7.3.2. Fetching samples from internal states

A first set of sample fetch methods applies to internal information which does
 not even relate to any client information. These ones are sometimes used with
-"monitor-fail" directives to report an internal status to external watchers.
+"monitor fail" directives to report an internal status to external watchers.
 The sample fetch methods described in this section are usable anywhere.
 
always_false : boolean
Always returns the boolean "false" value. It may be used with ACLs as a
 temporary replacement for another one when adjusting configurations.
@@ -27513,7 +27520,7 @@ 

11

- HAProxy 2.8.4-1 – Configuration Manual
+ HAProxy 2.8.4-34 – Configuration Manual
, 2023/11/17

diff --git a/docs/2.8/intro.html b/docs/2.8/intro.html index f22554cf..99c7e454 100644 --- a/docs/2.8/intro.html +++ b/docs/2.8/intro.html @@ -2,7 +2,7 @@ - HAProxy version 2.8.4-1 - Starter Guide + HAProxy version 2.8.4-34 - Starter Guide @@ -484,7 +484,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-12 on 2023/11/17 + Converted with haproxy-dconv v0.4.2-12 on 2023/12/05

@@ -495,7 +495,7 @@

Starter Guide

-

version 2.8.4-1

+

version 2.8.4-34


@@ -2515,7 +2515,7 @@

4.4.<

- HAProxy 2.8.4-1 – Starter Guide
+ HAProxy 2.8.4-34 – Starter Guide
,

diff --git a/docs/2.8/management.html b/docs/2.8/management.html index 20c5d78a..8a6bf674 100644 --- a/docs/2.8/management.html +++ b/docs/2.8/management.html @@ -2,7 +2,7 @@ - HAProxy version 2.8.4-1 - Management Guide + HAProxy version 2.8.4-34 - Management Guide @@ -610,7 +610,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-12 on 2023/11/17 + Converted with haproxy-dconv v0.4.2-12 on 2023/12/05

@@ -621,7 +621,7 @@

Management Guide

-

version 2.8.4-1

+

version 2.8.4-34


@@ -4954,7 +4954,7 @@


- HAProxy 2.8.4-1 – Management Guide
+ HAProxy 2.8.4-34 – Management Guide
,