blob: fded23f279f7e2675c6ea7451ae0984be0648677 [file] [log] [blame]
Willy Tarreau6a06a402007-07-15 20:15:28 +02001 ----------------------
Willy Tarreau8317b282014-04-23 01:49:41 +02002 HAProxy
Willy Tarreau6a06a402007-07-15 20:15:28 +02003 Configuration Manual
4 ----------------------
Willy Tarreaueaded982022-12-01 15:25:34 +01005 version 2.8
Willy Tarreau61a0f572023-08-09 14:16:53 +02006 2023/08/09
Willy Tarreau6a06a402007-07-15 20:15:28 +02007
8
9This document covers the configuration language as implemented in the version
Davor Ocelice9ed2812017-12-25 17:49:28 +010010specified above. It does not provide any hints, examples, or advice. For such
Willy Tarreau0ba27502007-12-24 16:55:16 +010011documentation, please refer to the Reference Manual or the Architecture Manual.
Davor Ocelice9ed2812017-12-25 17:49:28 +010012The summary below is meant to help you find sections by name and navigate
Willy Tarreauc57f0e22009-05-10 13:12:33 +020013through the document.
Willy Tarreau6a06a402007-07-15 20:15:28 +020014
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015Note to documentation contributors :
Jamie Gloudonaaa21002012-08-25 00:18:33 -040016 This document is formatted with 80 columns per line, with even number of
Willy Tarreauc57f0e22009-05-10 13:12:33 +020017 spaces for indentation and without tabs. Please follow these rules strictly
18 so that it remains easily printable everywhere. If a line needs to be
19 printed verbatim and does not fit, please end each line with a backslash
Willy Tarreau62a36c42010-08-17 15:53:10 +020020 ('\') and continue on next line, indented by two characters. It is also
Davor Ocelice9ed2812017-12-25 17:49:28 +010021 sometimes useful to prefix all output lines (logs, console outputs) with 3
22 closing angle brackets ('>>>') in order to emphasize the difference between
23 inputs and outputs when they may be ambiguous. If you add sections,
Willy Tarreau62a36c42010-08-17 15:53:10 +020024 please update the summary below for easier searching.
Willy Tarreauc57f0e22009-05-10 13:12:33 +020025
26
27Summary
28-------
29
301. Quick reminder about HTTP
311.1. The HTTP transaction model
321.2. HTTP request
Davor Ocelice9ed2812017-12-25 17:49:28 +0100331.2.1. The request line
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200341.2.2. The request headers
351.3. HTTP response
Davor Ocelice9ed2812017-12-25 17:49:28 +0100361.3.1. The response line
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200371.3.2. The response headers
38
392. Configuring HAProxy
402.1. Configuration file format
William Lallemandf9873ba2015-05-05 17:37:14 +0200412.2. Quoting and escaping
William Lallemandb2f07452015-05-12 14:27:13 +0200422.3. Environment variables
Willy Tarreau4b103022021-02-12 17:59:10 +0100432.4. Conditional blocks
442.5. Time format
Daniel Eppersonffdf6a32023-05-15 12:45:27 -0700452.6. Size format
462.7. Examples
Willy Tarreauc57f0e22009-05-10 13:12:33 +020047
483. Global parameters
493.1. Process management and security
503.2. Performance tuning
513.3. Debugging
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +0100523.4. Userlists
Cyril Bontédc4d9032012-04-08 21:57:39 +0200533.5. Peers
Cyril Bonté307ee1e2015-09-28 23:16:06 +0200543.6. Mailers
William Lallemandc9515522019-06-12 16:32:11 +0200553.7. Programs
Christopher Faulet76edc0f2020-01-13 15:52:01 +0100563.8. HTTP-errors
Emeric Brun99c453d2020-05-25 15:01:04 +0200573.9. Rings
William Lallemand0217b7b2020-11-18 10:41:24 +0100583.10. Log forwarding
Willy Tarreauc57f0e22009-05-10 13:12:33 +020059
604. Proxies
614.1. Proxy keywords matrix
624.2. Alphabetically sorted keywords reference
63
Davor Ocelice9ed2812017-12-25 17:49:28 +0100645. Bind and server options
Willy Tarreau086fbf52012-09-24 20:34:51 +0200655.1. Bind options
665.2. Server and default-server options
Baptiste Assmann1fa66662015-04-14 00:28:47 +0200675.3. Server DNS resolution
685.3.1. Global overview
695.3.2. The resolvers section
Willy Tarreauc57f0e22009-05-10 13:12:33 +020070
Julien Pivotto6ccee412019-11-27 15:49:54 +0100716. Cache
726.1. Limitation
736.2. Setup
746.2.1. Cache section
756.2.2. Proxy section
76
Willy Tarreau74ca5042013-06-11 23:12:07 +0200777. Using ACLs and fetching samples
787.1. ACL basics
797.1.1. Matching booleans
807.1.2. Matching integers
817.1.3. Matching strings
827.1.4. Matching regular expressions (regexes)
837.1.5. Matching arbitrary data blocks
847.1.6. Matching IPv4 and IPv6 addresses
857.2. Using ACLs to form conditions
867.3. Fetching samples
Thierry FOURNIER060762e2014-04-23 13:29:15 +0200877.3.1. Converters
887.3.2. Fetching samples from internal states
897.3.3. Fetching samples at Layer 4
907.3.4. Fetching samples at Layer 5
917.3.5. Fetching samples from buffer contents (Layer 6)
927.3.6. Fetching HTTP samples (Layer 7)
Christopher Faulete596d182020-05-05 17:46:34 +0200937.3.7. Fetching samples for developers
Willy Tarreau74ca5042013-06-11 23:12:07 +0200947.4. Pre-defined ACLs
Willy Tarreauc57f0e22009-05-10 13:12:33 +020095
968. Logging
978.1. Log levels
988.2. Log formats
998.2.1. Default log format
1008.2.2. TCP log format
1018.2.3. HTTP log format
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +02001028.2.4. HTTPS log format
Willy Tarreauec5c1102021-11-06 09:18:33 +01001038.2.5. Error log format
1048.2.6. Custom log format
Willy Tarreauc57f0e22009-05-10 13:12:33 +02001058.3. Advanced logging options
1068.3.1. Disabling logging of external tests
1078.3.2. Logging before waiting for the session to terminate
1088.3.3. Raising log level upon errors
1098.3.4. Disabling logging of successful connections
1108.4. Timing events
1118.5. Session state at disconnection
1128.6. Non-printable characters
1138.7. Capturing HTTP cookies
1148.8. Capturing HTTP headers
1158.9. Examples of logs
116
Christopher Fauletc3fe5332016-04-07 15:30:10 +02001179. Supported filters
1189.1. Trace
1199.2. HTTP compression
Christopher Fauletf7e4e7e2016-10-27 22:29:49 +02001209.3. Stream Processing Offload Engine (SPOE)
Christopher Faulet99a17a22018-12-11 09:18:27 +01001219.4. Cache
Christopher Fauletb30b3102019-09-12 23:03:09 +02001229.5. fcgi-app
Miroslav Zagoracdc32cd92020-12-13 18:32:57 +01001239.6. OpenTracing
Christopher Faulet2b677702022-06-22 16:55:04 +02001249.7. Bandwidth limitation
Christopher Fauletc3fe5332016-04-07 15:30:10 +0200125
Christopher Fauletb30b3102019-09-12 23:03:09 +020012610. FastCGI applications
12710.1. Setup
12810.1.1. Fcgi-app section
12910.1.2. Proxy section
13010.1.3. Example
13110.2. Default parameters
13210.3. Limitations
133
Emeric Brunce325c42021-04-02 17:05:09 +020013411. Address formats
13511.1. Address family prefixes
13611.2. Socket type prefixes
13711.3. Protocol prefixes
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200138
1391. Quick reminder about HTTP
140----------------------------
141
Davor Ocelice9ed2812017-12-25 17:49:28 +0100142When HAProxy is running in HTTP mode, both the request and the response are
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200143fully analyzed and indexed, thus it becomes possible to build matching criteria
144on almost anything found in the contents.
145
146However, it is important to understand how HTTP requests and responses are
147formed, and how HAProxy decomposes them. It will then become easier to write
148correct rules and to debug existing configurations.
149
150
1511.1. The HTTP transaction model
152-------------------------------
153
154The HTTP protocol is transaction-driven. This means that each request will lead
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +0100155to one and only one response. Traditionally, a TCP connection is established
Davor Ocelice9ed2812017-12-25 17:49:28 +0100156from the client to the server, a request is sent by the client through the
157connection, the server responds, and the connection is closed. A new request
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200158will involve a new connection :
159
160 [CON1] [REQ1] ... [RESP1] [CLO1] [CON2] [REQ2] ... [RESP2] [CLO2] ...
161
162In this mode, called the "HTTP close" mode, there are as many connection
163establishments as there are HTTP transactions. Since the connection is closed
164by the server after the response, the client does not need to know the content
165length.
166
167Due to the transactional nature of the protocol, it was possible to improve it
168to avoid closing a connection between two subsequent transactions. In this mode
169however, it is mandatory that the server indicates the content length for each
170response so that the client does not wait indefinitely. For this, a special
171header is used: "Content-length". This mode is called the "keep-alive" mode :
172
173 [CON] [REQ1] ... [RESP1] [REQ2] ... [RESP2] [CLO] ...
174
175Its advantages are a reduced latency between transactions, and less processing
176power required on the server side. It is generally better than the close mode,
177but not always because the clients often limit their concurrent connections to
Patrick Mezard9ec2ec42010-06-12 17:02:45 +0200178a smaller value.
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200179
Willy Tarreau95c4e142017-11-26 12:18:55 +0100180Another improvement in the communications is the pipelining mode. It still uses
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200181keep-alive, but the client does not wait for the first response to send the
182second request. This is useful for fetching large number of images composing a
183page :
184
185 [CON] [REQ1] [REQ2] ... [RESP1] [RESP2] [CLO] ...
186
187This can obviously have a tremendous benefit on performance because the network
188latency is eliminated between subsequent requests. Many HTTP agents do not
189correctly support pipelining since there is no way to associate a response with
190the corresponding request in HTTP. For this reason, it is mandatory for the
Cyril Bonté78caf842010-03-10 22:41:43 +0100191server to reply in the exact same order as the requests were received.
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200192
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +0200193The next improvement is the multiplexed mode, as implemented in HTTP/2 and HTTP/3.
194This time, each transaction is assigned a single stream identifier, and all
195streams are multiplexed over an existing connection. Many requests can be sent in
Willy Tarreau95c4e142017-11-26 12:18:55 +0100196parallel by the client, and responses can arrive in any order since they also
197carry the stream identifier.
198
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +0200199
200HTTP/3 is implemented over QUIC, itself implemented over UDP. QUIC solves the
Willy Tarreau55b96892022-05-31 08:07:43 +0200201head of line blocking at transport level by means of independently treated
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +0200202streams. Indeed, when experiencing loss, an impacted stream does not affect the
203other streams.
204
Willy Tarreau70dffda2014-01-30 03:07:23 +0100205By default HAProxy operates in keep-alive mode with regards to persistent
206connections: for each connection it processes each request and response, and
207leaves the connection idle on both sides between the end of a response and the
Willy Tarreau95c4e142017-11-26 12:18:55 +0100208start of a new request. When it receives HTTP/2 connections from a client, it
209processes all the requests in parallel and leaves the connection idling,
210waiting for new requests, just as if it was a keep-alive HTTP connection.
Patrick Mezard9ec2ec42010-06-12 17:02:45 +0200211
Christopher Faulet315b39c2018-09-21 16:26:19 +0200212HAProxy supports 4 connection modes :
Willy Tarreau70dffda2014-01-30 03:07:23 +0100213 - keep alive : all requests and responses are processed (default)
214 - tunnel : only the first request and response are processed,
Christopher Faulet6c9bbb22019-03-26 21:37:23 +0100215 everything else is forwarded with no analysis (deprecated).
Willy Tarreau70dffda2014-01-30 03:07:23 +0100216 - server close : the server-facing connection is closed after the response.
Christopher Faulet315b39c2018-09-21 16:26:19 +0200217 - close : the connection is actively closed after end of response.
Willy Tarreau70dffda2014-01-30 03:07:23 +0100218
Willy Tarreau95c4e142017-11-26 12:18:55 +0100219
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200220
2211.2. HTTP request
222-----------------
223
224First, let's consider this HTTP request :
225
226 Line Contents
Willy Tarreaud72758d2010-01-12 10:42:19 +0100227 number
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200228 1 GET /serv/login.php?lang=en&profile=2 HTTP/1.1
229 2 Host: www.mydomain.com
230 3 User-agent: my small browser
231 4 Accept: image/jpeg, image/gif
232 5 Accept: image/png
233
234
2351.2.1. The Request line
236-----------------------
237
238Line 1 is the "request line". It is always composed of 3 fields :
239
240 - a METHOD : GET
241 - a URI : /serv/login.php?lang=en&profile=2
242 - a version tag : HTTP/1.1
243
244All of them are delimited by what the standard calls LWS (linear white spaces),
245which are commonly spaces, but can also be tabs or line feeds/carriage returns
246followed by spaces/tabs. The method itself cannot contain any colon (':') and
247is limited to alphabetic letters. All those various combinations make it
248desirable that HAProxy performs the splitting itself rather than leaving it to
249the user to write a complex or inaccurate regular expression.
250
251The URI itself can have several forms :
252
253 - A "relative URI" :
254
255 /serv/login.php?lang=en&profile=2
256
257 It is a complete URL without the host part. This is generally what is
258 received by servers, reverse proxies and transparent proxies.
259
260 - An "absolute URI", also called a "URL" :
261
262 http://192.168.0.12:8080/serv/login.php?lang=en&profile=2
263
264 It is composed of a "scheme" (the protocol name followed by '://'), a host
265 name or address, optionally a colon (':') followed by a port number, then
266 a relative URI beginning at the first slash ('/') after the address part.
267 This is generally what proxies receive, but a server supporting HTTP/1.1
268 must accept this form too.
269
270 - a star ('*') : this form is only accepted in association with the OPTIONS
271 method and is not relayable. It is used to inquiry a next hop's
272 capabilities.
Willy Tarreaud72758d2010-01-12 10:42:19 +0100273
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200274 - an address:port combination : 192.168.0.12:80
275 This is used with the CONNECT method, which is used to establish TCP
276 tunnels through HTTP proxies, generally for HTTPS, but sometimes for
277 other protocols too.
278
279In a relative URI, two sub-parts are identified. The part before the question
280mark is called the "path". It is typically the relative path to static objects
281on the server. The part after the question mark is called the "query string".
282It is mostly used with GET requests sent to dynamic scripts and is very
283specific to the language, framework or application in use.
284
Willy Tarreau95c4e142017-11-26 12:18:55 +0100285HTTP/2 doesn't convey a version information with the request, so the version is
Davor Ocelice9ed2812017-12-25 17:49:28 +0100286assumed to be the same as the one of the underlying protocol (i.e. "HTTP/2").
Willy Tarreau95c4e142017-11-26 12:18:55 +0100287
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200288
2891.2.2. The request headers
290--------------------------
291
292The headers start at the second line. They are composed of a name at the
293beginning of the line, immediately followed by a colon (':'). Traditionally,
294an LWS is added after the colon but that's not required. Then come the values.
295Multiple identical headers may be folded into one single line, delimiting the
296values with commas, provided that their order is respected. This is commonly
297encountered in the "Cookie:" field. A header may span over multiple lines if
298the subsequent lines begin with an LWS. In the example in 1.2, lines 4 and 5
299define a total of 3 values for the "Accept:" header.
300
Davor Ocelice9ed2812017-12-25 17:49:28 +0100301Contrary to a common misconception, header names are not case-sensitive, and
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200302their values are not either if they refer to other header names (such as the
Willy Tarreau95c4e142017-11-26 12:18:55 +0100303"Connection:" header). In HTTP/2, header names are always sent in lower case,
Willy Tarreau253c2512020-07-07 15:55:23 +0200304as can be seen when running in debug mode. Internally, all header names are
305normalized to lower case so that HTTP/1.x and HTTP/2 use the exact same
306representation, and they are sent as-is on the other side. This explains why an
307HTTP/1.x request typed with camel case is delivered in lower case.
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200308
309The end of the headers is indicated by the first empty line. People often say
310that it's a double line feed, which is not exact, even if a double line feed
311is one valid form of empty line.
312
313Fortunately, HAProxy takes care of all these complex combinations when indexing
314headers, checking values and counting them, so there is no reason to worry
315about the way they could be written, but it is important not to accuse an
316application of being buggy if it does unusual, valid things.
317
318Important note:
Lukas Tribus23953682017-04-28 13:24:30 +0000319 As suggested by RFC7231, HAProxy normalizes headers by replacing line breaks
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200320 in the middle of headers by LWS in order to join multi-line headers. This
321 is necessary for proper analysis and helps less capable HTTP parsers to work
322 correctly and not to be fooled by such complex constructs.
323
324
3251.3. HTTP response
326------------------
327
328An HTTP response looks very much like an HTTP request. Both are called HTTP
329messages. Let's consider this HTTP response :
330
331 Line Contents
Willy Tarreaud72758d2010-01-12 10:42:19 +0100332 number
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200333 1 HTTP/1.1 200 OK
334 2 Content-length: 350
335 3 Content-Type: text/html
336
Willy Tarreau816b9792009-09-15 21:25:21 +0200337As a special case, HTTP supports so called "Informational responses" as status
338codes 1xx. These messages are special in that they don't convey any part of the
339response, they're just used as sort of a signaling message to ask a client to
Willy Tarreau5843d1a2010-02-01 15:13:32 +0100340continue to post its request for instance. In the case of a status 100 response
341the requested information will be carried by the next non-100 response message
342following the informational one. This implies that multiple responses may be
343sent to a single request, and that this only works when keep-alive is enabled
344(1xx messages are HTTP/1.1 only). HAProxy handles these messages and is able to
345correctly forward and skip them, and only process the next non-100 response. As
346such, these messages are neither logged nor transformed, unless explicitly
347state otherwise. Status 101 messages indicate that the protocol is changing
Daniel Corbett9f0843f2021-05-08 10:50:37 -0400348over the same connection and that HAProxy must switch to tunnel mode, just as
Willy Tarreau5843d1a2010-02-01 15:13:32 +0100349if a CONNECT had occurred. Then the Upgrade header would contain additional
350information about the type of protocol the connection is switching to.
Willy Tarreau816b9792009-09-15 21:25:21 +0200351
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200352
Davor Ocelice9ed2812017-12-25 17:49:28 +01003531.3.1. The response line
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200354------------------------
355
356Line 1 is the "response line". It is always composed of 3 fields :
357
358 - a version tag : HTTP/1.1
359 - a status code : 200
360 - a reason : OK
361
362The status code is always 3-digit. The first digit indicates a general status :
Davor Ocelice9ed2812017-12-25 17:49:28 +0100363 - 1xx = informational message to be skipped (e.g. 100, 101)
364 - 2xx = OK, content is following (e.g. 200, 206)
365 - 3xx = OK, no content following (e.g. 302, 304)
366 - 4xx = error caused by the client (e.g. 401, 403, 404)
367 - 5xx = error caused by the server (e.g. 500, 502, 503)
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200368
Lukas Tribus23953682017-04-28 13:24:30 +0000369Please refer to RFC7231 for the detailed meaning of all such codes. The
Willy Tarreaud72758d2010-01-12 10:42:19 +0100370"reason" field is just a hint, but is not parsed by clients. Anything can be
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200371found there, but it's a common practice to respect the well-established
372messages. It can be composed of one or multiple words, such as "OK", "Found",
373or "Authentication Required".
374
Davor Ocelice9ed2812017-12-25 17:49:28 +0100375HAProxy may emit the following status codes by itself :
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200376
377 Code When / reason
378 200 access to stats page, and when replying to monitoring requests
379 301 when performing a redirection, depending on the configured code
380 302 when performing a redirection, depending on the configured code
381 303 when performing a redirection, depending on the configured code
Willy Tarreaub67fdc42013-03-29 19:28:11 +0100382 307 when performing a redirection, depending on the configured code
383 308 when performing a redirection, depending on the configured code
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200384 400 for an invalid or too large request
385 401 when an authentication is required to perform the action (when
386 accessing the stats page)
Christopher Faulet87f1f3d2019-07-18 14:51:20 +0200387 403 when a request is forbidden by a "http-request deny" rule
Florian Tham9205fea2020-01-08 13:35:30 +0100388 404 when the requested resource could not be found
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200389 408 when the request timeout strikes before the request is complete
Florian Tham272e29b2020-01-08 10:19:05 +0100390 410 when the requested resource is no longer available and will not
391 be available again
Daniel Corbett9f0843f2021-05-08 10:50:37 -0400392 500 when HAProxy encounters an unrecoverable internal error, such as a
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200393 memory allocation failure, which should never happen
Daniel Corbett9f0843f2021-05-08 10:50:37 -0400394 501 when HAProxy is unable to satisfy a client request because of an
Christopher Faulete095f312020-12-07 11:22:24 +0100395 unsupported feature
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200396 502 when the server returns an empty, invalid or incomplete response, or
Christopher Faulet87f1f3d2019-07-18 14:51:20 +0200397 when an "http-response deny" rule blocks the response.
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200398 503 when no server was available to handle the request, or in response to
399 monitoring requests which match the "monitor fail" condition
400 504 when the response timeout strikes before the server responds
401
402The error 4xx and 5xx codes above may be customized (see "errorloc" in section
4034.2).
404
405
4061.3.2. The response headers
407---------------------------
408
409Response headers work exactly like request headers, and as such, HAProxy uses
410the same parsing function for both. Please refer to paragraph 1.2.2 for more
411details.
412
413
4142. Configuring HAProxy
415----------------------
416
4172.1. Configuration file format
418------------------------------
Willy Tarreau6a06a402007-07-15 20:15:28 +0200419
420HAProxy's configuration process involves 3 major sources of parameters :
421
422 - the arguments from the command-line, which always take precedence
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100423 - the configuration file(s), whose format is described here
Thayne McCombscdbcca92021-01-07 21:24:41 -0700424 - the running process's environment, in case some environment variables are
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100425 explicitly referenced
Willy Tarreau6a06a402007-07-15 20:15:28 +0200426
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100427The configuration file follows a fairly simple hierarchical format which obey
428a few basic rules:
Willy Tarreau0ba27502007-12-24 16:55:16 +0100429
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100430 1. a configuration file is an ordered sequence of statements
431
432 2. a statement is a single non-empty line before any unprotected "#" (hash)
433
434 3. a line is a series of tokens or "words" delimited by unprotected spaces or
435 tab characters
436
437 4. the first word or sequence of words of a line is one of the keywords or
438 keyword sequences listed in this document
439
440 5. all other words are all arguments of the first one, some being well-known
441 keywords listed in this document, others being values, references to other
442 parts of the configuration, or expressions
443
444 6. certain keywords delimit a section inside which only a subset of keywords
445 are supported
446
447 7. a section ends at the end of a file or on a special keyword starting a new
448 section
449
450This is all that is needed to know to write a simple but reliable configuration
451generator, but this is not enough to reliably parse any configuration nor to
452figure how to deal with certain corner cases.
453
454First, there are a few consequences of the rules above. Rule 6 and 7 imply that
455the keywords used to define a new section are valid everywhere and cannot have
456a different meaning in a specific section. These keywords are always a single
457word (as opposed to a sequence of words), and traditionally the section that
458follows them is designated using the same name. For example when speaking about
459the "global section", it designates the section of configuration that follows
460the "global" keyword. This usage is used a lot in error messages to help locate
461the parts that need to be addressed.
462
463A number of sections create an internal object or configuration space, which
464requires to be distinguished from other ones. In this case they will take an
465extra word which will set the name of this particular section. For some of them
466the section name is mandatory. For example "frontend foo" will create a new
467section of type "frontend" named "foo". Usually a name is specific to its
468section and two sections of different types may use the same name, but this is
469not recommended as it tends to complexify configuration management.
470
471A direct consequence of rule 7 is that when multiple files are read at once,
472each of them must start with a new section, and the end of each file will end
473a section. A file cannot contain sub-sections nor end an existing section and
474start a new one.
475
476Rule 1 mentioned that ordering matters. Indeed, some keywords create directives
477that can be repeated multiple times to create ordered sequences of rules to be
478applied in a certain order. For example "tcp-request" can be used to alternate
479"accept" and "reject" rules on varying criteria. As such, a configuration file
480processor must always preserve a section's ordering when editing a file. The
481ordering of sections usually does not matter except for the global section
482which must be placed before other sections, but it may be repeated if needed.
483In addition, some automatic identifiers may automatically be assigned to some
484of the created objects (e.g. proxies), and by reordering sections, their
485identifiers will change. These ones appear in the statistics for example. As
486such, the configuration below will assign "foo" ID number 1 and "bar" ID number
4872, which will be swapped if the two sections are reversed:
488
489 listen foo
490 bind :80
491
492 listen bar
493 bind :81
494
495Another important point is that according to rules 2 and 3 above, empty lines,
496spaces, tabs, and comments following and unprotected "#" character are not part
497of the configuration as they are just used as delimiters. This implies that the
498following configurations are strictly equivalent:
499
500 global#this is the global section
501 daemon#daemonize
502 frontend foo
503 mode http # or tcp
504
505and:
506
507 global
508 daemon
509
510 # this is the public web frontend
511 frontend foo
512 mode http
513
514The common practice is to align to the left only the keyword that initiates a
515new section, and indent (i.e. prepend a tab character or a few spaces) all
516other keywords so that it's instantly visible that they belong to the same
517section (as done in the second example above). Placing comments before a new
518section helps the reader decide if it's the desired one. Leaving a blank line
519at the end of a section also visually helps spotting the end when editing it.
520
521Tabs are very convenient for indent but they do not copy-paste well. If spaces
522are used instead, it is recommended to avoid placing too many (2 to 4) so that
523editing in field doesn't become a burden with limited editors that do not
524support automatic indent.
525
526In the early days it used to be common to see arguments split at fixed tab
527positions because most keywords would not take more than two arguments. With
528modern versions featuring complex expressions this practice does not stand
529anymore, and is not recommended.
530
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200531
William Lallemandf9873ba2015-05-05 17:37:14 +02005322.2. Quoting and escaping
533-------------------------
534
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100535In modern configurations, some arguments require the use of some characters
536that were previously considered as pure delimiters. In order to make this
537possible, HAProxy supports character escaping by prepending a backslash ('\')
538in front of the character to be escaped, weak quoting within double quotes
539('"') and strong quoting within single quotes ("'").
William Lallemandf9873ba2015-05-05 17:37:14 +0200540
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100541This is pretty similar to what is done in a number of programming languages and
542very close to what is commonly encountered in Bourne shell. The principle is
543the following: while the configuration parser cuts the lines into words, it
544also takes care of quotes and backslashes to decide whether a character is a
545delimiter or is the raw representation of this character within the current
546word. The escape character is then removed, the quotes are removed, and the
547remaining word is used as-is as a keyword or argument for example.
William Lallemandf9873ba2015-05-05 17:37:14 +0200548
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100549If a backslash is needed in a word, it must either be escaped using itself
550(i.e. double backslash) or be strongly quoted.
551
552Escaping outside quotes is achieved by preceding a special character by a
553backslash ('\'):
William Lallemandf9873ba2015-05-05 17:37:14 +0200554
555 \ to mark a space and differentiate it from a delimiter
556 \# to mark a hash and differentiate it from a comment
557 \\ to use a backslash
558 \' to use a single quote and differentiate it from strong quoting
559 \" to use a double quote and differentiate it from weak quoting
560
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100561In addition, a few non-printable characters may be emitted using their usual
562C-language representation:
563
564 \n to insert a line feed (LF, character \x0a or ASCII 10 decimal)
565 \r to insert a carriage return (CR, character \x0d or ASCII 13 decimal)
566 \t to insert a tab (character \x09 or ASCII 9 decimal)
567 \xNN to insert character having ASCII code hex NN (e.g \x0a for LF).
568
569Weak quoting is achieved by surrounding double quotes ("") around the character
570or sequence of characters to protect. Weak quoting prevents the interpretation
571of:
William Lallemandf9873ba2015-05-05 17:37:14 +0200572
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100573 space or tab as a word separator
William Lallemandf9873ba2015-05-05 17:37:14 +0200574 ' single quote as a strong quoting delimiter
575 # hash as a comment start
576
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100577Weak quoting permits the interpretation of environment variables (which are not
578evaluated outside of quotes) by preceding them with a dollar sign ('$'). If a
579dollar character is needed inside double quotes, it must be escaped using a
580backslash.
William Lallemandb2f07452015-05-12 14:27:13 +0200581
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100582Strong quoting is achieved by surrounding single quotes ('') around the
583character or sequence of characters to protect. Inside single quotes, nothing
584is interpreted, it's the efficient way to quote regular expressions.
William Lallemandf9873ba2015-05-05 17:37:14 +0200585
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100586As a result, here is the matrix indicating how special characters can be
587entered in different contexts (unprintable characters are replaced with their
588name within angle brackets). Note that some characters that may only be
589represented escaped have no possible representation inside single quotes,
Marcos de Oliveira3b7a3512023-03-17 11:03:13 -0300590hence its absence there:
William Lallemandf9873ba2015-05-05 17:37:14 +0200591
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100592 Character | Unquoted | Weakly quoted | Strongly quoted
593 -----------+---------------+-----------------------------+-----------------
594 <TAB> | \<TAB>, \x09 | "<TAB>", "\<TAB>", "\x09" | '<TAB>'
Marcos de Oliveira3b7a3512023-03-17 11:03:13 -0300595 -----------+---------------+-----------------------------+-----------------
596 <LF> | \n, \x0a | "\n", "\x0a" |
597 -----------+---------------+-----------------------------+-----------------
598 <CR> | \r, \x0d | "\r", "\x0d" |
599 -----------+---------------+-----------------------------+-----------------
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100600 <SPC> | \<SPC>, \x20 | "<SPC>", "\<SPC>", "\x20" | '<SPC>'
Marcos de Oliveira3b7a3512023-03-17 11:03:13 -0300601 -----------+---------------+-----------------------------+-----------------
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100602 " | \", \x22 | "\"", "\x22" | '"'
Marcos de Oliveira3b7a3512023-03-17 11:03:13 -0300603 -----------+---------------+-----------------------------+-----------------
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100604 # | \#, \x23 | "#", "\#", "\x23" | '#'
Marcos de Oliveira3b7a3512023-03-17 11:03:13 -0300605 -----------+---------------+-----------------------------+-----------------
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100606 $ | $, \$, \x24 | "\$", "\x24" | '$'
Marcos de Oliveira3b7a3512023-03-17 11:03:13 -0300607 -----------+---------------+-----------------------------+-----------------
608 ' | \', \x27 | "'", "\'", "\x27" |
609 -----------+---------------+-----------------------------+-----------------
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100610 \ | \\, \x5c | "\\", "\x5c" | '\'
Marcos de Oliveira3b7a3512023-03-17 11:03:13 -0300611 -----------+---------------+-----------------------------+-----------------
William Lallemandf9873ba2015-05-05 17:37:14 +0200612
613 Example:
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100614 # those are all strictly equivalent:
William Lallemandf9873ba2015-05-05 17:37:14 +0200615 log-format %{+Q}o\ %t\ %s\ %{-Q}r
616 log-format "%{+Q}o %t %s %{-Q}r"
617 log-format '%{+Q}o %t %s %{-Q}r'
618 log-format "%{+Q}o %t"' %s %{-Q}r'
619 log-format "%{+Q}o %t"' %s'\ %{-Q}r
620
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100621There is one particular case where a second level of quoting or escaping may be
622necessary. Some keywords take arguments within parenthesis, sometimes delimited
623by commas. These arguments are commonly integers or predefined words, but when
624they are arbitrary strings, it may be required to perform a separate level of
625escaping to disambiguate the characters that belong to the argument from the
626characters that are used to delimit the arguments themselves. A pretty common
627case is the "regsub" converter. It takes a regular expression in argument, and
628if a closing parenthesis is needed inside, this one will require to have its
629own quotes.
630
631The keyword argument parser is exactly the same as the top-level one regarding
Thayne McCombscd34ad72021-10-04 01:02:58 -0600632quotes, except that the \#, \$, and \xNN escapes are not processed. But what is
Ilya Shipitsin2272d8a2020-12-21 01:22:40 +0500633not always obvious is that the delimiters used inside must first be escaped or
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100634quoted so that they are not resolved at the top level.
635
636Let's take this example making use of the "regsub" converter which takes 3
637arguments, one regular expression, one replacement string and one set of flags:
638
639 # replace all occurrences of "foo" with "blah" in the path:
640 http-request set-path %[path,regsub(foo,blah,g)]
641
642Here no special quoting was necessary. But if now we want to replace either
643"foo" or "bar" with "blah", we'll need the regular expression "(foo|bar)". We
644cannot write:
645
646 http-request set-path %[path,regsub((foo|bar),blah,g)]
647
648because we would like the string to cut like this:
649
650 http-request set-path %[path,regsub((foo|bar),blah,g)]
651 |---------|----|-|
652 arg1 _/ / /
653 arg2 __________/ /
654 arg3 ______________/
655
656but actually what is passed is a string between the opening and closing
657parenthesis then garbage:
658
659 http-request set-path %[path,regsub((foo|bar),blah,g)]
660 |--------|--------|
661 arg1=(foo|bar _/ /
662 trailing garbage _________/
663
664The obvious solution here seems to be that the closing parenthesis needs to be
665quoted, but alone this will not work, because as mentioned above, quotes are
666processed by the top-level parser which will resolve them before processing
667this word:
668
669 http-request set-path %[path,regsub("(foo|bar)",blah,g)]
670 ------------ -------- ----------------------------------
671 word1 word2 word3=%[path,regsub((foo|bar),blah,g)]
672
673So we didn't change anything for the argument parser at the second level which
674still sees a truncated regular expression as the only argument, and garbage at
675the end of the string. By escaping the quotes they will be passed unmodified to
676the second level:
677
678 http-request set-path %[path,regsub(\"(foo|bar)\",blah,g)]
679 ------------ -------- ------------------------------------
680 word1 word2 word3=%[path,regsub("(foo|bar)",blah,g)]
681 |---------||----|-|
682 arg1=(foo|bar) _/ / /
683 arg2=blah ___________/ /
684 arg3=g _______________/
685
Ilya Shipitsin2272d8a2020-12-21 01:22:40 +0500686Another approach consists in using single quotes outside the whole string and
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100687double quotes inside (so that the double quotes are not stripped again):
688
689 http-request set-path '%[path,regsub("(foo|bar)",blah,g)]'
690 ------------ -------- ----------------------------------
691 word1 word2 word3=%[path,regsub("(foo|bar)",blah,g)]
692 |---------||----|-|
693 arg1=(foo|bar) _/ / /
694 arg2 ___________/ /
695 arg3 _______________/
696
697When using regular expressions, it can happen that the dollar ('$') character
698appears in the expression or that a backslash ('\') is used in the replacement
699string. In this case these ones will also be processed inside the double quotes
700thus single quotes are preferred (or double escaping). Example:
701
702 http-request set-path '%[path,regsub("^/(here)(/|$)","my/\1",g)]'
703 ------------ -------- -----------------------------------------
704 word1 word2 word3=%[path,regsub("^/(here)(/|$)","my/\1",g)]
705 |-------------| |-----||-|
706 arg1=(here)(/|$) _/ / /
707 arg2=my/\1 ________________/ /
708 arg3 ______________________/
709
Daniel Corbett9f0843f2021-05-08 10:50:37 -0400710Remember that backslashes are not escape characters within single quotes and
Thayne McCombscd34ad72021-10-04 01:02:58 -0600711that the whole word above is already protected against them using the single
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100712quotes. Conversely, if double quotes had been used around the whole expression,
713single the dollar character and the backslashes would have been resolved at top
714level, breaking the argument contents at the second level.
715
Thayne McCombscd34ad72021-10-04 01:02:58 -0600716Unfortunately, since single quotes can't be escaped inside of strong quoting,
717if you need to include single quotes in your argument, you will need to escape
718or quote them twice. There are a few ways to do this:
719
720 http-request set-var(txn.foo) str("\\'foo\\'")
721 http-request set-var(txn.foo) str(\"\'foo\'\")
722 http-request set-var(txn.foo) str(\\\'foo\\\')
723
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100724When in doubt, simply do not use quotes anywhere, and start to place single or
725double quotes around arguments that require a comma or a closing parenthesis,
Thayne McCombscd34ad72021-10-04 01:02:58 -0600726and think about escaping these quotes using a backslash if the string contains
Willy Tarreau6f1129d2020-11-25 19:58:20 +0100727a dollar or a backslash. Again, this is pretty similar to what is used under
728a Bourne shell when double-escaping a command passed to "eval". For API writers
729the best is probably to place escaped quotes around each and every argument,
730regardless of their contents. Users will probably find that using single quotes
731around the whole expression and double quotes around each argument provides
732more readable configurations.
William Lallemandf9873ba2015-05-05 17:37:14 +0200733
734
William Lallemandb2f07452015-05-12 14:27:13 +02007352.3. Environment variables
736--------------------------
737
738HAProxy's configuration supports environment variables. Those variables are
739interpreted only within double quotes. Variables are expanded during the
740configuration parsing. Variable names must be preceded by a dollar ("$") and
741optionally enclosed with braces ("{}") similarly to what is done in Bourne
742shell. Variable names can contain alphanumerical characters or the character
Amaury Denoyellefa41cb62020-10-01 14:32:35 +0200743underscore ("_") but should not start with a digit. If the variable contains a
744list of several values separated by spaces, it can be expanded as individual
745arguments by enclosing the variable with braces and appending the suffix '[*]'
Willy Tarreauec347b12021-11-18 17:42:50 +0100746before the closing brace. It is also possible to specify a default value to
747use when the variable is not set, by appending that value after a dash '-'
748next to the variable name. Note that the default value only replaces non
749existing variables, not empty ones.
William Lallemandb2f07452015-05-12 14:27:13 +0200750
751 Example:
752
753 bind "fd@${FD_APP1}"
754
Willy Tarreauec347b12021-11-18 17:42:50 +0100755 log "${LOCAL_SYSLOG-127.0.0.1}:514" local0 notice # send to local server
William Lallemandb2f07452015-05-12 14:27:13 +0200756
757 user "$HAPROXY_USER"
758
William Lallemand4d03e432019-06-14 15:35:37 +0200759Some variables are defined by HAProxy, they can be used in the configuration
760file, or could be inherited by a program (See 3.7. Programs):
William Lallemanddaf4cd22018-04-17 16:46:13 +0200761
William Lallemand4d03e432019-06-14 15:35:37 +0200762* HAPROXY_LOCALPEER: defined at the startup of the process which contains the
763 name of the local peer. (See "-L" in the management guide.)
764
765* HAPROXY_CFGFILES: list of the configuration files loaded by HAProxy,
766 separated by semicolons. Can be useful in the case you specified a
767 directory.
768
Sébastien Gross537b9e72022-11-30 22:36:50 +0100769* HAPROXY_HTTP_LOG_FMT: contains the value of the default HTTP log format as
770 defined in section 8.2.3 "HTTP log format". It can be used to override the
771 default log format without having to copy the whole original definition.
772
773 Example:
774 # Add the rule that gave the final verdict to the log
775 log-format "${HAPROXY_TCP_LOG_FMT} lr=last_rule_file:last_rule_line"
776
777* HAPROXY_HTTPS_LOG_FMT: similar to HAPROXY_HTTP_LOG_FMT but for HTTPS log
778 format as defined in section 8.2.4 "HTTPS log format".
779
780* HAPROXY_TCP_LOG_FMT: similar to HAPROXY_HTTP_LOG_FMT but for TCP log format
781 as defined in section 8.2.2 "TCP log format".
782
William Lallemand4d03e432019-06-14 15:35:37 +0200783* HAPROXY_MWORKER: In master-worker mode, this variable is set to 1.
784
John Roeslerfb2fce12019-07-10 15:45:51 -0500785* HAPROXY_CLI: configured listeners addresses of the stats socket for every
William Lallemand4d03e432019-06-14 15:35:37 +0200786 processes, separated by semicolons.
787
John Roeslerfb2fce12019-07-10 15:45:51 -0500788* HAPROXY_MASTER_CLI: In master-worker mode, listeners addresses of the master
William Lallemand4d03e432019-06-14 15:35:37 +0200789 CLI, separated by semicolons.
790
William Lallemandd4c0be62023-02-21 14:07:05 +0100791* HAPROXY_STARTUP_VERSION: contains the version used to start, in master-worker
792 mode this is the version which was used to start the master, even after
793 updating the binary and reloading.
794
Sébaastien Gross2a1bcf12023-02-23 12:54:25 -0500795* HAPROXY_BRANCH: contains the HAProxy branch version (such as "2.8"). It does
796 not contain the full version number. It can be useful in case of migration
797 if resources (such as maps or certificates) are in a path containing the
798 branch number.
799
Willy Tarreaua46f1af2021-05-06 10:25:11 +0200800In addition, some pseudo-variables are internally resolved and may be used as
801regular variables. Pseudo-variables always start with a dot ('.'), and are the
802only ones where the dot is permitted. The current list of pseudo-variables is:
803
804* .FILE: the name of the configuration file currently being parsed.
805
806* .LINE: the line number of the configuration file currently being parsed,
807 starting at one.
808
809* .SECTION: the name of the section currently being parsed, or its type if the
810 section doesn't have a name (e.g. "global"), or an empty string before the
811 first section.
812
813These variables are resolved at the location where they are parsed. For example
814if a ".LINE" variable is used in a "log-format" directive located in a defaults
815section, its line number will be resolved before parsing and compiling the
816"log-format" directive, so this same line number will be reused by subsequent
817proxies.
818
819This way it is possible to emit information to help locate a rule in variables,
820logs, error statuses, health checks, header values, or even to use line numbers
821to name some config objects like servers for example.
822
William Lallemand4d03e432019-06-14 15:35:37 +0200823See also "external-check command" for other variables.
William Lallemandb2f07452015-05-12 14:27:13 +0200824
Willy Tarreau4b103022021-02-12 17:59:10 +0100825
8262.4. Conditional blocks
827-----------------------
828
829It may sometimes be convenient to be able to conditionally enable or disable
830some arbitrary parts of the configuration, for example to enable/disable SSL or
831ciphers, enable or disable some pre-production listeners without modifying the
832configuration, or adjust the configuration's syntax to support two distinct
833versions of HAProxy during a migration.. HAProxy brings a set of nestable
834preprocessor-like directives which allow to integrate or ignore some blocks of
835text. These directives must be placed on their own line and they act on the
836lines that follow them. Two of them support an expression, the other ones only
837switch to an alternate block or end a current level. The 4 following directives
838are defined to form conditional blocks:
839
840 - .if <condition>
841 - .elif <condition>
842 - .else
843 - .endif
844
845The ".if" directive nests a new level, ".elif" stays at the same level, ".else"
846as well, and ".endif" closes a level. Each ".if" must be terminated by a
847matching ".endif". The ".elif" may only be placed after ".if" or ".elif", and
848there is no limit to the number of ".elif" that may be chained. There may be
849only one ".else" per ".if" and it must always be after the ".if" or the last
850".elif" of a block.
851
852Comments may be placed on the same line if needed after a '#', they will be
853ignored. The directives are tokenized like other configuration directives, and
854as such it is possible to use environment variables in conditions.
855
Maximilian Maderfc0cceb2021-06-06 00:50:22 +0200856Conditions can also be evaluated on startup with the -cc parameter.
857See "3. Starting HAProxy" in the management doc.
858
Willy Tarreauca818872021-07-16 14:46:09 +0200859The conditions are either an empty string (which then returns false), or an
860expression made of any combination of:
Willy Tarreau4b103022021-02-12 17:59:10 +0100861
Willy Tarreau4b103022021-02-12 17:59:10 +0100862 - the integer zero ('0'), always returns "false"
863 - a non-nul integer (e.g. '1'), always returns "true".
Willy Tarreau42ed14b2021-05-06 15:55:14 +0200864 - a predicate optionally followed by argument(s) in parenthesis.
Willy Tarreau316ea7e2021-07-16 14:56:59 +0200865 - a condition placed between a pair of parenthesis '(' and ')'
Kunal Gangakhedkard0bacde2021-08-17 11:55:45 +0530866 - an exclamation mark ('!') preceding any of the non-empty elements above,
867 and which will negate its status.
Willy Tarreauca818872021-07-16 14:46:09 +0200868 - expressions combined with a logical AND ('&&'), which will be evaluated
869 from left to right until one returns false
870 - expressions combined with a logical OR ('||'), which will be evaluated
871 from right to left until one returns true
872
873Note that like in other languages, the AND operator has precedence over the OR
874operator, so that "A && B || C && D" evalues as "(A && B) || (C && D)".
Willy Tarreau42ed14b2021-05-06 15:55:14 +0200875
876The list of currently supported predicates is the following:
877
878 - defined(<name>) : returns true if an environment variable <name>
879 exists, regardless of its contents
880
Willy Tarreau58ca7062021-05-06 16:34:23 +0200881 - feature(<name>) : returns true if feature <name> is listed as present
882 in the features list reported by "haproxy -vv"
883 (which means a <name> appears after a '+')
884
Willy Tarreau6492e872021-05-06 16:10:09 +0200885 - streq(<str1>,<str2>) : returns true only if the two strings are equal
886 - strneq(<str1>,<str2>) : returns true only if the two strings differ
Christopher Fauleta1fdad72023-02-20 17:55:58 +0100887 - strstr(<str1>,<str2>) : returns true only if the second string is found in the first one
Willy Tarreau6492e872021-05-06 16:10:09 +0200888
Willy Tarreau0b7c78a2021-05-06 16:53:26 +0200889 - version_atleast(<ver>): returns true if the current haproxy version is
890 at least as recent as <ver> otherwise false. The
891 version syntax is the same as shown by "haproxy -v"
892 and missing components are assumed as being zero.
893
894 - version_before(<ver>) : returns true if the current haproxy version is
895 strictly older than <ver> otherwise false. The
896 version syntax is the same as shown by "haproxy -v"
897 and missing components are assumed as being zero.
898
Christopher Fauletc13f3022023-02-21 11:16:08 +0100899 - enabled(<opt>) : returns true if the option <opt> is enabled at
900 run-time. Only a subset of options are supported:
Christopher Fauletb7056222023-02-27 18:01:41 +0100901 POLL, EPOLL, KQUEUE, EVPORTS, SPLICE,
902 GETADDRINFO, REUSEPORT, FAST-FORWARD,
903 SERVER-SSL-VERIFY-NONE
Christopher Fauletc13f3022023-02-21 11:16:08 +0100904
Willy Tarreau42ed14b2021-05-06 15:55:14 +0200905Example:
Willy Tarreau4b103022021-02-12 17:59:10 +0100906
Willy Tarreau42ed14b2021-05-06 15:55:14 +0200907 .if defined(HAPROXY_MWORKER)
908 listen mwcli_px
909 bind :1111
910 ...
911 .endif
Willy Tarreau4b103022021-02-12 17:59:10 +0100912
Willy Tarreau6492e872021-05-06 16:10:09 +0200913 .if strneq("$SSL_ONLY",yes)
914 bind :80
915 .endif
916
917 .if streq("$WITH_SSL",yes)
Willy Tarreau58ca7062021-05-06 16:34:23 +0200918 .if feature(OPENSSL)
Willy Tarreau6492e872021-05-06 16:10:09 +0200919 bind :443 ssl crt ...
Willy Tarreau58ca7062021-05-06 16:34:23 +0200920 .endif
Willy Tarreau6492e872021-05-06 16:10:09 +0200921 .endif
922
Willy Tarreau316ea7e2021-07-16 14:56:59 +0200923 .if feature(OPENSSL) && (streq("$WITH_SSL",yes) || streq("$SSL_ONLY",yes))
Willy Tarreauca818872021-07-16 14:46:09 +0200924 bind :443 ssl crt ...
925 .endif
926
Willy Tarreau0b7c78a2021-05-06 16:53:26 +0200927 .if version_atleast(2.4-dev19)
928 profiling.memory on
929 .endif
930
Willy Tarreauca56d3d2021-07-16 13:56:54 +0200931 .if !feature(OPENSSL)
932 .alert "SSL support is mandatory"
933 .endif
934
Willy Tarreau7190b982021-05-07 08:59:50 +0200935Four other directives are provided to report some status:
Willy Tarreau4b103022021-02-12 17:59:10 +0100936
Willy Tarreau7190b982021-05-07 08:59:50 +0200937 - .diag "message" : emit this message only when in diagnostic mode (-dD)
Willy Tarreau4b103022021-02-12 17:59:10 +0100938 - .notice "message" : emit this message at level NOTICE
939 - .warning "message" : emit this message at level WARNING
940 - .alert "message" : emit this message at level ALERT
941
942Messages emitted at level WARNING may cause the process to fail to start if the
943"strict-mode" is enabled. Messages emitted at level ALERT will always cause a
944fatal error. These can be used to detect some inappropriate conditions and
945provide advice to the user.
946
947Example:
948
949 .if "${A}"
950 .if "${B}"
951 .notice "A=1, B=1"
952 .elif "${C}"
953 .notice "A=1, B=0, C=1"
954 .elif "${D}"
955 .warning "A=1, B=0, C=0, D=1"
956 .else
957 .alert "A=1, B=0, C=0, D=0"
958 .endif
959 .else
960 .notice "A=0"
961 .endif
962
Willy Tarreau7190b982021-05-07 08:59:50 +0200963 .diag "WTA/2021-05-07: replace 'redirect' with 'return' after switch to 2.4"
964 http-request redirect location /goaway if ABUSE
965
Willy Tarreau4b103022021-02-12 17:59:10 +0100966
9672.5. Time format
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200968----------------
969
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +0100970Some parameters involve values representing time, such as timeouts. These
Willy Tarreau0ba27502007-12-24 16:55:16 +0100971values are generally expressed in milliseconds (unless explicitly stated
972otherwise) but may be expressed in any other unit by suffixing the unit to the
973numeric value. It is important to consider this because it will not be repeated
974for every keyword. Supported units are :
975
976 - us : microseconds. 1 microsecond = 1/1000000 second
977 - ms : milliseconds. 1 millisecond = 1/1000 second. This is the default.
978 - s : seconds. 1s = 1000ms
979 - m : minutes. 1m = 60s = 60000ms
980 - h : hours. 1h = 60m = 3600s = 3600000ms
981 - d : days. 1d = 24h = 1440m = 86400s = 86400000ms
982
983
Daniel Eppersonffdf6a32023-05-15 12:45:27 -07009842.6. Size format
985----------------
986
987Some parameters involve values representing size, such as bandwidth limits.
988These values are generally expressed in bytes (unless explicitly stated
989otherwise) but may be expressed in any other unit by suffixing the unit to the
990numeric value. It is important to consider this because it will not be repeated
991for every keyword. Supported units are case insensitive :
992
993 - k : kilobytes. 1 kilobyte = 1024 bytes
994 - m : megabytes. 1 megabyte = 1048576 bytes
995 - g : gigabytes. 1 gigabyte = 1073741824 bytes
996
997Both time and size formats require integers, decimal notation is not allowed.
998
999
10002.7. Examples
Patrick Mezard35da19c2010-06-12 17:02:47 +02001001-------------
1002
1003 # Simple configuration for an HTTP proxy listening on port 80 on all
1004 # interfaces and forwarding requests to a single backend "servers" with a
1005 # single server "server1" listening on 127.0.0.1:8000
1006 global
1007 daemon
1008 maxconn 256
1009
1010 defaults
1011 mode http
1012 timeout connect 5000ms
1013 timeout client 50000ms
1014 timeout server 50000ms
1015
1016 frontend http-in
1017 bind *:80
1018 default_backend servers
1019
1020 backend servers
1021 server server1 127.0.0.1:8000 maxconn 32
1022
1023
1024 # The same configuration defined with a single listen block. Shorter but
1025 # less expressive, especially in HTTP mode.
1026 global
1027 daemon
1028 maxconn 256
1029
1030 defaults
1031 mode http
1032 timeout connect 5000ms
1033 timeout client 50000ms
1034 timeout server 50000ms
1035
1036 listen http-in
1037 bind *:80
1038 server server1 127.0.0.1:8000 maxconn 32
1039
1040
1041Assuming haproxy is in $PATH, test these configurations in a shell with:
1042
Willy Tarreauccb289d2010-12-11 20:19:38 +01001043 $ sudo haproxy -f configuration.conf -c
Patrick Mezard35da19c2010-06-12 17:02:47 +02001044
1045
Willy Tarreauc57f0e22009-05-10 13:12:33 +020010463. Global parameters
Willy Tarreau6a06a402007-07-15 20:15:28 +02001047--------------------
1048
1049Parameters in the "global" section are process-wide and often OS-specific. They
1050are generally set once for all and do not need being changed once correct. Some
1051of them have command-line equivalents.
1052
1053The following keywords are supported in the "global" section :
1054
1055 * Process management and security
Dragan Dosena9800a02022-02-14 13:05:45 +01001056 - 51degrees-allow-unmatched
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001057 - 51degrees-cache-size
1058 - 51degrees-data-file
Dragan Dosena9800a02022-02-14 13:05:45 +01001059 - 51degrees-difference
1060 - 51degrees-drift
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001061 - 51degrees-property-name-list
1062 - 51degrees-property-separator
Dragan Dosena9800a02022-02-14 13:05:45 +01001063 - 51degrees-use-performance-graph
1064 - 51degrees-use-predictive-graph
Emeric Brunc8e8d122012-10-02 18:42:10 +02001065 - ca-base
Willy Tarreau6a06a402007-07-15 20:15:28 +02001066 - chroot
Frédéric Lécaille372508c2022-05-06 08:53:16 +02001067 - cluster-secret
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001068 - cpu-map
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001069 - crt-base
Willy Tarreau6a06a402007-07-15 20:15:28 +02001070 - daemon
Willy Tarreau8a022d52021-04-27 20:29:11 +02001071 - default-path
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001072 - description
1073 - deviceatlas-json-file
1074 - deviceatlas-log-level
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001075 - deviceatlas-properties-cookie
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001076 - deviceatlas-separator
Amaury Denoyelled2e53cd2021-05-06 16:21:39 +02001077 - expose-experimental-directives
Simon Horman98637e52014-06-20 12:30:16 +09001078 - external-check
Willy Tarreau2df1fbf2022-04-25 18:02:03 +02001079 - fd-hard-limit
Willy Tarreau6a06a402007-07-15 20:15:28 +02001080 - gid
Willy Tarreau10080712021-09-07 10:49:45 +02001081 - grace
Willy Tarreau6a06a402007-07-15 20:15:28 +02001082 - group
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001083 - h1-accept-payload-with-any-method
1084 - h1-case-adjust
1085 - h1-case-adjust-file
1086 - h2-workaround-bogus-websocket-clients
Cyril Bonté203ec5a2017-03-23 22:44:13 +01001087 - hard-stop-after
William Lallemande279f592023-05-11 21:08:38 +02001088 - httpclient.resolvers.disabled
William Lallemandcfabb352022-05-12 10:51:15 +02001089 - httpclient.resolvers.id
1090 - httpclient.resolvers.prefer
1091 - httpclient.ssl.ca-file
1092 - httpclient.ssl.verify
Willy Tarreaud96f1122019-12-03 07:07:36 +01001093 - insecure-fork-wanted
Willy Tarreaua45a8b52019-12-06 16:31:45 +01001094 - insecure-setuid-wanted
Emmanuel Hocdet70df7bf2019-01-04 11:08:20 +01001095 - issuers-chain-path
Dragan Dosen13cd54c2020-06-18 18:24:05 +02001096 - localpeer
Willy Tarreau6a06a402007-07-15 20:15:28 +02001097 - log
Joe Williamsdf5b38f2010-12-29 17:05:48 +01001098 - log-send-hostname
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001099 - log-tag
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001100 - lua-load
Thierry Fournier59f11be2020-11-29 00:37:41 +01001101 - lua-load-per-thread
Tim Duesterhusdd74b5f2020-01-12 13:55:40 +01001102 - lua-prepend-path
William Lallemand27edc4b2019-05-07 17:49:33 +02001103 - mworker-max-reloads
Christopher Fauletbe0faa22017-08-29 15:37:10 +02001104 - nbthread
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001105 - node
Amaury Denoyelle0f50cb92021-03-26 18:50:33 +01001106 - numa-cpu-mapping
Willy Tarreau6a06a402007-07-15 20:15:28 +02001107 - pidfile
Willy Tarreau119e50e2020-05-22 13:53:29 +02001108 - pp2-never-send-local
Willy Tarreau1d549722016-02-16 12:41:57 +01001109 - presetenv
Patrick Hemmer425d7ad2023-05-23 13:02:08 -04001110 - prealloc-fd
Willy Tarreau1d549722016-02-16 12:41:57 +01001111 - resetenv
Willy Tarreau636848a2019-04-15 19:38:50 +02001112 - set-dumpable
Willy Tarreau13d2ba22021-03-26 11:38:08 +01001113 - set-var
Willy Tarreau1d549722016-02-16 12:41:57 +01001114 - setenv
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001115 - ssl-default-bind-ciphers
Dirkjan Bussink415150f2018-09-14 11:14:21 +02001116 - ssl-default-bind-ciphersuites
William Lallemandb6ae2aa2023-05-05 00:05:46 +02001117 - ssl-default-bind-client-sigalgs
Jerome Magninb203ff62020-04-03 15:28:22 +02001118 - ssl-default-bind-curves
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001119 - ssl-default-bind-options
William Lallemand1d3c8222023-05-04 15:33:55 +02001120 - ssl-default-bind-sigalgs
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001121 - ssl-default-server-ciphers
Dirkjan Bussink415150f2018-09-14 11:14:21 +02001122 - ssl-default-server-ciphersuites
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001123 - ssl-default-server-options
1124 - ssl-dh-param-file
Remi Tricot-Le Bretone8097652022-05-16 16:24:32 +02001125 - ssl-propquery
Remi Tricot-Le Breton1746a382022-05-16 16:24:33 +02001126 - ssl-provider
Remi Tricot-Le Bretonccc03552022-05-17 15:18:37 +02001127 - ssl-provider-path
Emeric Brun850efd52014-01-29 12:24:34 +01001128 - ssl-server-verify
Emmanuel Hocdetc3b7e742020-04-22 11:06:19 +02001129 - ssl-skip-self-issued-ca
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001130 - stats
1131 - strict-limits
1132 - uid
1133 - ulimit-n
Willy Tarreauceb24bc2010-11-09 12:46:41 +01001134 - unix-bind
Willy Tarreau1d549722016-02-16 12:41:57 +01001135 - unsetenv
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001136 - user
1137 - wurfl-cache-size
Willy Tarreaub3cc9f22019-04-19 16:03:32 +02001138 - wurfl-data-file
1139 - wurfl-information-list
1140 - wurfl-information-list-separator
Willy Tarreaud72758d2010-01-12 10:42:19 +01001141
Willy Tarreau6a06a402007-07-15 20:15:28 +02001142 * Performance tuning
William Dauchy0a8824f2019-10-27 20:08:09 +01001143 - busy-polling
Willy Tarreau1746eec2014-04-25 10:46:47 +02001144 - max-spread-checks
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001145 - maxcompcpuusage
1146 - maxcomprate
Willy Tarreau6a06a402007-07-15 20:15:28 +02001147 - maxconn
Willy Tarreau81c25d02011-09-07 15:17:21 +02001148 - maxconnrate
Willy Tarreauff4f82d2009-02-06 11:28:13 +01001149 - maxpipes
Willy Tarreau93e7c002013-10-07 18:51:07 +02001150 - maxsessrate
Willy Tarreau403edff2012-09-06 11:58:37 +02001151 - maxsslconn
Willy Tarreaue43d5322013-10-07 20:01:52 +02001152 - maxsslrate
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001153 - maxzlibmem
Willy Tarreauc4e56dc2022-03-08 10:41:40 +01001154 - no-memory-trimming
Willy Tarreau6a06a402007-07-15 20:15:28 +02001155 - noepoll
Emmanuel Hocdet0ba4f482019-04-08 16:53:32 +00001156 - noevports
Jarno Huuskonen0e82b922014-04-12 18:22:19 +03001157 - nogetaddrinfo
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001158 - nokqueue
1159 - nopoll
Lukas Tribusa0bcbdc2016-09-12 21:42:20 +00001160 - noreuseport
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001161 - nosplice
Willy Tarreau75c62c22018-11-22 11:02:09 +01001162 - profiling.tasks
Baptiste Assmann5626f482015-08-23 10:00:10 +02001163 - server-state-base
Baptiste Assmannef1f0fc2015-08-23 10:06:39 +02001164 - server-state-file
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001165 - spread-checks
Grant Zhang872f9c22017-01-21 01:10:18 +00001166 - ssl-engine
Grant Zhangfa6c7ee2017-01-14 01:42:15 +00001167 - ssl-mode-async
Baptiste Assmann3493d0f2015-10-12 20:21:23 +02001168 - tune.buffers.limit
1169 - tune.buffers.reserve
Willy Tarreau27a674e2009-08-17 07:23:33 +02001170 - tune.bufsize
William Lallemandf3747832012-11-09 12:33:10 +01001171 - tune.comp.maxlevel
Christopher Faulet2f7c82b2023-02-20 14:06:52 +01001172 - tune.disable-fast-forward
Christopher Faulet760a3842023-02-20 14:33:46 +01001173 - tune.fail-alloc
Willy Tarreaubc52bec2020-06-18 08:58:47 +02001174 - tune.fd.edge-triggered
Tim Duesterhus3ca274b2023-06-13 15:07:34 +02001175 - tune.h2.be.initial-window-size
1176 - tune.h2.be.max-concurrent-streams
1177 - tune.h2.fe.initial-window-size
1178 - tune.h2.fe.max-concurrent-streams
Willy Tarreaufe20e5b2017-07-27 11:42:14 +02001179 - tune.h2.header-table-size
Willy Tarreaue6baec02017-07-27 11:45:11 +02001180 - tune.h2.initial-window-size
Willy Tarreau5242ef82017-07-27 11:47:28 +02001181 - tune.h2.max-concurrent-streams
Tim Duesterhusbf7493e2023-06-13 15:08:47 +02001182 - tune.h2.max-frame-size
Willy Tarreau193b8c62012-11-22 00:17:38 +01001183 - tune.http.cookielen
Stéphane Cottin23e9e932017-05-18 08:58:41 +02001184 - tune.http.logurilen
Willy Tarreauac1932d2011-10-24 19:14:41 +02001185 - tune.http.maxhdr
Willy Tarreau76cc6992020-07-01 18:49:24 +02001186 - tune.idle-pool.shared
Willy Tarreau7e312732014-02-12 16:35:14 +01001187 - tune.idletimer
Thierry FOURNIER90da1912015-03-05 11:17:06 +01001188 - tune.lua.forced-yield
Willy Tarreau32f61e22015-03-18 17:54:59 +01001189 - tune.lua.maxmem
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001190 - tune.lua.service-timeout
Thierry FOURNIER90da1912015-03-05 11:17:06 +01001191 - tune.lua.session-timeout
1192 - tune.lua.task-timeout
Willy Tarreaua0250ba2008-01-06 11:22:57 +01001193 - tune.maxaccept
1194 - tune.maxpollevents
Willy Tarreau27a674e2009-08-17 07:23:33 +02001195 - tune.maxrewrite
Willy Tarreau284cfc62022-12-19 08:15:57 +01001196 - tune.memory.hot-size
Willy Tarreauf3045d22015-04-29 16:24:50 +02001197 - tune.pattern.cache-size
Willy Tarreau8bd146d2022-07-19 20:17:38 +02001198 - tune.peers.max-updates-at-once
Willy Tarreaubd9a0a72011-10-23 21:14:29 +02001199 - tune.pipesize
Willy Tarreaua8e2d972020-07-01 18:27:16 +02001200 - tune.pool-high-fd-ratio
1201 - tune.pool-low-fd-ratio
Frédéric Lécaille38dea052022-05-25 17:14:28 +02001202 - tune.quic.frontend.conn-tx-buffers.limit
Frédéric Lécaille1d96d6e2022-05-23 16:38:14 +02001203 - tune.quic.frontend.max-idle-timeout
Frédéric Lécaille26740982022-05-23 17:28:01 +02001204 - tune.quic.frontend.max-streams-bidi
Amaury Denoyelle24d5b722023-01-31 11:44:50 +01001205 - tune.quic.max-frame-loss
Frédéric Lécailleaa8daed2022-05-23 11:38:58 +02001206 - tune.quic.retry-threshold
Amaury Denoyelle511ddd52022-11-18 17:42:16 +01001207 - tune.quic.socket-owner
Willy Tarreaue803de22010-01-21 17:43:04 +01001208 - tune.rcvbuf.client
1209 - tune.rcvbuf.server
Willy Tarreaub22fc302015-12-14 12:04:35 +01001210 - tune.recv_enough
Olivier Houchard1599b802018-05-24 18:59:04 +02001211 - tune.runqueue-depth
Willy Tarreaue7723bd2020-06-24 11:11:02 +02001212 - tune.sched.low-latency
Willy Tarreaue803de22010-01-21 17:43:04 +01001213 - tune.sndbuf.client
1214 - tune.sndbuf.server
Willy Tarreau6c011712023-01-06 16:09:58 +01001215 - tune.stick-counters
Willy Tarreau6ec58db2012-11-16 16:32:15 +01001216 - tune.ssl.cachesize
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001217 - tune.ssl.capture-buffer-size
1218 - tune.ssl.capture-cipherlist-size (deprecated)
1219 - tune.ssl.default-dh-param
Thomas Prückl10243932022-04-27 13:04:54 +02001220 - tune.ssl.force-private-cache
1221 - tune.ssl.hard-maxrecord
William Lallemand7d42ef52020-07-06 11:41:30 +02001222 - tune.ssl.keylog
Willy Tarreaubfd59462013-02-21 07:46:09 +01001223 - tune.ssl.lifetime
1224 - tune.ssl.maxrecord
Christopher Faulet31af49d2015-06-09 17:29:50 +02001225 - tune.ssl.ssl-ctx-cache-size
Remi Tricot-Le Breton58432372023-02-28 17:46:29 +01001226 - tune.ssl.ocsp-update.maxdelay
1227 - tune.ssl.ocsp-update.mindelay
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02001228 - tune.vars.global-max-size
Christopher Fauletff2613e2016-11-09 11:36:17 +01001229 - tune.vars.proc-max-size
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02001230 - tune.vars.reqres-max-size
1231 - tune.vars.sess-max-size
1232 - tune.vars.txn-max-size
William Lallemanda509e4c2012-11-07 16:54:34 +01001233 - tune.zlib.memlevel
1234 - tune.zlib.windowsize
Willy Tarreaud72758d2010-01-12 10:42:19 +01001235
Willy Tarreau6a06a402007-07-15 20:15:28 +02001236 * Debugging
Erwan Le Goasfad9da82022-09-14 17:24:22 +02001237 - anonkey
Willy Tarreau6a06a402007-07-15 20:15:28 +02001238 - quiet
Willy Tarreau3eb10b82020-04-15 16:42:39 +02001239 - zero-warning
Willy Tarreau6a06a402007-07-15 20:15:28 +02001240
1241
Willy Tarreauc57f0e22009-05-10 13:12:33 +020012423.1. Process management and security
Willy Tarreau6a06a402007-07-15 20:15:28 +02001243------------------------------------
1244
Willy Tarreau8e6ad252022-11-16 17:42:34 +0100124551degrees-data-file <file path>
1246 The path of the 51Degrees data file to provide device detection services. The
1247 file should be unzipped and accessible by HAProxy with relevant permissions.
1248
1249 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001250 compiled with USE_51DEGREES.
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001251
125251degrees-property-name-list [<string> ...]
1253 A list of 51Degrees property names to be load from the dataset. A full list
1254 of names is available on the 51Degrees website:
1255 https://51degrees.com/resources/property-dictionary
1256
1257 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001258 compiled with USE_51DEGREES.
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001259
126051degrees-property-separator <char>
1261 A char that will be appended to every property value in a response header
1262 containing 51Degrees results. If not set that will be set as ','.
1263
1264 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001265 compiled with USE_51DEGREES.
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001266
126751degrees-cache-size <number>
1268 Sets the size of the 51Degrees converter cache to <number> entries. This
1269 is an LRU cache which reminds previous device detections and their results.
1270 By default, this cache is disabled.
1271
1272 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001273 compiled with USE_51DEGREES.
Dragan Dosena9800a02022-02-14 13:05:45 +01001274
127551degrees-use-performance-graph { on | off }
1276 Enables ('on') or disables ('off') the use of the performance graph in
1277 the detection process. The default value depends on 51Degrees library.
1278
1279 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001280 compiled with USE_51DEGREES and 51DEGREES_VER=4.
Dragan Dosena9800a02022-02-14 13:05:45 +01001281
128251degrees-use-predictive-graph { on | off }
1283 Enables ('on') or disables ('off') the use of the predictive graph in
1284 the detection process. The default value depends on 51Degrees library.
1285
1286 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001287 compiled with USE_51DEGREES and 51DEGREES_VER=4.
Dragan Dosena9800a02022-02-14 13:05:45 +01001288
128951degrees-drift <number>
1290 Sets the drift value that a detection can allow.
1291
1292 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001293 compiled with USE_51DEGREES and 51DEGREES_VER=4.
Dragan Dosena9800a02022-02-14 13:05:45 +01001294
129551degrees-difference <number>
1296 Sets the difference value that a detection can allow.
1297
1298 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001299 compiled with USE_51DEGREES and 51DEGREES_VER=4.
Dragan Dosena9800a02022-02-14 13:05:45 +01001300
130151degrees-allow-unmatched { on | off }
1302 Enables ('on') or disables ('off') the use of unmatched nodes in the
1303 detection process. The default value depends on 51Degrees library.
1304
1305 Please note that this option is only available when HAProxy has been
Willy Tarreau3f2803e2022-12-21 18:54:36 +01001306 compiled with USE_51DEGREES and 51DEGREES_VER=4.
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001307
Emeric Brunc8e8d122012-10-02 18:42:10 +02001308ca-base <dir>
1309 Assigns a default directory to fetch SSL CA certificates and CRLs from when a
Emmanuel Hocdet842e94e2019-12-16 16:39:17 +01001310 relative path is used with "ca-file", "ca-verify-file" or "crl-file"
1311 directives. Absolute locations specified in "ca-file", "ca-verify-file" and
1312 "crl-file" prevail and ignore "ca-base".
Emeric Brunc8e8d122012-10-02 18:42:10 +02001313
Willy Tarreau6a06a402007-07-15 20:15:28 +02001314chroot <jail dir>
1315 Changes current directory to <jail dir> and performs a chroot() there before
1316 dropping privileges. This increases the security level in case an unknown
1317 vulnerability would be exploited, since it would make it very hard for the
1318 attacker to exploit the system. This only works when the process is started
1319 with superuser privileges. It is important to ensure that <jail_dir> is both
Davor Ocelice9ed2812017-12-25 17:49:28 +01001320 empty and non-writable to anyone.
Willy Tarreaud72758d2010-01-12 10:42:19 +01001321
Remi Tricot-Le Bretonb5d968d2022-04-08 18:04:18 +02001322close-spread-time <time>
1323 Define a time window during which idle connections and active connections
1324 closing is spread in case of soft-stop. After a SIGUSR1 is received and the
1325 grace period is over (if any), the idle connections will all be closed at
1326 once if this option is not set, and active HTTP or HTTP2 connections will be
1327 ended after the next request is received, either by appending a "Connection:
1328 close" line to the HTTP response, or by sending a GOAWAY frame in case of
1329 HTTP2. When this option is set, connection closing will be spread over this
1330 set <time>.
Remi Tricot-Le Breton4d7fdc62022-04-26 15:17:18 +02001331 If the close-spread-time is set to "infinite", active connection closing
1332 during a soft-stop will be disabled. The "Connection: close" header will not
1333 be added to HTTP responses (or GOAWAY for HTTP2) anymore and idle connections
1334 will only be closed once their timeout is reached (based on the various
1335 timeouts set in the configuration).
Remi Tricot-Le Bretonb5d968d2022-04-08 18:04:18 +02001336
1337 Arguments :
1338 <time> is a time window (by default in milliseconds) during which
Remi Tricot-Le Breton4d7fdc62022-04-26 15:17:18 +02001339 connection closing will be spread during a soft-stop operation, or
1340 "infinite" if active connection closing should be disabled.
Remi Tricot-Le Bretonb5d968d2022-04-08 18:04:18 +02001341
1342 It is recommended to set this setting to a value lower than the one used in
1343 the "hard-stop-after" option if this one is used, so that all connections
1344 have a chance to gracefully close before the process stops.
1345
Remi Tricot-Le Breton4d7fdc62022-04-26 15:17:18 +02001346 See also: grace, hard-stop-after, idle-close-on-response
Remi Tricot-Le Bretonb5d968d2022-04-08 18:04:18 +02001347
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001348cluster-secret <secret>
1349 Define an ASCII string secret shared between several nodes belonging to the
1350 same cluster. It could be used for different usages. It is at least used to
1351 derive stateless reset tokens for all the QUIC connections instantiated by
1352 this process. This is also the case to derive secrets used to encrypt Retry
Amaury Denoyelle28ea31c2022-11-14 16:18:46 +01001353 tokens.
1354
1355 If this parameter is not set, a random value will be selected on process
1356 startup. This allows to use features which rely on it, albeit with some
1357 limitations.
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001358
Willy Tarreau615c3012023-05-05 16:10:05 +02001359cpu-map [auto:]<thread-group>[/<thread-set>] <cpu-set>[,...] [...]
Willy Tarreau5b093412022-07-08 09:38:30 +02001360 On some operating systems, it is possible to bind a thread group or a thread
1361 to a specific CPU set. This means that the designated threads will never run
1362 on other CPUs. The "cpu-map" directive specifies CPU sets for individual
1363 threads or thread groups. The first argument is a thread group range,
1364 optionally followed by a thread set. These ranges have the following format:
Christopher Fauletcb6a9452017-11-22 16:50:41 +01001365
1366 all | odd | even | number[-[number]]
1367
Willy Tarreau317804d2021-06-15 11:35:31 +02001368 <number> must be a number between 1 and 32 or 64, depending on the machine's
Willy Tarreau5b093412022-07-08 09:38:30 +02001369 word size. Any group IDs above 'thread-groups' and any thread IDs above the
1370 machine's word size are ignored. All thread numbers are relative to the group
1371 they belong to. It is possible to specify a range with two such number
1372 delimited by a dash ('-'). It also is possible to specify all threads at once
1373 using "all", only odd numbers using "odd" or even numbers using "even", just
1374 like with the "thread" bind directive. The second and forthcoming arguments
1375 are CPU sets. Each CPU set is either a unique number starting at 0 for the
Willy Tarreau615c3012023-05-05 16:10:05 +02001376 first CPU or a range with two such numbers delimited by a dash ('-'). These
1377 CPU numbers and ranges may be repeated by delimiting them with commas or by
1378 passing more ranges as new arguments on the same line. Outside of Linux and
1379 BSD operating systems, there may be a limitation on the maximum CPU index to
1380 either 31 or 63. Multiple "cpu-map" directives may be specified, but each
1381 "cpu-map" directive will replace the previous ones when they overlap.
Willy Tarreaufc6c0322012-11-16 16:12:27 +01001382
Christopher Fauletff4121f2017-11-22 16:38:49 +01001383 Ranges can be partially defined. The higher bound can be omitted. In such
1384 case, it is replaced by the corresponding maximum value, 32 or 64 depending
1385 on the machine's word size.
1386
Willy Tarreau5b093412022-07-08 09:38:30 +02001387 The prefix "auto:" can be added before the thread set to let HAProxy
1388 automatically bind a set of threads to a CPU by incrementing threads and
Willy Tarreau317804d2021-06-15 11:35:31 +02001389 CPU sets. To be valid, both sets must have the same size. No matter the
1390 declaration order of the CPU sets, it will be bound from the lowest to the
Willy Tarreau5b093412022-07-08 09:38:30 +02001391 highest bound. Having both a group and a thread range with the "auto:"
Willy Tarreau317804d2021-06-15 11:35:31 +02001392 prefix is not supported. Only one range is supported, the other one must be
1393 a fixed number.
Christopher Faulet26028f62017-11-22 15:01:51 +01001394
Willy Tarreau5b093412022-07-08 09:38:30 +02001395 Note that group ranges are supported for historical reasons. Nowadays, a lone
1396 number designates a thread group and must be 1 if thread-groups are not used,
1397 and specifying a thread range or number requires to prepend "1/" in front of
1398 it if thread groups are not used. Finally, "1" is strictly equivalent to
1399 "1/all" and designates all threads in the group.
Christopher Fauletcb6a9452017-11-22 16:50:41 +01001400
Willy Tarreau317804d2021-06-15 11:35:31 +02001401 Examples:
Willy Tarreau5b093412022-07-08 09:38:30 +02001402 cpu-map 1/all 0-3 # bind all threads of the first group on the
Christopher Fauletcb6a9452017-11-22 16:50:41 +01001403 # first 4 CPUs
1404
Willy Tarreau317804d2021-06-15 11:35:31 +02001405 cpu-map 1/1- 0- # will be replaced by "cpu-map 1/1-64 0-63"
1406 # or "cpu-map 1/1-32 0-31" depending on the machine's
Christopher Fauletcb6a9452017-11-22 16:50:41 +01001407 # word size.
1408
Willy Tarreau5b093412022-07-08 09:38:30 +02001409 # all these lines bind thread 1 to the cpu 0, the thread 2 to cpu 1
Christopher Fauletcb6a9452017-11-22 16:50:41 +01001410 # and so on.
1411 cpu-map auto:1/1-4 0-3
1412 cpu-map auto:1/1-4 0-1 2-3
1413 cpu-map auto:1/1-4 3 2 1 0
Willy Tarreau615c3012023-05-05 16:10:05 +02001414 cpu-map auto:1/1-4 3,2,1,0
Christopher Fauletcb6a9452017-11-22 16:50:41 +01001415
Willy Tarreau317804d2021-06-15 11:35:31 +02001416 # bind each thread to exactly one CPU using all/odd/even keyword
1417 cpu-map auto:1/all 0-63
1418 cpu-map auto:1/even 0-31
1419 cpu-map auto:1/odd 32-63
Christopher Faulet26028f62017-11-22 15:01:51 +01001420
Willy Tarreau317804d2021-06-15 11:35:31 +02001421 # invalid cpu-map because thread and CPU sets have different sizes.
1422 cpu-map auto:1/1-4 0 # invalid
1423 cpu-map auto:1/1 0-3 # invalid
Christopher Fauletcb6a9452017-11-22 16:50:41 +01001424
Willy Tarreau5b093412022-07-08 09:38:30 +02001425 # map 40 threads of those 4 groups to individual CPUs
1426 cpu-map auto:1/1-10 0-9
1427 cpu-map auto:2/1-10 10-19
1428 cpu-map auto:3/1-10 20-29
1429 cpu-map auto:4/1-10 30-39
1430
1431 # Map 80 threads to one physical socket and 80 others to another socket
1432 # without forcing assignment. These are split into 4 groups since no
1433 # group may have more than 64 threads.
Willy Tarreau615c3012023-05-05 16:10:05 +02001434 cpu-map 1/1-40 0-39,80-119 # node0, siblings 0 & 1
1435 cpu-map 2/1-40 0-39,80-119
1436 cpu-map 3/1-40 40-79,120-159 # node1, siblings 0 & 1
1437 cpu-map 4/1-40 40-79,120-159
Willy Tarreau5b093412022-07-08 09:38:30 +02001438
1439
Emeric Brunc8e8d122012-10-02 18:42:10 +02001440crt-base <dir>
1441 Assigns a default directory to fetch SSL certificates from when a relative
William Dauchy238ea3b2020-01-11 13:09:12 +01001442 path is used with "crtfile" or "crt" directives. Absolute locations specified
1443 prevail and ignore "crt-base".
Emeric Brunc8e8d122012-10-02 18:42:10 +02001444
Willy Tarreau6a06a402007-07-15 20:15:28 +02001445daemon
1446 Makes the process fork into background. This is the recommended mode of
1447 operation. It is equivalent to the command line "-D" argument. It can be
Lukas Tribusf46bf952017-11-21 12:39:34 +01001448 disabled by the command line "-db" argument. This option is ignored in
1449 systemd mode.
Willy Tarreau6a06a402007-07-15 20:15:28 +02001450
Willy Tarreau8a022d52021-04-27 20:29:11 +02001451default-path { current | config | parent | origin <path> }
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001452 By default HAProxy loads all files designated by a relative path from the
Willy Tarreau8a022d52021-04-27 20:29:11 +02001453 location the process is started in. In some circumstances it might be
1454 desirable to force all relative paths to start from a different location
1455 just as if the process was started from such locations. This is what this
1456 directive is made for. Technically it will perform a temporary chdir() to
1457 the designated location while processing each configuration file, and will
1458 return to the original directory after processing each file. It takes an
1459 argument indicating the policy to use when loading files whose path does
1460 not start with a slash ('/'):
1461 - "current" indicates that all relative files are to be loaded from the
1462 directory the process is started in ; this is the default.
1463
1464 - "config" indicates that all relative files should be loaded from the
1465 directory containing the configuration file. More specifically, if the
1466 configuration file contains a slash ('/'), the longest part up to the
1467 last slash is used as the directory to change to, otherwise the current
1468 directory is used. This mode is convenient to bundle maps, errorfiles,
1469 certificates and Lua scripts together as relocatable packages. When
1470 multiple configuration files are loaded, the directory is updated for
1471 each of them.
1472
1473 - "parent" indicates that all relative files should be loaded from the
1474 parent of the directory containing the configuration file. More
1475 specifically, if the configuration file contains a slash ('/'), ".."
1476 is appended to the longest part up to the last slash is used as the
1477 directory to change to, otherwise the directory is "..". This mode is
1478 convenient to bundle maps, errorfiles, certificates and Lua scripts
1479 together as relocatable packages, but where each part is located in a
1480 different subdirectory (e.g. "config/", "certs/", "maps/", ...).
1481
1482 - "origin" indicates that all relative files should be loaded from the
1483 designated (mandatory) path. This may be used to ease management of
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001484 different HAProxy instances running in parallel on a system, where each
Willy Tarreau8a022d52021-04-27 20:29:11 +02001485 instance uses a different prefix but where the rest of the sections are
1486 made easily relocatable.
1487
1488 Each "default-path" directive instantly replaces any previous one and will
1489 possibly result in switching to a different directory. While this should
1490 always result in the desired behavior, it is really not a good practice to
1491 use multiple default-path directives, and if used, the policy ought to remain
1492 consistent across all configuration files.
1493
1494 Warning: some configuration elements such as maps or certificates are
1495 uniquely identified by their configured path. By using a relocatable layout,
1496 it becomes possible for several of them to end up with the same unique name,
1497 making it difficult to update them at run time, especially when multiple
1498 configuration files are loaded from different directories. It is essential to
1499 observe a strict collision-free file naming scheme before adopting relative
1500 paths. A robust approach could consist in prefixing all files names with
1501 their respective site name, or in doing so at the directory level.
1502
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001503description <text>
1504 Add a text that describes the instance.
1505
1506 Please note that it is required to escape certain characters (# for example)
1507 and this text is inserted into a html page so you should avoid using
1508 "<" and ">" characters.
1509
David Carlier8167f302015-06-01 13:50:06 +02001510deviceatlas-json-file <path>
1511 Sets the path of the DeviceAtlas JSON data file to be loaded by the API.
Davor Ocelice9ed2812017-12-25 17:49:28 +01001512 The path must be a valid JSON data file and accessible by HAProxy process.
David Carlier8167f302015-06-01 13:50:06 +02001513
1514deviceatlas-log-level <value>
Davor Ocelice9ed2812017-12-25 17:49:28 +01001515 Sets the level of information returned by the API. This directive is
David Carlier8167f302015-06-01 13:50:06 +02001516 optional and set to 0 by default if not set.
1517
Cyril Bonté0306c4a2015-10-26 22:37:38 +01001518deviceatlas-properties-cookie <name>
Cyril Bonté307ee1e2015-09-28 23:16:06 +02001519 Sets the client cookie's name used for the detection if the DeviceAtlas
1520 Client-side component was used during the request. This directive is optional
1521 and set to DAPROPS by default if not set.
David Carlier29b3ca32015-09-25 14:09:21 +01001522
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001523deviceatlas-separator <char>
1524 Sets the character separator for the API properties results. This directive
1525 is optional and set to | by default if not set.
1526
Amaury Denoyelled2e53cd2021-05-06 16:21:39 +02001527expose-experimental-directives
1528 This statement must appear before using directives tagged as experimental or
1529 the config file will be rejected.
1530
Simon Horman98637e52014-06-20 12:30:16 +09001531external-check
Willy Tarreaud96f1122019-12-03 07:07:36 +01001532 Allows the use of an external agent to perform health checks. This is
1533 disabled by default as a security precaution, and even when enabled, checks
Willy Tarreaua45a8b52019-12-06 16:31:45 +01001534 may still fail unless "insecure-fork-wanted" is enabled as well. If the
1535 program launched makes use of a setuid executable (it should really not),
1536 you may also need to set "insecure-setuid-wanted" in the global section.
1537 See "option external-check", and "insecure-fork-wanted", and
1538 "insecure-setuid-wanted".
Simon Horman98637e52014-06-20 12:30:16 +09001539
Willy Tarreau2df1fbf2022-04-25 18:02:03 +02001540fd-hard-limit <number>
1541 Sets an upper bound to the maximum number of file descriptors that the
1542 process will use, regardless of system limits. While "ulimit-n" and "maxconn"
1543 may be used to enforce a value, when they are not set, the process will be
1544 limited to the hard limit of the RLIMIT_NOFILE setting as reported by
1545 "ulimit -n -H". But some modern operating systems are now allowing extremely
1546 large values here (in the order of 1 billion), which will consume way too
1547 much RAM for regular usage. The fd-hard-limit setting is provided to enforce
1548 a possibly lower bound to this limit. This means that it will always respect
1549 the system-imposed limits when they are below <number> but the specified
1550 value will be used if system-imposed limits are higher. In the example below,
1551 no other setting is specified and the maxconn value will automatically adapt
1552 to the lower of "fd-hard-limit" and the system-imposed limit:
1553
1554 global
1555 # use as many FDs as possible but no more than 50000
1556 fd-hard-limit 50000
1557
1558 See also: ulimit-n, maxconn
1559
Willy Tarreau6a06a402007-07-15 20:15:28 +02001560gid <number>
Thayne McCombscdbcca92021-01-07 21:24:41 -07001561 Changes the process's group ID to <number>. It is recommended that the group
Willy Tarreau6a06a402007-07-15 20:15:28 +02001562 ID is dedicated to HAProxy or to a small set of similar daemons. HAProxy must
1563 be started with a user belonging to this group, or with superuser privileges.
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001564 Note that if HAProxy is started from a user having supplementary groups, it
Michael Schererab012dd2013-01-12 18:35:19 +01001565 will only be able to drop these groups if started with superuser privileges.
Willy Tarreau6a06a402007-07-15 20:15:28 +02001566 See also "group" and "uid".
Willy Tarreaud72758d2010-01-12 10:42:19 +01001567
Willy Tarreau10080712021-09-07 10:49:45 +02001568grace <time>
1569 Defines a delay between SIGUSR1 and real soft-stop.
1570
1571 Arguments :
1572 <time> is an extra delay (by default in milliseconds) after receipt of the
1573 SIGUSR1 signal that will be waited for before proceeding with the
1574 soft-stop operation.
1575
1576 This is used for compatibility with legacy environments where the haproxy
1577 process needs to be stopped but some external components need to detect the
1578 status before listeners are unbound. The principle is that the internal
1579 "stopping" variable (which is reported by the "stopping" sample fetch
1580 function) will be turned to true, but listeners will continue to accept
1581 connections undisturbed, until the delay expires, after what the regular
1582 soft-stop will proceed. This must not be used with processes that are
1583 reloaded, or this will prevent the old process from unbinding, and may
1584 prevent the new one from starting, or simply cause trouble.
1585
1586 Example:
1587
1588 global
1589 grace 10s
1590
1591 # Returns 200 OK until stopping is set via SIGUSR1
1592 frontend ext-check
1593 bind :9999
1594 monitor-uri /ext-check
1595 monitor fail if { stopping }
1596
1597 Please note that a more flexible and durable approach would instead consist
1598 for an orchestration system in setting a global variable from the CLI, use
1599 that variable to respond to external checks, then after a delay send the
1600 SIGUSR1 signal.
1601
1602 Example:
1603
1604 # Returns 200 OK until proc.stopping is set to non-zero. May be done
1605 # from HTTP using set-var(proc.stopping) or from the CLI using:
1606 # > set var proc.stopping int(1)
1607 frontend ext-check
1608 bind :9999
1609 monitor-uri /ext-check
1610 monitor fail if { var(proc.stopping) -m int gt 0 }
1611
1612 See also: hard-stop-after, monitor
1613
Willy Tarreau11770ce2019-12-03 08:29:22 +01001614group <group name>
1615 Similar to "gid" but uses the GID of group name <group name> from /etc/group.
1616 See also "gid" and "user".
1617
Christopher Faulet0f9c0f52022-05-13 09:20:13 +02001618h1-accept-payload-with-any-method
1619 Does not reject HTTP/1.0 GET/HEAD/DELETE requests with a payload.
1620
1621 While It is explicitly allowed in HTTP/1.1, HTTP/1.0 is not clear on this
1622 point and some old servers don't expect any payload and never look for body
1623 length (via Content-Length or Transfer-Encoding headers). It means that some
1624 intermediaries may properly handle the payload for HTTP/1.0 GET/HEAD/DELETE
1625 requests, while some others may totally ignore it. That may lead to security
1626 issues because a request smuggling attack is possible. Thus, by default,
1627 HAProxy rejects HTTP/1.0 GET/HEAD/DELETE requests with a payload.
1628
1629 However, it may be an issue with some old clients. In this case, this global
1630 option may be set.
1631
Christopher Faulet98fbe952019-07-22 16:18:24 +02001632h1-case-adjust <from> <to>
1633 Defines the case adjustment to apply, when enabled, to the header name
1634 <from>, to change it to <to> before sending it to HTTP/1 clients or
1635 servers. <from> must be in lower case, and <from> and <to> must not differ
1636 except for their case. It may be repeated if several header names need to be
Ilya Shipitsin8525fd92020-02-29 12:34:59 +05001637 adjusted. Duplicate entries are not allowed. If a lot of header names have to
Christopher Faulet98fbe952019-07-22 16:18:24 +02001638 be adjusted, it might be more convenient to use "h1-case-adjust-file".
1639 Please note that no transformation will be applied unless "option
1640 h1-case-adjust-bogus-client" or "option h1-case-adjust-bogus-server" is
1641 specified in a proxy.
1642
1643 There is no standard case for header names because, as stated in RFC7230,
1644 they are case-insensitive. So applications must handle them in a case-
1645 insensitive manner. But some bogus applications violate the standards and
1646 erroneously rely on the cases most commonly used by browsers. This problem
1647 becomes critical with HTTP/2 because all header names must be exchanged in
1648 lower case, and HAProxy follows the same convention. All header names are
1649 sent in lower case to clients and servers, regardless of the HTTP version.
1650
1651 Applications which fail to properly process requests or responses may require
1652 to temporarily use such workarounds to adjust header names sent to them for
1653 the time it takes the application to be fixed. Please note that an
1654 application which requires such workarounds might be vulnerable to content
1655 smuggling attacks and must absolutely be fixed.
1656
1657 Example:
1658 global
1659 h1-case-adjust content-length Content-Length
1660
1661 See "h1-case-adjust-file", "option h1-case-adjust-bogus-client" and
1662 "option h1-case-adjust-bogus-server".
1663
1664h1-case-adjust-file <hdrs-file>
1665 Defines a file containing a list of key/value pairs used to adjust the case
1666 of some header names before sending them to HTTP/1 clients or servers. The
1667 file <hdrs-file> must contain 2 header names per line. The first one must be
1668 in lower case and both must not differ except for their case. Lines which
1669 start with '#' are ignored, just like empty lines. Leading and trailing tabs
1670 and spaces are stripped. Duplicate entries are not allowed. Please note that
1671 no transformation will be applied unless "option h1-case-adjust-bogus-client"
1672 or "option h1-case-adjust-bogus-server" is specified in a proxy.
1673
1674 If this directive is repeated, only the last one will be processed. It is an
1675 alternative to the directive "h1-case-adjust" if a lot of header names need
1676 to be adjusted. Please read the risks associated with using this.
1677
1678 See "h1-case-adjust", "option h1-case-adjust-bogus-client" and
1679 "option h1-case-adjust-bogus-server".
1680
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001681h2-workaround-bogus-websocket-clients
1682 This disables the announcement of the support for h2 websockets to clients.
1683 This can be use to overcome clients which have issues when implementing the
1684 relatively fresh RFC8441, such as Firefox 88. To allow clients to
1685 automatically downgrade to http/1.1 for the websocket tunnel, specify h2
1686 support on the bind line using "alpn" without an explicit "proto" keyword. If
1687 this statement was previously activated, this can be disabled by prefixing
1688 the keyword with "no'.
1689
1690hard-stop-after <time>
1691 Defines the maximum time allowed to perform a clean soft-stop.
1692
1693 Arguments :
1694 <time> is the maximum time (by default in milliseconds) for which the
1695 instance will remain alive when a soft-stop is received via the
1696 SIGUSR1 signal.
1697
1698 This may be used to ensure that the instance will quit even if connections
1699 remain opened during a soft-stop (for example with long timeouts for a proxy
1700 in tcp mode). It applies both in TCP and HTTP mode.
1701
1702 Example:
1703 global
1704 hard-stop-after 30s
1705
1706 See also: grace
1707
William Lallemande279f592023-05-11 21:08:38 +02001708httpclient.resolvers.disabled <on|off>
1709 Disable the DNS resolution of the httpclient. Prevent the creation of the
1710 "default" resolvers section.
1711
1712 Default value is off.
1713
Willy Tarreau8e6ad252022-11-16 17:42:34 +01001714httpclient.resolvers.id <resolvers id>
1715 This option defines the resolvers section with which the httpclient will try
1716 to resolve.
1717
1718 Default option is the "default" resolvers ID. By default, if this option is
1719 not used, it will simply disable the resolving if the section is not found.
1720
1721 However, when this option is explicitly enabled it will trigger a
1722 configuration error if it fails to load.
1723
1724httpclient.resolvers.prefer <ipv4|ipv6>
1725 This option allows to chose which family of IP you want when resolving,
1726 which is convenient when IPv6 is not available on your network. Default
1727 option is "ipv6".
1728
William Lallemandde1803f2022-05-04 18:14:25 +02001729httpclient.ssl.ca-file <cafile>
1730 This option defines the ca-file which should be used to verify the server
1731 certificate. It takes the same parameters as the "ca-file" option on the
1732 server line.
1733
1734 By default and when this option is not used, the value is
1735 "@system-ca" which tries to load the CA of the system. If it fails the SSL
1736 will be disabled for the httpclient.
1737
1738 However, when this option is explicitly enabled it will trigger a
1739 configuration error if it fails.
1740
1741httpclient.ssl.verify [none|required]
1742 Works the same way as the verify option on server lines. If specified to 'none',
1743 servers certificates are not verified. Default option is "required".
1744
1745 By default and when this option is not used, the value is
1746 "required". If it fails the SSL will be disabled for the httpclient.
1747
1748 However, when this option is explicitly enabled it will trigger a
1749 configuration error if it fails.
1750
Willy Tarreaud96f1122019-12-03 07:07:36 +01001751insecure-fork-wanted
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001752 By default HAProxy tries hard to prevent any thread and process creation
Willy Tarreaud96f1122019-12-03 07:07:36 +01001753 after it starts. Doing so is particularly important when using Lua files of
1754 uncertain origin, and when experimenting with development versions which may
1755 still contain bugs whose exploitability is uncertain. And generally speaking
1756 it's good hygiene to make sure that no unexpected background activity can be
1757 triggered by traffic. But this prevents external checks from working, and may
1758 break some very specific Lua scripts which actively rely on the ability to
1759 fork. This option is there to disable this protection. Note that it is a bad
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001760 idea to disable it, as a vulnerability in a library or within HAProxy itself
Willy Tarreaud96f1122019-12-03 07:07:36 +01001761 will be easier to exploit once disabled. In addition, forking from Lua or
1762 anywhere else is not reliable as the forked process may randomly embed a lock
1763 set by another thread and never manage to finish an operation. As such it is
1764 highly recommended that this option is never used and that any workload
1765 requiring such a fork be reconsidered and moved to a safer solution (such as
1766 agents instead of external checks). This option supports the "no" prefix to
1767 disable it.
1768
Willy Tarreaua45a8b52019-12-06 16:31:45 +01001769insecure-setuid-wanted
1770 HAProxy doesn't need to call executables at run time (except when using
1771 external checks which are strongly recommended against), and is even expected
1772 to isolate itself into an empty chroot. As such, there basically is no valid
1773 reason to allow a setuid executable to be called without the user being fully
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001774 aware of the risks. In a situation where HAProxy would need to call external
Willy Tarreaua45a8b52019-12-06 16:31:45 +01001775 checks and/or disable chroot, exploiting a vulnerability in a library or in
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001776 HAProxy itself could lead to the execution of an external program. On Linux
Willy Tarreaua45a8b52019-12-06 16:31:45 +01001777 it is possible to lock the process so that any setuid bit present on such an
1778 executable is ignored. This significantly reduces the risk of privilege
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001779 escalation in such a situation. This is what HAProxy does by default. In case
Willy Tarreaua45a8b52019-12-06 16:31:45 +01001780 this causes a problem to an external check (for example one which would need
1781 the "ping" command), then it is possible to disable this protection by
1782 explicitly adding this directive in the global section. If enabled, it is
1783 possible to turn it back off by prefixing it with the "no" keyword.
1784
Emmanuel Hocdet70df7bf2019-01-04 11:08:20 +01001785issuers-chain-path <dir>
1786 Assigns a directory to load certificate chain for issuer completion. All
1787 files must be in PEM format. For certificates loaded with "crt" or "crt-list",
1788 if certificate chain is not included in PEM (also commonly known as
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001789 intermediate certificate), HAProxy will complete chain if the issuer of the
Emmanuel Hocdet70df7bf2019-01-04 11:08:20 +01001790 certificate corresponds to the first certificate of the chain loaded with
1791 "issuers-chain-path".
1792 A "crt" file with PrivateKey+Certificate+IntermediateCA2+IntermediateCA1
1793 could be replaced with PrivateKey+Certificate. HAProxy will complete the
1794 chain if a file with IntermediateCA2+IntermediateCA1 is present in
1795 "issuers-chain-path" directory. All other certificates with the same issuer
1796 will share the chain in memory.
1797
Dragan Dosen13cd54c2020-06-18 18:24:05 +02001798localpeer <name>
1799 Sets the local instance's peer name. It will be ignored if the "-L"
1800 command line argument is specified or if used after "peers" section
1801 definitions. In such cases, a warning message will be emitted during
1802 the configuration parsing.
1803
1804 This option will also set the HAPROXY_LOCALPEER environment variable.
1805 See also "-L" in the management guide and "peers" section below.
1806
Jan Wagner3e678602020-12-17 22:22:32 +01001807log <address> [len <length>] [format <format>] [sample <ranges>:<sample_size>]
Frédéric Lécailled690dfa2019-04-25 10:52:17 +02001808 <facility> [max level [min level]]
Cyril Bonté3e954872018-03-20 23:30:27 +01001809 Adds a global syslog server. Several global servers can be defined. They
Davor Ocelice9ed2812017-12-25 17:49:28 +01001810 will receive logs for starts and exits, as well as all logs from proxies
Robert Tsai81ae1952007-12-05 10:47:29 +01001811 configured with "log global".
1812
1813 <address> can be one of:
1814
Willy Tarreau2769aa02007-12-27 18:26:09 +01001815 - An IPv4 address optionally followed by a colon and a UDP port. If
Robert Tsai81ae1952007-12-05 10:47:29 +01001816 no port is specified, 514 is used by default (the standard syslog
1817 port).
1818
David du Colombier24bb5f52011-03-17 10:40:23 +01001819 - An IPv6 address followed by a colon and optionally a UDP port. If
1820 no port is specified, 514 is used by default (the standard syslog
1821 port).
1822
Willy Tarreau5a32ecc2018-11-12 07:34:59 +01001823 - A filesystem path to a datagram UNIX domain socket, keeping in mind
Robert Tsai81ae1952007-12-05 10:47:29 +01001824 considerations for chroot (be sure the path is accessible inside
1825 the chroot) and uid/gid (be sure the path is appropriately
Davor Ocelice9ed2812017-12-25 17:49:28 +01001826 writable).
Robert Tsai81ae1952007-12-05 10:47:29 +01001827
Willy Tarreau5a32ecc2018-11-12 07:34:59 +01001828 - A file descriptor number in the form "fd@<number>", which may point
1829 to a pipe, terminal, or socket. In this case unbuffered logs are used
1830 and one writev() call per log is performed. This is a bit expensive
1831 but acceptable for most workloads. Messages sent this way will not be
1832 truncated but may be dropped, in which case the DroppedLogs counter
1833 will be incremented. The writev() call is atomic even on pipes for
1834 messages up to PIPE_BUF size, which POSIX recommends to be at least
1835 512 and which is 4096 bytes on most modern operating systems. Any
1836 larger message may be interleaved with messages from other processes.
1837 Exceptionally for debugging purposes the file descriptor may also be
Daniel Corbett9f0843f2021-05-08 10:50:37 -04001838 directed to a file, but doing so will significantly slow HAProxy down
Willy Tarreau5a32ecc2018-11-12 07:34:59 +01001839 as non-blocking calls will be ignored. Also there will be no way to
1840 purge nor rotate this file without restarting the process. Note that
1841 the configured syslog format is preserved, so the output is suitable
Willy Tarreauc1b06452018-11-12 11:57:56 +01001842 for use with a TCP syslog server. See also the "short" and "raw"
1843 format below.
Willy Tarreau5a32ecc2018-11-12 07:34:59 +01001844
1845 - "stdout" / "stderr", which are respectively aliases for "fd@1" and
1846 "fd@2", see above.
1847
Willy Tarreauc046d162019-08-30 15:24:59 +02001848 - A ring buffer in the form "ring@<name>", which will correspond to an
1849 in-memory ring buffer accessible over the CLI using the "show events"
1850 command, which will also list existing rings and their sizes. Such
1851 buffers are lost on reload or restart but when used as a complement
1852 this can help troubleshooting by having the logs instantly available.
1853
William Lallemandb2f07452015-05-12 14:27:13 +02001854 You may want to reference some environment variables in the address
1855 parameter, see section 2.3 about environment variables.
Willy Tarreaudad36a32013-03-11 01:20:04 +01001856
Willy Tarreau18324f52014-06-27 18:10:07 +02001857 <length> is an optional maximum line length. Log lines larger than this value
1858 will be truncated before being sent. The reason is that syslog
1859 servers act differently on log line length. All servers support the
1860 default value of 1024, but some servers simply drop larger lines
1861 while others do log them. If a server supports long lines, it may
1862 make sense to set this value here in order to avoid truncating long
1863 lines. Similarly, if a server drops long lines, it is preferable to
1864 truncate them before sending them. Accepted values are 80 to 65535
1865 inclusive. The default value of 1024 is generally fine for all
1866 standard usages. Some specific cases of long captures or
Davor Ocelice9ed2812017-12-25 17:49:28 +01001867 JSON-formatted logs may require larger values. You may also need to
1868 increase "tune.http.logurilen" if your request URIs are truncated.
Willy Tarreau18324f52014-06-27 18:10:07 +02001869
Dragan Dosen7ad31542015-09-28 17:16:47 +02001870 <format> is the log format used when generating syslog messages. It may be
1871 one of the following :
1872
Emeric Brun0237c4e2020-11-27 16:24:34 +01001873 local Analog to rfc3164 syslog message format except that hostname
1874 field is stripped. This is the default.
1875 Note: option "log-send-hostname" switches the default to
1876 rfc3164.
1877
1878 rfc3164 The RFC3164 syslog message format.
Dragan Dosen7ad31542015-09-28 17:16:47 +02001879 (https://tools.ietf.org/html/rfc3164)
1880
1881 rfc5424 The RFC5424 syslog message format.
1882 (https://tools.ietf.org/html/rfc5424)
1883
Emeric Brun54648852020-07-06 15:54:06 +02001884 priority A message containing only a level plus syslog facility between
1885 angle brackets such as '<63>', followed by the text. The PID,
1886 date, time, process name and system name are omitted. This is
1887 designed to be used with a local log server.
1888
Willy Tarreaue8746a02018-11-12 08:45:00 +01001889 short A message containing only a level between angle brackets such as
1890 '<3>', followed by the text. The PID, date, time, process name
1891 and system name are omitted. This is designed to be used with a
1892 local log server. This format is compatible with what the systemd
1893 logger consumes.
1894
Emeric Brun54648852020-07-06 15:54:06 +02001895 timed A message containing only a level between angle brackets such as
1896 '<3>', followed by ISO date and by the text. The PID, process
1897 name and system name are omitted. This is designed to be
1898 used with a local log server.
1899
1900 iso A message containing only the ISO date, followed by the text.
1901 The PID, process name and system name are omitted. This is
1902 designed to be used with a local log server.
1903
Willy Tarreauc1b06452018-11-12 11:57:56 +01001904 raw A message containing only the text. The level, PID, date, time,
1905 process name and system name are omitted. This is designed to be
1906 used in containers or during development, where the severity only
1907 depends on the file descriptor used (stdout/stderr).
1908
Frédéric Lécailled690dfa2019-04-25 10:52:17 +02001909 <ranges> A list of comma-separated ranges to identify the logs to sample.
1910 This is used to balance the load of the logs to send to the log
1911 server. The limits of the ranges cannot be null. They are numbered
1912 from 1. The size or period (in number of logs) of the sample must be
1913 set with <sample_size> parameter.
1914
1915 <sample_size>
1916 The size of the sample in number of logs to consider when balancing
1917 their logging loads. It is used to balance the load of the logs to
1918 send to the syslog server. This size must be greater or equal to the
1919 maximum of the high limits of the ranges.
1920 (see also <ranges> parameter).
1921
Robert Tsai81ae1952007-12-05 10:47:29 +01001922 <facility> must be one of the 24 standard syslog facilities :
Willy Tarreau6a06a402007-07-15 20:15:28 +02001923
Willy Tarreaue8746a02018-11-12 08:45:00 +01001924 kern user mail daemon auth syslog lpr news
1925 uucp cron auth2 ftp ntp audit alert cron2
1926 local0 local1 local2 local3 local4 local5 local6 local7
1927
Willy Tarreauc1b06452018-11-12 11:57:56 +01001928 Note that the facility is ignored for the "short" and "raw"
1929 formats, but still required as a positional field. It is
1930 recommended to use "daemon" in this case to make it clear that
1931 it's only supposed to be used locally.
Willy Tarreau6a06a402007-07-15 20:15:28 +02001932
1933 An optional level can be specified to filter outgoing messages. By default,
Willy Tarreauf7edefa2009-05-10 17:20:05 +02001934 all messages are sent. If a maximum level is specified, only messages with a
1935 severity at least as important as this level will be sent. An optional minimum
1936 level can be specified. If it is set, logs emitted with a more severe level
1937 than this one will be capped to this level. This is used to avoid sending
1938 "emerg" messages on all terminals on some default syslog configurations.
1939 Eight levels are known :
Willy Tarreau6a06a402007-07-15 20:15:28 +02001940
Cyril Bontédc4d9032012-04-08 21:57:39 +02001941 emerg alert crit err warning notice info debug
Willy Tarreau6a06a402007-07-15 20:15:28 +02001942
Joe Williamsdf5b38f2010-12-29 17:05:48 +01001943log-send-hostname [<string>]
1944 Sets the hostname field in the syslog header. If optional "string" parameter
1945 is set the header is set to the string contents, otherwise uses the hostname
1946 of the system. Generally used if one is not relaying logs through an
1947 intermediate syslog server or for simply customizing the hostname printed in
1948 the logs.
1949
Kevinm48936af2010-12-22 16:08:21 +00001950log-tag <string>
1951 Sets the tag field in the syslog header to this string. It defaults to the
1952 program name as launched from the command line, which usually is "haproxy".
1953 Sometimes it can be useful to differentiate between multiple processes
Willy Tarreau094af4e2015-01-07 15:03:42 +01001954 running on the same host. See also the per-proxy "log-tag" directive.
Kevinm48936af2010-12-22 16:08:21 +00001955
Thierry Fournierae6b5682022-09-19 09:04:16 +02001956lua-load <file> [ <arg1> [ <arg2> [ ... ] ] ]
Thierry Fournier59f11be2020-11-29 00:37:41 +01001957 This global directive loads and executes a Lua file in the shared context
1958 that is visible to all threads. Any variable set in such a context is visible
1959 from any thread. This is the easiest and recommended way to load Lua programs
1960 but it will not scale well if a lot of Lua calls are performed, as only one
1961 thread may be running on the global state at a time. A program loaded this
1962 way will always see 0 in the "core.thread" variable. This directive can be
Thierry FOURNIER90da1912015-03-05 11:17:06 +01001963 used multiple times.
1964
Ilya Shipitsin6f86eaa2022-11-30 16:22:42 +05001965 args are available in the lua file using the code below in the body of the
Thierry Fournierae6b5682022-09-19 09:04:16 +02001966 file. Do not forget that Lua arrays start at index 1. A "local" variable
Ilya Shipitsin6f86eaa2022-11-30 16:22:42 +05001967 declared in a file is available in the entire file and not available on
Thierry Fournierae6b5682022-09-19 09:04:16 +02001968 other files.
1969
1970 local args = table.pack(...)
1971
1972lua-load-per-thread <file> [ <arg1> [ <arg2> [ ... ] ] ]
Thierry Fournier59f11be2020-11-29 00:37:41 +01001973 This global directive loads and executes a Lua file into each started thread.
1974 Any global variable has a thread-local visibility so that each thread could
1975 see a different value. As such it is strongly recommended not to use global
1976 variables in programs loaded this way. An independent copy is loaded and
1977 initialized for each thread, everything is done sequentially and in the
1978 thread's numeric order from 1 to nbthread. If some operations need to be
1979 performed only once, the program should check the "core.thread" variable to
1980 figure what thread is being initialized. Programs loaded this way will run
1981 concurrently on all threads and will be highly scalable. This is the
1982 recommended way to load simple functions that register sample-fetches,
1983 converters, actions or services once it is certain the program doesn't depend
1984 on global variables. For the sake of simplicity, the directive is available
1985 even if only one thread is used and even if threads are disabled (in which
1986 case it will be equivalent to lua-load). This directive can be used multiple
1987 times.
1988
Thierry Fournierae6b5682022-09-19 09:04:16 +02001989 See lua-load for usage of args.
1990
Tim Duesterhusdd74b5f2020-01-12 13:55:40 +01001991lua-prepend-path <string> [<type>]
1992 Prepends the given string followed by a semicolon to Lua's package.<type>
1993 variable.
1994 <type> must either be "path" or "cpath". If <type> is not given it defaults
1995 to "path".
1996
1997 Lua's paths are semicolon delimited lists of patterns that specify how the
1998 `require` function attempts to find the source file of a library. Question
1999 marks (?) within a pattern will be replaced by module name. The path is
2000 evaluated left to right. This implies that paths that are prepended later
2001 will be checked earlier.
2002
2003 As an example by specifying the following path:
2004
2005 lua-prepend-path /usr/share/haproxy-lua/?/init.lua
2006 lua-prepend-path /usr/share/haproxy-lua/?.lua
2007
2008 When `require "example"` is being called Lua will first attempt to load the
2009 /usr/share/haproxy-lua/example.lua script, if that does not exist the
2010 /usr/share/haproxy-lua/example/init.lua will be attempted and the default
2011 paths if that does not exist either.
2012
2013 See https://www.lua.org/pil/8.1.html for the details within the Lua
2014 documentation.
2015
William Lallemand4cfede82017-11-24 22:02:34 +01002016master-worker [no-exit-on-failure]
William Lallemande202b1e2017-06-01 17:38:56 +02002017 Master-worker mode. It is equivalent to the command line "-W" argument.
2018 This mode will launch a "master" which will monitor the "workers". Using
2019 this mode, you can reload HAProxy directly by sending a SIGUSR2 signal to
Davor Ocelice9ed2812017-12-25 17:49:28 +01002020 the master. The master-worker mode is compatible either with the foreground
Willy Tarreau317804d2021-06-15 11:35:31 +02002021 or daemon mode.
2022
William Lallemand4cfede82017-11-24 22:02:34 +01002023 By default, if a worker exits with a bad return code, in the case of a
2024 segfault for example, all workers will be killed, and the master will leave.
2025 It is convenient to combine this behavior with Restart=on-failure in a
2026 systemd unit file in order to relaunch the whole process. If you don't want
2027 this behavior, you must use the keyword "no-exit-on-failure".
William Lallemande202b1e2017-06-01 17:38:56 +02002028
William Lallemand4cfede82017-11-24 22:02:34 +01002029 See also "-W" in the management guide.
William Lallemande202b1e2017-06-01 17:38:56 +02002030
William Lallemand27edc4b2019-05-07 17:49:33 +02002031mworker-max-reloads <number>
2032 In master-worker mode, this option limits the number of time a worker can
John Roeslerfb2fce12019-07-10 15:45:51 -05002033 survive to a reload. If the worker did not leave after a reload, once its
William Lallemand27edc4b2019-05-07 17:49:33 +02002034 number of reloads is greater than this number, the worker will receive a
2035 SIGTERM. This option helps to keep under control the number of workers.
2036 See also "show proc" in the Management Guide.
2037
Christopher Fauletbe0faa22017-08-29 15:37:10 +02002038nbthread <number>
2039 This setting is only available when support for threads was built in. It
Willy Tarreaub63dbb72021-06-11 16:50:29 +02002040 makes HAProxy run on <number> threads. "nbthread" also works when HAProxy is
2041 started in foreground. On some platforms supporting CPU affinity, the default
2042 "nbthread" value is automatically set to the number of CPUs the process is
2043 bound to upon startup. This means that the thread count can easily be
2044 adjusted from the calling process using commands like "taskset" or "cpuset".
2045 Otherwise, this value defaults to 1. The default value is reported in the
2046 output of "haproxy -vv".
Christopher Fauletbe0faa22017-08-29 15:37:10 +02002047
Frédéric Lécaille12a03172023-01-12 15:23:54 +01002048no-quic
Frédéric Lécaille12a03172023-01-12 15:23:54 +01002049 Disable QUIC transport protocol. All the QUIC listeners will still be created.
2050 But they will not bind their addresses. Hence, no QUIC traffic will be
2051 processed by haproxy. See also "quic_enabled" sample fetch.
2052
Amaury Denoyelle0f50cb92021-03-26 18:50:33 +01002053numa-cpu-mapping
Amaury Denoyelleb09f4472021-12-15 09:48:39 +01002054 If running on a NUMA-aware platform, HAProxy inspects on startup the CPU
2055 topology of the machine. If a multi-socket machine is detected, the affinity
2056 is automatically calculated to run on the CPUs of a single node. This is done
2057 in order to not suffer from the performance penalties caused by the
2058 inter-socket bus latency. However, if the applied binding is non optimal on a
2059 particular architecture, it can be disabled with the statement 'no
2060 numa-cpu-mapping'. This automatic binding is also not applied if a nbthread
2061 statement is present in the configuration, or the affinity of the process is
2062 already specified, for example via the 'cpu-map' directive or the taskset
2063 utility.
Amaury Denoyelle0f50cb92021-03-26 18:50:33 +01002064
Willy Tarreau6a06a402007-07-15 20:15:28 +02002065pidfile <pidfile>
MIZUTA Takeshic32f3942020-08-26 13:46:19 +09002066 Writes PIDs of all daemons into file <pidfile> when daemon mode or writes PID
2067 of master process into file <pidfile> when master-worker mode. This option is
2068 equivalent to the "-p" command line argument. The file must be accessible to
2069 the user starting the process. See also "daemon" and "master-worker".
Willy Tarreau6a06a402007-07-15 20:15:28 +02002070
Willy Tarreau119e50e2020-05-22 13:53:29 +02002071pp2-never-send-local
2072 A bug in the PROXY protocol v2 implementation was present in HAProxy up to
2073 version 2.1, causing it to emit a PROXY command instead of a LOCAL command
2074 for health checks. This is particularly minor but confuses some servers'
2075 logs. Sadly, the bug was discovered very late and revealed that some servers
2076 which possibly only tested their PROXY protocol implementation against
2077 HAProxy fail to properly handle the LOCAL command, and permanently remain in
2078 the "down" state when HAProxy checks them. When this happens, it is possible
2079 to enable this global option to revert to the older (bogus) behavior for the
2080 time it takes to contact the affected components' vendors and get them fixed.
2081 This option is disabled by default and acts on all servers having the
2082 "send-proxy-v2" statement.
2083
Willy Tarreau1d549722016-02-16 12:41:57 +01002084presetenv <name> <value>
2085 Sets environment variable <name> to value <value>. If the variable exists, it
2086 is NOT overwritten. The changes immediately take effect so that the next line
2087 in the configuration file sees the new value. See also "setenv", "resetenv",
2088 and "unsetenv".
2089
Patrick Hemmer425d7ad2023-05-23 13:02:08 -04002090prealloc-fd
2091 Performs a one-time open of the maximum file descriptor which results in a
2092 pre-allocation of the kernel's data structures. This prevents short pauses
2093 when nbthread>1 and HAProxy opens a file descriptor which requires the kernel
2094 to expand its data structures.
2095
Willy Tarreau1d549722016-02-16 12:41:57 +01002096resetenv [<name> ...]
2097 Removes all environment variables except the ones specified in argument. It
2098 allows to use a clean controlled environment before setting new values with
2099 setenv or unsetenv. Please note that some internal functions may make use of
2100 some environment variables, such as time manipulation functions, but also
2101 OpenSSL or even external checks. This must be used with extreme care and only
2102 after complete validation. The changes immediately take effect so that the
2103 next line in the configuration file sees the new environment. See also
2104 "setenv", "presetenv", and "unsetenv".
2105
Baptiste Assmann5626f482015-08-23 10:00:10 +02002106server-state-base <directory>
2107 Specifies the directory prefix to be prepended in front of all servers state
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02002108 file names which do not start with a '/'. See also "server-state-file",
2109 "load-server-state-from-file" and "server-state-file-name".
Baptiste Assmannef1f0fc2015-08-23 10:06:39 +02002110
2111server-state-file <file>
2112 Specifies the path to the file containing state of servers. If the path starts
2113 with a slash ('/'), it is considered absolute, otherwise it is considered
2114 relative to the directory specified using "server-state-base" (if set) or to
2115 the current directory. Before reloading HAProxy, it is possible to save the
2116 servers' current state using the stats command "show servers state". The
2117 output of this command must be written in the file pointed by <file>. When
2118 starting up, before handling traffic, HAProxy will read, load and apply state
2119 for each server found in the file and available in its current running
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02002120 configuration. See also "server-state-base" and "show servers state",
2121 "load-server-state-from-file" and "server-state-file-name"
Baptiste Assmann5626f482015-08-23 10:00:10 +02002122
Willy Tarreau8e6ad252022-11-16 17:42:34 +01002123set-dumpable
2124 This option is better left disabled by default and enabled only upon a
2125 developer's request. If it has been enabled, it may still be forcibly
2126 disabled by prefixing it with the "no" keyword. It has no impact on
2127 performance nor stability but will try hard to re-enable core dumps that were
2128 possibly disabled by file size limitations (ulimit -f), core size limitations
2129 (ulimit -c), or "dumpability" of a process after changing its UID/GID (such
2130 as /proc/sys/fs/suid_dumpable on Linux). Core dumps might still be limited by
2131 the current directory's permissions (check what directory the file is started
2132 from), the chroot directory's permission (it may be needed to temporarily
2133 disable the chroot directive or to move it to a dedicated writable location),
2134 or any other system-specific constraint. For example, some Linux flavours are
2135 notorious for replacing the default core file with a path to an executable
2136 not even installed on the system (check /proc/sys/kernel/core_pattern). Often,
2137 simply writing "core", "core.%p" or "/var/log/core/core.%p" addresses the
2138 issue. When trying to enable this option waiting for a rare issue to
2139 re-appear, it's often a good idea to first try to obtain such a dump by
2140 issuing, for example, "kill -11" to the "haproxy" process and verify that it
2141 leaves a core where expected when dying.
2142
Willy Tarreau13d2ba22021-03-26 11:38:08 +01002143set-var <var-name> <expr>
2144 Sets the process-wide variable '<var-name>' to the result of the evaluation
2145 of the sample expression <expr>. The variable '<var-name>' may only be a
2146 process-wide variable (using the 'proc.' prefix). It works exactly like the
2147 'set-var' action in TCP or HTTP rules except that the expression is evaluated
2148 at configuration parsing time and that the variable is instantly set. The
2149 sample fetch functions and converters permitted in the expression are only
Willy Tarreau753d4db2021-09-03 09:02:47 +02002150 those using internal data, typically 'int(value)' or 'str(value)'. It is
Willy Tarreau13d2ba22021-03-26 11:38:08 +01002151 possible to reference previously allocated variables as well. These variables
2152 will then be readable (and modifiable) from the regular rule sets.
2153
2154 Example:
2155 global
2156 set-var proc.current_state str(primary)
2157 set-var proc.prio int(100)
2158 set-var proc.threshold int(200),sub(proc.prio)
2159
Willy Tarreau753d4db2021-09-03 09:02:47 +02002160set-var-fmt <var-name> <fmt>
2161 Sets the process-wide variable '<var-name>' to the string resulting from the
2162 evaluation of the log-format <fmt>. The variable '<var-name>' may only be a
2163 process-wide variable (using the 'proc.' prefix). It works exactly like the
2164 'set-var-fmt' action in TCP or HTTP rules except that the expression is
2165 evaluated at configuration parsing time and that the variable is instantly
2166 set. The sample fetch functions and converters permitted in the expression
2167 are only those using internal data, typically 'int(value)' or 'str(value)'.
2168 It is possible to reference previously allocated variables as well. These
2169 variables will then be readable (and modifiable) from the regular rule sets.
2170 Please see section 8.2.4 for details on the log-format syntax.
2171
2172 Example:
2173 global
2174 set-var-fmt proc.current_state "primary"
2175 set-var-fmt proc.bootid "%pid|%t"
2176
Willy Tarreau1d549722016-02-16 12:41:57 +01002177setenv <name> <value>
2178 Sets environment variable <name> to value <value>. If the variable exists, it
2179 is overwritten. The changes immediately take effect so that the next line in
2180 the configuration file sees the new value. See also "presetenv", "resetenv",
2181 and "unsetenv".
2182
Willy Tarreau610f04b2014-02-13 11:36:41 +01002183ssl-default-bind-ciphers <ciphers>
2184 This setting is only available when support for OpenSSL was built in. It sets
2185 the default string describing the list of cipher algorithms ("cipher suite")
Bertrand Jacquin8cf7c1e2019-02-03 18:35:25 +00002186 that are negotiated during the SSL/TLS handshake up to TLSv1.2 for all
Dirkjan Bussink415150f2018-09-14 11:14:21 +02002187 "bind" lines which do not explicitly define theirs. The format of the string
Bertrand Jacquin4f03ab02019-02-03 18:48:49 +00002188 is defined in "man 1 ciphers" from OpenSSL man pages. For background
2189 information and recommendations see e.g.
2190 (https://wiki.mozilla.org/Security/Server_Side_TLS) and
2191 (https://mozilla.github.io/server-side-tls/ssl-config-generator/). For TLSv1.3
2192 cipher configuration, please check the "ssl-default-bind-ciphersuites" keyword.
2193 Please check the "bind" keyword for more information.
Dirkjan Bussink415150f2018-09-14 11:14:21 +02002194
2195ssl-default-bind-ciphersuites <ciphersuites>
2196 This setting is only available when support for OpenSSL was built in and
2197 OpenSSL 1.1.1 or later was used to build HAProxy. It sets the default string
2198 describing the list of cipher algorithms ("cipher suite") that are negotiated
2199 during the TLSv1.3 handshake for all "bind" lines which do not explicitly define
2200 theirs. The format of the string is defined in
Bertrand Jacquin4f03ab02019-02-03 18:48:49 +00002201 "man 1 ciphers" from OpenSSL man pages under the section "ciphersuites". For
2202 cipher configuration for TLSv1.2 and earlier, please check the
2203 "ssl-default-bind-ciphers" keyword. Please check the "bind" keyword for more
Dirkjan Bussink415150f2018-09-14 11:14:21 +02002204 information.
Willy Tarreau610f04b2014-02-13 11:36:41 +01002205
William Lallemandb6ae2aa2023-05-05 00:05:46 +02002206ssl-default-bind-client-sigalgs <sigalgs>
2207 This setting is only available when support for OpenSSL was built in. It sets
2208 the default string describing the list of signature algorithms related to
2209 client authentication for all "bind" lines which do not explicitly define
2210 theirs. The format of the string is a colon-delimited list of signature
2211 algorithms. Each signature algorithm can use one of two forms: TLS1.3 signature
2212 scheme names ("rsa_pss_rsae_sha256") or the public key algorithm + digest form
2213 ("ECDSA+SHA256"). A list can contain both forms. For more information on the
2214 format, see SSL_CTX_set1_client_sigalgs(3). A list of signature algorithms is
2215 also available in RFC8446 section 4.2.3 and in OpenSSL in the ssl/t1_lib.c
2216 file. This setting is not applicable to TLSv1.1 and earlier versions of the
2217 protocol as the signature algorithms aren't separately negotiated in these
2218 versions. It is not recommended to change this setting unless compatibility
2219 with a middlebox is required.
2220
Jerome Magninb203ff62020-04-03 15:28:22 +02002221ssl-default-bind-curves <curves>
2222 This setting is only available when support for OpenSSL was built in. It sets
2223 the default string describing the list of elliptic curves algorithms ("curve
2224 suite") that are negotiated during the SSL/TLS handshake with ECDHE. The format
2225 of the string is a colon-delimited list of curve name.
2226 Please check the "bind" keyword for more information.
2227
Emeric Brun2c86cbf2014-10-30 15:56:50 +01002228ssl-default-bind-options [<option>]...
2229 This setting is only available when support for OpenSSL was built in. It sets
2230 default ssl-options to force on all "bind" lines. Please check the "bind"
2231 keyword to see available options.
2232
2233 Example:
2234 global
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +02002235 ssl-default-bind-options ssl-min-ver TLSv1.0 no-tls-tickets
Emeric Brun2c86cbf2014-10-30 15:56:50 +01002236
William Lallemand1d3c8222023-05-04 15:33:55 +02002237ssl-default-bind-sigalgs <sigalgs>
2238 This setting is only available when support for OpenSSL was built in. It
2239 sets the default string describing the list of signature algorithms that
2240 are negotiated during the TLSv1.2 and TLSv1.3 handshake for all "bind" lines
2241 which do not explicitly define theirs. The format of the string is a
2242 colon-delimited list of signature algorithms. Each signature algorithm can
2243 use one of two forms: TLS1.3 signature scheme names ("rsa_pss_rsae_sha256")
2244 or the public key algorithm + digest form ("ECDSA+SHA256"). A list
2245 can contain both forms. For more information on the format,
2246 see SSL_CTX_set1_sigalgs(3). A list of signature algorithms is also
2247 available in RFC8446 section 4.2.3 and in OpenSSL in the ssl/t1_lib.c file.
2248 This setting is not applicable to TLSv1.1 and earlier versions of the
2249 protocol as the signature algorithms aren't separately negotiated in these
2250 versions. It is not recommended to change this setting unless compatibility
2251 with a middlebox is required.
2252
Willy Tarreau610f04b2014-02-13 11:36:41 +01002253ssl-default-server-ciphers <ciphers>
2254 This setting is only available when support for OpenSSL was built in. It
2255 sets the default string describing the list of cipher algorithms that are
Bertrand Jacquin8cf7c1e2019-02-03 18:35:25 +00002256 negotiated during the SSL/TLS handshake up to TLSv1.2 with the server,
Dirkjan Bussink415150f2018-09-14 11:14:21 +02002257 for all "server" lines which do not explicitly define theirs. The format of
Bertrand Jacquin4f03ab02019-02-03 18:48:49 +00002258 the string is defined in "man 1 ciphers" from OpenSSL man pages. For background
2259 information and recommendations see e.g.
2260 (https://wiki.mozilla.org/Security/Server_Side_TLS) and
2261 (https://mozilla.github.io/server-side-tls/ssl-config-generator/).
2262 For TLSv1.3 cipher configuration, please check the
2263 "ssl-default-server-ciphersuites" keyword. Please check the "server" keyword
2264 for more information.
Dirkjan Bussink415150f2018-09-14 11:14:21 +02002265
2266ssl-default-server-ciphersuites <ciphersuites>
2267 This setting is only available when support for OpenSSL was built in and
2268 OpenSSL 1.1.1 or later was used to build HAProxy. It sets the default
2269 string describing the list of cipher algorithms that are negotiated during
2270 the TLSv1.3 handshake with the server, for all "server" lines which do not
2271 explicitly define theirs. The format of the string is defined in
Bertrand Jacquin4f03ab02019-02-03 18:48:49 +00002272 "man 1 ciphers" from OpenSSL man pages under the section "ciphersuites". For
2273 cipher configuration for TLSv1.2 and earlier, please check the
2274 "ssl-default-server-ciphers" keyword. Please check the "server" keyword for
2275 more information.
Willy Tarreau610f04b2014-02-13 11:36:41 +01002276
Emeric Brun2c86cbf2014-10-30 15:56:50 +01002277ssl-default-server-options [<option>]...
2278 This setting is only available when support for OpenSSL was built in. It sets
2279 default ssl-options to force on all "server" lines. Please check the "server"
2280 keyword to see available options.
2281
Remi Gacogne47783ef2015-05-29 15:53:22 +02002282ssl-dh-param-file <file>
2283 This setting is only available when support for OpenSSL was built in. It sets
2284 the default DH parameters that are used during the SSL/TLS handshake when
2285 ephemeral Diffie-Hellman (DHE) key exchange is used, for all "bind" lines
Davor Ocelice9ed2812017-12-25 17:49:28 +01002286 which do not explicitly define theirs. It will be overridden by custom DH
Remi Gacogne47783ef2015-05-29 15:53:22 +02002287 parameters found in a bind certificate file if any. If custom DH parameters
Cyril Bonté307ee1e2015-09-28 23:16:06 +02002288 are not specified either by using ssl-dh-param-file or by setting them
Remi Tricot-Le Breton1d6338e2022-04-12 11:31:55 +02002289 directly in the certificate file, DHE ciphers will not be used, unless
2290 tune.ssl.default-dh-param is set. In this latter case, pre-defined DH
2291 parameters of the specified size will be used. Custom parameters are known to
2292 be more secure and therefore their use is recommended.
Remi Gacogne47783ef2015-05-29 15:53:22 +02002293 Custom DH parameters may be generated by using the OpenSSL command
2294 "openssl dhparam <size>", where size should be at least 2048, as 1024-bit DH
2295 parameters should not be considered secure anymore.
2296
Remi Tricot-Le Bretone8097652022-05-16 16:24:32 +02002297ssl-propquery <query>
2298 This setting is only available when support for OpenSSL was built in and when
2299 OpenSSL's version is at least 3.0. It allows to define a default property
2300 string used when fetching algorithms in providers. It behave the same way as
2301 the openssl propquery option and it follows the same syntax (described in
2302 https://www.openssl.org/docs/man3.0/man7/property.html). For instance, if you
2303 have two providers loaded, the foo one and the default one, the propquery
2304 "?provider=foo" allows to pick the algorithm implementations provided by the
2305 foo provider by default, and to fallback on the default provider's one if it
2306 was not found.
2307
Remi Tricot-Le Breton1746a382022-05-16 16:24:33 +02002308ssl-provider <name>
2309 This setting is only available when support for OpenSSL was built in and when
2310 OpenSSL's version is at least 3.0. It allows to load a provider during init.
2311 If loading is successful, any capabilities provided by the loaded provider
2312 might be used by HAProxy. Multiple 'ssl-provider' options can be specified in
2313 a configuration file. The providers will be loaded in their order of
2314 appearance.
Willy Tarreau55b96892022-05-31 08:07:43 +02002315
2316 Please note that loading a provider explicitly prevents OpenSSL from loading
Remi Tricot-Le Breton1746a382022-05-16 16:24:33 +02002317 the 'default' provider automatically. OpenSSL also allows to define the
2318 providers that should be loaded directly in its configuration file
2319 (openssl.cnf for instance) so it is not necessary to use this 'ssl-provider'
2320 option to load providers. The "show ssl providers" CLI command can be used to
2321 show all the providers that were successfully loaded.
Willy Tarreau55b96892022-05-31 08:07:43 +02002322
Remi Tricot-Le Breton1746a382022-05-16 16:24:33 +02002323 The default search path of OpenSSL provider can be found in the output of the
2324 "openssl version -a" command. If the provider is in another directory, you
2325 can set the OPENSSL_MODULES environment variable, which takes the directory
2326 where your provider can be found.
Willy Tarreau55b96892022-05-31 08:07:43 +02002327
Remi Tricot-Le Bretonccc03552022-05-17 15:18:37 +02002328 See also "ssl-propquery" and "ssl-provider-path".
2329
2330ssl-provider-path <path>
2331 This setting is only available when support for OpenSSL was built in and when
2332 OpenSSL's version is at least 3.0. It allows to specify the search path that
2333 is to be used by OpenSSL for looking for providers. It behaves the same way
2334 as the OPENSSL_MODULES environment variable. It will be used for any
2335 following 'ssl-provider' option or until a new 'ssl-provider-path' is
2336 defined.
2337 See also "ssl-provider".
Remi Tricot-Le Breton1746a382022-05-16 16:24:33 +02002338
William Lallemand8e8581e2020-10-20 17:36:46 +02002339ssl-load-extra-del-ext
2340 This setting allows to configure the way HAProxy does the lookup for the
2341 extra SSL files. By default HAProxy adds a new extension to the filename.
William Lallemand089c1382020-10-23 17:35:12 +02002342 (ex: with "foobar.crt" load "foobar.crt.key"). With this option enabled,
William Lallemand8e8581e2020-10-20 17:36:46 +02002343 HAProxy removes the extension before adding the new one (ex: with
William Lallemand089c1382020-10-23 17:35:12 +02002344 "foobar.crt" load "foobar.key").
2345
2346 Your crt file must have a ".crt" extension for this option to work.
William Lallemand8e8581e2020-10-20 17:36:46 +02002347
2348 This option is not compatible with bundle extensions (.ecdsa, .rsa. .dsa)
2349 and won't try to remove them.
2350
2351 This option is disabled by default. See also "ssl-load-extra-files".
2352
William Lallemand4c5adbf2020-02-24 14:23:22 +01002353ssl-load-extra-files <none|all|bundle|sctl|ocsp|issuer|key>*
William Lallemand3af48e72020-02-03 17:15:52 +01002354 This setting alters the way HAProxy will look for unspecified files during
Remi Tricot-Le Breton7c980df2021-05-07 15:28:08 +02002355 the loading of the SSL certificates. This option applies to certificates
2356 associated to "bind" lines as well as "server" lines but some of the extra
2357 files will not have any functional impact for "server" line certificates.
William Lallemand3af48e72020-02-03 17:15:52 +01002358
2359 By default, HAProxy discovers automatically a lot of files not specified in
2360 the configuration, and you may want to disable this behavior if you want to
2361 optimize the startup time.
2362
2363 "none": Only load the files specified in the configuration. Don't try to load
2364 a certificate bundle if the file does not exist. In the case of a directory,
2365 it won't try to bundle the certificates if they have the same basename.
2366
2367 "all": This is the default behavior, it will try to load everything,
William Lallemand4c5adbf2020-02-24 14:23:22 +01002368 bundles, sctl, ocsp, issuer, key.
William Lallemand3af48e72020-02-03 17:15:52 +01002369
2370 "bundle": When a file specified in the configuration does not exist, HAProxy
Remi Tricot-Le Breton7c980df2021-05-07 15:28:08 +02002371 will try to load a "cert bundle". Certificate bundles are only managed on the
2372 frontend side and will not work for backend certificates.
William Lallemandf9ff3ec2020-10-02 17:57:44 +02002373
2374 Starting from HAProxy 2.3, the bundles are not loaded in the same OpenSSL
2375 certificate store, instead it will loads each certificate in a separate
2376 store which is equivalent to declaring multiple "crt". OpenSSL 1.1.1 is
2377 required to achieve this. Which means that bundles are now used only for
2378 backward compatibility and are not mandatory anymore to do an hybrid RSA/ECC
Remi Tricot-Le Breton7c980df2021-05-07 15:28:08 +02002379 bind configuration.
William Lallemandf9ff3ec2020-10-02 17:57:44 +02002380
2381 To associate these PEM files into a "cert bundle" that is recognized by
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002382 HAProxy, they must be named in the following way: All PEM files that are to
William Lallemandf9ff3ec2020-10-02 17:57:44 +02002383 be bundled must have the same base name, with a suffix indicating the key
2384 type. Currently, three suffixes are supported: rsa, dsa and ecdsa. For
2385 example, if www.example.com has two PEM files, an RSA file and an ECDSA
2386 file, they must be named: "example.pem.rsa" and "example.pem.ecdsa". The
2387 first part of the filename is arbitrary; only the suffix matters. To load
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002388 this bundle into HAProxy, specify the base name only:
William Lallemandf9ff3ec2020-10-02 17:57:44 +02002389
2390 Example : bind :8443 ssl crt example.pem
2391
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002392 Note that the suffix is not given to HAProxy; this tells HAProxy to look for
William Lallemandf9ff3ec2020-10-02 17:57:44 +02002393 a cert bundle.
2394
2395 HAProxy will load all PEM files in the bundle as if they were configured
2396 separately in several "crt".
2397
2398 The bundle loading does not have an impact anymore on the directory loading
2399 since files are loading separately.
2400
2401 On the CLI, bundles are seen as separate files, and the bundle extension is
2402 required to commit them.
2403
William Dauchy57dd6f12020-10-06 15:22:37 +02002404 OCSP files (.ocsp), issuer files (.issuer), Certificate Transparency (.sctl)
William Lallemandf9ff3ec2020-10-02 17:57:44 +02002405 as well as private keys (.key) are supported with multi-cert bundling.
William Lallemand3af48e72020-02-03 17:15:52 +01002406
Remi Tricot-Le Breton7c980df2021-05-07 15:28:08 +02002407 "sctl": Try to load "<basename>.sctl" for each crt keyword. If provided for
2408 a backend certificate, it will be loaded but will not have any functional
2409 impact.
William Lallemand3af48e72020-02-03 17:15:52 +01002410
Remi Tricot-Le Breton7c980df2021-05-07 15:28:08 +02002411 "ocsp": Try to load "<basename>.ocsp" for each crt keyword. If provided for
2412 a backend certificate, it will be loaded but will not have any functional
2413 impact.
William Lallemand3af48e72020-02-03 17:15:52 +01002414
2415 "issuer": Try to load "<basename>.issuer" if the issuer of the OCSP file is
Remi Tricot-Le Breton7c980df2021-05-07 15:28:08 +02002416 not provided in the PEM file. If provided for a backend certificate, it will
2417 be loaded but will not have any functional impact.
William Lallemand3af48e72020-02-03 17:15:52 +01002418
William Lallemand4c5adbf2020-02-24 14:23:22 +01002419 "key": If the private key was not provided by the PEM file, try to load a
2420 file "<basename>.key" containing a private key.
2421
William Lallemand3af48e72020-02-03 17:15:52 +01002422 The default behavior is "all".
2423
2424 Example:
2425 ssl-load-extra-files bundle sctl
2426 ssl-load-extra-files sctl ocsp issuer
2427 ssl-load-extra-files none
2428
Remi Tricot-Le Breton7c980df2021-05-07 15:28:08 +02002429 See also: "crt", section 5.1 about bind options and section 5.2 about server
2430 options.
William Lallemand3af48e72020-02-03 17:15:52 +01002431
Emeric Brun850efd52014-01-29 12:24:34 +01002432ssl-server-verify [none|required]
2433 The default behavior for SSL verify on servers side. If specified to 'none',
2434 servers certificates are not verified. The default is 'required' except if
2435 forced using cmdline option '-dV'.
2436
Emmanuel Hocdetc3b7e742020-04-22 11:06:19 +02002437ssl-skip-self-issued-ca
Daniel Corbett67a82712020-07-06 23:01:19 -04002438 Self issued CA, aka x509 root CA, is the anchor for chain validation: as a
Emmanuel Hocdetc3b7e742020-04-22 11:06:19 +02002439 server is useless to send it, client must have it. Standard configuration
2440 need to not include such CA in PEM file. This option allows you to keep such
2441 CA in PEM file without sending it to the client. Use case is to provide
2442 issuer for ocsp without the need for '.issuer' file and be able to share it
2443 with 'issuers-chain-path'. This concerns all certificates without intermediate
2444 certificates. It's useless for BoringSSL, .issuer is ignored because ocsp
William Lallemand9a1d8392020-08-10 17:28:23 +02002445 bits does not need it. Requires at least OpenSSL 1.0.2.
Emmanuel Hocdetc3b7e742020-04-22 11:06:19 +02002446
Willy Tarreau8e6ad252022-11-16 17:42:34 +01002447stats maxconn <connections>
2448 By default, the stats socket is limited to 10 concurrent connections. It is
2449 possible to change this value with "stats maxconn".
2450
Willy Tarreauabb175f2012-09-24 12:43:26 +02002451stats socket [<address:port>|<path>] [param*]
2452 Binds a UNIX socket to <path> or a TCPv4/v6 address to <address:port>.
2453 Connections to this socket will return various statistics outputs and even
2454 allow some commands to be issued to change some runtime settings. Please
Willy Tarreau1af20c72017-06-23 16:01:14 +02002455 consult section 9.3 "Unix Socket commands" of Management Guide for more
Kevin Decherf949c7202015-10-13 23:26:44 +02002456 details.
Willy Tarreau6162db22009-10-10 17:13:00 +02002457
Willy Tarreauabb175f2012-09-24 12:43:26 +02002458 All parameters supported by "bind" lines are supported, for instance to
2459 restrict access to some users or their access rights. Please consult
2460 section 5.1 for more information.
Willy Tarreaufbee7132007-10-18 13:53:22 +02002461
2462stats timeout <timeout, in milliseconds>
2463 The default timeout on the stats socket is set to 10 seconds. It is possible
2464 to change this value with "stats timeout". The value must be passed in
Willy Tarreaubefdff12007-12-02 22:27:38 +01002465 milliseconds, or be suffixed by a time unit among { us, ms, s, m, h, d }.
Willy Tarreaufbee7132007-10-18 13:53:22 +02002466
Willy Tarreau8e6ad252022-11-16 17:42:34 +01002467strict-limits
2468 Makes process fail at startup when a setrlimit fails. HAProxy tries to set the
2469 best setrlimit according to what has been calculated. If it fails, it will
2470 emit a warning. This option is here to guarantee an explicit failure of
2471 HAProxy when those limits fail. It is enabled by default. It may still be
2472 forcibly disabled by prefixing it with the "no" keyword.
Willy Tarreaufbee7132007-10-18 13:53:22 +02002473
Willy Tarreaud04bc3a2021-09-27 13:55:10 +02002474thread-group <group> [<thread-range>...]
2475 This setting is only available when support for threads was built in. It
2476 enumerates the list of threads that will compose thread group <group>.
2477 Thread numbers and group numbers start at 1. Thread ranges are defined either
2478 using a single thread number at once, or by specifying the lower and upper
2479 bounds delimited by a dash '-' (e.g. "1-16"). Unassigned threads will be
2480 automatically assigned to unassigned thread groups, and thread groups
2481 defined with this directive will never receive more threads than those
2482 defined. Defining the same group multiple times overrides previous
2483 definitions with the new one. See also "nbthread" and "thread-groups".
2484
Willy Tarreauc33b9692021-09-22 12:07:23 +02002485thread-groups <number>
2486 This setting is only available when support for threads was built in. It
2487 makes HAProxy split its threads into <number> independent groups. At the
Willy Tarreau856d56d2022-07-15 21:46:55 +02002488 moment, the default value is 1. Thread groups make it possible to reduce
2489 sharing between threads to limit contention, at the expense of some extra
2490 configuration efforts. It is also the only way to use more than 64 threads
2491 since up to 64 threads per group may be configured. The maximum number of
2492 groups is configured at compile time and defaults to 16. See also "nbthread".
Willy Tarreauc33b9692021-09-22 12:07:23 +02002493
Willy Tarreau9fd05422022-11-16 17:29:12 +01002494trace <args...>
2495 This command configures one "trace" subsystem statement. Each of them can be
2496 found in the management manual, and follow the exact same syntax. Only one
2497 statement per line is permitted (i.e. if some long trace configurations using
2498 semi-colons are to be imported, they must be placed one per line). Any output
2499 that the "trace" command would produce will be emitted during the parsing
2500 step of the section. Most of the time these will be errors and warnings, but
2501 certain incomplete commands might list permissible choices. This command is
2502 not meant for regular use, it will generally only be suggested by developers
2503 along complex debugging sessions. For this reason it is internally marked as
2504 experimental, meaning that "expose-experimental-directives" must appear on a
2505 line before any "trace" statement. Note that these directives are parsed on
2506 the fly, so referencing a ring buffer that is only declared further will not
2507 work. For such use cases it is suggested to place another "global" section
2508 with only the "trace" statements after the declaration of that ring. It is
2509 important to keep in mind that depending on the trace level and details,
2510 enabling traces can severely degrade the global performance. Please refer to
2511 the management manual for the statements syntax.
2512
Willy Tarreau6a06a402007-07-15 20:15:28 +02002513uid <number>
Thayne McCombscdbcca92021-01-07 21:24:41 -07002514 Changes the process's user ID to <number>. It is recommended that the user ID
Willy Tarreau6a06a402007-07-15 20:15:28 +02002515 is dedicated to HAProxy or to a small set of similar daemons. HAProxy must
2516 be started with superuser privileges in order to be able to switch to another
2517 one. See also "gid" and "user".
2518
2519ulimit-n <number>
2520 Sets the maximum number of per-process file-descriptors to <number>. By
2521 default, it is automatically computed, so it is recommended not to use this
Willy Tarreau2df1fbf2022-04-25 18:02:03 +02002522 option. If the intent is only to limit the number of file descriptors, better
2523 use "fd-hard-limit" instead.
Willy Tarreau6a06a402007-07-15 20:15:28 +02002524
Amaury Denoyelle414a6122021-08-06 10:25:32 +02002525 Note that the dynamic servers are not taken into account in this automatic
2526 resource calculation. If using a large number of them, it may be needed to
2527 manually specify this value.
2528
Willy Tarreau2df1fbf2022-04-25 18:02:03 +02002529 See also: fd-hard-limit, maxconn
2530
Willy Tarreauceb24bc2010-11-09 12:46:41 +01002531unix-bind [ prefix <prefix> ] [ mode <mode> ] [ user <user> ] [ uid <uid> ]
2532 [ group <group> ] [ gid <gid> ]
2533
2534 Fixes common settings to UNIX listening sockets declared in "bind" statements.
2535 This is mainly used to simplify declaration of those UNIX sockets and reduce
2536 the risk of errors, since those settings are most commonly required but are
2537 also process-specific. The <prefix> setting can be used to force all socket
2538 path to be relative to that directory. This might be needed to access another
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002539 component's chroot. Note that those paths are resolved before HAProxy chroots
Willy Tarreauceb24bc2010-11-09 12:46:41 +01002540 itself, so they are absolute. The <mode>, <user>, <uid>, <group> and <gid>
2541 all have the same meaning as their homonyms used by the "bind" statement. If
2542 both are specified, the "bind" statement has priority, meaning that the
2543 "unix-bind" settings may be seen as process-wide default settings.
2544
Willy Tarreau1d549722016-02-16 12:41:57 +01002545unsetenv [<name> ...]
2546 Removes environment variables specified in arguments. This can be useful to
2547 hide some sensitive information that are occasionally inherited from the
2548 user's environment during some operations. Variables which did not exist are
2549 silently ignored so that after the operation, it is certain that none of
2550 these variables remain. The changes immediately take effect so that the next
2551 line in the configuration file will not see these variables. See also
2552 "setenv", "presetenv", and "resetenv".
2553
Willy Tarreau6a06a402007-07-15 20:15:28 +02002554user <user name>
2555 Similar to "uid" but uses the UID of user name <user name> from /etc/passwd.
2556 See also "uid" and "group".
2557
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +02002558node <name>
2559 Only letters, digits, hyphen and underscore are allowed, like in DNS names.
2560
2561 This statement is useful in HA configurations where two or more processes or
2562 servers share the same IP address. By setting a different node-name on all
2563 nodes, it becomes easy to immediately spot what server is handling the
2564 traffic.
2565
Willy Tarreau8e6ad252022-11-16 17:42:34 +01002566wurfl-cache-size <size>
2567 Sets the WURFL Useragent cache size. For faster lookups, already processed user
2568 agents are kept in a LRU cache :
2569 - "0" : no cache is used.
2570 - <size> : size of lru cache in elements.
Dragan Dosenae6d39a2015-06-29 16:43:27 +02002571
Willy Tarreau8e6ad252022-11-16 17:42:34 +01002572 Please note that this option is only available when HAProxy has been compiled
2573 with USE_WURFL=1.
Thomas Holmesdb04f192015-05-18 13:21:39 +01002574
Willy Tarreaub3cc9f22019-04-19 16:03:32 +02002575wurfl-data-file <file path>
2576 The path of the WURFL data file to provide device detection services. The
2577 file should be accessible by HAProxy with relevant permissions.
2578
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002579 Please note that this option is only available when HAProxy has been compiled
Willy Tarreaub3cc9f22019-04-19 16:03:32 +02002580 with USE_WURFL=1.
2581
2582wurfl-information-list [<capability>]*
2583 A space-delimited list of WURFL capabilities, virtual capabilities, property
2584 names we plan to use in injected headers. A full list of capability and
2585 virtual capability names is available on the Scientiamobile website :
2586
2587 https://www.scientiamobile.com/wurflCapability
2588
2589 Valid WURFL properties are:
2590 - wurfl_id Contains the device ID of the matched device.
2591
2592 - wurfl_root_id Contains the device root ID of the matched
2593 device.
2594
2595 - wurfl_isdevroot Tells if the matched device is a root device.
2596 Possible values are "TRUE" or "FALSE".
2597
2598 - wurfl_useragent The original useragent coming with this
2599 particular web request.
2600
2601 - wurfl_api_version Contains a string representing the currently
2602 used Libwurfl API version.
2603
Willy Tarreaub3cc9f22019-04-19 16:03:32 +02002604 - wurfl_info A string containing information on the parsed
2605 wurfl.xml and its full path.
2606
2607 - wurfl_last_load_time Contains the UNIX timestamp of the last time
2608 WURFL has been loaded successfully.
2609
2610 - wurfl_normalized_useragent The normalized useragent.
2611
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002612 Please note that this option is only available when HAProxy has been compiled
Willy Tarreaub3cc9f22019-04-19 16:03:32 +02002613 with USE_WURFL=1.
2614
2615wurfl-information-list-separator <char>
2616 A char that will be used to separate values in a response header containing
2617 WURFL results. If not set that a comma (',') will be used by default.
2618
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002619 Please note that this option is only available when HAProxy has been compiled
Willy Tarreaub3cc9f22019-04-19 16:03:32 +02002620 with USE_WURFL=1.
2621
2622wurfl-patch-file [<file path>]
2623 A list of WURFL patch file paths. Note that patches are loaded during startup
2624 thus before the chroot.
2625
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002626 Please note that this option is only available when HAProxy has been compiled
Willy Tarreaub3cc9f22019-04-19 16:03:32 +02002627 with USE_WURFL=1.
2628
Willy Tarreauc57f0e22009-05-10 13:12:33 +020026293.2. Performance tuning
Willy Tarreau6a06a402007-07-15 20:15:28 +02002630-----------------------
2631
Willy Tarreaubeb859a2018-11-22 18:07:59 +01002632busy-polling
2633 In some situations, especially when dealing with low latency on processors
2634 supporting a variable frequency or when running inside virtual machines, each
2635 time the process waits for an I/O using the poller, the processor goes back
2636 to sleep or is offered to another VM for a long time, and it causes
2637 excessively high latencies. This option provides a solution preventing the
2638 processor from sleeping by always using a null timeout on the pollers. This
2639 results in a significant latency reduction (30 to 100 microseconds observed)
2640 at the expense of a risk to overheat the processor. It may even be used with
2641 threads, in which case improperly bound threads may heavily conflict,
2642 resulting in a worse performance and high values for the CPU stolen fields
2643 in "show info" output, indicating which threads are misconfigured. It is
2644 important not to let the process run on the same processor as the network
2645 interrupts when this option is used. It is also better to avoid using it on
2646 multiple CPU threads sharing the same core. This option is disabled by
2647 default. If it has been enabled, it may still be forcibly disabled by
2648 prefixing it with the "no" keyword. It is ignored by the "select" and
2649 "poll" pollers.
2650
William Dauchy3894d972019-12-28 15:36:02 +01002651 This option is automatically disabled on old processes in the context of
2652 seamless reload; it avoids too much cpu conflicts when multiple processes
2653 stay around for some time waiting for the end of their current connections.
2654
Willy Tarreau1746eec2014-04-25 10:46:47 +02002655max-spread-checks <delay in milliseconds>
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002656 By default, HAProxy tries to spread the start of health checks across the
Willy Tarreau1746eec2014-04-25 10:46:47 +02002657 smallest health check interval of all the servers in a farm. The principle is
2658 to avoid hammering services running on the same server. But when using large
2659 check intervals (10 seconds or more), the last servers in the farm take some
2660 time before starting to be tested, which can be a problem. This parameter is
2661 used to enforce an upper bound on delay between the first and the last check,
2662 even if the servers' check intervals are larger. When servers run with
2663 shorter intervals, their intervals will be respected though.
2664
Willy Tarreau8e6ad252022-11-16 17:42:34 +01002665maxcompcpuusage <number>
2666 Sets the maximum CPU usage HAProxy can reach before stopping the compression
2667 for new requests or decreasing the compression level of current requests.
2668 It works like 'maxcomprate' but measures CPU usage instead of incoming data
2669 bandwidth. The value is expressed in percent of the CPU used by HAProxy. A
2670 value of 100 disable the limit. The default value is 100. Setting a lower
2671 value will prevent the compression work from slowing the whole process down
2672 and from introducing high latencies.
2673
2674maxcomprate <number>
2675 Sets the maximum per-process input compression rate to <number> kilobytes
2676 per second. For each session, if the maximum is reached, the compression
2677 level will be decreased during the session. If the maximum is reached at the
2678 beginning of a session, the session will not compress at all. If the maximum
2679 is not reached, the compression level will be increased up to
2680 tune.comp.maxlevel. A value of zero means there is no limit, this is the
2681 default value.
2682
Willy Tarreau6a06a402007-07-15 20:15:28 +02002683maxconn <number>
2684 Sets the maximum per-process number of concurrent connections to <number>. It
2685 is equivalent to the command-line argument "-n". Proxies will stop accepting
2686 connections when this limit is reached. The "ulimit-n" parameter is
Willy Tarreau8274e102014-06-19 15:31:25 +02002687 automatically adjusted according to this value. See also "ulimit-n". Note:
2688 the "select" poller cannot reliably use more than 1024 file descriptors on
2689 some platforms. If your platform only supports select and reports "select
2690 FAILED" on startup, you need to reduce maxconn until it works (slightly
Willy Tarreaub28f3442019-03-04 08:13:43 +01002691 below 500 in general). If this value is not set, it will automatically be
2692 calculated based on the current file descriptors limit reported by the
2693 "ulimit -n" command, possibly reduced to a lower value if a memory limit
2694 is enforced, based on the buffer size, memory allocated to compression, SSL
2695 cache size, and use or not of SSL and the associated maxsslconn (which can
Willy Tarreau2df1fbf2022-04-25 18:02:03 +02002696 also be automatic). In any case, the fd-hard-limit applies if set.
2697
2698 See also: fd-hard-limit, ulimit-n
Willy Tarreau6a06a402007-07-15 20:15:28 +02002699
Willy Tarreau81c25d02011-09-07 15:17:21 +02002700maxconnrate <number>
2701 Sets the maximum per-process number of connections per second to <number>.
2702 Proxies will stop accepting connections when this limit is reached. It can be
2703 used to limit the global capacity regardless of each frontend capacity. It is
2704 important to note that this can only be used as a service protection measure,
2705 as there will not necessarily be a fair share between frontends when the
2706 limit is reached, so it's a good idea to also limit each frontend to some
2707 value close to its expected share. Also, lowering tune.maxaccept can improve
2708 fairness.
2709
Willy Tarreauff4f82d2009-02-06 11:28:13 +01002710maxpipes <number>
2711 Sets the maximum per-process number of pipes to <number>. Currently, pipes
2712 are only used by kernel-based tcp splicing. Since a pipe contains two file
2713 descriptors, the "ulimit-n" value will be increased accordingly. The default
2714 value is maxconn/4, which seems to be more than enough for most heavy usages.
2715 The splice code dynamically allocates and releases pipes, and can fall back
2716 to standard copy, so setting this value too low may only impact performance.
2717
Willy Tarreau93e7c002013-10-07 18:51:07 +02002718maxsessrate <number>
2719 Sets the maximum per-process number of sessions per second to <number>.
2720 Proxies will stop accepting connections when this limit is reached. It can be
2721 used to limit the global capacity regardless of each frontend capacity. It is
2722 important to note that this can only be used as a service protection measure,
2723 as there will not necessarily be a fair share between frontends when the
2724 limit is reached, so it's a good idea to also limit each frontend to some
2725 value close to its expected share. Also, lowering tune.maxaccept can improve
2726 fairness.
2727
Willy Tarreau403edff2012-09-06 11:58:37 +02002728maxsslconn <number>
2729 Sets the maximum per-process number of concurrent SSL connections to
2730 <number>. By default there is no SSL-specific limit, which means that the
2731 global maxconn setting will apply to all connections. Setting this limit
2732 avoids having openssl use too much memory and crash when malloc returns NULL
2733 (since it unfortunately does not reliably check for such conditions). Note
2734 that the limit applies both to incoming and outgoing connections, so one
2735 connection which is deciphered then ciphered accounts for 2 SSL connections.
Willy Tarreaud0256482015-01-15 21:45:22 +01002736 If this value is not set, but a memory limit is enforced, this value will be
2737 automatically computed based on the memory limit, maxconn, the buffer size,
2738 memory allocated to compression, SSL cache size, and use of SSL in either
2739 frontends, backends or both. If neither maxconn nor maxsslconn are specified
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002740 when there is a memory limit, HAProxy will automatically adjust these values
Willy Tarreaud0256482015-01-15 21:45:22 +01002741 so that 100% of the connections can be made over SSL with no risk, and will
2742 consider the sides where it is enabled (frontend, backend, both).
Willy Tarreau403edff2012-09-06 11:58:37 +02002743
Willy Tarreaue43d5322013-10-07 20:01:52 +02002744maxsslrate <number>
2745 Sets the maximum per-process number of SSL sessions per second to <number>.
2746 SSL listeners will stop accepting connections when this limit is reached. It
2747 can be used to limit the global SSL CPU usage regardless of each frontend
2748 capacity. It is important to note that this can only be used as a service
2749 protection measure, as there will not necessarily be a fair share between
2750 frontends when the limit is reached, so it's a good idea to also limit each
2751 frontend to some value close to its expected share. It is also important to
2752 note that the sessions are accounted before they enter the SSL stack and not
2753 after, which also protects the stack against bad handshakes. Also, lowering
2754 tune.maxaccept can improve fairness.
2755
William Lallemand9d5f5482012-11-07 16:12:57 +01002756maxzlibmem <number>
2757 Sets the maximum amount of RAM in megabytes per process usable by the zlib.
2758 When the maximum amount is reached, future sessions will not compress as long
2759 as RAM is unavailable. When sets to 0, there is no limit.
William Lallemande3a7d992012-11-20 11:25:20 +01002760 The default value is 0. The value is available in bytes on the UNIX socket
2761 with "show info" on the line "MaxZlibMemUsage", the memory used by zlib is
2762 "ZlibMemUsage" in bytes.
2763
Willy Tarreauc4e56dc2022-03-08 10:41:40 +01002764no-memory-trimming
2765 Disables memory trimming ("malloc_trim") at a few moments where attempts are
2766 made to reclaim lots of memory (on memory shortage or on reload). Trimming
2767 memory forces the system's allocator to scan all unused areas and to release
2768 them. This is generally seen as nice action to leave more available memory to
2769 a new process while the old one is unlikely to make significant use of it.
2770 But some systems dealing with tens to hundreds of thousands of concurrent
2771 connections may experience a lot of memory fragmentation, that may render
2772 this release operation extremely long. During this time, no more traffic
2773 passes through the process, new connections are not accepted anymore, some
2774 health checks may even fail, and the watchdog may even trigger and kill the
2775 unresponsive process, leaving a huge core dump. If this ever happens, then it
2776 is suggested to use this option to disable trimming and stop trying to be
2777 nice with the new process. Note that advanced memory allocators usually do
2778 not suffer from such a problem.
2779
Willy Tarreau6a06a402007-07-15 20:15:28 +02002780noepoll
2781 Disables the use of the "epoll" event polling system on Linux. It is
2782 equivalent to the command-line argument "-de". The next polling system
Willy Tarreaue9f49e72012-11-11 17:42:00 +01002783 used will generally be "poll". See also "nopoll".
Willy Tarreau6a06a402007-07-15 20:15:28 +02002784
Emmanuel Hocdet0ba4f482019-04-08 16:53:32 +00002785noevports
2786 Disables the use of the event ports event polling system on SunOS systems
2787 derived from Solaris 10 and later. It is equivalent to the command-line
2788 argument "-dv". The next polling system used will generally be "poll". See
2789 also "nopoll".
2790
Willy Tarreau8e6ad252022-11-16 17:42:34 +01002791nogetaddrinfo
2792 Disables the use of getaddrinfo(3) for name resolving. It is equivalent to
2793 the command line argument "-dG". Deprecated gethostbyname(3) will be used.
2794
2795nokqueue
2796 Disables the use of the "kqueue" event polling system on BSD. It is
2797 equivalent to the command-line argument "-dk". The next polling system
2798 used will generally be "poll". See also "nopoll".
2799
Willy Tarreau6a06a402007-07-15 20:15:28 +02002800nopoll
2801 Disables the use of the "poll" event polling system. It is equivalent to the
2802 command-line argument "-dp". The next polling system used will be "select".
Willy Tarreau0ba27502007-12-24 16:55:16 +01002803 It should never be needed to disable "poll" since it's available on all
Emmanuel Hocdet0ba4f482019-04-08 16:53:32 +00002804 platforms supported by HAProxy. See also "nokqueue", "noepoll" and
2805 "noevports".
Willy Tarreau6a06a402007-07-15 20:15:28 +02002806
Willy Tarreau8e6ad252022-11-16 17:42:34 +01002807noreuseport
2808 Disables the use of SO_REUSEPORT - see socket(7). It is equivalent to the
2809 command line argument "-dR".
2810
Willy Tarreauff4f82d2009-02-06 11:28:13 +01002811nosplice
2812 Disables the use of kernel tcp splicing between sockets on Linux. It is
Davor Ocelice9ed2812017-12-25 17:49:28 +01002813 equivalent to the command line argument "-dS". Data will then be copied
Willy Tarreauff4f82d2009-02-06 11:28:13 +01002814 using conventional and more portable recv/send calls. Kernel tcp splicing is
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01002815 limited to some very recent instances of kernel 2.6. Most versions between
Willy Tarreauff4f82d2009-02-06 11:28:13 +01002816 2.6.25 and 2.6.28 are buggy and will forward corrupted data, so they must not
2817 be used. This option makes it easier to globally disable kernel splicing in
2818 case of doubt. See also "option splice-auto", "option splice-request" and
2819 "option splice-response".
2820
Willy Tarreauca3afc22021-05-05 18:33:19 +02002821profiling.memory { on | off }
2822 Enables ('on') or disables ('off') per-function memory profiling. This will
2823 keep usage statistics of malloc/calloc/realloc/free calls anywhere in the
2824 process (including libraries) which will be reported on the CLI using the
2825 "show profiling" command. This is essentially meant to be used when an
2826 abnormal memory usage is observed that cannot be explained by the pools and
2827 other info are required. The performance hit will typically be around 1%,
2828 maybe a bit more on highly threaded machines, so it is normally suitable for
2829 use in production. The same may be achieved at run time on the CLI using the
2830 "set profiling memory" command, please consult the management manual.
2831
Willy Tarreaud2d33482019-04-25 17:09:07 +02002832profiling.tasks { auto | on | off }
2833 Enables ('on') or disables ('off') per-task CPU profiling. When set to 'auto'
2834 the profiling automatically turns on a thread when it starts to suffer from
2835 an average latency of 1000 microseconds or higher as reported in the
2836 "avg_loop_us" activity field, and automatically turns off when the latency
John Roeslerfb2fce12019-07-10 15:45:51 -05002837 returns below 990 microseconds (this value is an average over the last 1024
Willy Tarreaud2d33482019-04-25 17:09:07 +02002838 loops so it does not vary quickly and tends to significantly smooth short
2839 spikes). It may also spontaneously trigger from time to time on overloaded
2840 systems, containers, or virtual machines, or when the system swaps (which
2841 must absolutely never happen on a load balancer).
2842
2843 CPU profiling per task can be very convenient to report where the time is
2844 spent and which requests have what effect on which other request. Enabling
2845 it will typically affect the overall's performance by less than 1%, thus it
2846 is recommended to leave it to the default 'auto' value so that it only
2847 operates when a problem is identified. This feature requires a system
Willy Tarreau75c62c22018-11-22 11:02:09 +01002848 supporting the clock_gettime(2) syscall with clock identifiers
2849 CLOCK_MONOTONIC and CLOCK_THREAD_CPUTIME_ID, otherwise the reported time will
2850 be zero. This option may be changed at run time using "set profiling" on the
2851 CLI.
2852
Willy Tarreaufe255b72007-10-14 23:09:26 +02002853spread-checks <0..50, in percent>
Simon Hormand60d6912013-11-25 10:46:36 +09002854 Sometimes it is desirable to avoid sending agent and health checks to
2855 servers at exact intervals, for instance when many logical servers are
2856 located on the same physical server. With the help of this parameter, it
2857 becomes possible to add some randomness in the check interval between 0
2858 and +/- 50%. A value between 2 and 5 seems to show good results. The
2859 default value remains at 0.
Willy Tarreaufe255b72007-10-14 23:09:26 +02002860
Davor Ocelice9ed2812017-12-25 17:49:28 +01002861ssl-engine <name> [algo <comma-separated list of algorithms>]
Grant Zhang872f9c22017-01-21 01:10:18 +00002862 Sets the OpenSSL engine to <name>. List of valid values for <name> may be
Davor Ocelice9ed2812017-12-25 17:49:28 +01002863 obtained using the command "openssl engine". This statement may be used
Grant Zhang872f9c22017-01-21 01:10:18 +00002864 multiple times, it will simply enable multiple crypto engines. Referencing an
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002865 unsupported engine will prevent HAProxy from starting. Note that many engines
Grant Zhang872f9c22017-01-21 01:10:18 +00002866 will lead to lower HTTPS performance than pure software with recent
2867 processors. The optional command "algo" sets the default algorithms an ENGINE
2868 will supply using the OPENSSL function ENGINE_set_default_string(). A value
Davor Ocelice9ed2812017-12-25 17:49:28 +01002869 of "ALL" uses the engine for all cryptographic operations. If no list of
2870 algo is specified then the value of "ALL" is used. A comma-separated list
Grant Zhang872f9c22017-01-21 01:10:18 +00002871 of different algorithms may be specified, including: RSA, DSA, DH, EC, RAND,
2872 CIPHERS, DIGESTS, PKEY, PKEY_CRYPTO, PKEY_ASN1. This is the same format that
2873 openssl configuration file uses:
2874 https://www.openssl.org/docs/man1.0.2/apps/config.html
2875
Aleksandar Lazic89fb2102022-07-27 15:24:54 +02002876 HAProxy Version 2.6 disabled the support for engines in the default build.
2877 This option is only available when HAProxy has been built with support for
2878 it. In case the ssl-engine is required HAProxy can be rebuild with the
2879 USE_ENGINE=1 flag.
2880
Grant Zhangfa6c7ee2017-01-14 01:42:15 +00002881ssl-mode-async
2882 Adds SSL_MODE_ASYNC mode to the SSL context. This enables asynchronous TLS
Emeric Brun3854e012017-05-17 20:42:48 +02002883 I/O operations if asynchronous capable SSL engines are used. The current
Emeric Brunb5e42a82017-06-06 12:35:14 +00002884 implementation supports a maximum of 32 engines. The Openssl ASYNC API
2885 doesn't support moving read/write buffers and is not compliant with
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002886 HAProxy's buffer management. So the asynchronous mode is disabled on
John Roeslerfb2fce12019-07-10 15:45:51 -05002887 read/write operations (it is only enabled during initial and renegotiation
Emeric Brunb5e42a82017-06-06 12:35:14 +00002888 handshakes).
Grant Zhangfa6c7ee2017-01-14 01:42:15 +00002889
Willy Tarreau33cb0652014-12-23 22:52:37 +01002890tune.buffers.limit <number>
2891 Sets a hard limit on the number of buffers which may be allocated per process.
2892 The default value is zero which means unlimited. The minimum non-zero value
2893 will always be greater than "tune.buffers.reserve" and should ideally always
2894 be about twice as large. Forcing this value can be particularly useful to
2895 limit the amount of memory a process may take, while retaining a sane
Davor Ocelice9ed2812017-12-25 17:49:28 +01002896 behavior. When this limit is reached, sessions which need a buffer wait for
Willy Tarreau33cb0652014-12-23 22:52:37 +01002897 another one to be released by another session. Since buffers are dynamically
2898 allocated and released, the waiting time is very short and not perceptible
2899 provided that limits remain reasonable. In fact sometimes reducing the limit
2900 may even increase performance by increasing the CPU cache's efficiency. Tests
2901 have shown good results on average HTTP traffic with a limit to 1/10 of the
2902 expected global maxconn setting, which also significantly reduces memory
2903 usage. The memory savings come from the fact that a number of connections
2904 will not allocate 2*tune.bufsize. It is best not to touch this value unless
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002905 advised to do so by an HAProxy core developer.
Willy Tarreau33cb0652014-12-23 22:52:37 +01002906
Willy Tarreau1058ae72014-12-23 22:40:40 +01002907tune.buffers.reserve <number>
2908 Sets the number of buffers which are pre-allocated and reserved for use only
2909 during memory shortage conditions resulting in failed memory allocations. The
2910 minimum value is 2 and is also the default. There is no reason a user would
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002911 want to change this value, it's mostly aimed at HAProxy core developers.
Willy Tarreau1058ae72014-12-23 22:40:40 +01002912
Willy Tarreau27a674e2009-08-17 07:23:33 +02002913tune.bufsize <number>
2914 Sets the buffer size to this size (in bytes). Lower values allow more
2915 sessions to coexist in the same amount of RAM, and higher values allow some
2916 applications with very large cookies to work. The default value is 16384 and
2917 can be changed at build time. It is strongly recommended not to change this
2918 from the default value, as very low values will break some services such as
2919 statistics, and values larger than default size will increase memory usage,
2920 possibly causing the system to run out of memory. At least the global maxconn
Willy Tarreau45a66cc2017-11-24 11:28:00 +01002921 parameter should be decreased by the same factor as this one is increased. In
2922 addition, use of HTTP/2 mandates that this value must be 16384 or more. If an
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002923 HTTP request is larger than (tune.bufsize - tune.maxrewrite), HAProxy will
Dmitry Sivachenkof6f4f7b2012-10-21 18:10:25 +04002924 return HTTP 400 (Bad Request) error. Similarly if an HTTP response is larger
Daniel Corbett9f0843f2021-05-08 10:50:37 -04002925 than this size, HAProxy will return HTTP 502 (Bad Gateway). Note that the
Willy Tarreauc77d3642018-12-12 06:19:42 +01002926 value set using this parameter will automatically be rounded up to the next
2927 multiple of 8 on 32-bit machines and 16 on 64-bit machines.
Willy Tarreau27a674e2009-08-17 07:23:33 +02002928
William Lallemandf3747832012-11-09 12:33:10 +01002929tune.comp.maxlevel <number>
2930 Sets the maximum compression level. The compression level affects CPU
2931 usage during compression. This value affects CPU usage during compression.
2932 Each session using compression initializes the compression algorithm with
2933 this value. The default value is 1.
2934
Christopher Faulet2f7c82b2023-02-20 14:06:52 +01002935tune.disable-fast-forward [ EXPERIMENTAL ]
2936 Disables the data fast-forwarding. It is a mechanism to optimize the data
2937 forwarding by passing data directly from a side to the other one without
2938 waking the stream up. Thanks to this directive, it is possible to disable
2939 this optimization. Note it also disable any kernel tcp splicing. This command
2940 is not meant for regular use, it will generally only be suggested by
2941 developers along complex debugging sessions. For this reason it is internally
2942 marked as experimental, meaning that "expose-experimental-directives" must
2943 appear on a line before this directive.
2944
Willy Tarreauc299e1e2019-02-27 11:35:12 +01002945tune.fail-alloc
Willy Tarreauf4b79c42022-02-23 15:20:53 +01002946 If compiled with DEBUG_FAIL_ALLOC or started with "-dMfail", gives the
2947 percentage of chances an allocation attempt fails. Must be between 0 (no
2948 failure) and 100 (no success). This is useful to debug and make sure memory
Willy Tarreau0c4348c2023-03-21 09:24:53 +01002949 failures are handled gracefully. When not set, the ratio is 0. However the
2950 command-line "-dMfail" option automatically sets it to 1% failure rate so that
2951 it is not necessary to change the configuration for testing.
Willy Tarreauc299e1e2019-02-27 11:35:12 +01002952
Willy Tarreaubc52bec2020-06-18 08:58:47 +02002953tune.fd.edge-triggered { on | off } [ EXPERIMENTAL ]
2954 Enables ('on') or disables ('off') the edge-triggered polling mode for FDs
2955 that support it. This is currently only support with epoll. It may noticeably
2956 reduce the number of epoll_ctl() calls and slightly improve performance in
2957 certain scenarios. This is still experimental, it may result in frozen
2958 connections if bugs are still present, and is disabled by default.
2959
Willy Tarreau9d7abda2023-04-17 15:04:34 +02002960tune.h2.be.initial-window-size <number>
2961 Sets the HTTP/2 initial window size for outgoing connections, which is the
2962 number of bytes the server can respond before waiting for an acknowledgment
2963 from HAProxy. This setting only affects payload contents, not headers. When
2964 not set, the common default value set by tune.h2.initial-window-size applies.
2965 It can make sense to slightly increase this value to allow faster downloads
2966 or to reduce CPU usage on the servers, at the expense of creating unfairness
2967 between clients. It doesn't affect resource usage.
Tim Duesterhuse3ebe0e2023-06-13 15:15:47 +02002968
Willy Tarreau9d7abda2023-04-17 15:04:34 +02002969 See also: tune.h2.initial-window-size.
2970
Willy Tarreauca1027c2023-04-18 15:57:03 +02002971tune.h2.be.max-concurrent-streams <number>
2972 Sets the HTTP/2 maximum number of concurrent streams per outgoing connection
2973 (i.e. the number of outstanding requests on a single connection to a server).
2974 When not set, the default set by tune.h2.max-concurrent-streams applies. A
2975 smaller value than the default 100 may improve a site's responsiveness at the
2976 expense of maintaining more established connections to the servers. When the
2977 "http-reuse" setting is set to "always", it is recommended to reduce this
2978 value so as not to mix too many different clients over the same connection,
2979 because if a client is slower than others, a mechanism known as "head of
2980 line blocking" tends to cause cascade effect on download speed for all
2981 clients sharing a connection (keep tune.h2.be.initial-window-size low in this
2982 case). It is highly recommended not to increase this value; some might find
2983 it optimal to run at low values (1..5 typically).
2984
Willy Tarreau9d7abda2023-04-17 15:04:34 +02002985tune.h2.fe.initial-window-size <number>
2986 Sets the HTTP/2 initial window size for incoming connections, which is the
2987 number of bytes the client can upload before waiting for an acknowledgment
2988 from HAProxy. This setting only affects payload contents (i.e. the body of
2989 POST requests), not headers. When not set, the common default value set by
2990 tune.h2.initial-window-size applies. It can make sense to increase this value
2991 to allow faster uploads. The default value of 65536 allows up to 5 Mbps of
2992 bandwidth per client over a 100 ms ping time, and 500 Mbps for 1 ms ping
2993 time. It doesn't affect resource usage. Using too large values may cause
2994 clients to experience a lack of responsiveness if pages are accessed in
Tim Duesterhuse3ebe0e2023-06-13 15:15:47 +02002995 parallel to large uploads.
2996
2997 See also: tune.h2.initial-window-size.
Willy Tarreau9d7abda2023-04-17 15:04:34 +02002998
Willy Tarreauca1027c2023-04-18 15:57:03 +02002999tune.h2.fe.max-concurrent-streams <number>
3000 Sets the HTTP/2 maximum number of concurrent streams per incoming connection
3001 (i.e. the number of outstanding requests on a single connection from a
3002 client). When not set, the default set by tune.h2.max-concurrent-streams
3003 applies. A larger value than the default 100 may sometimes slightly improve
3004 the page load time for complex sites with lots of small objects over high
3005 latency networks but can also result in using more memory by allowing a
3006 client to allocate more resources at once. The default value of 100 is
3007 generally good and it is recommended not to change this value.
3008
Willy Tarreaufe20e5b2017-07-27 11:42:14 +02003009tune.h2.header-table-size <number>
3010 Sets the HTTP/2 dynamic header table size. It defaults to 4096 bytes and
3011 cannot be larger than 65536 bytes. A larger value may help certain clients
3012 send more compact requests, depending on their capabilities. This amount of
3013 memory is consumed for each HTTP/2 connection. It is recommended not to
3014 change it.
3015
Willy Tarreaue6baec02017-07-27 11:45:11 +02003016tune.h2.initial-window-size <number>
Willy Tarreau9d7abda2023-04-17 15:04:34 +02003017 Sets the default value for the HTTP/2 initial window size, on both incoming
3018 and outgoing connections. This value is used for incoming connections when
3019 tune.h2.fe.initial-window-size is not set, and by outgoing connections when
3020 tune.h2.be.initial-window-size is not set. The default value is 65536, which
3021 for uploads roughly allows up to 5 Mbps of bandwidth per client over a
3022 network showing a 100 ms ping time, or 500 Mbps over a 1-ms local network.
3023 Given that changing the default value will both increase upload speeds and
3024 cause more unfairness between clients on downloads, it is recommended to
3025 instead use the side-specific settings tune.h2.fe.initial-window-size and
3026 tune.h2.be.initial-window-size.
Willy Tarreaue6baec02017-07-27 11:45:11 +02003027
Willy Tarreau5242ef82017-07-27 11:47:28 +02003028tune.h2.max-concurrent-streams <number>
Willy Tarreauca1027c2023-04-18 15:57:03 +02003029 Sets the default HTTP/2 maximum number of concurrent streams per connection
Willy Tarreau2fefab62023-05-07 07:10:55 +02003030 (i.e. the number of outstanding requests on a single connection). This value
Willy Tarreauca1027c2023-04-18 15:57:03 +02003031 is used for incoming connections when tune.h2.fe.max-concurrent-streams is
3032 not set, and for outgoing connections when tune.h2.be.max-concurrent-streams
3033 is not set. The default value is 100. The impact varies depending on the side
3034 so please see the two settings above for more details. It is recommended not
3035 to use this setting and to switch to the per-side ones instead. A value of
3036 zero disables the limit so a single client may create as many streams as
3037 allocatable by HAProxy. It is highly recommended not to change this value.
Willy Tarreau5242ef82017-07-27 11:47:28 +02003038
Willy Tarreaua24b35c2019-02-21 13:24:36 +01003039tune.h2.max-frame-size <number>
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003040 Sets the HTTP/2 maximum frame size that HAProxy announces it is willing to
Willy Tarreaua24b35c2019-02-21 13:24:36 +01003041 receive to its peers. The default value is the largest between 16384 and the
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003042 buffer size (tune.bufsize). In any case, HAProxy will not announce support
Willy Tarreaua24b35c2019-02-21 13:24:36 +01003043 for frame sizes larger than buffers. The main purpose of this setting is to
3044 allow to limit the maximum frame size setting when using large buffers. Too
3045 large frame sizes might have performance impact or cause some peers to
3046 misbehave. It is highly recommended not to change this value.
3047
Willy Tarreau193b8c62012-11-22 00:17:38 +01003048tune.http.cookielen <number>
3049 Sets the maximum length of captured cookies. This is the maximum value that
3050 the "capture cookie xxx len yyy" will be allowed to take, and any upper value
3051 will automatically be truncated to this one. It is important not to set too
3052 high a value because all cookie captures still allocate this size whatever
3053 their configured value (they share a same pool). This value is per request
3054 per response, so the memory allocated is twice this value per connection.
3055 When not specified, the limit is set to 63 characters. It is recommended not
3056 to change this value.
3057
Stéphane Cottin23e9e932017-05-18 08:58:41 +02003058tune.http.logurilen <number>
Davor Ocelice9ed2812017-12-25 17:49:28 +01003059 Sets the maximum length of request URI in logs. This prevents truncating long
3060 request URIs with valuable query strings in log lines. This is not related
Stéphane Cottin23e9e932017-05-18 08:58:41 +02003061 to syslog limits. If you increase this limit, you may also increase the
Davor Ocelice9ed2812017-12-25 17:49:28 +01003062 'log ... len yyy' parameter. Your syslog daemon may also need specific
Stéphane Cottin23e9e932017-05-18 08:58:41 +02003063 configuration directives too.
3064 The default value is 1024.
3065
Willy Tarreauac1932d2011-10-24 19:14:41 +02003066tune.http.maxhdr <number>
3067 Sets the maximum number of headers in a request. When a request comes with a
3068 number of headers greater than this value (including the first line), it is
3069 rejected with a "400 Bad Request" status code. Similarly, too large responses
3070 are blocked with "502 Bad Gateway". The default value is 101, which is enough
3071 for all usages, considering that the widely deployed Apache server uses the
3072 same limit. It can be useful to push this limit further to temporarily allow
Christopher Faulet50174f32017-06-21 16:31:35 +02003073 a buggy application to work by the time it gets fixed. The accepted range is
3074 1..32767. Keep in mind that each new header consumes 32bits of memory for
3075 each session, so don't push this limit too high.
Willy Tarreauac1932d2011-10-24 19:14:41 +02003076
Willy Tarreau76cc6992020-07-01 18:49:24 +02003077tune.idle-pool.shared { on | off }
3078 Enables ('on') or disables ('off') sharing of idle connection pools between
3079 threads for a same server. The default is to share them between threads in
3080 order to minimize the number of persistent connections to a server, and to
3081 optimize the connection reuse rate. But to help with debugging or when
3082 suspecting a bug in HAProxy around connection reuse, it can be convenient to
3083 forcefully disable this idle pool sharing between multiple threads, and force
Willy Tarreau0784db82021-02-19 11:45:22 +01003084 this option to "off". The default is on. It is strongly recommended against
3085 disabling this option without setting a conservative value on "pool-low-conn"
3086 for all servers relying on connection reuse to achieve a high performance
3087 level, otherwise connections might be closed very often as the thread count
3088 increases.
Willy Tarreau76cc6992020-07-01 18:49:24 +02003089
Willy Tarreau7e312732014-02-12 16:35:14 +01003090tune.idletimer <timeout>
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003091 Sets the duration after which HAProxy will consider that an empty buffer is
Willy Tarreau7e312732014-02-12 16:35:14 +01003092 probably associated with an idle stream. This is used to optimally adjust
3093 some packet sizes while forwarding large and small data alternatively. The
3094 decision to use splice() or to send large buffers in SSL is modulated by this
3095 parameter. The value is in milliseconds between 0 and 65535. A value of zero
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003096 means that HAProxy will not try to detect idle streams. The default is 1000,
Davor Ocelice9ed2812017-12-25 17:49:28 +01003097 which seems to correctly detect end user pauses (e.g. read a page before
John Roeslerfb2fce12019-07-10 15:45:51 -05003098 clicking). There should be no reason for changing this value. Please check
Willy Tarreau7e312732014-02-12 16:35:14 +01003099 tune.ssl.maxrecord below.
3100
Willy Tarreau73101642023-04-22 22:06:23 +02003101tune.listener.default-shards { by-process | by-thread | by-group }
3102 Normally, all "bind" lines will create a single shard, that is, a single
3103 socket that all threads of the process will listen to. With many threads,
3104 this is not very efficient, and may even induce some important overhead in
3105 the kernel for updating the polling state or even distributing events to the
3106 various threads. Modern operating systems support balancing of incoming
3107 connections, a mechanism that will consist in permitting multiple sockets to
3108 be bound to the same address and port, and to evenly distribute all incoming
3109 connections to these sockets so that each thread only sees the connections
3110 that are waiting in the socket it is bound to. This significantly reduces
3111 kernel-side overhead and increases performance in the incoming connection
3112 path. This is usually enabled in HAProxy using the "shards" setting on "bind"
3113 lines, which defaults to 1, meaning that each listener will be unique in the
3114 process. On systems with many processors, it may be more convenient to change
3115 the default setting to "by-thread" in order to always create one listening
3116 socket per thread, or "by-group" in order to always create one listening
3117 socket per thread group. Be careful about the file descriptor usage with
3118 "by-thread" as each listener will need as many sockets as there are threads.
3119 Also some operating systems (e.g. FreeBSD) are limited to no more than 256
3120 sockets on a same address. Note that "by-group" will remain equivalent to
3121 "by-process" for default configurations involving a single thread group, and
3122 will fall back to sharing the same socket on systems that do not support this
Willy Tarreau0e875cf2023-04-23 00:51:59 +02003123 mechanism. The default is "by-group" with a fallback to "by-process" for
3124 systems or socket families that do not support multiple bindings.
Willy Tarreau73101642023-04-22 22:06:23 +02003125
Willy Tarreau84fe1f42023-04-20 15:40:38 +02003126tune.listener.multi-queue { on | fair | off }
3127 Enables ('on' / 'fair') or disables ('off') the listener's multi-queue accept
3128 which spreads the incoming traffic to all threads a "bind" line is allowed to
3129 run on instead of taking them for itself. This provides a smoother traffic
Willy Tarreau7ac908b2019-02-27 12:02:18 +01003130 distribution and scales much better, especially in environments where threads
3131 may be unevenly loaded due to external activity (network interrupts colliding
Willy Tarreau84fe1f42023-04-20 15:40:38 +02003132 with one thread for example). The default mode, "on", optimizes the choice of
3133 a thread by picking in a sample the one with the less connections. It is
3134 often the best choice when connections are long-lived as it manages to keep
3135 all threads busy. A second mode, "fair", instead cycles through all threads
3136 regardless of their instant load level. It can be better suited for short-
3137 lived connections, or on machines with very large numbers of threads where
3138 the probability to find the least loaded thread with the first mode is low.
3139 Finally it is possible to forcefully disable the redistribution mechanism
3140 using "off" for troubleshooting, or for situations where connections are
Willy Tarreau2fefab62023-05-07 07:10:55 +02003141 short-lived and it is estimated that the operating system already provides a
Willy Tarreau84fe1f42023-04-20 15:40:38 +02003142 good enough distribution. The default is "on".
Willy Tarreau7ac908b2019-02-27 12:02:18 +01003143
Thierry FOURNIER90da1912015-03-05 11:17:06 +01003144tune.lua.forced-yield <number>
3145 This directive forces the Lua engine to execute a yield each <number> of
Tim Düsterhus4896c442016-11-29 02:15:19 +01003146 instructions executed. This permits interrupting a long script and allows the
Thierry FOURNIER90da1912015-03-05 11:17:06 +01003147 HAProxy scheduler to process other tasks like accepting connections or
3148 forwarding traffic. The default value is 10000 instructions. If HAProxy often
Davor Ocelice9ed2812017-12-25 17:49:28 +01003149 executes some Lua code but more responsiveness is required, this value can be
Thierry FOURNIER90da1912015-03-05 11:17:06 +01003150 lowered. If the Lua code is quite long and its result is absolutely required
3151 to process the data, the <number> can be increased.
3152
Willy Tarreau32f61e22015-03-18 17:54:59 +01003153tune.lua.maxmem
3154 Sets the maximum amount of RAM in megabytes per process usable by Lua. By
3155 default it is zero which means unlimited. It is important to set a limit to
3156 ensure that a bug in a script will not result in the system running out of
3157 memory.
3158
Thierry FOURNIER90da1912015-03-05 11:17:06 +01003159tune.lua.session-timeout <timeout>
3160 This is the execution timeout for the Lua sessions. This is useful for
Thierry FOURNIER7dd784b2015-10-01 14:49:33 +02003161 preventing infinite loops or spending too much time in Lua. This timeout
3162 counts only the pure Lua runtime. If the Lua does a sleep, the sleep is
Davor Ocelice9ed2812017-12-25 17:49:28 +01003163 not taken in account. The default timeout is 4s.
Thierry FOURNIER90da1912015-03-05 11:17:06 +01003164
Aurelien DARRAGON58e36e52023-04-06 22:51:56 +02003165tune.lua.burst-timeout <timeout>
3166 The "burst" execution timeout applies to any Lua handler. If the handler
3167 fails to finish or yield before timeout is reached, it will be aborted to
3168 prevent thread contention, to prevent traffic from not being served for too
3169 long, and ultimately to prevent the process from crashing because of the
3170 watchdog kicking in. Unlike other lua timeouts which are yield-cumulative,
3171 burst-timeout will ensure that the time spent in a single lua execution
3172 window does not exceed the configured timeout.
3173
3174 Yielding here means that the lua execution is effectively interrupted
3175 either through an explicit call to lua-yielding function such as
3176 core.(m)sleep() or core.yield(), or following an automatic forced-yield
3177 (see tune.lua.forced-yield) and that it will be resumed later when the
3178 related task is set for rescheduling. Not all lua handlers may yield: we have
3179 to make a distinction between yieldable handlers and unyieldable handlers.
3180
3181 For yieldable handlers (tasks, actions..), reaching the timeout means
3182 "tune.lua.forced-yield" might be too high for the system, reducing it
3183 could improve the situation, but it could also be a good idea to check if
3184 adding manual yields at some key points within the lua function helps or not.
3185 It may also indicate that the handler is spending too much time in a specific
3186 lua library function that cannot be interrupted.
3187
3188 For unyieldable handlers (lua converters, sample fetches), it could simply
3189 indicate that the handler is doing too much computation, which could result
3190 from an improper design given that such handlers, which often block the
3191 request execution flow, are expected to terminate quickly to allow the
3192 request processing to go through. A common resolution approach here would be
3193 to try to better optimize the lua function for speed since decreasing
3194 "tune.lua.forced-yield" won't help.
3195
3196 This timeout only counts the pure Lua runtime. If the Lua does a core.sleep,
3197 the sleeping time is not taken in account. The default timeout is 1000ms.
3198
3199 Note: if a lua GC cycle is initiated from the handler (either explicitly
3200 requested or automatically triggered by lua after some time), the GC cycle
3201 time will also be accounted for.
3202
3203 Indeed, there is no way to deduce the GC cycle time, so this could lead to
3204 some false positives on saturated systems (where GC is having hard time to
3205 catch up and consumes most of the available execution runtime). If it were
3206 to be the case, here are some resolution leads:
3207
3208 - checking if the script could be optimized to reduce lua memory footprint
3209 - fine-tuning lua GC parameters and / or requesting manual GC cycles
3210 (see: https://www.lua.org/manual/5.4/manual.html#pdf-collectgarbage)
3211 - increasing tune.lua.burst-timeout
3212
3213 Setting value to 0 completely disables this protection.
3214
Thierry FOURNIER7dd784b2015-10-01 14:49:33 +02003215tune.lua.service-timeout <timeout>
3216 This is the execution timeout for the Lua services. This is useful for
3217 preventing infinite loops or spending too much time in Lua. This timeout
3218 counts only the pure Lua runtime. If the Lua does a sleep, the sleep is
Davor Ocelice9ed2812017-12-25 17:49:28 +01003219 not taken in account. The default timeout is 4s.
Thierry FOURNIER7dd784b2015-10-01 14:49:33 +02003220
Willy Tarreau8e6ad252022-11-16 17:42:34 +01003221tune.lua.task-timeout <timeout>
3222 Purpose is the same as "tune.lua.session-timeout", but this timeout is
3223 dedicated to the tasks. By default, this timeout isn't set because a task may
3224 remain alive during of the lifetime of HAProxy. For example, a task used to
3225 check servers.
3226
Willy Tarreaua0250ba2008-01-06 11:22:57 +01003227tune.maxaccept <number>
Willy Tarreau16a21472012-11-19 12:39:59 +01003228 Sets the maximum number of consecutive connections a process may accept in a
3229 row before switching to other work. In single process mode, higher numbers
Willy Tarreau66161322021-02-19 15:50:27 +01003230 used to give better performance at high connection rates, though this is not
3231 the case anymore with the multi-queue. This value applies individually to
3232 each listener, so that the number of processes a listener is bound to is
3233 taken into account. This value defaults to 4 which showed best results. If a
3234 significantly higher value was inherited from an ancient config, it might be
3235 worth removing it as it will both increase performance and lower response
3236 time. In multi-process mode, it is divided by twice the number of processes
3237 the listener is bound to. Setting this value to -1 completely disables the
3238 limitation. It should normally not be needed to tweak this value.
Willy Tarreaua0250ba2008-01-06 11:22:57 +01003239
3240tune.maxpollevents <number>
3241 Sets the maximum amount of events that can be processed at once in a call to
3242 the polling system. The default value is adapted to the operating system. It
3243 has been noticed that reducing it below 200 tends to slightly decrease
3244 latency at the expense of network bandwidth, and increasing it above 200
3245 tends to trade latency for slightly increased bandwidth.
3246
Willy Tarreau27a674e2009-08-17 07:23:33 +02003247tune.maxrewrite <number>
3248 Sets the reserved buffer space to this size in bytes. The reserved space is
3249 used for header rewriting or appending. The first reads on sockets will never
3250 fill more than bufsize-maxrewrite. Historically it has defaulted to half of
3251 bufsize, though that does not make much sense since there are rarely large
3252 numbers of headers to add. Setting it too high prevents processing of large
3253 requests or responses. Setting it too low prevents addition of new headers
3254 to already large requests or to POST requests. It is generally wise to set it
3255 to about 1024. It is automatically readjusted to half of bufsize if it is
3256 larger than that. This means you don't have to worry about it when changing
3257 bufsize.
3258
Willy Tarreau284cfc62022-12-19 08:15:57 +01003259tune.memory.hot-size <number>
3260 Sets the per-thread amount of memory that will be kept hot in the local cache
3261 and will never be recoverable by other threads. Access to this memory is very
3262 fast (lockless), and having enough is critical to maintain a good performance
3263 level under extreme thread contention. The value is expressed in bytes, and
3264 the default value is configured at build time via CONFIG_HAP_POOL_CACHE_SIZE
3265 which defaults to 524288 (512 kB). A larger value may increase performance in
3266 some usage scenarios, especially when performance profiles show that memory
3267 allocation is stressed a lot. Experience shows that a good value sits between
3268 once to twice the per CPU core L2 cache size. Too large values will have a
3269 negative impact on performance by making inefficient use of the L3 caches in
3270 the CPUs, and will consume larger amounts of memory. It is recommended not to
3271 change this value, or to proceed in small increments. In order to completely
3272 disable the per-thread CPU caches, using a very small value could work, but
3273 it is better to use "-dMno-cache" on the command-line.
3274
Willy Tarreauf3045d22015-04-29 16:24:50 +02003275tune.pattern.cache-size <number>
3276 Sets the size of the pattern lookup cache to <number> entries. This is an LRU
3277 cache which reminds previous lookups and their results. It is used by ACLs
3278 and maps on slow pattern lookups, namely the ones using the "sub", "reg",
3279 "dir", "dom", "end", "bin" match methods as well as the case-insensitive
3280 strings. It applies to pattern expressions which means that it will be able
3281 to memorize the result of a lookup among all the patterns specified on a
3282 configuration line (including all those loaded from files). It automatically
3283 invalidates entries which are updated using HTTP actions or on the CLI. The
3284 default cache size is set to 10000 entries, which limits its footprint to
Willy Tarreau403bfbb2019-10-23 06:59:31 +02003285 about 5 MB per process/thread on 32-bit systems and 8 MB per process/thread
3286 on 64-bit systems, as caches are thread/process local. There is a very low
Willy Tarreauf3045d22015-04-29 16:24:50 +02003287 risk of collision in this cache, which is in the order of the size of the
3288 cache divided by 2^64. Typically, at 10000 requests per second with the
3289 default cache size of 10000 entries, there's 1% chance that a brute force
3290 attack could cause a single collision after 60 years, or 0.1% after 6 years.
3291 This is considered much lower than the risk of a memory corruption caused by
3292 aging components. If this is not acceptable, the cache can be disabled by
3293 setting this parameter to 0.
3294
Willy Tarreau8bd146d2022-07-19 20:17:38 +02003295tune.peers.max-updates-at-once <number>
3296 Sets the maximum number of stick-table updates that haproxy will try to
3297 process at once when sending messages. Retrieving the data for these updates
3298 requires some locking operations which can be CPU intensive on highly
3299 threaded machines if unbound, and may also increase the traffic latency
3300 during the initial batched transfer between an older and a newer process.
3301 Conversely low values may also incur higher CPU overhead, and take longer
3302 to complete. The default value is 200 and it is suggested not to change it.
3303
Willy Tarreaubd9a0a72011-10-23 21:14:29 +02003304tune.pipesize <number>
3305 Sets the kernel pipe buffer size to this size (in bytes). By default, pipes
3306 are the default size for the system. But sometimes when using TCP splicing,
3307 it can improve performance to increase pipe sizes, especially if it is
3308 suspected that pipes are not filled and that many calls to splice() are
3309 performed. This has an impact on the kernel's memory footprint, so this must
3310 not be changed if impacts are not understood.
3311
Olivier Houchard88698d92019-04-16 19:07:22 +02003312tune.pool-high-fd-ratio <number>
3313 This setting sets the max number of file descriptors (in percentage) used by
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003314 HAProxy globally against the maximum number of file descriptors HAProxy can
Olivier Houchard88698d92019-04-16 19:07:22 +02003315 use before we start killing idle connections when we can't reuse a connection
3316 and we have to create a new one. The default is 25 (one quarter of the file
3317 descriptor will mean that roughly half of the maximum front connections can
3318 keep an idle connection behind, anything beyond this probably doesn't make
John Roeslerfb2fce12019-07-10 15:45:51 -05003319 much sense in the general case when targeting connection reuse).
Olivier Houchard88698d92019-04-16 19:07:22 +02003320
Willy Tarreau83ca3052020-07-01 18:30:16 +02003321tune.pool-low-fd-ratio <number>
3322 This setting sets the max number of file descriptors (in percentage) used by
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003323 HAProxy globally against the maximum number of file descriptors HAProxy can
Willy Tarreau83ca3052020-07-01 18:30:16 +02003324 use before we stop putting connection into the idle pool for reuse. The
3325 default is 20.
3326
Frédéric Lécaille38dea052022-05-25 17:14:28 +02003327tune.quic.frontend.conn-tx-buffers.limit <number>
Amaury Denoyelle97e84c62022-04-19 18:26:55 +02003328 This settings defines the maximum number of buffers allocated for a QUIC
3329 connection on data emission. By default, it is set to 30. QUIC buffers are
3330 drained on ACK reception. This setting has a direct impact on the throughput
3331 and memory consumption and can be adjusted according to an estimated round
Frédéric Lécaille38dea052022-05-25 17:14:28 +02003332 time-trip. Each buffer is tune.bufsize.
Amaury Denoyelle97e84c62022-04-19 18:26:55 +02003333
Frédéric Lécaille1d96d6e2022-05-23 16:38:14 +02003334tune.quic.frontend.max-idle-timeout <timeout>
Frédéric Lécaille1d96d6e2022-05-23 16:38:14 +02003335 Sets the QUIC max_idle_timeout transport parameters in milliseconds for
3336 frontends which determines the period of time after which a connection silently
3337 closes if it has remained inactive during an effective period of time deduced
3338 from the two max_idle_timeout values announced by the two endpoints:
3339 - the minimum of the two values if both are not null,
3340 - the maximum if only one of them is not null,
3341 - if both values are null, this feature is disabled.
3342
3343 The default value is 30000.
3344
Frédéric Lécaille26740982022-05-23 17:28:01 +02003345tune.quic.frontend.max-streams-bidi <number>
Frédéric Lécaille26740982022-05-23 17:28:01 +02003346 Sets the QUIC initial_max_streams_bidi transport parameter for frontends.
3347 This is the initial maximum number of bidirectional streams the remote peer
3348 will be authorized to open. This determines the number of concurrent client
3349 requests.
3350
3351 The default value is 100.
3352
Amaury Denoyelle24d5b722023-01-31 11:44:50 +01003353tune.quic.max-frame-loss <number>
Amaury Denoyelle24d5b722023-01-31 11:44:50 +01003354 Sets the limit for which a single QUIC frame can be marked as lost. If
3355 exceeded, the connection is considered as failing and is closed immediately.
3356
3357 The default value is 10.
3358
Frédéric Lécailleaa8daed2022-05-23 11:38:58 +02003359tune.quic.retry-threshold <number>
Frédéric Lécailleaa8daed2022-05-23 11:38:58 +02003360 Dynamically enables the Retry feature for all the configured QUIC listeners
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +02003361 as soon as this number of half open connections is reached. A half open
3362 connection is a connection whose handshake has not already successfully
Frédéric Lécailleaa8daed2022-05-23 11:38:58 +02003363 completed or failed. To be functional this setting needs a cluster secret to
3364 be set, if not it will be silently ignored (see "cluster-secret" setting).
Willy Tarreau55b96892022-05-31 08:07:43 +02003365 This setting will be also silently ignored if the use of QUIC Retry was
3366 forced (see "quic-force-retry").
Frédéric Lécailleaa8daed2022-05-23 11:38:58 +02003367
3368 The default value is 100.
3369
3370 See https://www.rfc-editor.org/rfc/rfc9000.html#section-8.1.2 for more
3371 information about QUIC retry.
3372
Amaury Denoyelle511ddd52022-11-18 17:42:16 +01003373tune.quic.socket-owner { listener | connection }
Amaury Denoyelle511ddd52022-11-18 17:42:16 +01003374 Specifies how QUIC connections will use socket for receive/send operations.
3375 Connections can share listener socket or each connection can allocate its
3376 own socket.
3377
Amaury Denoyellee30f3782022-11-21 11:54:13 +01003378 When default "connection" value is set, a dedicated socket will be allocated
3379 by every QUIC connections. This option is the preferred one to achieve the
Amaury Denoyellefb375572023-02-01 09:28:32 +01003380 best performance with a large QUIC traffic. This is also the only way to
Amaury Denoyellee1a0ee32023-02-28 15:11:09 +01003381 ensure soft-stop is conducted properly without data loss for QUIC connections
3382 and cases of transient errors during sendto() operation are handled
3383 efficiently. However, this relies on some advanced features from the UDP
Amaury Denoyellefb375572023-02-01 09:28:32 +01003384 network stack. If your platform is deemed not compatible, haproxy will
Willy Tarreau2a3d9282023-08-29 10:22:46 +02003385 automatically switch to "listener" mode on startup. Please note that QUIC
3386 listeners running on privileged ports may require to run as uid 0, or some
3387 OS-specific tuning to permit the target uid to bind such ports.
Amaury Denoyelle511ddd52022-11-18 17:42:16 +01003388
Amaury Denoyellee30f3782022-11-21 11:54:13 +01003389 The "listener" value indicates that QUIC transfers will occur on the shared
3390 listener socket. This option can be a good compromise for small traffic as it
3391 allows to reduce FD consumption. However, performance won't be optimal due to
Ilya Shipitsin5fa29b82022-12-07 09:46:19 +05003392 a higher CPU usage if listeners are shared across a lot of threads or a
Amaury Denoyellee30f3782022-11-21 11:54:13 +01003393 large number of QUIC connections can be used simultaneously.
Amaury Denoyelle511ddd52022-11-18 17:42:16 +01003394
Willy Tarreaue803de22010-01-21 17:43:04 +01003395tune.rcvbuf.client <number>
3396tune.rcvbuf.server <number>
3397 Forces the kernel socket receive buffer size on the client or the server side
3398 to the specified value in bytes. This value applies to all TCP/HTTP frontends
3399 and backends. It should normally never be set, and the default size (0) lets
John Roeslerfb2fce12019-07-10 15:45:51 -05003400 the kernel auto-tune this value depending on the amount of available memory.
Davor Ocelice9ed2812017-12-25 17:49:28 +01003401 However it can sometimes help to set it to very low values (e.g. 4096) in
Willy Tarreaue803de22010-01-21 17:43:04 +01003402 order to save kernel memory by preventing it from buffering too large amounts
3403 of received data. Lower values will significantly increase CPU usage though.
3404
Willy Tarreaub22fc302015-12-14 12:04:35 +01003405tune.recv_enough <number>
Davor Ocelice9ed2812017-12-25 17:49:28 +01003406 HAProxy uses some hints to detect that a short read indicates the end of the
Willy Tarreaub22fc302015-12-14 12:04:35 +01003407 socket buffers. One of them is that a read returns more than <recv_enough>
3408 bytes, which defaults to 10136 (7 segments of 1448 each). This default value
3409 may be changed by this setting to better deal with workloads involving lots
3410 of short messages such as telnet or SSH sessions.
3411
Olivier Houchard1599b802018-05-24 18:59:04 +02003412tune.runqueue-depth <number>
John Roeslerfb2fce12019-07-10 15:45:51 -05003413 Sets the maximum amount of task that can be processed at once when running
Willy Tarreau060a7612021-03-10 11:06:26 +01003414 tasks. The default value depends on the number of threads but sits between 35
3415 and 280, which tend to show the highest request rates and lowest latencies.
3416 Increasing it may incur latency when dealing with I/Os, making it too small
3417 can incur extra overhead. Higher thread counts benefit from lower values.
3418 When experimenting with much larger values, it may be useful to also enable
3419 tune.sched.low-latency and possibly tune.fd.edge-triggered to limit the
3420 maximum latency to the lowest possible.
Willy Tarreaue7723bd2020-06-24 11:11:02 +02003421
3422tune.sched.low-latency { on | off }
3423 Enables ('on') or disables ('off') the low-latency task scheduler. By default
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003424 HAProxy processes tasks from several classes one class at a time as this is
Willy Tarreaue7723bd2020-06-24 11:11:02 +02003425 the most efficient. But when running with large values of tune.runqueue-depth
3426 this can have a measurable effect on request or connection latency. When this
3427 low-latency setting is enabled, tasks of lower priority classes will always
3428 be executed before other ones if they exist. This will permit to lower the
3429 maximum latency experienced by new requests or connections in the middle of
3430 massive traffic, at the expense of a higher impact on this large traffic.
3431 For regular usage it is better to leave this off. The default value is off.
Olivier Houchard1599b802018-05-24 18:59:04 +02003432
Willy Tarreaue803de22010-01-21 17:43:04 +01003433tune.sndbuf.client <number>
3434tune.sndbuf.server <number>
3435 Forces the kernel socket send buffer size on the client or the server side to
3436 the specified value in bytes. This value applies to all TCP/HTTP frontends
3437 and backends. It should normally never be set, and the default size (0) lets
John Roeslerfb2fce12019-07-10 15:45:51 -05003438 the kernel auto-tune this value depending on the amount of available memory.
Davor Ocelice9ed2812017-12-25 17:49:28 +01003439 However it can sometimes help to set it to very low values (e.g. 4096) in
Willy Tarreaue803de22010-01-21 17:43:04 +01003440 order to save kernel memory by preventing it from buffering too large amounts
3441 of received data. Lower values will significantly increase CPU usage though.
3442 Another use case is to prevent write timeouts with extremely slow clients due
3443 to the kernel waiting for a large part of the buffer to be read before
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003444 notifying HAProxy again.
Willy Tarreaue803de22010-01-21 17:43:04 +01003445
Willy Tarreau6ec58db2012-11-16 16:32:15 +01003446tune.ssl.cachesize <number>
Emeric Brunaf9619d2012-11-28 18:47:52 +01003447 Sets the size of the global SSL session cache, in a number of blocks. A block
William Dauchy9a4bbfe2021-02-12 15:58:46 +01003448 is large enough to contain an encoded session without peer certificate. An
3449 encoded session with peer certificate is stored in multiple blocks depending
3450 on the size of the peer certificate. A block uses approximately 200 bytes of
3451 memory (based on `sizeof(struct sh_ssl_sess_hdr) + SHSESS_BLOCK_MIN_SIZE`
3452 calculation used for `shctx_init` function). The default value may be forced
3453 at build time, otherwise defaults to 20000. When the cache is full, the most
3454 idle entries are purged and reassigned. Higher values reduce the occurrence
3455 of such a purge, hence the number of CPU-intensive SSL handshakes by ensuring
3456 that all users keep their session as long as possible. All entries are
Willy Tarreaub63dbb72021-06-11 16:50:29 +02003457 pre-allocated upon startup. Setting this value to 0 disables the SSL session
3458 cache.
Willy Tarreau6ec58db2012-11-16 16:32:15 +01003459
Willy Tarreau8e6ad252022-11-16 17:42:34 +01003460tune.ssl.capture-buffer-size <number>
3461tune.ssl.capture-cipherlist-size <number> (deprecated)
3462 Sets the maximum size of the buffer used for capturing client hello cipher
3463 list, extensions list, elliptic curves list and elliptic curve point
3464 formats. If the value is 0 (default value) the capture is disabled,
3465 otherwise a buffer is allocated for each SSL/TLS connection.
3466
3467tune.ssl.default-dh-param <number>
3468 Sets the maximum size of the Diffie-Hellman parameters used for generating
3469 the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The
3470 final size will try to match the size of the server's RSA (or DSA) key (e.g,
3471 a 2048 bits temporary DH key for a 2048 bits RSA key), but will not exceed
3472 this maximum value. Only 1024 or higher values are allowed. Higher values
3473 will increase the CPU load, and values greater than 1024 bits are not
3474 supported by Java 7 and earlier clients. This value is not used if static
3475 Diffie-Hellman parameters are supplied either directly in the certificate
3476 file or by using the ssl-dh-param-file parameter.
3477 If there is neither a default-dh-param nor a ssl-dh-param-file defined, and
3478 if the server's PEM file of a given frontend does not specify its own DH
3479 parameters, then DHE ciphers will be unavailable for this frontend.
3480
Emeric Brun8dc60392014-05-09 13:52:00 +02003481tune.ssl.force-private-cache
Lukas Tribus27935782018-10-01 02:00:16 +02003482 This option disables SSL session cache sharing between all processes. It
Emeric Brun8dc60392014-05-09 13:52:00 +02003483 should normally not be used since it will force many renegotiations due to
3484 clients hitting a random process. But it may be required on some operating
3485 systems where none of the SSL cache synchronization method may be used. In
3486 this case, adding a first layer of hash-based load balancing before the SSL
3487 layer might limit the impact of the lack of session sharing.
3488
Thomas Prückl10243932022-04-27 13:04:54 +02003489tune.ssl.hard-maxrecord <number>
3490 Sets the maximum amount of bytes passed to SSL_write() at any time. Default
3491 value 0 means there is no limit. In contrast to tune.ssl.maxrecord this
3492 settings will not be adjusted dynamically. Smaller records may decrease
3493 throughput, but may be required when dealing with low-footprint clients.
3494
William Lallemand7d42ef52020-07-06 11:41:30 +02003495tune.ssl.keylog { on | off }
3496 This option activates the logging of the TLS keys. It should be used with
3497 care as it will consume more memory per SSL session and could decrease
3498 performances. This is disabled by default.
3499
3500 These sample fetches should be used to generate the SSLKEYLOGFILE that is
3501 required to decipher traffic with wireshark.
3502
3503 https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format
3504
3505 The SSLKEYLOG is a series of lines which are formatted this way:
3506
3507 <Label> <space> <ClientRandom> <space> <Secret>
3508
3509 The ClientRandom is provided by the %[ssl_fc_client_random,hex] sample
3510 fetch, the secret and the Label could be find in the array below. You need
3511 to generate a SSLKEYLOGFILE with all the labels in this array.
3512
3513 The following sample fetches are hexadecimal strings and does not need to be
3514 converted.
3515
3516 SSLKEYLOGFILE Label | Sample fetches for the Secrets
3517 --------------------------------|-----------------------------------------
3518 CLIENT_EARLY_TRAFFIC_SECRET | %[ssl_fc_client_early_traffic_secret]
3519 CLIENT_HANDSHAKE_TRAFFIC_SECRET | %[ssl_fc_client_handshake_traffic_secret]
3520 SERVER_HANDSHAKE_TRAFFIC_SECRET | %[ssl_fc_server_handshake_traffic_secret]
3521 CLIENT_TRAFFIC_SECRET_0 | %[ssl_fc_client_traffic_secret_0]
3522 SERVER_TRAFFIC_SECRET_0 | %[ssl_fc_server_traffic_secret_0]
William Lallemandd742b6c2020-07-07 10:14:56 +02003523 EXPORTER_SECRET | %[ssl_fc_exporter_secret]
3524 EARLY_EXPORTER_SECRET | %[ssl_fc_early_exporter_secret]
William Lallemand7d42ef52020-07-06 11:41:30 +02003525
3526 This is only available with OpenSSL 1.1.1, and useful with TLS1.3 session.
3527
3528 If you want to generate the content of a SSLKEYLOGFILE with TLS < 1.3, you
3529 only need this line:
3530
3531 "CLIENT_RANDOM %[ssl_fc_client_random,hex] %[ssl_fc_session_key,hex]"
3532
Emeric Brun4f65bff2012-11-16 15:11:00 +01003533tune.ssl.lifetime <timeout>
3534 Sets how long a cached SSL session may remain valid. This time is expressed
Jarno Huuskonen0e82b922014-04-12 18:22:19 +03003535 in seconds and defaults to 300 (5 min). It is important to understand that it
Emeric Brun4f65bff2012-11-16 15:11:00 +01003536 does not guarantee that sessions will last that long, because if the cache is
3537 full, the longest idle sessions will be purged despite their configured
3538 lifetime. The real usefulness of this setting is to prevent sessions from
3539 being used for too long.
3540
Willy Tarreaubfd59462013-02-21 07:46:09 +01003541tune.ssl.maxrecord <number>
Thomas Prückl10243932022-04-27 13:04:54 +02003542 Sets the maximum amount of bytes passed to SSL_write() at the beginning of
3543 the data transfer. Default value 0 means there is no limit. Over SSL/TLS,
3544 the client can decipher the data only once it has received a full record.
3545 With large records, it means that clients might have to download up to 16kB
3546 of data before starting to process them. Limiting the value can improve page
3547 load times on browsers located over high latency or low bandwidth networks.
3548 It is suggested to find optimal values which fit into 1 or 2 TCP segments
3549 (generally 1448 bytes over Ethernet with TCP timestamps enabled, or 1460 when
3550 timestamps are disabled), keeping in mind that SSL/TLS add some overhead.
3551 Typical values of 1419 and 2859 gave good results during tests. Use
3552 "strace -e trace=write" to find the best value. HAProxy will automatically
3553 switch to this setting after an idle stream has been detected (see
3554 tune.idletimer above). See also tune.ssl.hard-maxrecord.
Willy Tarreaubfd59462013-02-21 07:46:09 +01003555
Christopher Faulet31af49d2015-06-09 17:29:50 +02003556tune.ssl.ssl-ctx-cache-size <number>
3557 Sets the size of the cache used to store generated certificates to <number>
3558 entries. This is a LRU cache. Because generating a SSL certificate
3559 dynamically is expensive, they are cached. The default cache size is set to
3560 1000 entries.
3561
Remi Tricot-Le Breton58432372023-02-28 17:46:29 +01003562tune.ssl.ocsp-update.maxdelay <number>
3563 Sets the maximum interval between two automatic updates of the same OCSP
3564 response. This time is expressed in seconds and defaults to 3600 (1 hour). It
3565 must be set to a higher value than "tune.ssl.ocsp-update.mindelay". See
3566 option "ocsp-update" for more information about the auto update mechanism.
3567
3568tune.ssl.ocsp-update.mindelay <number>
3569 Sets the minimum interval between two automatic updates of the same OCSP
3570 response. This time is expressed in seconds and defaults to 300 (5 minutes).
3571 It is particularly useful for OCSP response that do not have explicit
3572 expiration times. It must be set to a lower value than
3573 "tune.ssl.ocsp-update.maxdelay". See option "ocsp-update" for more
3574 information about the auto update mechanism.
3575
3576 Sets the size of the cache used to store generated certificates to <number>
3577 entries. This is a LRU cache. Because generating a SSL certificate
3578 dynamically is expensive, they are cached. The default cache size is set to
3579 1000 entries.
3580
Willy Tarreau6c011712023-01-06 16:09:58 +01003581tune.stick-counters <number>
3582 Sets the number of stick-counters that may be tracked at the same time by a
3583 connection or a request via "track-sc*" actions in "tcp-request" or
Ilya Shipitsin07be66d2023-04-01 12:26:42 +02003584 "http-request" rules. The default value is set at build time by the macro
Willy Tarreau6c011712023-01-06 16:09:58 +01003585 MAX_SESS_STK_CTR, and defaults to 3. With this setting it is possible to
3586 change the value and ignore the one passed at build time. Increasing this
3587 value may be needed when porting complex configurations to haproxy, but users
3588 are warned against the costs: each entry takes 16 bytes per connection and
3589 16 bytes per request, all of which need to be allocated and zeroed for all
3590 requests even when not used. As such a value of 10 will inflate the memory
3591 consumption per request by 320 bytes and will cause this memory to be erased
3592 for each request, which does have measurable CPU impacts. Conversely, when
3593 no "track-sc" rules are used, the value may be lowered (0 being valid to
3594 entirely disable stick-counters).
3595
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02003596tune.vars.global-max-size <size>
Christopher Fauletff2613e2016-11-09 11:36:17 +01003597tune.vars.proc-max-size <size>
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02003598tune.vars.reqres-max-size <size>
3599tune.vars.sess-max-size <size>
3600tune.vars.txn-max-size <size>
Christopher Fauletff2613e2016-11-09 11:36:17 +01003601 These five tunes help to manage the maximum amount of memory used by the
3602 variables system. "global" limits the overall amount of memory available for
3603 all scopes. "proc" limits the memory for the process scope, "sess" limits the
3604 memory for the session scope, "txn" for the transaction scope, and "reqres"
3605 limits the memory for each request or response processing.
3606 Memory accounting is hierarchical, meaning more coarse grained limits include
3607 the finer grained ones: "proc" includes "sess", "sess" includes "txn", and
3608 "txn" includes "reqres".
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02003609
Daniel Schneller0b547052016-03-21 20:46:57 +01003610 For example, when "tune.vars.sess-max-size" is limited to 100,
3611 "tune.vars.txn-max-size" and "tune.vars.reqres-max-size" cannot exceed
3612 100 either. If we create a variable "txn.var" that contains 100 bytes,
3613 all available space is consumed.
3614 Notice that exceeding the limits at runtime will not result in an error
3615 message, but values might be cut off or corrupted. So make sure to accurately
3616 plan for the amount of space needed to store all your variables.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02003617
William Lallemanda509e4c2012-11-07 16:54:34 +01003618tune.zlib.memlevel <number>
3619 Sets the memLevel parameter in zlib initialization for each session. It
Jarno Huuskonen0e82b922014-04-12 18:22:19 +03003620 defines how much memory should be allocated for the internal compression
William Lallemanda509e4c2012-11-07 16:54:34 +01003621 state. A value of 1 uses minimum memory but is slow and reduces compression
Davor Ocelice9ed2812017-12-25 17:49:28 +01003622 ratio, a value of 9 uses maximum memory for optimal speed. Can be a value
William Lallemanda509e4c2012-11-07 16:54:34 +01003623 between 1 and 9. The default value is 8.
3624
3625tune.zlib.windowsize <number>
3626 Sets the window size (the size of the history buffer) as a parameter of the
3627 zlib initialization for each session. Larger values of this parameter result
Davor Ocelice9ed2812017-12-25 17:49:28 +01003628 in better compression at the expense of memory usage. Can be a value between
3629 8 and 15. The default value is 15.
Willy Tarreau6a06a402007-07-15 20:15:28 +02003630
Willy Tarreauc57f0e22009-05-10 13:12:33 +020036313.3. Debugging
3632--------------
Willy Tarreau6a06a402007-07-15 20:15:28 +02003633
Erwan Le Goasfad9da82022-09-14 17:24:22 +02003634anonkey <key>
3635 This sets the global anonymizing key to <key>, which must be a 32-bit number
3636 between 0 and 4294967295. This is the key that will be used by default by CLI
3637 commands when anonymized mode is enabled. This key may also be set at runtime
Amaury Denoyelledd3a33f2023-03-03 17:11:10 +01003638 from the CLI command "set anon global-key". See also command line argument
3639 "-dC" in the management manual.
Erwan Le Goasfad9da82022-09-14 17:24:22 +02003640
Willy Tarreaue98d3852022-11-15 09:34:07 +01003641quick-exit
3642 This speeds up the old process exit upon reload by skipping the releasing of
3643 memory objects and listeners, since all of these are reclaimed by the
3644 operating system at the process' death. The gains are only marginal (in the
3645 order of a few hundred milliseconds for huge configurations at most). The
3646 main target usage in fact is when a bug is spotted in the deinit() code, as
3647 this allows to bypass it. It is better not to use this unless instructed to
3648 do so by developers.
3649
Willy Tarreau6a06a402007-07-15 20:15:28 +02003650quiet
3651 Do not display any message during startup. It is equivalent to the command-
3652 line argument "-q".
3653
Willy Tarreau3eb10b82020-04-15 16:42:39 +02003654zero-warning
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003655 When this option is set, HAProxy will refuse to start if any warning was
Willy Tarreau3eb10b82020-04-15 16:42:39 +02003656 emitted while processing the configuration. It is highly recommended to set
3657 this option on configurations that are not changed often, as it helps detect
3658 subtle mistakes and keep the configuration clean and forward-compatible. Note
3659 that "haproxy -c" will also report errors in such a case. This option is
3660 equivalent to command line argument "-dW".
3661
Emeric Brunf099e792010-09-27 12:05:28 +02003662
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +010036633.4. Userlists
3664--------------
3665It is possible to control access to frontend/backend/listen sections or to
3666http stats by allowing only authenticated and authorized users. To do this,
3667it is required to create at least one userlist and to define users.
3668
3669userlist <listname>
Cyril Bonté78caf842010-03-10 22:41:43 +01003670 Creates new userlist with name <listname>. Many independent userlists can be
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003671 used to store authentication & authorization data for independent customers.
3672
3673group <groupname> [users <user>,<user>,(...)]
Cyril Bonté78caf842010-03-10 22:41:43 +01003674 Adds group <groupname> to the current userlist. It is also possible to
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003675 attach users to this group by using a comma separated list of names
3676 proceeded by "users" keyword.
3677
Cyril Bontéf0c60612010-02-06 14:44:47 +01003678user <username> [password|insecure-password <password>]
3679 [groups <group>,<group>,(...)]
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003680 Adds user <username> to the current userlist. Both secure (encrypted) and
3681 insecure (unencrypted) passwords can be used. Encrypted passwords are
Daniel Schnellerd06f31c2017-11-06 16:51:04 +01003682 evaluated using the crypt(3) function, so depending on the system's
3683 capabilities, different algorithms are supported. For example, modern Glibc
3684 based Linux systems support MD5, SHA-256, SHA-512, and, of course, the
3685 classic DES-based method of encrypting passwords.
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003686
Daniel Schnellerd06f31c2017-11-06 16:51:04 +01003687 Attention: Be aware that using encrypted passwords might cause significantly
3688 increased CPU usage, depending on the number of requests, and the algorithm
3689 used. For any of the hashed variants, the password for each request must
3690 be processed through the chosen algorithm, before it can be compared to the
3691 value specified in the config file. Most current algorithms are deliberately
3692 designed to be expensive to compute to achieve resistance against brute
3693 force attacks. They do not simply salt/hash the clear text password once,
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003694 but thousands of times. This can quickly become a major factor in HAProxy's
Daniel Schnellerd06f31c2017-11-06 16:51:04 +01003695 overall CPU consumption!
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003696
3697 Example:
Cyril Bontéf0c60612010-02-06 14:44:47 +01003698 userlist L1
3699 group G1 users tiger,scott
3700 group G2 users xdb,scott
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003701
Cyril Bontéf0c60612010-02-06 14:44:47 +01003702 user tiger password $6$k6y3o.eP$JlKBx9za9667qe4(...)xHSwRv6J.C0/D7cV91
3703 user scott insecure-password elgato
3704 user xdb insecure-password hello
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003705
Cyril Bontéf0c60612010-02-06 14:44:47 +01003706 userlist L2
3707 group G1
3708 group G2
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003709
Cyril Bontéf0c60612010-02-06 14:44:47 +01003710 user tiger password $6$k6y3o.eP$JlKBx(...)xHSwRv6J.C0/D7cV91 groups G1
3711 user scott insecure-password elgato groups G1,G2
3712 user xdb insecure-password hello groups G2
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01003713
3714 Please note that both lists are functionally identical.
Willy Tarreau6a06a402007-07-15 20:15:28 +02003715
Emeric Brunf099e792010-09-27 12:05:28 +02003716
37173.5. Peers
Cyril Bontédc4d9032012-04-08 21:57:39 +02003718----------
Emeric Brun94900952015-06-11 18:25:54 +02003719It is possible to propagate entries of any data-types in stick-tables between
Daniel Corbett9f0843f2021-05-08 10:50:37 -04003720several HAProxy instances over TCP connections in a multi-master fashion. Each
Emeric Brun94900952015-06-11 18:25:54 +02003721instance pushes its local updates and insertions to remote peers. The pushed
Willy Tarreaudb2ab822021-10-08 17:53:12 +02003722values overwrite remote ones without aggregation. As an exception, the data
3723type "conn_cur" is never learned from peers, as it is supposed to reflect local
3724values. Earlier versions used to synchronize it and to cause negative values in
3725active-active setups, and always-growing values upon reloads or active-passive
3726switches because the local value would reflect more connections than locally
3727present. This information, however, is pushed so that monitoring systems can
3728watch it.
3729
3730Interrupted exchanges are automatically detected and recovered from the last
3731known point. In addition, during a soft restart, the old process connects to
3732the new one using such a TCP connection to push all its entries before the new
3733process tries to connect to other peers. That ensures very fast replication
3734during a reload, it typically takes a fraction of a second even for large
3735tables.
3736
Emeric Brun94900952015-06-11 18:25:54 +02003737Note that Server IDs are used to identify servers remotely, so it is important
3738that configurations look similar or at least that the same IDs are forced on
3739each server on all participants.
Emeric Brunf099e792010-09-27 12:05:28 +02003740
3741peers <peersect>
Jamie Gloudon801a0a32012-08-25 00:18:33 -04003742 Creates a new peer list with name <peersect>. It is an independent section,
Emeric Brunf099e792010-09-27 12:05:28 +02003743 which is referenced by one or more stick-tables.
3744
Christopher Faulet76a98b42023-05-31 11:55:23 +02003745bind [<address>]:port [param*]
3746bind /<path> [param*]
Frédéric Lécaille2f167b32019-01-11 14:13:54 +01003747 Defines the binding parameters of the local peer of this "peers" section.
3748 Such lines are not supported with "peer" line in the same "peers" section.
3749
Willy Tarreau77e4bd12015-05-01 20:02:17 +02003750disabled
3751 Disables a peers section. It disables both listening and any synchronization
3752 related to this section. This is provided to disable synchronization of stick
3753 tables without having to comment out all "peers" references.
3754
Frédéric Lécaille2f167b32019-01-11 14:13:54 +01003755default-bind [param*]
3756 Defines the binding parameters for the local peer, excepted its address.
3757
3758default-server [param*]
3759 Change default options for a server in a "peers" section.
3760
3761 Arguments:
3762 <param*> is a list of parameters for this server. The "default-server"
3763 keyword accepts an important number of options and has a complete
Willy Tarreau0f4a02b2022-05-31 10:22:12 +02003764 section dedicated to it. In a peers section, the transport
3765 parameters of a "default-server" line are supported. Please refer
3766 to section 5 for more details, and the "server" keyword below in
3767 this section for some of the restrictions.
Frédéric Lécaille2f167b32019-01-11 14:13:54 +01003768
3769 See also: "server" and section 5 about server options
3770
Emeric Brun620761f2021-09-29 10:29:52 +02003771enabled
3772 This re-enables a peers section which was previously disabled via the
3773 "disabled" keyword.
Willy Tarreau77e4bd12015-05-01 20:02:17 +02003774
Jan Wagner3e678602020-12-17 22:22:32 +01003775log <address> [len <length>] [format <format>] [sample <ranges>:<sample_size>]
Frédéric Lécailleb6f759b2019-11-05 09:57:45 +01003776 <facility> [<level> [<minlevel>]]
3777 "peers" sections support the same "log" keyword as for the proxies to
3778 log information about the "peers" listener. See "log" option for proxies for
3779 more details.
3780
Christopher Faulet76a98b42023-05-31 11:55:23 +02003781peer <peername> [<address>]:port [param*]
3782peer <peername> /<path> [param*]
Emeric Brunf099e792010-09-27 12:05:28 +02003783 Defines a peer inside a peers section.
3784 If <peername> is set to the local peer name (by default hostname, or forced
Dragan Dosen13cd54c2020-06-18 18:24:05 +02003785 using "-L" command line option or "localpeer" global configuration setting),
Christopher Faulet76a98b42023-05-31 11:55:23 +02003786 HAProxy will listen for incoming remote peer connection on the provided
3787 address. Otherwise, the address defines where to connect to in order to join
3788 the remote peer, and <peername> is used at the protocol level to identify and
Dragan Dosen13cd54c2020-06-18 18:24:05 +02003789 validate the remote peer on the server side.
Emeric Brunf099e792010-09-27 12:05:28 +02003790
Christopher Faulet76a98b42023-05-31 11:55:23 +02003791 During a soft restart, local peer address is used by the old instance to
Emeric Brunf099e792010-09-27 12:05:28 +02003792 connect the new one and initiate a complete replication (teaching process).
3793
3794 It is strongly recommended to have the exact same peers declaration on all
Dragan Dosen13cd54c2020-06-18 18:24:05 +02003795 peers and to only rely on the "-L" command line argument or the "localpeer"
3796 global configuration setting to change the local peer name. This makes it
3797 easier to maintain coherent configuration files across all peers.
Emeric Brunf099e792010-09-27 12:05:28 +02003798
William Lallemandb2f07452015-05-12 14:27:13 +02003799 You may want to reference some environment variables in the address
3800 parameter, see section 2.3 about environment variables.
Willy Tarreaudad36a32013-03-11 01:20:04 +01003801
Frédéric Lécaille2f167b32019-01-11 14:13:54 +01003802 Note: "peer" keyword may transparently be replaced by "server" keyword (see
3803 "server" keyword explanation below).
3804
Christopher Faulet76a98b42023-05-31 11:55:23 +02003805server <peername> [<address>:<port>] [param*]
3806server <peername> [/<path>] [param*]
Michael Prokop4438c602019-05-24 10:25:45 +02003807 As previously mentioned, "peer" keyword may be replaced by "server" keyword
Willy Tarreau0f4a02b2022-05-31 10:22:12 +02003808 with a support for all "server" parameters found in 5.2 paragraph that are
Christopher Faulet76a98b42023-05-31 11:55:23 +02003809 related to transport settings. If the underlying peer is local, the address
3810 parameter must not be present; it must be provided on a "bind" line (see
3811 "bind" keyword of this "peers" section).
Frédéric Lécaille2f167b32019-01-11 14:13:54 +01003812
Willy Tarreau0f4a02b2022-05-31 10:22:12 +02003813 A number of "server" parameters are irrelevant for "peers" sections. Peers by
3814 nature do not support dynamic host name resolution nor health checks, hence
3815 parameters like "init_addr", "resolvers", "check", "agent-check", or "track"
3816 are not supported. Similarly, there is no load balancing nor stickiness, thus
3817 parameters such as "weight" or "cookie" have no effect.
Frédéric Lécaille2f167b32019-01-11 14:13:54 +01003818
Cyril Bontédc4d9032012-04-08 21:57:39 +02003819 Example:
Frédéric Lécaille2f167b32019-01-11 14:13:54 +01003820 # The old way.
Emeric Brunf099e792010-09-27 12:05:28 +02003821 peers mypeers
Willy Tarreauf7b30a92010-12-06 22:59:17 +01003822 peer haproxy1 192.168.0.1:1024
3823 peer haproxy2 192.168.0.2:1024
3824 peer haproxy3 10.2.0.1:1024
Emeric Brunf099e792010-09-27 12:05:28 +02003825
3826 backend mybackend
3827 mode tcp
3828 balance roundrobin
3829 stick-table type ip size 20k peers mypeers
3830 stick on src
3831
Willy Tarreauf7b30a92010-12-06 22:59:17 +01003832 server srv1 192.168.0.30:80
3833 server srv2 192.168.0.31:80
Emeric Brunf099e792010-09-27 12:05:28 +02003834
Frédéric Lécaille2f167b32019-01-11 14:13:54 +01003835 Example:
3836 peers mypeers
Emeric Brune77984f2022-05-30 18:13:35 +02003837 bind 192.168.0.1:1024 ssl crt mycerts/pem
3838 default-server ssl verify none
3839 server haproxy1 #local peer
3840 server haproxy2 192.168.0.2:1024
3841 server haproxy3 10.2.0.1:1024
Emeric Brunf099e792010-09-27 12:05:28 +02003842
Frédéric Lécaille36d15652022-10-17 14:58:19 +02003843shards <shards>
3844
3845 In some configurations, one would like to distribute the stick-table contents
3846 to some peers in place of sending all the stick-table contents to each peer
3847 declared in the "peers" section. In such cases, "shards" specifies the
3848 number of peer involved in this stick-table contents distribution.
3849 See also "shard" server parameter.
Frédéric Lécaille4f5b77c2019-03-18 14:05:58 +01003850
3851table <tablename> type {ip | integer | string [len <length>] | binary [len <length>]}
3852 size <size> [expire <expire>] [nopurge] [store <data_type>]*
3853
3854 Configure a stickiness table for the current section. This line is parsed
3855 exactly the same way as the "stick-table" keyword in others section, except
John Roeslerfb2fce12019-07-10 15:45:51 -05003856 for the "peers" argument which is not required here and with an additional
Frédéric Lécaille4f5b77c2019-03-18 14:05:58 +01003857 mandatory first parameter to designate the stick-table. Contrary to others
3858 sections, there may be several "table" lines in "peers" sections (see also
3859 "stick-table" keyword).
3860
3861 Also be aware of the fact that "peers" sections have their own stick-table
3862 namespaces to avoid collisions between stick-table names identical in
3863 different "peers" section. This is internally handled prepending the "peers"
3864 sections names to the name of the stick-tables followed by a '/' character.
3865 If somewhere else in the configuration file you have to refer to such
3866 stick-tables declared in "peers" sections you must use the prefixed version
3867 of the stick-table name as follows:
3868
3869 peers mypeers
3870 peer A ...
3871 peer B ...
3872 table t1 ...
3873
3874 frontend fe1
3875 tcp-request content track-sc0 src table mypeers/t1
3876
3877 This is also this prefixed version of the stick-table names which must be
3878 used to refer to stick-tables through the CLI.
3879
3880 About "peers" protocol, as only "peers" belonging to the same section may
3881 communicate with each others, there is no need to do such a distinction.
3882 Several "peers" sections may declare stick-tables with the same name.
3883 This is shorter version of the stick-table name which is sent over the network.
3884 There is only a '/' character as prefix to avoid stick-table name collisions between
3885 stick-tables declared as backends and stick-table declared in "peers" sections
3886 as follows in this weird but supported configuration:
3887
3888 peers mypeers
3889 peer A ...
3890 peer B ...
3891 table t1 type string size 10m store gpc0
3892
3893 backend t1
3894 stick-table type string size 10m store gpc0 peers mypeers
3895
Daniel Corbett67a82712020-07-06 23:01:19 -04003896 Here "t1" table declared in "mypeers" section has "mypeers/t1" as global name.
Frédéric Lécaille4f5b77c2019-03-18 14:05:58 +01003897 "t1" table declared as a backend as "t1" as global name. But at peer protocol
3898 level the former table is named "/t1", the latter is again named "t1".
3899
Simon Horman51a1cf62015-02-03 13:00:44 +090039003.6. Mailers
3901------------
3902It is possible to send email alerts when the state of servers changes.
3903If configured email alerts are sent to each mailer that is configured
3904in a mailers section. Email is sent to mailers using SMTP.
3905
Pieter Baauw386a1272015-08-16 15:26:24 +02003906mailers <mailersect>
Simon Horman51a1cf62015-02-03 13:00:44 +09003907 Creates a new mailer list with the name <mailersect>. It is an
3908 independent section which is referenced by one or more proxies.
3909
3910mailer <mailername> <ip>:<port>
3911 Defines a mailer inside a mailers section.
3912
3913 Example:
3914 mailers mymailers
3915 mailer smtp1 192.168.0.1:587
3916 mailer smtp2 192.168.0.2:587
3917
3918 backend mybackend
3919 mode tcp
3920 balance roundrobin
3921
3922 email-alert mailers mymailers
3923 email-alert from test1@horms.org
3924 email-alert to test2@horms.org
3925
3926 server srv1 192.168.0.30:80
3927 server srv2 192.168.0.31:80
3928
Pieter Baauw235fcfc2016-02-13 15:33:40 +01003929timeout mail <time>
3930 Defines the time available for a mail/connection to be made and send to
3931 the mail-server. If not defined the default value is 10 seconds. To allow
3932 for at least two SYN-ACK packets to be send during initial TCP handshake it
3933 is advised to keep this value above 4 seconds.
3934
3935 Example:
3936 mailers mymailers
3937 timeout mail 20s
3938 mailer smtp1 192.168.0.1:587
Simon Horman51a1cf62015-02-03 13:00:44 +09003939
William Lallemandc9515522019-06-12 16:32:11 +020039403.7. Programs
3941-------------
3942In master-worker mode, it is possible to launch external binaries with the
3943master, these processes are called programs. These programs are launched and
3944managed the same way as the workers.
3945
3946During a reload of HAProxy, those processes are dealing with the same
3947sequence as a worker:
3948
3949 - the master is re-executed
3950 - the master sends a SIGUSR1 signal to the program
3951 - if "option start-on-reload" is not disabled, the master launches a new
3952 instance of the program
3953
3954During a stop, or restart, a SIGTERM is sent to the programs.
3955
3956program <name>
3957 This is a new program section, this section will create an instance <name>
3958 which is visible in "show proc" on the master CLI. (See "9.4. Master CLI" in
3959 the management guide).
3960
3961command <command> [arguments*]
3962 Define the command to start with optional arguments. The command is looked
3963 up in the current PATH if it does not include an absolute path. This is a
3964 mandatory option of the program section. Arguments containing spaces must
3965 be enclosed in quotes or double quotes or be prefixed by a backslash.
3966
Andrew Heberle97236962019-07-12 11:50:26 +08003967user <user name>
3968 Changes the executed command user ID to the <user name> from /etc/passwd.
3969 See also "group".
3970
3971group <group name>
3972 Changes the executed command group ID to the <group name> from /etc/group.
3973 See also "user".
3974
William Lallemandc9515522019-06-12 16:32:11 +02003975option start-on-reload
3976no option start-on-reload
3977 Start (or not) a new instance of the program upon a reload of the master.
3978 The default is to start a new instance. This option may only be used in a
3979 program section.
3980
3981
Christopher Faulet76edc0f2020-01-13 15:52:01 +010039823.8. HTTP-errors
3983----------------
3984
3985It is possible to globally declare several groups of HTTP errors, to be
3986imported afterwards in any proxy section. Same group may be referenced at
3987several places and can be fully or partially imported.
3988
3989http-errors <name>
3990 Create a new http-errors group with the name <name>. It is an independent
3991 section that may be referenced by one or more proxies using its name.
3992
3993errorfile <code> <file>
3994 Associate a file contents to an HTTP error code
3995
3996 Arguments :
3997 <code> is the HTTP status code. Currently, HAProxy is capable of
Christopher Faulet612f2ea2020-05-27 09:57:28 +02003998 generating codes 200, 400, 401, 403, 404, 405, 407, 408, 410,
Christopher Faulete095f312020-12-07 11:22:24 +01003999 425, 429, 500, 501, 502, 503, and 504.
Christopher Faulet76edc0f2020-01-13 15:52:01 +01004000
4001 <file> designates a file containing the full HTTP response. It is
4002 recommended to follow the common practice of appending ".http" to
4003 the filename so that people do not confuse the response with HTML
4004 error pages, and to use absolute paths, since files are read
4005 before any chroot is performed.
4006
4007 Please referrers to "errorfile" keyword in section 4 for details.
4008
4009 Example:
4010 http-errors website-1
4011 errorfile 400 /etc/haproxy/errorfiles/site1/400.http
4012 errorfile 404 /etc/haproxy/errorfiles/site1/404.http
4013 errorfile 408 /dev/null # work around Chrome pre-connect bug
4014
4015 http-errors website-2
4016 errorfile 400 /etc/haproxy/errorfiles/site2/400.http
4017 errorfile 404 /etc/haproxy/errorfiles/site2/404.http
4018 errorfile 408 /dev/null # work around Chrome pre-connect bug
4019
Emeric Brun99c453d2020-05-25 15:01:04 +020040203.9. Rings
4021----------
4022
4023It is possible to globally declare ring-buffers, to be used as target for log
4024servers or traces.
4025
4026ring <ringname>
4027 Creates a new ring-buffer with name <ringname>.
4028
Willy Tarreau0b8e9ce2022-08-11 16:38:20 +02004029backing-file <path>
4030 This replaces the regular memory allocation by a RAM-mapped file to store the
4031 ring. This can be useful for collecting traces or logs for post-mortem
4032 analysis, without having to attach a slow client to the CLI. Newer contents
4033 will automatically replace older ones so that the latest contents are always
4034 available. The contents written to the ring will be visible in that file once
4035 the process stops (most often they will even be seen very soon after but
4036 there is no such guarantee since writes are not synchronous).
4037
4038 When this option is used, the total storage area is reduced by the size of
4039 the "struct ring" that starts at the beginning of the area, and that is
4040 required to recover the area's contents. The file will be created with the
4041 starting user's ownership, with mode 0600 and will be of the size configured
Willy Tarreau32872db2022-08-31 18:52:17 +02004042 by the "size" directive. When the directive is parsed (thus even during
4043 config checks), any existing non-empty file will first be renamed with the
4044 extra suffix ".bak", and any previously existing file with suffix ".bak" will
4045 be removed. This ensures that instant reload or restart of the process will
4046 not wipe precious debugging information, and will leave time for an admin to
4047 spot this new ".bak" file and to archive it if needed. As such, after a crash
4048 the file designated by <path> will contain the freshest information, and if
4049 the service is restarted, the "<path>.bak" file will have it instead. This
4050 means that the total storage capacity required will be double of the ring
4051 size. Failures to rotate the file are silently ignored, so placing the file
4052 into a directory without write permissions will be sufficient to avoid the
4053 backup file if not desired.
Willy Tarreau0b8e9ce2022-08-11 16:38:20 +02004054
4055 WARNING: there are stability and security implications in using this feature.
4056 First, backing the ring to a slow device (e.g. physical hard drive) may cause
4057 perceptible slowdowns during accesses, and possibly even panics if too many
4058 threads compete for accesses. Second, an external process modifying the area
4059 could cause the haproxy process to crash or to overwrite some of its own
4060 memory with traces. Third, if the file system fills up before the ring,
4061 writes to the ring may cause the process to crash.
4062
4063 The information present in this ring are structured and are NOT directly
4064 readable using a text editor (even though most of it looks barely readable).
4065 The output of this file is only intended for developers.
4066
Emeric Brun99c453d2020-05-25 15:01:04 +02004067description <text>
Daniel Corbett67a82712020-07-06 23:01:19 -04004068 The description is an optional description string of the ring. It will
Emeric Brun99c453d2020-05-25 15:01:04 +02004069 appear on CLI. By default, <name> is reused to fill this field.
4070
4071format <format>
4072 Format used to store events into the ring buffer.
4073
4074 Arguments:
4075 <format> is the log format used when generating syslog messages. It may be
4076 one of the following :
4077
4078 iso A message containing only the ISO date, followed by the text.
4079 The PID, process name and system name are omitted. This is
4080 designed to be used with a local log server.
4081
Emeric Brun0237c4e2020-11-27 16:24:34 +01004082 local Analog to rfc3164 syslog message format except that hostname
4083 field is stripped. This is the default.
4084 Note: option "log-send-hostname" switches the default to
4085 rfc3164.
4086
Emeric Brun99c453d2020-05-25 15:01:04 +02004087 raw A message containing only the text. The level, PID, date, time,
4088 process name and system name are omitted. This is designed to be
4089 used in containers or during development, where the severity
4090 only depends on the file descriptor used (stdout/stderr). This
4091 is the default.
4092
Emeric Brun0237c4e2020-11-27 16:24:34 +01004093 rfc3164 The RFC3164 syslog message format.
Emeric Brun99c453d2020-05-25 15:01:04 +02004094 (https://tools.ietf.org/html/rfc3164)
4095
4096 rfc5424 The RFC5424 syslog message format.
4097 (https://tools.ietf.org/html/rfc5424)
4098
4099 short A message containing only a level between angle brackets such as
4100 '<3>', followed by the text. The PID, date, time, process name
4101 and system name are omitted. This is designed to be used with a
4102 local log server. This format is compatible with what the systemd
4103 logger consumes.
4104
Emeric Brun54648852020-07-06 15:54:06 +02004105 priority A message containing only a level plus syslog facility between angle
4106 brackets such as '<63>', followed by the text. The PID, date, time,
4107 process name and system name are omitted. This is designed to be used
4108 with a local log server.
4109
Emeric Brun99c453d2020-05-25 15:01:04 +02004110 timed A message containing only a level between angle brackets such as
4111 '<3>', followed by ISO date and by the text. The PID, process
4112 name and system name are omitted. This is designed to be
4113 used with a local log server.
4114
4115maxlen <length>
4116 The maximum length of an event message stored into the ring,
4117 including formatted header. If an event message is longer than
4118 <length>, it will be truncated to this length.
4119
Emeric Brun494c5052020-05-28 11:13:15 +02004120server <name> <address> [param*]
4121 Used to configure a syslog tcp server to forward messages from ring buffer.
4122 This supports for all "server" parameters found in 5.2 paragraph. Some of
4123 these parameters are irrelevant for "ring" sections. Important point: there
4124 is little reason to add more than one server to a ring, because all servers
4125 will receive the exact same copy of the ring contents, and as such the ring
4126 will progress at the speed of the slowest server. If one server does not
4127 respond, it will prevent old messages from being purged and may block new
4128 messages from being inserted into the ring. The proper way to send messages
4129 to multiple servers is to use one distinct ring per log server, not to
Emeric Brun97556472020-05-30 01:42:45 +02004130 attach multiple servers to the same ring. Note that specific server directive
4131 "log-proto" is used to set the protocol used to send messages.
Emeric Brun494c5052020-05-28 11:13:15 +02004132
Emeric Brun99c453d2020-05-25 15:01:04 +02004133size <size>
4134 This is the optional size in bytes for the ring-buffer. Default value is
4135 set to BUFSIZE.
4136
Emeric Brun494c5052020-05-28 11:13:15 +02004137timeout connect <timeout>
4138 Set the maximum time to wait for a connection attempt to a server to succeed.
4139
4140 Arguments :
4141 <timeout> is the timeout value specified in milliseconds by default, but
4142 can be in any other unit if the number is suffixed by the unit,
4143 as explained at the top of this document.
4144
4145timeout server <timeout>
4146 Set the maximum time for pending data staying into output buffer.
4147
4148 Arguments :
4149 <timeout> is the timeout value specified in milliseconds by default, but
4150 can be in any other unit if the number is suffixed by the unit,
4151 as explained at the top of this document.
4152
Emeric Brun99c453d2020-05-25 15:01:04 +02004153 Example:
4154 global
4155 log ring@myring local7
4156
4157 ring myring
4158 description "My local buffer"
4159 format rfc3164
4160 maxlen 1200
4161 size 32764
Emeric Brun494c5052020-05-28 11:13:15 +02004162 timeout connect 5s
4163 timeout server 10s
Emeric Brun97556472020-05-30 01:42:45 +02004164 server mysyslogsrv 127.0.0.1:6514 log-proto octet-count
Emeric Brun99c453d2020-05-25 15:01:04 +02004165
Emeric Brun12941c82020-07-07 14:19:42 +020041663.10. Log forwarding
4167-------------------
4168
4169It is possible to declare one or multiple log forwarding section,
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004170HAProxy will forward all received log messages to a log servers list.
Emeric Brun12941c82020-07-07 14:19:42 +02004171
4172log-forward <name>
4173 Creates a new log forwarder proxy identified as <name>.
4174
Emeric Bruncbb7bf72020-10-05 14:39:35 +02004175backlog <conns>
4176 Give hints to the system about the approximate listen backlog desired size
4177 on connections accept.
4178
4179bind <addr> [param*]
4180 Used to configure a stream log listener to receive messages to forward.
Emeric Brunda46c1c2020-10-08 08:39:02 +02004181 This supports the "bind" parameters found in 5.1 paragraph including
4182 those about ssl but some statements such as "alpn" may be irrelevant for
4183 syslog protocol over TCP.
4184 Those listeners support both "Octet Counting" and "Non-Transparent-Framing"
Emeric Bruncbb7bf72020-10-05 14:39:35 +02004185 modes as defined in rfc-6587.
4186
Willy Tarreau76aaa7f2020-09-16 15:07:22 +02004187dgram-bind <addr> [param*]
Emeric Bruncbb7bf72020-10-05 14:39:35 +02004188 Used to configure a datagram log listener to receive messages to forward.
4189 Addresses must be in IPv4 or IPv6 form,followed by a port. This supports
4190 for some of the "bind" parameters found in 5.1 paragraph among which
4191 "interface", "namespace" or "transparent", the other ones being
Willy Tarreau26ff5da2020-09-16 15:22:19 +02004192 silently ignored as irrelevant for UDP/syslog case.
Emeric Brun12941c82020-07-07 14:19:42 +02004193
4194log global
Jan Wagner3e678602020-12-17 22:22:32 +01004195log <address> [len <length>] [format <format>] [sample <ranges>:<sample_size>]
Emeric Brun12941c82020-07-07 14:19:42 +02004196 <facility> [<level> [<minlevel>]]
4197 Used to configure target log servers. See more details on proxies
4198 documentation.
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004199 If no format specified, HAProxy tries to keep the incoming log format.
Emeric Brun12941c82020-07-07 14:19:42 +02004200 Configured facility is ignored, except if incoming message does not
4201 present a facility but one is mandatory on the outgoing format.
4202 If there is no timestamp available in the input format, but the field
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004203 exists in output format, HAProxy will use the local date.
Emeric Brun12941c82020-07-07 14:19:42 +02004204
4205 Example:
4206 global
4207 log stderr format iso local7
4208
4209 ring myring
4210 description "My local buffer"
4211 format rfc5424
4212 maxlen 1200
4213 size 32764
4214 timeout connect 5s
4215 timeout server 10s
4216 # syslog tcp server
4217 server mysyslogsrv 127.0.0.1:514 log-proto octet-count
4218
4219 log-forward sylog-loadb
Emeric Bruncbb7bf72020-10-05 14:39:35 +02004220 dgram-bind 127.0.0.1:1514
4221 bind 127.0.0.1:1514
Emeric Brun12941c82020-07-07 14:19:42 +02004222 # all messages on stderr
4223 log global
4224 # all messages on local tcp syslog server
4225 log ring@myring local0
4226 # load balance messages on 4 udp syslog servers
4227 log 127.0.0.1:10001 sample 1:4 local0
4228 log 127.0.0.1:10002 sample 2:4 local0
4229 log 127.0.0.1:10003 sample 3:4 local0
4230 log 127.0.0.1:10004 sample 4:4 local0
Christopher Faulet76edc0f2020-01-13 15:52:01 +01004231
Emeric Bruncbb7bf72020-10-05 14:39:35 +02004232maxconn <conns>
4233 Fix the maximum number of concurrent connections on a log forwarder.
4234 10 is the default.
4235
4236timeout client <timeout>
4237 Set the maximum inactivity time on the client side.
4238
Willy Tarreauc57f0e22009-05-10 13:12:33 +020042394. Proxies
Willy Tarreau6a06a402007-07-15 20:15:28 +02004240----------
Willy Tarreau0ba27502007-12-24 16:55:16 +01004241
Willy Tarreau6a06a402007-07-15 20:15:28 +02004242Proxy configuration can be located in a set of sections :
Willy Tarreau7c0b4d82021-02-12 14:58:08 +01004243 - defaults [<name>] [ from <defaults_name> ]
4244 - frontend <name> [ from <defaults_name> ]
4245 - backend <name> [ from <defaults_name> ]
4246 - listen <name> [ from <defaults_name> ]
Willy Tarreau6a06a402007-07-15 20:15:28 +02004247
4248A "frontend" section describes a set of listening sockets accepting client
4249connections.
4250
4251A "backend" section describes a set of servers to which the proxy will connect
4252to forward incoming connections.
4253
4254A "listen" section defines a complete proxy with its frontend and backend
4255parts combined in one section. It is generally useful for TCP-only traffic.
4256
Willy Tarreau7c0b4d82021-02-12 14:58:08 +01004257A "defaults" section resets all settings to the documented ones and presets new
4258ones for use by subsequent sections. All of "frontend", "backend" and "listen"
4259sections always take their initial settings from a defaults section, by default
4260the latest one that appears before the newly created section. It is possible to
4261explicitly designate a specific "defaults" section to load the initial settings
4262from by indicating its name on the section line after the optional keyword
4263"from". While "defaults" section do not impose a name, this use is encouraged
4264for better readability. It is also the only way to designate a specific section
4265to use instead of the default previous one. Since "defaults" section names are
4266optional, by default a very permissive check is applied on their name and these
4267are even permitted to overlap. However if a "defaults" section is referenced by
4268any other section, its name must comply with the syntax imposed on all proxy
4269names, and this name must be unique among the defaults sections. Please note
4270that regardless of what is currently permitted, it is recommended to avoid
4271duplicate section names in general and to respect the same syntax as for proxy
Christopher Fauletb4054202021-10-12 18:57:43 +02004272names. This rule might be enforced in a future version. In addition, a warning
4273is emitted if a defaults section is explicitly used by a proxy while it is also
4274implicitly used by another one because it is the last one defined. It is highly
4275encouraged to not mix both usages by always using explicit references or by
4276adding a last common defaults section reserved for all implicit uses.
Willy Tarreau7c0b4d82021-02-12 14:58:08 +01004277
4278Note that it is even possible for a defaults section to take its initial
4279settings from another one, and as such, inherit settings across multiple levels
4280of defaults sections. This can be convenient to establish certain configuration
4281profiles to carry groups of default settings (e.g. TCP vs HTTP or short vs long
4282timeouts) but can quickly become confusing to follow.
4283
Willy Tarreau0ba27502007-12-24 16:55:16 +01004284All proxy names must be formed from upper and lower case letters, digits,
4285'-' (dash), '_' (underscore) , '.' (dot) and ':' (colon). ACL names are
4286case-sensitive, which means that "www" and "WWW" are two different proxies.
4287
4288Historically, all proxy names could overlap, it just caused troubles in the
4289logs. Since the introduction of content switching, it is mandatory that two
4290proxies with overlapping capabilities (frontend/backend) have different names.
4291However, it is still permitted that a frontend and a backend share the same
4292name, as this configuration seems to be commonly encountered.
4293
4294Right now, two major proxy modes are supported : "tcp", also known as layer 4,
4295and "http", also known as layer 7. In layer 4 mode, HAProxy simply forwards
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01004296bidirectional traffic between two sides. In layer 7 mode, HAProxy analyzes the
Willy Tarreau0ba27502007-12-24 16:55:16 +01004297protocol, and can interact with it by allowing, blocking, switching, adding,
4298modifying, or removing arbitrary contents in requests or responses, based on
4299arbitrary criteria.
4300
Willy Tarreau70dffda2014-01-30 03:07:23 +01004301In HTTP mode, the processing applied to requests and responses flowing over
4302a connection depends in the combination of the frontend's HTTP options and
Julien Pivotto21ad3152019-12-10 13:11:17 +01004303the backend's. HAProxy supports 3 connection modes :
Willy Tarreau70dffda2014-01-30 03:07:23 +01004304
4305 - KAL : keep alive ("option http-keep-alive") which is the default mode : all
4306 requests and responses are processed, and connections remain open but idle
4307 between responses and new requests.
4308
Willy Tarreau70dffda2014-01-30 03:07:23 +01004309 - SCL: server close ("option http-server-close") : the server-facing
4310 connection is closed after the end of the response is received, but the
4311 client-facing connection remains open.
4312
Christopher Faulet315b39c2018-09-21 16:26:19 +02004313 - CLO: close ("option httpclose"): the connection is closed after the end of
4314 the response and "Connection: close" appended in both directions.
Willy Tarreau70dffda2014-01-30 03:07:23 +01004315
4316The effective mode that will be applied to a connection passing through a
4317frontend and a backend can be determined by both proxy modes according to the
4318following matrix, but in short, the modes are symmetric, keep-alive is the
Christopher Faulet315b39c2018-09-21 16:26:19 +02004319weakest option and close is the strongest.
Willy Tarreau70dffda2014-01-30 03:07:23 +01004320
Christopher Faulet315b39c2018-09-21 16:26:19 +02004321 Backend mode
Willy Tarreau70dffda2014-01-30 03:07:23 +01004322
Christopher Faulet315b39c2018-09-21 16:26:19 +02004323 | KAL | SCL | CLO
4324 ----+-----+-----+----
4325 KAL | KAL | SCL | CLO
4326 ----+-----+-----+----
Christopher Faulet315b39c2018-09-21 16:26:19 +02004327 mode SCL | SCL | SCL | CLO
4328 ----+-----+-----+----
4329 CLO | CLO | CLO | CLO
Willy Tarreau70dffda2014-01-30 03:07:23 +01004330
Christopher Faulet4d37e532021-03-26 14:44:00 +01004331It is possible to chain a TCP frontend to an HTTP backend. It is pointless if
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004332only HTTP traffic is handled. But it may be used to handle several protocols
4333within the same frontend. In this case, the client's connection is first handled
Christopher Faulet4d37e532021-03-26 14:44:00 +01004334as a raw tcp connection before being upgraded to HTTP. Before the upgrade, the
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004335content processings are performend on raw data. Once upgraded, data is parsed
Christopher Faulet4d37e532021-03-26 14:44:00 +01004336and stored using an internal representation called HTX and it is no longer
4337possible to rely on raw representation. There is no way to go back.
Willy Tarreau0ba27502007-12-24 16:55:16 +01004338
Christopher Faulet4d37e532021-03-26 14:44:00 +01004339There are two kind of upgrades, in-place upgrades and destructive upgrades. The
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004340first ones involves a TCP to HTTP/1 upgrade. In HTTP/1, the request
Christopher Faulet4d37e532021-03-26 14:44:00 +01004341processings are serialized, thus the applicative stream can be preserved. The
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004342second one involves a TCP to HTTP/2 upgrade. Because it is a multiplexed
Christopher Faulet4d37e532021-03-26 14:44:00 +01004343protocol, the applicative stream cannot be associated to any HTTP/2 stream and
4344is destroyed. New applicative streams are then created when HAProxy receives
4345new HTTP/2 streams at the lower level, in the H2 multiplexer. It is important
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004346to understand this difference because that drastically changes the way to
Christopher Faulet4d37e532021-03-26 14:44:00 +01004347process data. When an HTTP/1 upgrade is performed, the content processings
4348already performed on raw data are neither lost nor reexecuted while for an
4349HTTP/2 upgrade, applicative streams are distinct and all frontend rules are
4350evaluated systematically on each one. And as said, the first stream, the TCP
4351one, is destroyed, but only after the frontend rules were evaluated.
4352
4353There is another importnat point to understand when HTTP processings are
4354performed from a TCP proxy. While HAProxy is able to parse HTTP/1 in-fly from
4355tcp-request content rules, it is not possible for HTTP/2. Only the HTTP/2
4356preface can be parsed. This is a huge limitation regarding the HTTP content
4357analysis in TCP. Concretely it is only possible to know if received data are
4358HTTP. For instance, it is not possible to choose a backend based on the Host
4359header value while it is trivial in HTTP/1. Hopefully, there is a solution to
4360mitigate this drawback.
4361
Daniel Corbett9f0843f2021-05-08 10:50:37 -04004362There are two ways to perform an HTTP upgrade. The first one, the historical
Christopher Faulet4d37e532021-03-26 14:44:00 +01004363method, is to select an HTTP backend. The upgrade happens when the backend is
4364set. Thus, for in-place upgrades, only the backend configuration is considered
4365in the HTTP data processing. For destructive upgrades, the applicative stream
4366is destroyed, thus its processing is stopped. With this method, possibilities
4367to choose a backend with an HTTP/2 connection are really limited, as mentioned
4368above, and a bit useless because the stream is destroyed. The second method is
4369to upgrade during the tcp-request content rules evaluation, thanks to the
4370"switch-mode http" action. In this case, the upgrade is performed in the
4371frontend context and it is possible to define HTTP directives in this
4372frontend. For in-place upgrades, it offers all the power of the HTTP analysis
4373as soon as possible. It is not that far from an HTTP frontend. For destructive
4374upgrades, it does not change anything except it is useless to choose a backend
4375on limited information. It is of course the recommended method. Thus, testing
4376the request protocol from the tcp-request content rules to perform an HTTP
4377upgrade is enough. All the remaining HTTP manipulation may be moved to the
4378frontend http-request ruleset. But keep in mind that tcp-request content rules
4379remains evaluated on each streams, that can't be changed.
Willy Tarreau70dffda2014-01-30 03:07:23 +01004380
Willy Tarreauc57f0e22009-05-10 13:12:33 +020043814.1. Proxy keywords matrix
4382--------------------------
Willy Tarreau0ba27502007-12-24 16:55:16 +01004383
Willy Tarreauc57f0e22009-05-10 13:12:33 +02004384The following list of keywords is supported. Most of them may only be used in a
4385limited set of section types. Some of them are marked as "deprecated" because
4386they are inherited from an old syntax which may be confusing or functionally
4387limited, and there are new recommended keywords to replace them. Keywords
Davor Ocelice9ed2812017-12-25 17:49:28 +01004388marked with "(*)" can be optionally inverted using the "no" prefix, e.g. "no
Willy Tarreauc57f0e22009-05-10 13:12:33 +02004389option contstats". This makes sense when the option has been enabled by default
Willy Tarreau3842f002009-06-14 11:39:52 +02004390and must be disabled for a specific instance. Such options may also be prefixed
4391with "default" in order to restore default settings regardless of what has been
Christopher Faulet6e0425b2021-10-13 19:27:38 +02004392specified in a previous "defaults" section. Keywords supported in defaults
4393sections marked with "(!)" are only supported in named defaults sections, not
4394anonymous ones.
Willy Tarreau0ba27502007-12-24 16:55:16 +01004395
Willy Tarreau6a06a402007-07-15 20:15:28 +02004396
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004397 keyword defaults frontend listen backend
4398------------------------------------+----------+----------+---------+---------
Christopher Faulet6e0425b2021-10-13 19:27:38 +02004399acl X (!) X X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004400backlog X X X -
4401balance X - X X
4402bind - X X -
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004403capture cookie - X X -
4404capture request header - X X -
4405capture response header - X X -
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +09004406clitcpka-cnt X X X -
4407clitcpka-idle X X X -
4408clitcpka-intvl X X X -
William Lallemand82fe75c2012-10-23 10:25:10 +02004409compression X X X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004410cookie X - X X
Thierry FOURNIERa0a1b752015-05-26 17:44:32 +02004411declare capture - X X -
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004412default-server X - X X
4413default_backend X X X -
4414description - X X X
4415disabled X X X X
4416dispatch - - X X
Simon Horman51a1cf62015-02-03 13:00:44 +09004417email-alert from X X X X
Simon Horman64e34162015-02-06 11:11:57 +09004418email-alert level X X X X
Simon Horman51a1cf62015-02-03 13:00:44 +09004419email-alert mailers X X X X
4420email-alert myhostname X X X X
4421email-alert to X X X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004422enabled X X X X
4423errorfile X X X X
Christopher Faulet76edc0f2020-01-13 15:52:01 +01004424errorfiles X X X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004425errorloc X X X X
4426errorloc302 X X X X
4427-- keyword -------------------------- defaults - frontend - listen -- backend -
4428errorloc303 X X X X
Remi Tricot-Le Bretonfe21fe72021-08-31 12:08:52 +02004429error-log-format X X X -
Cyril Bonté4288c5a2018-03-12 22:02:59 +01004430force-persist - - X X
Christopher Fauletc3fe5332016-04-07 15:30:10 +02004431filter - X X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004432fullconn X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004433hash-type X - X X
Christopher Faulet6e0425b2021-10-13 19:27:38 +02004434http-after-response X (!) X X X
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02004435http-check comment X - X X
Christopher Faulete5870d82020-04-15 11:32:03 +02004436http-check connect X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004437http-check disable-on-404 X - X X
Christopher Faulete5870d82020-04-15 11:32:03 +02004438http-check expect X - X X
Peter Gervai8912ae62020-06-11 18:26:36 +02004439http-check send X - X X
Willy Tarreau7ab6aff2010-10-12 06:30:16 +02004440http-check send-state X - X X
Christopher Faulete5870d82020-04-15 11:32:03 +02004441http-check set-var X - X X
4442http-check unset-var X - X X
Christopher Faulet3b967c12020-05-15 15:47:44 +02004443http-error X X X X
Christopher Faulet6e0425b2021-10-13 19:27:38 +02004444http-request X (!) X X X
4445http-response X (!) X X X
Willy Tarreau30631952015-08-06 15:05:24 +02004446http-reuse X - X X
Aurelien DARRAGONdf238c32023-01-12 15:59:27 +01004447http-send-name-header X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004448id - X X X
Cyril Bonté4288c5a2018-03-12 22:02:59 +01004449ignore-persist - - X X
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02004450load-server-state-from-file X - X X
William Lallemand0f99e342011-10-12 17:50:54 +02004451log (*) X X X X
Willy Tarreaufb4e7ea2015-01-07 14:55:17 +01004452log-format X X X -
Dragan Dosen7ad31542015-09-28 17:16:47 +02004453log-format-sd X X X -
Willy Tarreau094af4e2015-01-07 15:03:42 +01004454log-tag X X X X
Willy Tarreauc35362a2014-04-25 13:58:37 +02004455max-keep-alive-queue X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004456maxconn X X X -
4457mode X X X X
4458monitor fail - X X -
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004459monitor-uri X X X -
4460option abortonclose (*) X - X X
4461option accept-invalid-http-request (*) X X X -
4462option accept-invalid-http-response (*) X - X X
4463option allbackups (*) X - X X
4464option checkcache (*) X - X X
4465option clitcpka (*) X X X -
4466option contstats (*) X X X -
Christopher Faulet89aed322020-06-02 17:33:56 +02004467option disable-h2-upgrade (*) X X X -
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004468option dontlog-normal (*) X X X -
4469option dontlognull (*) X X X -
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004470-- keyword -------------------------- defaults - frontend - listen -- backend -
4471option forwardfor X X X X
Aurelien DARRAGONb2bb9252022-12-28 15:37:57 +01004472option forwarded (*) X - X X
Christopher Faulet98fbe952019-07-22 16:18:24 +02004473option h1-case-adjust-bogus-client (*) X X X -
4474option h1-case-adjust-bogus-server (*) X - X X
Willy Tarreau9fbe18e2015-05-01 22:42:08 +02004475option http-buffer-request (*) X X X X
Willy Tarreau82649f92015-05-01 22:40:51 +02004476option http-ignore-probes (*) X X X -
Willy Tarreau16bfb022010-01-16 19:48:41 +01004477option http-keep-alive (*) X X X X
Willy Tarreau96e31212011-05-30 18:10:30 +02004478option http-no-delay (*) X X X X
Christopher Faulet98db9762018-09-21 10:25:19 +02004479option http-pretend-keepalive (*) X - X X
Christopher Faulet18c13d32022-05-16 11:43:10 +02004480option http-restrict-req-hdr-names X X X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004481option http-server-close (*) X X X X
4482option http-use-proxy-header (*) X X X -
4483option httpchk X - X X
4484option httpclose (*) X X X X
Freddy Spierenburge88b7732019-03-25 14:35:17 +01004485option httplog X X X -
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +02004486option httpslog X X X -
Jamie Gloudon801a0a32012-08-25 00:18:33 -04004487option independent-streams (*) X X X X
Gabor Lekenyb4c81e42010-09-29 18:17:05 +02004488option ldap-check X - X X
Simon Horman98637e52014-06-20 12:30:16 +09004489option external-check X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004490option log-health-checks (*) X - X X
4491option log-separate-errors (*) X X X -
4492option logasap (*) X X X -
4493option mysql-check X - X X
4494option nolinger (*) X X X X
4495option originalto X X X X
4496option persist (*) X - X X
Baptiste Assmann809e22a2015-10-12 20:22:55 +02004497option pgsql-check X - X X
4498option prefer-last-server (*) X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004499option redispatch (*) X - X X
Hervé COMMOWICKec032d62011-08-05 16:23:48 +02004500option redis-check X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004501option smtpchk X - X X
4502option socket-stats (*) X X X -
4503option splice-auto (*) X X X X
4504option splice-request (*) X X X X
4505option splice-response (*) X X X X
Aurelien DARRAGONf3a2ae72023-01-12 15:06:11 +01004506option spop-check X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004507option srvtcpka (*) X - X X
4508option ssl-hello-chk X - X X
4509-- keyword -------------------------- defaults - frontend - listen -- backend -
Willy Tarreaued179852013-12-16 01:07:00 +01004510option tcp-check X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004511option tcp-smart-accept (*) X X X -
4512option tcp-smart-connect (*) X - X X
4513option tcpka X X X X
4514option tcplog X X X X
4515option transparent (*) X - X X
William Dauchya9dd9012022-01-05 22:53:24 +01004516option idle-close-on-response (*) X X X -
Simon Horman98637e52014-06-20 12:30:16 +09004517external-check command X - X X
4518external-check path X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004519persist rdp-cookie X - X X
4520rate-limit sessions X X X -
4521redirect - X X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004522-- keyword -------------------------- defaults - frontend - listen -- backend -
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004523retries X - X X
Olivier Houcharda254a372019-04-05 15:30:12 +02004524retry-on X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004525server - - X X
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02004526server-state-file-name X - X X
Frédéric Lécaillecb4502e2017-04-20 13:36:25 +02004527server-template - - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004528source X - X X
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +09004529srvtcpka-cnt X - X X
4530srvtcpka-idle X - X X
4531srvtcpka-intvl X - X X
Baptiste Assmann5a549212015-10-12 20:30:24 +02004532stats admin - X X X
4533stats auth X X X X
4534stats enable X X X X
4535stats hide-version X X X X
4536stats http-request - X X X
4537stats realm X X X X
4538stats refresh X X X X
4539stats scope X X X X
4540stats show-desc X X X X
4541stats show-legends X X X X
4542stats show-node X X X X
4543stats uri X X X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004544-- keyword -------------------------- defaults - frontend - listen -- backend -
4545stick match - - X X
4546stick on - - X X
4547stick store-request - - X X
Willy Tarreaud8dc99f2011-07-01 11:33:25 +02004548stick store-response - - X X
Adam Spiers68af3c12017-04-06 16:31:39 +01004549stick-table - X X X
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02004550tcp-check comment X - X X
Christopher Faulet404f9192020-04-09 23:13:54 +02004551tcp-check connect X - X X
4552tcp-check expect X - X X
4553tcp-check send X - X X
Christopher Fauletb50b3e62020-05-05 18:43:43 +02004554tcp-check send-lf X - X X
Christopher Faulet404f9192020-04-09 23:13:54 +02004555tcp-check send-binary X - X X
Christopher Fauletb50b3e62020-05-05 18:43:43 +02004556tcp-check send-binary-lf X - X X
Christopher Faulet404f9192020-04-09 23:13:54 +02004557tcp-check set-var X - X X
4558tcp-check unset-var X - X X
Christopher Faulet6e0425b2021-10-13 19:27:38 +02004559tcp-request connection X (!) X X -
4560tcp-request content X (!) X X X
4561tcp-request inspect-delay X (!) X X X
4562tcp-request session X (!) X X -
4563tcp-response content X (!) - X X
4564tcp-response inspect-delay X (!) - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004565timeout check X - X X
4566timeout client X X X -
Willy Tarreau05cdd962014-05-10 14:30:07 +02004567timeout client-fin X X X -
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004568timeout connect X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004569timeout http-keep-alive X X X X
4570timeout http-request X X X X
4571timeout queue X - X X
4572timeout server X - X X
Willy Tarreau05cdd962014-05-10 14:30:07 +02004573timeout server-fin X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004574timeout tarpit X X X X
Willy Tarreauce887fd2012-05-12 12:50:00 +02004575timeout tunnel X - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004576transparent (deprecated) X - X X
William Lallemanda73203e2012-03-12 12:48:57 +01004577unique-id-format X X X -
4578unique-id-header X X X -
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004579use_backend - X X -
Christopher Fauletb30b3102019-09-12 23:03:09 +02004580use-fcgi-app - - X X
Willy Tarreau4a5cade2012-04-05 21:09:48 +02004581use-server - - X X
Willy Tarreau5c6f7b32010-02-26 13:34:29 +01004582------------------------------------+----------+----------+---------+---------
4583 keyword defaults frontend listen backend
Willy Tarreau6a06a402007-07-15 20:15:28 +02004584
Willy Tarreau0ba27502007-12-24 16:55:16 +01004585
Willy Tarreauc57f0e22009-05-10 13:12:33 +020045864.2. Alphabetically sorted keywords reference
4587---------------------------------------------
Willy Tarreau0ba27502007-12-24 16:55:16 +01004588
4589This section provides a description of each keyword and its usage.
4590
4591
4592acl <aclname> <criterion> [flags] [operator] <value> ...
4593 Declare or complete an access list.
4594 May be used in sections : defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +02004595 yes(!) | yes | yes | yes
4596
4597 This directive is only available from named defaults sections, not anonymous
4598 ones. ACLs defined in a defaults section are not visible from other sections
4599 using it.
4600
Willy Tarreau0ba27502007-12-24 16:55:16 +01004601 Example:
4602 acl invalid_src src 0.0.0.0/7 224.0.0.0/3
4603 acl invalid_src src_port 0:1023
4604 acl local_dst hdr(host) -i localhost
4605
Willy Tarreauc57f0e22009-05-10 13:12:33 +02004606 See section 7 about ACL usage.
Willy Tarreau0ba27502007-12-24 16:55:16 +01004607
4608
Willy Tarreauc73ce2b2008-01-06 10:55:10 +01004609backlog <conns>
4610 Give hints to the system about the approximate listen backlog desired size
4611 May be used in sections : defaults | frontend | listen | backend
4612 yes | yes | yes | no
4613 Arguments :
4614 <conns> is the number of pending connections. Depending on the operating
4615 system, it may represent the number of already acknowledged
Cyril Bontédc4d9032012-04-08 21:57:39 +02004616 connections, of non-acknowledged ones, or both.
Willy Tarreauc73ce2b2008-01-06 10:55:10 +01004617
4618 In order to protect against SYN flood attacks, one solution is to increase
4619 the system's SYN backlog size. Depending on the system, sometimes it is just
4620 tunable via a system parameter, sometimes it is not adjustable at all, and
4621 sometimes the system relies on hints given by the application at the time of
4622 the listen() syscall. By default, HAProxy passes the frontend's maxconn value
4623 to the listen() syscall. On systems which can make use of this value, it can
4624 sometimes be useful to be able to specify a different value, hence this
4625 backlog parameter.
4626
4627 On Linux 2.4, the parameter is ignored by the system. On Linux 2.6, it is
4628 used as a hint and the system accepts up to the smallest greater power of
4629 two, and never more than some limits (usually 32768).
4630
4631 See also : "maxconn" and the target operating system's tuning guide.
4632
4633
Willy Tarreau0ba27502007-12-24 16:55:16 +01004634balance <algorithm> [ <arguments> ]
Willy Tarreau226071e2014-04-10 11:55:45 +02004635balance url_param <param> [check_post]
Willy Tarreau0ba27502007-12-24 16:55:16 +01004636 Define the load balancing algorithm to be used in a backend.
4637 May be used in sections : defaults | frontend | listen | backend
4638 yes | no | yes | yes
4639 Arguments :
4640 <algorithm> is the algorithm used to select a server when doing load
4641 balancing. This only applies when no persistence information
4642 is available, or when a connection is redispatched to another
4643 server. <algorithm> may be one of the following :
4644
4645 roundrobin Each server is used in turns, according to their weights.
4646 This is the smoothest and fairest algorithm when the server's
4647 processing time remains equally distributed. This algorithm
4648 is dynamic, which means that server weights may be adjusted
Willy Tarreau9757a382009-10-03 12:56:50 +02004649 on the fly for slow starts for instance. It is limited by
Godbacha34bdc02013-07-22 07:44:53 +08004650 design to 4095 active servers per backend. Note that in some
Willy Tarreau9757a382009-10-03 12:56:50 +02004651 large farms, when a server becomes up after having been down
4652 for a very short time, it may sometimes take a few hundreds
4653 requests for it to be re-integrated into the farm and start
4654 receiving traffic. This is normal, though very rare. It is
4655 indicated here in case you would have the chance to observe
4656 it, so that you don't worry.
4657
4658 static-rr Each server is used in turns, according to their weights.
4659 This algorithm is as similar to roundrobin except that it is
4660 static, which means that changing a server's weight on the
4661 fly will have no effect. On the other hand, it has no design
4662 limitation on the number of servers, and when a server goes
4663 up, it is always immediately reintroduced into the farm, once
4664 the full map is recomputed. It also uses slightly less CPU to
4665 run (around -1%).
Willy Tarreau0ba27502007-12-24 16:55:16 +01004666
Willy Tarreau2d2a7f82008-03-17 12:07:56 +01004667 leastconn The server with the lowest number of connections receives the
4668 connection. Round-robin is performed within groups of servers
4669 of the same load to ensure that all servers will be used. Use
4670 of this algorithm is recommended where very long sessions are
4671 expected, such as LDAP, SQL, TSE, etc... but is not very well
4672 suited for protocols using short sessions such as HTTP. This
4673 algorithm is dynamic, which means that server weights may be
Willy Tarreau8c855f62020-10-22 17:41:45 +02004674 adjusted on the fly for slow starts for instance. It will
4675 also consider the number of queued connections in addition to
4676 the established ones in order to minimize queuing.
Willy Tarreau2d2a7f82008-03-17 12:07:56 +01004677
Willy Tarreauf09c6602012-02-13 17:12:08 +01004678 first The first server with available connection slots receives the
Jarno Huuskonen0e82b922014-04-12 18:22:19 +03004679 connection. The servers are chosen from the lowest numeric
Willy Tarreauf09c6602012-02-13 17:12:08 +01004680 identifier to the highest (see server parameter "id"), which
4681 defaults to the server's position in the farm. Once a server
Willy Tarreau64559c52012-04-07 09:08:45 +02004682 reaches its maxconn value, the next server is used. It does
Willy Tarreauf09c6602012-02-13 17:12:08 +01004683 not make sense to use this algorithm without setting maxconn.
4684 The purpose of this algorithm is to always use the smallest
4685 number of servers so that extra servers can be powered off
4686 during non-intensive hours. This algorithm ignores the server
4687 weight, and brings more benefit to long session such as RDP
Willy Tarreau64559c52012-04-07 09:08:45 +02004688 or IMAP than HTTP, though it can be useful there too. In
4689 order to use this algorithm efficiently, it is recommended
4690 that a cloud controller regularly checks server usage to turn
4691 them off when unused, and regularly checks backend queue to
4692 turn new servers on when the queue inflates. Alternatively,
4693 using "http-check send-state" may inform servers on the load.
Willy Tarreauf09c6602012-02-13 17:12:08 +01004694
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02004695 hash Takes a regular sample expression in argument. The expression
4696 is evaluated for each request and hashed according to the
4697 configured hash-type. The result of the hash is divided by
4698 the total weight of the running servers to designate which
4699 server will receive the request. This can be used in place of
4700 "source", "uri", "hdr()", "url_param()", "rdp-cookie" to make
4701 use of a converter, refine the evaluation, or be used to
4702 extract data from local variables for example. When the data
4703 is not available, round robin will apply. This algorithm is
4704 static by default, which means that changing a server's
4705 weight on the fly will have no effect, but this can be
4706 changed using "hash-type".
4707
Willy Tarreau0ba27502007-12-24 16:55:16 +01004708 source The source IP address is hashed and divided by the total
4709 weight of the running servers to designate which server will
4710 receive the request. This ensures that the same client IP
4711 address will always reach the same server as long as no
4712 server goes down or up. If the hash result changes due to the
4713 number of running servers changing, many clients will be
4714 directed to a different server. This algorithm is generally
4715 used in TCP mode where no cookie may be inserted. It may also
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01004716 be used on the Internet to provide a best-effort stickiness
Willy Tarreau0ba27502007-12-24 16:55:16 +01004717 to clients which refuse session cookies. This algorithm is
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02004718 static by default, which means that changing a server's
4719 weight on the fly will have no effect, but this can be
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02004720 changed using "hash-type". See also the "hash" option above.
Willy Tarreau0ba27502007-12-24 16:55:16 +01004721
Oskar Stolc8dc41842012-05-19 10:19:54 +01004722 uri This algorithm hashes either the left part of the URI (before
4723 the question mark) or the whole URI (if the "whole" parameter
4724 is present) and divides the hash value by the total weight of
4725 the running servers. The result designates which server will
4726 receive the request. This ensures that the same URI will
4727 always be directed to the same server as long as no server
4728 goes up or down. This is used with proxy caches and
4729 anti-virus proxies in order to maximize the cache hit rate.
4730 Note that this algorithm may only be used in an HTTP backend.
4731 This algorithm is static by default, which means that
4732 changing a server's weight on the fly will have no effect,
4733 but this can be changed using "hash-type".
Willy Tarreau0ba27502007-12-24 16:55:16 +01004734
Oskar Stolc8dc41842012-05-19 10:19:54 +01004735 This algorithm supports two optional parameters "len" and
Marek Majkowski9c30fc12008-04-27 23:25:55 +02004736 "depth", both followed by a positive integer number. These
4737 options may be helpful when it is needed to balance servers
4738 based on the beginning of the URI only. The "len" parameter
4739 indicates that the algorithm should only consider that many
4740 characters at the beginning of the URI to compute the hash.
4741 Note that having "len" set to 1 rarely makes sense since most
4742 URIs start with a leading "/".
4743
4744 The "depth" parameter indicates the maximum directory depth
4745 to be used to compute the hash. One level is counted for each
4746 slash in the request. If both parameters are specified, the
4747 evaluation stops when either is reached.
4748
Willy Tarreau57a37412020-09-23 08:56:29 +02004749 A "path-only" parameter indicates that the hashing key starts
4750 at the first '/' of the path. This can be used to ignore the
4751 authority part of absolute URIs, and to make sure that HTTP/1
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02004752 and HTTP/2 URIs will provide the same hash. See also the
4753 "hash" option above.
Willy Tarreau57a37412020-09-23 08:56:29 +02004754
Willy Tarreau0ba27502007-12-24 16:55:16 +01004755 url_param The URL parameter specified in argument will be looked up in
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004756 the query string of each HTTP GET request.
4757
4758 If the modifier "check_post" is used, then an HTTP POST
Cyril Bontédc4d9032012-04-08 21:57:39 +02004759 request entity will be searched for the parameter argument,
4760 when it is not found in a query string after a question mark
Willy Tarreau226071e2014-04-10 11:55:45 +02004761 ('?') in the URL. The message body will only start to be
4762 analyzed once either the advertised amount of data has been
4763 received or the request buffer is full. In the unlikely event
4764 that chunked encoding is used, only the first chunk is
Cyril Bontédc4d9032012-04-08 21:57:39 +02004765 scanned. Parameter values separated by a chunk boundary, may
Willy Tarreau226071e2014-04-10 11:55:45 +02004766 be randomly balanced if at all. This keyword used to support
4767 an optional <max_wait> parameter which is now ignored.
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004768
4769 If the parameter is found followed by an equal sign ('=') and
4770 a value, then the value is hashed and divided by the total
4771 weight of the running servers. The result designates which
4772 server will receive the request.
4773
4774 This is used to track user identifiers in requests and ensure
4775 that a same user ID will always be sent to the same server as
4776 long as no server goes up or down. If no value is found or if
4777 the parameter is not found, then a round robin algorithm is
4778 applied. Note that this algorithm may only be used in an HTTP
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02004779 backend. This algorithm is static by default, which means
4780 that changing a server's weight on the fly will have no
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02004781 effect, but this can be changed using "hash-type". See also
4782 the "hash" option above.
Willy Tarreau0ba27502007-12-24 16:55:16 +01004783
Cyril Bontédc4d9032012-04-08 21:57:39 +02004784 hdr(<name>) The HTTP header <name> will be looked up in each HTTP
4785 request. Just as with the equivalent ACL 'hdr()' function,
4786 the header name in parenthesis is not case sensitive. If the
4787 header is absent or if it does not contain any value, the
4788 roundrobin algorithm is applied instead.
Benoitaffb4812009-03-25 13:02:10 +01004789
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01004790 An optional 'use_domain_only' parameter is available, for
Benoitaffb4812009-03-25 13:02:10 +01004791 reducing the hash algorithm to the main domain part with some
4792 specific headers such as 'Host'. For instance, in the Host
4793 value "haproxy.1wt.eu", only "1wt" will be considered.
4794
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02004795 This algorithm is static by default, which means that
4796 changing a server's weight on the fly will have no effect,
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02004797 but this can be changed using "hash-type". See also the
4798 "hash" option above.
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02004799
Willy Tarreau21c741a2019-01-14 18:14:27 +01004800 random
4801 random(<draws>)
4802 A random number will be used as the key for the consistent
Willy Tarreau760e81d2018-05-03 07:20:40 +02004803 hashing function. This means that the servers' weights are
4804 respected, dynamic weight changes immediately take effect, as
4805 well as new server additions. Random load balancing can be
4806 useful with large farms or when servers are frequently added
Willy Tarreau21c741a2019-01-14 18:14:27 +01004807 or removed as it may avoid the hammering effect that could
4808 result from roundrobin or leastconn in this situation. The
4809 hash-balance-factor directive can be used to further improve
4810 fairness of the load balancing, especially in situations
4811 where servers show highly variable response times. When an
4812 argument <draws> is present, it must be an integer value one
4813 or greater, indicating the number of draws before selecting
4814 the least loaded of these servers. It was indeed demonstrated
4815 that picking the least loaded of two servers is enough to
4816 significantly improve the fairness of the algorithm, by
4817 always avoiding to pick the most loaded server within a farm
4818 and getting rid of any bias that could be induced by the
4819 unfair distribution of the consistent list. Higher values N
4820 will take away N-1 of the highest loaded servers at the
4821 expense of performance. With very high values, the algorithm
4822 will converge towards the leastconn's result but much slower.
4823 The default value is 2, which generally shows very good
4824 distribution and performance. This algorithm is also known as
4825 the Power of Two Random Choices and is described here :
4826 http://www.eecs.harvard.edu/~michaelm/postscripts/handbook2001.pdf
Willy Tarreau760e81d2018-05-03 07:20:40 +02004827
Emeric Brun736aa232009-06-30 17:56:00 +02004828 rdp-cookie
Hervé COMMOWICKa3eb39c2011-08-05 18:48:51 +02004829 rdp-cookie(<name>)
Emeric Brun736aa232009-06-30 17:56:00 +02004830 The RDP cookie <name> (or "mstshash" if omitted) will be
4831 looked up and hashed for each incoming TCP request. Just as
Christian Ruppert59e66e32022-02-20 22:54:01 +01004832 with the equivalent ACL 'req.rdp_cookie()' function, the name
Emeric Brun736aa232009-06-30 17:56:00 +02004833 is not case-sensitive. This mechanism is useful as a degraded
4834 persistence mode, as it makes it possible to always send the
4835 same user (or the same session ID) to the same server. If the
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01004836 cookie is not found, the normal roundrobin algorithm is
Emeric Brun736aa232009-06-30 17:56:00 +02004837 used instead.
4838
4839 Note that for this to work, the frontend must ensure that an
4840 RDP cookie is already present in the request buffer. For this
4841 you must use 'tcp-request content accept' rule combined with
Christian Ruppert59e66e32022-02-20 22:54:01 +01004842 a 'req.rdp_cookie_cnt' ACL.
Emeric Brun736aa232009-06-30 17:56:00 +02004843
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02004844 This algorithm is static by default, which means that
4845 changing a server's weight on the fly will have no effect,
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02004846 but this can be changed using "hash-type". See also the
4847 "hash" option above.
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02004848
Willy Tarreau0ba27502007-12-24 16:55:16 +01004849 <arguments> is an optional list of arguments which may be needed by some
Marek Majkowski9c30fc12008-04-27 23:25:55 +02004850 algorithms. Right now, only "url_param" and "uri" support an
4851 optional argument.
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004852
Willy Tarreau3cd9af22009-03-15 14:06:41 +01004853 The load balancing algorithm of a backend is set to roundrobin when no other
4854 algorithm, mode nor option have been set. The algorithm may only be set once
4855 for each backend.
Willy Tarreau0ba27502007-12-24 16:55:16 +01004856
Lukas Tribus80512b12018-10-27 20:07:40 +02004857 With authentication schemes that require the same connection like NTLM, URI
John Roeslerfb2fce12019-07-10 15:45:51 -05004858 based algorithms must not be used, as they would cause subsequent requests
Lukas Tribus80512b12018-10-27 20:07:40 +02004859 to be routed to different backend servers, breaking the invalid assumptions
4860 NTLM relies on.
4861
Willy Tarreau0ba27502007-12-24 16:55:16 +01004862 Examples :
4863 balance roundrobin
4864 balance url_param userid
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004865 balance url_param session_id check_post 64
Benoitaffb4812009-03-25 13:02:10 +01004866 balance hdr(User-Agent)
4867 balance hdr(host)
4868 balance hdr(Host) use_domain_only
Willy Tarreau7c9a0fe2022-04-25 10:25:34 +02004869 balance hash req.cookie(clientid)
4870 balance hash var(req.client_id)
4871 balance hash req.hdr_ip(x-forwarded-for,-1),ipmask(24)
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004872
4873 Note: the following caveats and limitations on using the "check_post"
4874 extension with "url_param" must be considered :
4875
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01004876 - all POST requests are eligible for consideration, because there is no way
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004877 to determine if the parameters will be found in the body or entity which
4878 may contain binary data. Therefore another method may be required to
4879 restrict consideration of POST requests that have no URL parameters in
Christopher Faulet87f1f3d2019-07-18 14:51:20 +02004880 the body. (see acl http_end)
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004881
4882 - using a <max_wait> value larger than the request buffer size does not
4883 make sense and is useless. The buffer size is set at build time, and
4884 defaults to 16 kB.
4885
4886 - Content-Encoding is not supported, the parameter search will probably
4887 fail; and load balancing will fall back to Round Robin.
4888
4889 - Expect: 100-continue is not supported, load balancing will fall back to
4890 Round Robin.
4891
Lukas Tribus23953682017-04-28 13:24:30 +00004892 - Transfer-Encoding (RFC7230 3.3.1) is only supported in the first chunk.
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004893 If the entire parameter value is not present in the first chunk, the
4894 selection of server is undefined (actually, defined by how little
4895 actually appeared in the first chunk).
4896
4897 - This feature does not support generation of a 100, 411 or 501 response.
4898
4899 - In some cases, requesting "check_post" MAY attempt to scan the entire
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01004900 contents of a message body. Scanning normally terminates when linear
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004901 white space or control characters are found, indicating the end of what
4902 might be a URL parameter list. This is probably not a concern with SGML
4903 type message bodies.
Willy Tarreau0ba27502007-12-24 16:55:16 +01004904
Willy Tarreau25241232021-07-18 19:18:56 +02004905 See also : "dispatch", "cookie", "transparent", "hash-type".
Willy Tarreau0ba27502007-12-24 16:55:16 +01004906
4907
Willy Tarreaub6205fd2012-09-24 12:27:33 +02004908bind [<address>]:<port_range> [, ...] [param*]
4909bind /<path> [, ...] [param*]
Willy Tarreau0ba27502007-12-24 16:55:16 +01004910 Define one or several listening addresses and/or ports in a frontend.
4911 May be used in sections : defaults | frontend | listen | backend
4912 no | yes | yes | no
4913 Arguments :
Willy Tarreaub1e52e82008-01-13 14:49:51 +01004914 <address> is optional and can be a host name, an IPv4 address, an IPv6
4915 address, or '*'. It designates the address the frontend will
4916 listen on. If unset, all IPv4 addresses of the system will be
4917 listened on. The same will apply for '*' or the system's
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +02004918 special address "0.0.0.0". The IPv6 equivalent is '::'. Note
4919 that if you bind a frontend to multiple UDP addresses you have
4920 no guarantee about the address which will be used to respond.
4921 This is why "0.0.0.0" addresses and lists of comma-separated
4922 IP addresses have been forbidden to bind QUIC addresses.
Willy Tarreau24709282013-03-10 21:32:12 +01004923 Optionally, an address family prefix may be used before the
4924 address to force the family regardless of the address format,
4925 which can be useful to specify a path to a unix socket with
4926 no slash ('/'). Currently supported prefixes are :
4927 - 'ipv4@' -> address is always IPv4
4928 - 'ipv6@' -> address is always IPv6
Emeric Brun3835c0d2020-07-07 09:46:09 +02004929 - 'udp@' -> address is resolved as IPv4 or IPv6 and
Emeric Brun12941c82020-07-07 14:19:42 +02004930 protocol UDP is used. Currently those listeners are
4931 supported only in log-forward sections.
Emeric Brun3835c0d2020-07-07 09:46:09 +02004932 - 'udp4@' -> address is always IPv4 and protocol UDP
Emeric Brun12941c82020-07-07 14:19:42 +02004933 is used. Currently those listeners are supported
4934 only in log-forward sections.
Emeric Brun3835c0d2020-07-07 09:46:09 +02004935 - 'udp6@' -> address is always IPv6 and protocol UDP
Emeric Brun12941c82020-07-07 14:19:42 +02004936 is used. Currently those listeners are supported
4937 only in log-forward sections.
Willy Tarreau24709282013-03-10 21:32:12 +01004938 - 'unix@' -> address is a path to a local unix socket
Willy Tarreau70f72e02014-07-08 00:37:50 +02004939 - 'abns@' -> address is in abstract namespace (Linux only).
Willy Tarreau40aa0702013-03-10 23:51:38 +01004940 - 'fd@<n>' -> use file descriptor <n> inherited from the
4941 parent. The fd must be bound and may or may not already
4942 be listening.
William Lallemand2fe7dd02018-09-11 16:51:29 +02004943 - 'sockpair@<n>'-> like fd@ but you must use the fd of a
4944 connected unix socket or of a socketpair. The bind waits
4945 to receive a FD over the unix socket and uses it as if it
4946 was the FD of an accept(). Should be used carefully.
Amaury Denoyelle936c1352022-11-14 17:14:41 +01004947 - 'quic4@' -> address is resolved as IPv4 and protocol UDP
Amaury Denoyellee30f3782022-11-21 11:54:13 +01004948 is used. Note that to achieve the best performance with a
Artur Pydoe6ca4182023-06-06 11:49:59 +02004949 large traffic you should keep "tune.quic.socket-owner" on
Amaury Denoyellee30f3782022-11-21 11:54:13 +01004950 connection. Else QUIC connections will be multiplexed
4951 over the listener socket. Another alternative would be to
4952 duplicate QUIC listener instances over several threads,
4953 for example using "shards" keyword to at least reduce
4954 thread contention.
Amaury Denoyelle936c1352022-11-14 17:14:41 +01004955 - 'quic6@' -> address is resolved as IPv6 and protocol UDP
Amaury Denoyelle7078fb12022-11-22 11:26:16 +01004956 is used. The performance note for QUIC over IPv4 applies
4957 as well.
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +02004958
William Lallemandb2f07452015-05-12 14:27:13 +02004959 You may want to reference some environment variables in the
4960 address parameter, see section 2.3 about environment
4961 variables.
Willy Tarreaub1e52e82008-01-13 14:49:51 +01004962
Willy Tarreauc5011ca2010-03-22 11:53:56 +01004963 <port_range> is either a unique TCP port, or a port range for which the
4964 proxy will accept connections for the IP address specified
Willy Tarreauceb24bc2010-11-09 12:46:41 +01004965 above. The port is mandatory for TCP listeners. Note that in
4966 the case of an IPv6 address, the port is always the number
4967 after the last colon (':'). A range can either be :
Willy Tarreauc5011ca2010-03-22 11:53:56 +01004968 - a numerical port (ex: '80')
4969 - a dash-delimited ports range explicitly stating the lower
4970 and upper bounds (ex: '2000-2100') which are included in
4971 the range.
4972
4973 Particular care must be taken against port ranges, because
4974 every <address:port> couple consumes one socket (= a file
4975 descriptor), so it's easy to consume lots of descriptors
4976 with a simple range, and to run out of sockets. Also, each
4977 <address:port> couple must be used only once among all
4978 instances running on a same system. Please note that binding
4979 to ports lower than 1024 generally require particular
Jamie Gloudon801a0a32012-08-25 00:18:33 -04004980 privileges to start the program, which are independent of
Willy Tarreauc5011ca2010-03-22 11:53:56 +01004981 the 'uid' parameter.
Willy Tarreau0ba27502007-12-24 16:55:16 +01004982
Willy Tarreauceb24bc2010-11-09 12:46:41 +01004983 <path> is a UNIX socket path beginning with a slash ('/'). This is
Davor Ocelice9ed2812017-12-25 17:49:28 +01004984 alternative to the TCP listening port. HAProxy will then
Willy Tarreauceb24bc2010-11-09 12:46:41 +01004985 receive UNIX connections on the socket located at this place.
4986 The path must begin with a slash and by default is absolute.
4987 It can be relative to the prefix defined by "unix-bind" in
4988 the global section. Note that the total length of the prefix
4989 followed by the socket path cannot exceed some system limits
4990 for UNIX sockets, which commonly are set to 107 characters.
4991
Willy Tarreaub6205fd2012-09-24 12:27:33 +02004992 <param*> is a list of parameters common to all sockets declared on the
4993 same line. These numerous parameters depend on OS and build
4994 options and have a complete section dedicated to them. Please
4995 refer to section 5 to for more details.
Willy Tarreaua0ee1d02012-09-10 09:01:23 +02004996
Willy Tarreau0ba27502007-12-24 16:55:16 +01004997 It is possible to specify a list of address:port combinations delimited by
4998 commas. The frontend will then listen on all of these addresses. There is no
4999 fixed limit to the number of addresses and ports which can be listened on in
5000 a frontend, as well as there is no limit to the number of "bind" statements
5001 in a frontend.
5002
5003 Example :
5004 listen http_proxy
5005 bind :80,:443
5006 bind 10.0.0.1:10080,10.0.0.1:10443
Willy Tarreauceb24bc2010-11-09 12:46:41 +01005007 bind /var/run/ssl-frontend.sock user root mode 600 accept-proxy
Willy Tarreau0ba27502007-12-24 16:55:16 +01005008
Willy Tarreaua0ee1d02012-09-10 09:01:23 +02005009 listen http_https_proxy
5010 bind :80
Cyril Bonté0d44fc62012-10-09 22:45:33 +02005011 bind :443 ssl crt /etc/haproxy/site.pem
Willy Tarreaua0ee1d02012-09-10 09:01:23 +02005012
Willy Tarreau24709282013-03-10 21:32:12 +01005013 listen http_https_proxy_explicit
5014 bind ipv6@:80
5015 bind ipv4@public_ssl:443 ssl crt /etc/haproxy/site.pem
5016 bind unix@ssl-frontend.sock user root mode 600 accept-proxy
5017
Willy Tarreaudad36a32013-03-11 01:20:04 +01005018 listen external_bind_app1
William Lallemandb2f07452015-05-12 14:27:13 +02005019 bind "fd@${FD_APP1}"
Willy Tarreaudad36a32013-03-11 01:20:04 +01005020
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +02005021 listen h3_quic_proxy
Willy Tarreau5003ac72023-04-19 09:12:33 +02005022 bind quic4@10.0.0.1:8888 ssl crt /etc/mycrt
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +02005023
Willy Tarreau55dcaf62015-09-27 15:03:15 +02005024 Note: regarding Linux's abstract namespace sockets, HAProxy uses the whole
5025 sun_path length is used for the address length. Some other programs
5026 such as socat use the string length only by default. Pass the option
5027 ",unix-tightsocklen=0" to any abstract socket definition in socat to
5028 make it compatible with HAProxy's.
5029
Willy Tarreauceb24bc2010-11-09 12:46:41 +01005030 See also : "source", "option forwardfor", "unix-bind" and the PROXY protocol
Willy Tarreaub6205fd2012-09-24 12:27:33 +02005031 documentation, and section 5 about bind options.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005032
5033
Willy Tarreau0ba27502007-12-24 16:55:16 +01005034capture cookie <name> len <length>
5035 Capture and log a cookie in the request and in the response.
5036 May be used in sections : defaults | frontend | listen | backend
5037 no | yes | yes | no
5038 Arguments :
5039 <name> is the beginning of the name of the cookie to capture. In order
5040 to match the exact name, simply suffix the name with an equal
5041 sign ('='). The full name will appear in the logs, which is
5042 useful with application servers which adjust both the cookie name
Davor Ocelice9ed2812017-12-25 17:49:28 +01005043 and value (e.g. ASPSESSIONXXX).
Willy Tarreau0ba27502007-12-24 16:55:16 +01005044
5045 <length> is the maximum number of characters to report in the logs, which
5046 include the cookie name, the equal sign and the value, all in the
5047 standard "name=value" form. The string will be truncated on the
5048 right if it exceeds <length>.
5049
5050 Only the first cookie is captured. Both the "cookie" request headers and the
5051 "set-cookie" response headers are monitored. This is particularly useful to
5052 check for application bugs causing session crossing or stealing between
5053 users, because generally the user's cookies can only change on a login page.
5054
5055 When the cookie was not presented by the client, the associated log column
5056 will report "-". When a request does not cause a cookie to be assigned by the
5057 server, a "-" is reported in the response column.
5058
5059 The capture is performed in the frontend only because it is necessary that
5060 the log format does not change for a given frontend depending on the
5061 backends. This may change in the future. Note that there can be only one
Willy Tarreau193b8c62012-11-22 00:17:38 +01005062 "capture cookie" statement in a frontend. The maximum capture length is set
5063 by the global "tune.http.cookielen" setting and defaults to 63 characters. It
5064 is not possible to specify a capture in a "defaults" section.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005065
5066 Example:
5067 capture cookie ASPSESSION len 32
5068
5069 See also : "capture request header", "capture response header" as well as
Willy Tarreauc57f0e22009-05-10 13:12:33 +02005070 section 8 about logging.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005071
5072
5073capture request header <name> len <length>
Willy Tarreau4460d032012-11-21 23:37:37 +01005074 Capture and log the last occurrence of the specified request header.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005075 May be used in sections : defaults | frontend | listen | backend
5076 no | yes | yes | no
5077 Arguments :
5078 <name> is the name of the header to capture. The header names are not
Willy Tarreaud2a4aa22008-01-31 15:28:22 +01005079 case-sensitive, but it is a common practice to write them as they
Willy Tarreau0ba27502007-12-24 16:55:16 +01005080 appear in the requests, with the first letter of each word in
5081 upper case. The header name will not appear in the logs, only the
5082 value is reported, but the position in the logs is respected.
5083
5084 <length> is the maximum number of characters to extract from the value and
5085 report in the logs. The string will be truncated on the right if
5086 it exceeds <length>.
5087
Willy Tarreau4460d032012-11-21 23:37:37 +01005088 The complete value of the last occurrence of the header is captured. The
Willy Tarreau0ba27502007-12-24 16:55:16 +01005089 value will be added to the logs between braces ('{}'). If multiple headers
5090 are captured, they will be delimited by a vertical bar ('|') and will appear
Willy Tarreaucc6c8912009-02-22 10:53:55 +01005091 in the same order they were declared in the configuration. Non-existent
5092 headers will be logged just as an empty string. Common uses for request
5093 header captures include the "Host" field in virtual hosting environments, the
5094 "Content-length" when uploads are supported, "User-agent" to quickly
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01005095 differentiate between real users and robots, and "X-Forwarded-For" in proxied
Willy Tarreaucc6c8912009-02-22 10:53:55 +01005096 environments to find where the request came from.
5097
5098 Note that when capturing headers such as "User-agent", some spaces may be
5099 logged, making the log analysis more difficult. Thus be careful about what
5100 you log if you know your log parser is not smart enough to rely on the
5101 braces.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005102
Willy Tarreau0900abb2012-11-22 00:21:46 +01005103 There is no limit to the number of captured request headers nor to their
5104 length, though it is wise to keep them low to limit memory usage per session.
5105 In order to keep log format consistent for a same frontend, header captures
5106 can only be declared in a frontend. It is not possible to specify a capture
5107 in a "defaults" section.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005108
5109 Example:
5110 capture request header Host len 15
5111 capture request header X-Forwarded-For len 15
Cyril Bontéd1b0f7c2015-10-26 22:37:39 +01005112 capture request header Referer len 15
Willy Tarreau0ba27502007-12-24 16:55:16 +01005113
Willy Tarreauc57f0e22009-05-10 13:12:33 +02005114 See also : "capture cookie", "capture response header" as well as section 8
Willy Tarreau0ba27502007-12-24 16:55:16 +01005115 about logging.
5116
5117
5118capture response header <name> len <length>
Willy Tarreau4460d032012-11-21 23:37:37 +01005119 Capture and log the last occurrence of the specified response header.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005120 May be used in sections : defaults | frontend | listen | backend
5121 no | yes | yes | no
5122 Arguments :
5123 <name> is the name of the header to capture. The header names are not
Willy Tarreaud2a4aa22008-01-31 15:28:22 +01005124 case-sensitive, but it is a common practice to write them as they
Willy Tarreau0ba27502007-12-24 16:55:16 +01005125 appear in the response, with the first letter of each word in
5126 upper case. The header name will not appear in the logs, only the
5127 value is reported, but the position in the logs is respected.
5128
5129 <length> is the maximum number of characters to extract from the value and
5130 report in the logs. The string will be truncated on the right if
5131 it exceeds <length>.
5132
Willy Tarreau4460d032012-11-21 23:37:37 +01005133 The complete value of the last occurrence of the header is captured. The
Willy Tarreau0ba27502007-12-24 16:55:16 +01005134 result will be added to the logs between braces ('{}') after the captured
5135 request headers. If multiple headers are captured, they will be delimited by
5136 a vertical bar ('|') and will appear in the same order they were declared in
Willy Tarreaucc6c8912009-02-22 10:53:55 +01005137 the configuration. Non-existent headers will be logged just as an empty
5138 string. Common uses for response header captures include the "Content-length"
5139 header which indicates how many bytes are expected to be returned, the
5140 "Location" header to track redirections.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005141
Willy Tarreau0900abb2012-11-22 00:21:46 +01005142 There is no limit to the number of captured response headers nor to their
5143 length, though it is wise to keep them low to limit memory usage per session.
5144 In order to keep log format consistent for a same frontend, header captures
5145 can only be declared in a frontend. It is not possible to specify a capture
5146 in a "defaults" section.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005147
5148 Example:
5149 capture response header Content-length len 9
5150 capture response header Location len 15
5151
Willy Tarreauc57f0e22009-05-10 13:12:33 +02005152 See also : "capture cookie", "capture request header" as well as section 8
Willy Tarreau0ba27502007-12-24 16:55:16 +01005153 about logging.
5154
5155
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +09005156clitcpka-cnt <count>
5157 Sets the maximum number of keepalive probes TCP should send before dropping
5158 the connection on the client side.
5159 May be used in sections : defaults | frontend | listen | backend
5160 yes | yes | yes | no
5161 Arguments :
5162 <count> is the maximum number of keepalive probes.
5163
5164 This keyword corresponds to the socket option TCP_KEEPCNT. If this keyword
5165 is not specified, system-wide TCP parameter (tcp_keepalive_probes) is used.
Willy Tarreau52543212020-07-09 05:58:51 +02005166 The availability of this setting depends on the operating system. It is
5167 known to work on Linux.
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +09005168
5169 See also : "option clitcpka", "clitcpka-idle", "clitcpka-intvl".
5170
5171
5172clitcpka-idle <timeout>
5173 Sets the time the connection needs to remain idle before TCP starts sending
5174 keepalive probes, if enabled the sending of TCP keepalive packets on the
5175 client side.
5176 May be used in sections : defaults | frontend | listen | backend
5177 yes | yes | yes | no
5178 Arguments :
5179 <timeout> is the time the connection needs to remain idle before TCP starts
5180 sending keepalive probes. It is specified in seconds by default,
5181 but can be in any other unit if the number is suffixed by the
5182 unit, as explained at the top of this document.
5183
5184 This keyword corresponds to the socket option TCP_KEEPIDLE. If this keyword
5185 is not specified, system-wide TCP parameter (tcp_keepalive_time) is used.
Willy Tarreau52543212020-07-09 05:58:51 +02005186 The availability of this setting depends on the operating system. It is
5187 known to work on Linux.
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +09005188
5189 See also : "option clitcpka", "clitcpka-cnt", "clitcpka-intvl".
5190
5191
5192clitcpka-intvl <timeout>
5193 Sets the time between individual keepalive probes on the client side.
5194 May be used in sections : defaults | frontend | listen | backend
5195 yes | yes | yes | no
5196 Arguments :
5197 <timeout> is the time between individual keepalive probes. It is specified
5198 in seconds by default, but can be in any other unit if the number
5199 is suffixed by the unit, as explained at the top of this
5200 document.
5201
5202 This keyword corresponds to the socket option TCP_KEEPINTVL. If this keyword
5203 is not specified, system-wide TCP parameter (tcp_keepalive_intvl) is used.
Willy Tarreau52543212020-07-09 05:58:51 +02005204 The availability of this setting depends on the operating system. It is
5205 known to work on Linux.
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +09005206
5207 See also : "option clitcpka", "clitcpka-cnt", "clitcpka-idle".
5208
5209
Cyril Bonté316a8cf2012-11-11 13:38:27 +01005210compression algo <algorithm> ...
Olivier Houchardead43fe2023-04-06 00:33:48 +02005211compression algo-req <algorithm>
5212compression algo-res <algorithm>
Cyril Bonté316a8cf2012-11-11 13:38:27 +01005213compression type <mime type> ...
William Lallemand82fe75c2012-10-23 10:25:10 +02005214 Enable HTTP compression.
5215 May be used in sections : defaults | frontend | listen | backend
5216 yes | yes | yes | yes
5217 Arguments :
Olivier Houchardead43fe2023-04-06 00:33:48 +02005218 algo is followed by the list of supported compression algorithms for
5219 responses (legacy keyword)
5220 algo-req is followed by compression algorithm for request (only one is
5221 provided).
5222 algo-res is followed by the list of supported compression algorithms for
5223 responses.
5224 type is followed by the list of MIME types that will be compressed for
5225 responses (legacy keyword).
5226 type-req is followed by the list of MIME types that will be compressed for
5227 requests.
5228 type-res is followed by the list of MIME types that will be compressed for
5229 responses.
Cyril Bonté316a8cf2012-11-11 13:38:27 +01005230
5231 The currently supported algorithms are :
Willy Tarreauc91840a2015-03-28 17:00:39 +01005232 identity this is mostly for debugging, and it was useful for developing
5233 the compression feature. Identity does not apply any change on
5234 data.
Cyril Bonté316a8cf2012-11-11 13:38:27 +01005235
Willy Tarreauc91840a2015-03-28 17:00:39 +01005236 gzip applies gzip compression. This setting is only available when
Baptiste Assmannf085d632015-12-21 17:57:32 +01005237 support for zlib or libslz was built in.
Willy Tarreauc91840a2015-03-28 17:00:39 +01005238
5239 deflate same as "gzip", but with deflate algorithm and zlib format.
5240 Note that this algorithm has ambiguous support on many
5241 browsers and no support at all from recent ones. It is
5242 strongly recommended not to use it for anything else than
5243 experimentation. This setting is only available when support
Baptiste Assmannf085d632015-12-21 17:57:32 +01005244 for zlib or libslz was built in.
Cyril Bonté316a8cf2012-11-11 13:38:27 +01005245
Willy Tarreauc91840a2015-03-28 17:00:39 +01005246 raw-deflate same as "deflate" without the zlib wrapper, and used as an
5247 alternative when the browser wants "deflate". All major
5248 browsers understand it and despite violating the standards,
5249 it is known to work better than "deflate", at least on MSIE
5250 and some versions of Safari. Do not use it in conjunction
5251 with "deflate", use either one or the other since both react
5252 to the same Accept-Encoding token. This setting is only
Baptiste Assmannf085d632015-12-21 17:57:32 +01005253 available when support for zlib or libslz was built in.
Cyril Bonté316a8cf2012-11-11 13:38:27 +01005254
Dmitry Sivachenko87c208b2012-11-22 20:03:26 +04005255 Compression will be activated depending on the Accept-Encoding request
Cyril Bonté316a8cf2012-11-11 13:38:27 +01005256 header. With identity, it does not take care of that header.
Dmitry Sivachenkoc9f3b452012-11-28 17:47:11 +04005257 If backend servers support HTTP compression, these directives
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005258 will be no-op: HAProxy will see the compressed response and will not
Dmitry Sivachenkoc9f3b452012-11-28 17:47:11 +04005259 compress again. If backend servers do not support HTTP compression and
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005260 there is Accept-Encoding header in request, HAProxy will compress the
Dmitry Sivachenkoc9f3b452012-11-28 17:47:11 +04005261 matching response.
Willy Tarreau70737d12012-10-27 00:34:28 +02005262
William Lallemand05097442012-11-20 12:14:28 +01005263 Compression is disabled when:
Baptiste Assmann650d53d2013-01-05 15:44:44 +01005264 * the request does not advertise a supported compression algorithm in the
5265 "Accept-Encoding" header
Julien Pivottoff80c822021-03-29 12:41:40 +02005266 * the response message is not HTTP/1.1 or above
Tim Duesterhusbb48c9a2019-01-30 23:46:04 +01005267 * HTTP status code is not one of 200, 201, 202, or 203
Baptiste Assmann650d53d2013-01-05 15:44:44 +01005268 * response contain neither a "Content-Length" header nor a
5269 "Transfer-Encoding" whose last value is "chunked"
5270 * response contains a "Content-Type" header whose first value starts with
5271 "multipart"
5272 * the response contains the "no-transform" value in the "Cache-control"
5273 header
5274 * User-Agent matches "Mozilla/4" unless it is MSIE 6 with XP SP2, or MSIE 7
5275 and later
5276 * The response contains a "Content-Encoding" header, indicating that the
5277 response is already compressed (see compression offload)
Tim Duesterhusbb48c9a2019-01-30 23:46:04 +01005278 * The response contains an invalid "ETag" header or multiple ETag headers
William Lallemand05097442012-11-20 12:14:28 +01005279
Tim Duesterhusb229f012019-01-29 16:38:56 +01005280 Note: The compression does not emit the Warning header.
William Lallemand05097442012-11-20 12:14:28 +01005281
William Lallemand82fe75c2012-10-23 10:25:10 +02005282 Examples :
5283 compression algo gzip
5284 compression type text/html text/plain
Willy Tarreau0ba27502007-12-24 16:55:16 +01005285
Olivier Houchardead43fe2023-04-06 00:33:48 +02005286 See also : "compression offload", "compression direction"
Christopher Faulet44d34bf2021-11-05 12:06:14 +01005287
5288compression offload
5289 Makes HAProxy work as a compression offloader only.
5290 May be used in sections : defaults | frontend | listen | backend
5291 no | yes | yes | yes
5292
5293 The "offload" setting makes HAProxy remove the Accept-Encoding header to
5294 prevent backend servers from compressing responses. It is strongly
5295 recommended not to do this because this means that all the compression work
5296 will be done on the single point where HAProxy is located. However in some
5297 deployment scenarios, HAProxy may be installed in front of a buggy gateway
5298 with broken HTTP compression implementation which can't be turned off.
5299 In that case HAProxy can be used to prevent that gateway from emitting
5300 invalid payloads. In this case, simply removing the header in the
5301 configuration does not work because it applies before the header is parsed,
5302 so that prevents HAProxy from compressing. The "offload" setting should
5303 then be used for such scenarios.
5304
5305 If this setting is used in a defaults section, a warning is emitted and the
5306 option is ignored.
5307
Olivier Houchardead43fe2023-04-06 00:33:48 +02005308 See also : "compression type", "compression algo", "compression direction"
5309
5310compression direction <direction>
5311 Makes haproxy able to compress both requests and responses.
5312 Valid values are "request", to compress only requests, "response", to
5313 compress only responses, or "both", when you want to compress both.
5314 The default value is "response".
5315
5316 See also : "compression type", "compression algo", "compression offload"
Christopher Fauletc3fe5332016-04-07 15:30:10 +02005317
Willy Tarreau55165fe2009-05-10 12:02:55 +02005318cookie <name> [ rewrite | insert | prefix ] [ indirect ] [ nocache ]
Willy Tarreau4992dd22012-05-31 21:02:17 +02005319 [ postonly ] [ preserve ] [ httponly ] [ secure ]
5320 [ domain <domain> ]* [ maxidle <idle> ] [ maxlife <life> ]
Christopher Faulet2f533902020-01-21 11:06:48 +01005321 [ dynamic ] [ attr <value> ]*
Willy Tarreau0ba27502007-12-24 16:55:16 +01005322 Enable cookie-based persistence in a backend.
5323 May be used in sections : defaults | frontend | listen | backend
5324 yes | no | yes | yes
5325 Arguments :
5326 <name> is the name of the cookie which will be monitored, modified or
5327 inserted in order to bring persistence. This cookie is sent to
5328 the client via a "Set-Cookie" header in the response, and is
5329 brought back by the client in a "Cookie" header in all requests.
5330 Special care should be taken to choose a name which does not
5331 conflict with any likely application cookie. Also, if the same
Davor Ocelice9ed2812017-12-25 17:49:28 +01005332 backends are subject to be used by the same clients (e.g.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005333 HTTP/HTTPS), care should be taken to use different cookie names
5334 between all backends if persistence between them is not desired.
5335
5336 rewrite This keyword indicates that the cookie will be provided by the
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005337 server and that HAProxy will have to modify its value to set the
Willy Tarreau0ba27502007-12-24 16:55:16 +01005338 server's identifier in it. This mode is handy when the management
5339 of complex combinations of "Set-cookie" and "Cache-control"
5340 headers is left to the application. The application can then
5341 decide whether or not it is appropriate to emit a persistence
Lukas Tribusf01a9cd2016-02-03 18:09:37 +01005342 cookie. Since all responses should be monitored, this mode
5343 doesn't work in HTTP tunnel mode. Unless the application
Davor Ocelice9ed2812017-12-25 17:49:28 +01005344 behavior is very complex and/or broken, it is advised not to
Lukas Tribusf01a9cd2016-02-03 18:09:37 +01005345 start with this mode for new deployments. This keyword is
5346 incompatible with "insert" and "prefix".
Willy Tarreau0ba27502007-12-24 16:55:16 +01005347
5348 insert This keyword indicates that the persistence cookie will have to
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005349 be inserted by HAProxy in server responses if the client did not
Willy Tarreauba4c5be2010-10-23 12:46:42 +02005350
Willy Tarreaua79094d2010-08-31 22:54:15 +02005351 already have a cookie that would have permitted it to access this
Willy Tarreauba4c5be2010-10-23 12:46:42 +02005352 server. When used without the "preserve" option, if the server
Michael Prokop4438c602019-05-24 10:25:45 +02005353 emits a cookie with the same name, it will be removed before
Davor Ocelice9ed2812017-12-25 17:49:28 +01005354 processing. For this reason, this mode can be used to upgrade
Willy Tarreauba4c5be2010-10-23 12:46:42 +02005355 existing configurations running in the "rewrite" mode. The cookie
5356 will only be a session cookie and will not be stored on the
5357 client's disk. By default, unless the "indirect" option is added,
5358 the server will see the cookies emitted by the client. Due to
5359 caching effects, it is generally wise to add the "nocache" or
5360 "postonly" keywords (see below). The "insert" keyword is not
5361 compatible with "rewrite" and "prefix".
Willy Tarreau0ba27502007-12-24 16:55:16 +01005362
5363 prefix This keyword indicates that instead of relying on a dedicated
5364 cookie for the persistence, an existing one will be completed.
5365 This may be needed in some specific environments where the client
5366 does not support more than one single cookie and the application
5367 already needs it. In this case, whenever the server sets a cookie
5368 named <name>, it will be prefixed with the server's identifier
5369 and a delimiter. The prefix will be removed from all client
5370 requests so that the server still finds the cookie it emitted.
5371 Since all requests and responses are subject to being modified,
Lukas Tribusf01a9cd2016-02-03 18:09:37 +01005372 this mode doesn't work with tunnel mode. The "prefix" keyword is
Willy Tarreau37229df2011-10-17 12:24:55 +02005373 not compatible with "rewrite" and "insert". Note: it is highly
5374 recommended not to use "indirect" with "prefix", otherwise server
5375 cookie updates would not be sent to clients.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005376
Willy Tarreaua79094d2010-08-31 22:54:15 +02005377 indirect When this option is specified, no cookie will be emitted to a
5378 client which already has a valid one for the server which has
5379 processed the request. If the server sets such a cookie itself,
Willy Tarreauba4c5be2010-10-23 12:46:42 +02005380 it will be removed, unless the "preserve" option is also set. In
5381 "insert" mode, this will additionally remove cookies from the
5382 requests transmitted to the server, making the persistence
5383 mechanism totally transparent from an application point of view.
Willy Tarreau37229df2011-10-17 12:24:55 +02005384 Note: it is highly recommended not to use "indirect" with
5385 "prefix", otherwise server cookie updates would not be sent to
5386 clients.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005387
5388 nocache This option is recommended in conjunction with the insert mode
5389 when there is a cache between the client and HAProxy, as it
5390 ensures that a cacheable response will be tagged non-cacheable if
5391 a cookie needs to be inserted. This is important because if all
5392 persistence cookies are added on a cacheable home page for
5393 instance, then all customers will then fetch the page from an
5394 outer cache and will all share the same persistence cookie,
5395 leading to one server receiving much more traffic than others.
5396 See also the "insert" and "postonly" options.
5397
5398 postonly This option ensures that cookie insertion will only be performed
5399 on responses to POST requests. It is an alternative to the
5400 "nocache" option, because POST responses are not cacheable, so
5401 this ensures that the persistence cookie will never get cached.
5402 Since most sites do not need any sort of persistence before the
5403 first POST which generally is a login request, this is a very
5404 efficient method to optimize caching without risking to find a
5405 persistence cookie in the cache.
5406 See also the "insert" and "nocache" options.
5407
Willy Tarreauba4c5be2010-10-23 12:46:42 +02005408 preserve This option may only be used with "insert" and/or "indirect". It
5409 allows the server to emit the persistence cookie itself. In this
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005410 case, if a cookie is found in the response, HAProxy will leave it
Willy Tarreauba4c5be2010-10-23 12:46:42 +02005411 untouched. This is useful in order to end persistence after a
5412 logout request for instance. For this, the server just has to
Davor Ocelice9ed2812017-12-25 17:49:28 +01005413 emit a cookie with an invalid value (e.g. empty) or with a date in
Willy Tarreauba4c5be2010-10-23 12:46:42 +02005414 the past. By combining this mechanism with the "disable-on-404"
5415 check option, it is possible to perform a completely graceful
5416 shutdown because users will definitely leave the server after
5417 they logout.
5418
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005419 httponly This option tells HAProxy to add an "HttpOnly" cookie attribute
Willy Tarreau4992dd22012-05-31 21:02:17 +02005420 when a cookie is inserted. This attribute is used so that a
5421 user agent doesn't share the cookie with non-HTTP components.
5422 Please check RFC6265 for more information on this attribute.
5423
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005424 secure This option tells HAProxy to add a "Secure" cookie attribute when
Willy Tarreau4992dd22012-05-31 21:02:17 +02005425 a cookie is inserted. This attribute is used so that a user agent
5426 never emits this cookie over non-secure channels, which means
5427 that a cookie learned with this flag will be presented only over
5428 SSL/TLS connections. Please check RFC6265 for more information on
5429 this attribute.
5430
Krzysztof Piotr Oledzkiefe3b6f2008-05-23 23:49:32 +02005431 domain This option allows to specify the domain at which a cookie is
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01005432 inserted. It requires exactly one parameter: a valid domain
Willy Tarreau68a897b2009-12-03 23:28:34 +01005433 name. If the domain begins with a dot, the browser is allowed to
5434 use it for any host ending with that name. It is also possible to
5435 specify several domain names by invoking this option multiple
5436 times. Some browsers might have small limits on the number of
5437 domains, so be careful when doing that. For the record, sending
5438 10 domains to MSIE 6 or Firefox 2 works as expected.
Krzysztof Piotr Oledzkiefe3b6f2008-05-23 23:49:32 +02005439
Willy Tarreau996a92c2010-10-13 19:30:47 +02005440 maxidle This option allows inserted cookies to be ignored after some idle
5441 time. It only works with insert-mode cookies. When a cookie is
5442 sent to the client, the date this cookie was emitted is sent too.
5443 Upon further presentations of this cookie, if the date is older
5444 than the delay indicated by the parameter (in seconds), it will
5445 be ignored. Otherwise, it will be refreshed if needed when the
5446 response is sent to the client. This is particularly useful to
5447 prevent users who never close their browsers from remaining for
Davor Ocelice9ed2812017-12-25 17:49:28 +01005448 too long on the same server (e.g. after a farm size change). When
Willy Tarreau996a92c2010-10-13 19:30:47 +02005449 this option is set and a cookie has no date, it is always
5450 accepted, but gets refreshed in the response. This maintains the
5451 ability for admins to access their sites. Cookies that have a
5452 date in the future further than 24 hours are ignored. Doing so
5453 lets admins fix timezone issues without risking kicking users off
5454 the site.
5455
5456 maxlife This option allows inserted cookies to be ignored after some life
5457 time, whether they're in use or not. It only works with insert
5458 mode cookies. When a cookie is first sent to the client, the date
5459 this cookie was emitted is sent too. Upon further presentations
5460 of this cookie, if the date is older than the delay indicated by
5461 the parameter (in seconds), it will be ignored. If the cookie in
5462 the request has no date, it is accepted and a date will be set.
5463 Cookies that have a date in the future further than 24 hours are
5464 ignored. Doing so lets admins fix timezone issues without risking
5465 kicking users off the site. Contrary to maxidle, this value is
5466 not refreshed, only the first visit date counts. Both maxidle and
5467 maxlife may be used at the time. This is particularly useful to
5468 prevent users who never close their browsers from remaining for
Davor Ocelice9ed2812017-12-25 17:49:28 +01005469 too long on the same server (e.g. after a farm size change). This
Willy Tarreau996a92c2010-10-13 19:30:47 +02005470 is stronger than the maxidle method in that it forces a
5471 redispatch after some absolute delay.
5472
Olivier Houchard4e694042017-03-14 20:01:29 +01005473 dynamic Activate dynamic cookies. When used, a session cookie is
5474 dynamically created for each server, based on the IP and port
5475 of the server, and a secret key, specified in the
5476 "dynamic-cookie-key" backend directive.
5477 The cookie will be regenerated each time the IP address change,
5478 and is only generated for IPv4/IPv6.
5479
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005480 attr This option tells HAProxy to add an extra attribute when a
Christopher Faulet2f533902020-01-21 11:06:48 +01005481 cookie is inserted. The attribute value can contain any
5482 characters except control ones or ";". This option may be
5483 repeated.
5484
Willy Tarreau0ba27502007-12-24 16:55:16 +01005485 There can be only one persistence cookie per HTTP backend, and it can be
5486 declared in a defaults section. The value of the cookie will be the value
5487 indicated after the "cookie" keyword in a "server" statement. If no cookie
5488 is declared for a given server, the cookie is not set.
Willy Tarreau6a06a402007-07-15 20:15:28 +02005489
Willy Tarreau0ba27502007-12-24 16:55:16 +01005490 Examples :
5491 cookie JSESSIONID prefix
5492 cookie SRV insert indirect nocache
5493 cookie SRV insert postonly indirect
Willy Tarreau996a92c2010-10-13 19:30:47 +02005494 cookie SRV insert indirect nocache maxidle 30m maxlife 8h
Willy Tarreau0ba27502007-12-24 16:55:16 +01005495
Willy Tarreau294d0f02015-08-10 19:40:12 +02005496 See also : "balance source", "capture cookie", "server" and "ignore-persist".
Willy Tarreau0ba27502007-12-24 16:55:16 +01005497
Willy Tarreau983e01e2010-01-11 18:42:06 +01005498
Thierry FOURNIERa0a1b752015-05-26 17:44:32 +02005499declare capture [ request | response ] len <length>
5500 Declares a capture slot.
5501 May be used in sections : defaults | frontend | listen | backend
5502 no | yes | yes | no
5503 Arguments:
5504 <length> is the length allowed for the capture.
5505
5506 This declaration is only available in the frontend or listen section, but the
5507 reserved slot can be used in the backends. The "request" keyword allocates a
5508 capture slot for use in the request, and "response" allocates a capture slot
5509 for use in the response.
5510
5511 See also: "capture-req", "capture-res" (sample converters),
Baptiste Assmann5ac425c2015-10-21 23:13:46 +02005512 "capture.req.hdr", "capture.res.hdr" (sample fetches),
Thierry FOURNIERa0a1b752015-05-26 17:44:32 +02005513 "http-request capture" and "http-response capture".
5514
5515
Krzysztof Piotr Oledzkic6df0662010-01-05 16:38:49 +01005516default-server [param*]
5517 Change default options for a server in a backend
5518 May be used in sections : defaults | frontend | listen | backend
5519 yes | no | yes | yes
5520 Arguments:
Willy Tarreau983e01e2010-01-11 18:42:06 +01005521 <param*> is a list of parameters for this server. The "default-server"
5522 keyword accepts an important number of options and has a complete
5523 section dedicated to it. Please refer to section 5 for more
5524 details.
Krzysztof Piotr Oledzkic6df0662010-01-05 16:38:49 +01005525
Willy Tarreau983e01e2010-01-11 18:42:06 +01005526 Example :
Krzysztof Piotr Oledzkic6df0662010-01-05 16:38:49 +01005527 default-server inter 1000 weight 13
5528
5529 See also: "server" and section 5 about server options
Willy Tarreau0ba27502007-12-24 16:55:16 +01005530
Willy Tarreau983e01e2010-01-11 18:42:06 +01005531
Willy Tarreau0ba27502007-12-24 16:55:16 +01005532default_backend <backend>
5533 Specify the backend to use when no "use_backend" rule has been matched.
5534 May be used in sections : defaults | frontend | listen | backend
5535 yes | yes | yes | no
5536 Arguments :
5537 <backend> is the name of the backend to use.
5538
5539 When doing content-switching between frontend and backends using the
5540 "use_backend" keyword, it is often useful to indicate which backend will be
5541 used when no rule has matched. It generally is the dynamic backend which
5542 will catch all undetermined requests.
5543
Willy Tarreau0ba27502007-12-24 16:55:16 +01005544 Example :
5545
5546 use_backend dynamic if url_dyn
5547 use_backend static if url_css url_img extension_img
5548 default_backend dynamic
5549
Willy Tarreau98d04852015-05-26 12:18:29 +02005550 See also : "use_backend"
Willy Tarreau2769aa02007-12-27 18:26:09 +01005551
Willy Tarreau0ba27502007-12-24 16:55:16 +01005552
Baptiste Assmann27f51342013-10-09 06:51:49 +02005553description <string>
5554 Describe a listen, frontend or backend.
5555 May be used in sections : defaults | frontend | listen | backend
5556 no | yes | yes | yes
5557 Arguments : string
5558
5559 Allows to add a sentence to describe the related object in the HAProxy HTML
5560 stats page. The description will be printed on the right of the object name
5561 it describes.
5562 No need to backslash spaces in the <string> arguments.
5563
5564
Willy Tarreau0ba27502007-12-24 16:55:16 +01005565disabled
5566 Disable a proxy, frontend or backend.
5567 May be used in sections : defaults | frontend | listen | backend
5568 yes | yes | yes | yes
5569 Arguments : none
5570
5571 The "disabled" keyword is used to disable an instance, mainly in order to
5572 liberate a listening port or to temporarily disable a service. The instance
5573 will still be created and its configuration will be checked, but it will be
5574 created in the "stopped" state and will appear as such in the statistics. It
5575 will not receive any traffic nor will it send any health-checks or logs. It
5576 is possible to disable many instances at once by adding the "disabled"
5577 keyword in a "defaults" section.
5578
5579 See also : "enabled"
5580
5581
Willy Tarreau5ce94572010-06-07 14:35:41 +02005582dispatch <address>:<port>
5583 Set a default server address
5584 May be used in sections : defaults | frontend | listen | backend
5585 no | no | yes | yes
Cyril Bonté108cf6e2012-04-21 23:30:29 +02005586 Arguments :
Willy Tarreau5ce94572010-06-07 14:35:41 +02005587
5588 <address> is the IPv4 address of the default server. Alternatively, a
5589 resolvable hostname is supported, but this name will be resolved
5590 during start-up.
5591
5592 <ports> is a mandatory port specification. All connections will be sent
5593 to this port, and it is not permitted to use port offsets as is
5594 possible with normal servers.
5595
Willy Tarreau787aed52011-04-15 06:45:37 +02005596 The "dispatch" keyword designates a default server for use when no other
Willy Tarreau5ce94572010-06-07 14:35:41 +02005597 server can take the connection. In the past it was used to forward non
5598 persistent connections to an auxiliary load balancer. Due to its simple
5599 syntax, it has also been used for simple TCP relays. It is recommended not to
5600 use it for more clarity, and to use the "server" directive instead.
5601
5602 See also : "server"
5603
Olivier Houchard4e694042017-03-14 20:01:29 +01005604
5605dynamic-cookie-key <string>
5606 Set the dynamic cookie secret key for a backend.
5607 May be used in sections : defaults | frontend | listen | backend
5608 yes | no | yes | yes
5609 Arguments : The secret key to be used.
5610
5611 When dynamic cookies are enabled (see the "dynamic" directive for cookie),
Davor Ocelice9ed2812017-12-25 17:49:28 +01005612 a dynamic cookie is created for each server (unless one is explicitly
Olivier Houchard4e694042017-03-14 20:01:29 +01005613 specified on the "server" line), using a hash of the IP address of the
5614 server, the TCP port, and the secret key.
Davor Ocelice9ed2812017-12-25 17:49:28 +01005615 That way, we can ensure session persistence across multiple load-balancers,
Olivier Houchard4e694042017-03-14 20:01:29 +01005616 even if servers are dynamically added or removed.
Willy Tarreau5ce94572010-06-07 14:35:41 +02005617
Willy Tarreau0ba27502007-12-24 16:55:16 +01005618enabled
5619 Enable a proxy, frontend or backend.
5620 May be used in sections : defaults | frontend | listen | backend
5621 yes | yes | yes | yes
5622 Arguments : none
5623
5624 The "enabled" keyword is used to explicitly enable an instance, when the
5625 defaults has been set to "disabled". This is very rarely used.
5626
5627 See also : "disabled"
5628
5629
5630errorfile <code> <file>
5631 Return a file contents instead of errors generated by HAProxy
5632 May be used in sections : defaults | frontend | listen | backend
5633 yes | yes | yes | yes
5634 Arguments :
5635 <code> is the HTTP status code. Currently, HAProxy is capable of
Christopher Faulet612f2ea2020-05-27 09:57:28 +02005636 generating codes 200, 400, 401, 403, 404, 405, 407, 408, 410,
Christopher Faulete095f312020-12-07 11:22:24 +01005637 413, 425, 429, 500, 501, 502, 503, and 504.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005638
5639 <file> designates a file containing the full HTTP response. It is
Willy Tarreaud2a4aa22008-01-31 15:28:22 +01005640 recommended to follow the common practice of appending ".http" to
Willy Tarreau0ba27502007-12-24 16:55:16 +01005641 the filename so that people do not confuse the response with HTML
Willy Tarreau59140a22009-02-22 12:02:30 +01005642 error pages, and to use absolute paths, since files are read
5643 before any chroot is performed.
Willy Tarreau0ba27502007-12-24 16:55:16 +01005644
5645 It is important to understand that this keyword is not meant to rewrite
5646 errors returned by the server, but errors detected and returned by HAProxy.
5647 This is why the list of supported errors is limited to a small set.
5648
Willy Tarreauae94d4d2011-05-11 16:28:49 +02005649 Code 200 is emitted in response to requests matching a "monitor-uri" rule.
5650
Christopher Faulet70170672020-05-18 17:42:48 +02005651 The files are parsed when HAProxy starts and must be valid according to the
5652 HTTP specification. They should not exceed the configured buffer size
5653 (BUFSIZE), which generally is 16 kB, otherwise an internal error will be
5654 returned. It is also wise not to put any reference to local contents
5655 (e.g. images) in order to avoid loops between the client and HAProxy when all
5656 servers are down, causing an error to be returned instead of an
5657 image. Finally, The response cannot exceed (tune.bufsize - tune.maxrewrite)
5658 so that "http-after-response" rules still have room to operate (see
5659 "tune.maxrewrite").
Willy Tarreau59140a22009-02-22 12:02:30 +01005660
Willy Tarreau0ba27502007-12-24 16:55:16 +01005661 The files are read at the same time as the configuration and kept in memory.
5662 For this reason, the errors continue to be returned even when the process is
5663 chrooted, and no file change is considered while the process is running. A
Willy Tarreauc27debf2008-01-06 08:57:02 +01005664 simple method for developing those files consists in associating them to the
Willy Tarreau0ba27502007-12-24 16:55:16 +01005665 403 status code and interrogating a blocked URL.
5666
Christopher Faulet3b967c12020-05-15 15:47:44 +02005667 See also : "http-error", "errorloc", "errorloc302", "errorloc303"
Willy Tarreau0ba27502007-12-24 16:55:16 +01005668
Willy Tarreau59140a22009-02-22 12:02:30 +01005669 Example :
5670 errorfile 400 /etc/haproxy/errorfiles/400badreq.http
Willy Tarreau989222a2016-01-15 10:26:26 +01005671 errorfile 408 /dev/null # work around Chrome pre-connect bug
Willy Tarreau59140a22009-02-22 12:02:30 +01005672 errorfile 403 /etc/haproxy/errorfiles/403forbid.http
5673 errorfile 503 /etc/haproxy/errorfiles/503sorry.http
5674
Willy Tarreau2769aa02007-12-27 18:26:09 +01005675
Christopher Faulet76edc0f2020-01-13 15:52:01 +01005676errorfiles <name> [<code> ...]
5677 Import, fully or partially, the error files defined in the <name> http-errors
5678 section.
5679 May be used in sections : defaults | frontend | listen | backend
5680 yes | yes | yes | yes
5681 Arguments :
5682 <name> is the name of an existing http-errors section.
5683
5684 <code> is a HTTP status code. Several status code may be listed.
Christopher Faulet612f2ea2020-05-27 09:57:28 +02005685 Currently, HAProxy is capable of generating codes 200, 400, 401,
Christopher Faulete095f312020-12-07 11:22:24 +01005686 403, 404, 405, 407, 408, 410, 413, 425, 429, 500, 501, 502, 503,
5687 and 504.
Christopher Faulet76edc0f2020-01-13 15:52:01 +01005688
5689 Errors defined in the http-errors section with the name <name> are imported
5690 in the current proxy. If no status code is specified, all error files of the
5691 http-errors section are imported. Otherwise, only error files associated to
5692 the listed status code are imported. Those error files override the already
5693 defined custom errors for the proxy. And they may be overridden by following
Daniel Corbett67a82712020-07-06 23:01:19 -04005694 ones. Functionally, it is exactly the same as declaring all error files by
Christopher Faulet76edc0f2020-01-13 15:52:01 +01005695 hand using "errorfile" directives.
5696
Christopher Faulet3b967c12020-05-15 15:47:44 +02005697 See also : "http-error", "errorfile", "errorloc", "errorloc302" ,
5698 "errorloc303" and section 3.8 about http-errors.
Christopher Faulet76edc0f2020-01-13 15:52:01 +01005699
5700 Example :
5701 errorfiles generic
Christopher Fauletb7056222023-02-27 18:01:41 +01005702 errorfiles site-1 403 404
Christopher Faulet76edc0f2020-01-13 15:52:01 +01005703
5704
Willy Tarreau2769aa02007-12-27 18:26:09 +01005705errorloc <code> <url>
5706errorloc302 <code> <url>
5707 Return an HTTP redirection to a URL instead of errors generated by HAProxy
5708 May be used in sections : defaults | frontend | listen | backend
5709 yes | yes | yes | yes
5710 Arguments :
5711 <code> is the HTTP status code. Currently, HAProxy is capable of
Christopher Faulet612f2ea2020-05-27 09:57:28 +02005712 generating codes 200, 400, 401, 403, 404, 405, 407, 408, 410,
Christopher Faulete095f312020-12-07 11:22:24 +01005713 413, 425, 429, 500, 501, 502, 503, and 504.
Willy Tarreau2769aa02007-12-27 18:26:09 +01005714
5715 <url> it is the exact contents of the "Location" header. It may contain
5716 either a relative URI to an error page hosted on the same site,
5717 or an absolute URI designating an error page on another site.
5718 Special care should be given to relative URIs to avoid redirect
Davor Ocelice9ed2812017-12-25 17:49:28 +01005719 loops if the URI itself may generate the same error (e.g. 500).
Willy Tarreau2769aa02007-12-27 18:26:09 +01005720
5721 It is important to understand that this keyword is not meant to rewrite
5722 errors returned by the server, but errors detected and returned by HAProxy.
5723 This is why the list of supported errors is limited to a small set.
5724
Willy Tarreauae94d4d2011-05-11 16:28:49 +02005725 Code 200 is emitted in response to requests matching a "monitor-uri" rule.
5726
Willy Tarreau2769aa02007-12-27 18:26:09 +01005727 Note that both keyword return the HTTP 302 status code, which tells the
5728 client to fetch the designated URL using the same HTTP method. This can be
5729 quite problematic in case of non-GET methods such as POST, because the URL
5730 sent to the client might not be allowed for something other than GET. To
Willy Tarreau989222a2016-01-15 10:26:26 +01005731 work around this problem, please use "errorloc303" which send the HTTP 303
Willy Tarreau2769aa02007-12-27 18:26:09 +01005732 status code, indicating to the client that the URL must be fetched with a GET
5733 request.
5734
Christopher Faulet3b967c12020-05-15 15:47:44 +02005735 See also : "http-error", "errorfile", "errorloc303"
Willy Tarreau2769aa02007-12-27 18:26:09 +01005736
5737
5738errorloc303 <code> <url>
5739 Return an HTTP redirection to a URL instead of errors generated by HAProxy
5740 May be used in sections : defaults | frontend | listen | backend
5741 yes | yes | yes | yes
5742 Arguments :
5743 <code> is the HTTP status code. Currently, HAProxy is capable of
Christopher Faulet612f2ea2020-05-27 09:57:28 +02005744 generating codes 200, 400, 401, 403, 404, 405, 407, 408, 410,
Christopher Faulete095f312020-12-07 11:22:24 +01005745 413, 425, 429, 500, 501, 502, 503, and 504.
Willy Tarreau2769aa02007-12-27 18:26:09 +01005746
5747 <url> it is the exact contents of the "Location" header. It may contain
5748 either a relative URI to an error page hosted on the same site,
5749 or an absolute URI designating an error page on another site.
5750 Special care should be given to relative URIs to avoid redirect
Davor Ocelice9ed2812017-12-25 17:49:28 +01005751 loops if the URI itself may generate the same error (e.g. 500).
Willy Tarreau2769aa02007-12-27 18:26:09 +01005752
5753 It is important to understand that this keyword is not meant to rewrite
5754 errors returned by the server, but errors detected and returned by HAProxy.
5755 This is why the list of supported errors is limited to a small set.
5756
Willy Tarreauae94d4d2011-05-11 16:28:49 +02005757 Code 200 is emitted in response to requests matching a "monitor-uri" rule.
5758
Willy Tarreau2769aa02007-12-27 18:26:09 +01005759 Note that both keyword return the HTTP 303 status code, which tells the
5760 client to fetch the designated URL using the same HTTP GET method. This
5761 solves the usual problems associated with "errorloc" and the 302 code. It is
5762 possible that some very old browsers designed before HTTP/1.1 do not support
Willy Tarreaud2a4aa22008-01-31 15:28:22 +01005763 it, but no such problem has been reported till now.
Willy Tarreau2769aa02007-12-27 18:26:09 +01005764
Christopher Faulet3b967c12020-05-15 15:47:44 +02005765 See also : "http-error", "errorfile", "errorloc", "errorloc302"
Willy Tarreau2769aa02007-12-27 18:26:09 +01005766
5767
Simon Horman51a1cf62015-02-03 13:00:44 +09005768email-alert from <emailaddr>
5769 Declare the from email address to be used in both the envelope and header
Davor Ocelice9ed2812017-12-25 17:49:28 +01005770 of email alerts. This is the address that email alerts are sent from.
Simon Horman51a1cf62015-02-03 13:00:44 +09005771 May be used in sections: defaults | frontend | listen | backend
5772 yes | yes | yes | yes
5773
5774 Arguments :
5775
5776 <emailaddr> is the from email address to use when sending email alerts
5777
5778 Also requires "email-alert mailers" and "email-alert to" to be set
5779 and if so sending email alerts is enabled for the proxy.
5780
Simon Horman64e34162015-02-06 11:11:57 +09005781 See also : "email-alert level", "email-alert mailers",
Cyril Bonté307ee1e2015-09-28 23:16:06 +02005782 "email-alert myhostname", "email-alert to", section 3.6 about
5783 mailers.
Simon Horman64e34162015-02-06 11:11:57 +09005784
5785
5786email-alert level <level>
5787 Declare the maximum log level of messages for which email alerts will be
5788 sent. This acts as a filter on the sending of email alerts.
5789 May be used in sections: defaults | frontend | listen | backend
5790 yes | yes | yes | yes
5791
5792 Arguments :
5793
5794 <level> One of the 8 syslog levels:
5795 emerg alert crit err warning notice info debug
5796 The above syslog levels are ordered from lowest to highest.
5797
5798 By default level is alert
5799
5800 Also requires "email-alert from", "email-alert mailers" and
5801 "email-alert to" to be set and if so sending email alerts is enabled
5802 for the proxy.
5803
Simon Horman1421e212015-04-30 13:10:35 +09005804 Alerts are sent when :
5805
5806 * An un-paused server is marked as down and <level> is alert or lower
5807 * A paused server is marked as down and <level> is notice or lower
5808 * A server is marked as up or enters the drain state and <level>
5809 is notice or lower
5810 * "option log-health-checks" is enabled, <level> is info or lower,
5811 and a health check status update occurs
5812
Simon Horman64e34162015-02-06 11:11:57 +09005813 See also : "email-alert from", "email-alert mailers",
5814 "email-alert myhostname", "email-alert to",
Simon Horman51a1cf62015-02-03 13:00:44 +09005815 section 3.6 about mailers.
5816
5817
5818email-alert mailers <mailersect>
5819 Declare the mailers to be used when sending email alerts
5820 May be used in sections: defaults | frontend | listen | backend
5821 yes | yes | yes | yes
5822
5823 Arguments :
5824
5825 <mailersect> is the name of the mailers section to send email alerts.
5826
5827 Also requires "email-alert from" and "email-alert to" to be set
5828 and if so sending email alerts is enabled for the proxy.
5829
Simon Horman64e34162015-02-06 11:11:57 +09005830 See also : "email-alert from", "email-alert level", "email-alert myhostname",
5831 "email-alert to", section 3.6 about mailers.
Simon Horman51a1cf62015-02-03 13:00:44 +09005832
5833
5834email-alert myhostname <hostname>
5835 Declare the to hostname address to be used when communicating with
5836 mailers.
5837 May be used in sections: defaults | frontend | listen | backend
5838 yes | yes | yes | yes
5839
5840 Arguments :
5841
Baptiste Assmann738bad92015-12-21 15:27:53 +01005842 <hostname> is the hostname to use when communicating with mailers
Simon Horman51a1cf62015-02-03 13:00:44 +09005843
5844 By default the systems hostname is used.
5845
5846 Also requires "email-alert from", "email-alert mailers" and
5847 "email-alert to" to be set and if so sending email alerts is enabled
5848 for the proxy.
5849
Simon Horman64e34162015-02-06 11:11:57 +09005850 See also : "email-alert from", "email-alert level", "email-alert mailers",
5851 "email-alert to", section 3.6 about mailers.
Simon Horman51a1cf62015-02-03 13:00:44 +09005852
5853
5854email-alert to <emailaddr>
Davor Ocelice9ed2812017-12-25 17:49:28 +01005855 Declare both the recipient address in the envelope and to address in the
Simon Horman51a1cf62015-02-03 13:00:44 +09005856 header of email alerts. This is the address that email alerts are sent to.
5857 May be used in sections: defaults | frontend | listen | backend
5858 yes | yes | yes | yes
5859
5860 Arguments :
5861
5862 <emailaddr> is the to email address to use when sending email alerts
5863
5864 Also requires "email-alert mailers" and "email-alert to" to be set
5865 and if so sending email alerts is enabled for the proxy.
5866
Simon Horman64e34162015-02-06 11:11:57 +09005867 See also : "email-alert from", "email-alert level", "email-alert mailers",
Simon Horman51a1cf62015-02-03 13:00:44 +09005868 "email-alert myhostname", section 3.6 about mailers.
5869
5870
Remi Tricot-Le Bretonfe21fe72021-08-31 12:08:52 +02005871error-log-format <string>
5872 Specifies the log format string to use in case of connection error on the frontend side.
5873 May be used in sections: defaults | frontend | listen | backend
5874 yes | yes | yes | no
5875
5876 This directive specifies the log format string that will be used for logs
5877 containing information related to errors, timeouts, retries redispatches or
5878 HTTP status code 5xx. This format will in short be used for every log line
5879 that would be concerned by the "log-separate-errors" option, including
Willy Tarreauec5c1102021-11-06 09:18:33 +01005880 connection errors described in section 8.2.5.
5881
Remi Tricot-Le Bretonfe21fe72021-08-31 12:08:52 +02005882 If the directive is used in a defaults section, all subsequent frontends will
5883 use the same log format. Please see section 8.2.4 which covers the log format
5884 string in depth.
5885
5886 "error-log-format" directive overrides previous "error-log-format"
5887 directives.
5888
5889
Willy Tarreau4de91492010-01-22 19:10:05 +01005890force-persist { if | unless } <condition>
5891 Declare a condition to force persistence on down servers
5892 May be used in sections: defaults | frontend | listen | backend
Cyril Bonté4288c5a2018-03-12 22:02:59 +01005893 no | no | yes | yes
Willy Tarreau4de91492010-01-22 19:10:05 +01005894
5895 By default, requests are not dispatched to down servers. It is possible to
5896 force this using "option persist", but it is unconditional and redispatches
5897 to a valid server if "option redispatch" is set. That leaves with very little
5898 possibilities to force some requests to reach a server which is artificially
5899 marked down for maintenance operations.
5900
5901 The "force-persist" statement allows one to declare various ACL-based
5902 conditions which, when met, will cause a request to ignore the down status of
5903 a server and still try to connect to it. That makes it possible to start a
5904 server, still replying an error to the health checks, and run a specially
5905 configured browser to test the service. Among the handy methods, one could
5906 use a specific source IP address, or a specific cookie. The cookie also has
5907 the advantage that it can easily be added/removed on the browser from a test
5908 page. Once the service is validated, it is then possible to open the service
5909 to the world by returning a valid response to health checks.
5910
5911 The forced persistence is enabled when an "if" condition is met, or unless an
5912 "unless" condition is met. The final redispatch is always disabled when this
5913 is used.
5914
Cyril Bonté0d4bf012010-04-25 23:21:46 +02005915 See also : "option redispatch", "ignore-persist", "persist",
Cyril Bontéa8e7bbc2010-04-25 22:29:29 +02005916 and section 7 about ACL usage.
Willy Tarreau4de91492010-01-22 19:10:05 +01005917
Christopher Fauletc3fe5332016-04-07 15:30:10 +02005918
5919filter <name> [param*]
5920 Add the filter <name> in the filter list attached to the proxy.
5921 May be used in sections : defaults | frontend | listen | backend
5922 no | yes | yes | yes
5923 Arguments :
5924 <name> is the name of the filter. Officially supported filters are
5925 referenced in section 9.
5926
Tim Düsterhus4896c442016-11-29 02:15:19 +01005927 <param*> is a list of parameters accepted by the filter <name>. The
Christopher Fauletc3fe5332016-04-07 15:30:10 +02005928 parsing of these parameters are the responsibility of the
Tim Düsterhus4896c442016-11-29 02:15:19 +01005929 filter. Please refer to the documentation of the corresponding
5930 filter (section 9) for all details on the supported parameters.
Christopher Fauletc3fe5332016-04-07 15:30:10 +02005931
5932 Multiple occurrences of the filter line can be used for the same proxy. The
5933 same filter can be referenced many times if needed.
5934
5935 Example:
5936 listen
5937 bind *:80
5938
5939 filter trace name BEFORE-HTTP-COMP
5940 filter compression
5941 filter trace name AFTER-HTTP-COMP
5942
5943 compression algo gzip
5944 compression offload
5945
5946 server srv1 192.168.0.1:80
5947
5948 See also : section 9.
5949
Willy Tarreau4de91492010-01-22 19:10:05 +01005950
Willy Tarreau2769aa02007-12-27 18:26:09 +01005951fullconn <conns>
5952 Specify at what backend load the servers will reach their maxconn
5953 May be used in sections : defaults | frontend | listen | backend
5954 yes | no | yes | yes
5955 Arguments :
5956 <conns> is the number of connections on the backend which will make the
5957 servers use the maximal number of connections.
5958
Willy Tarreau198a7442008-01-17 12:05:32 +01005959 When a server has a "maxconn" parameter specified, it means that its number
Willy Tarreau2769aa02007-12-27 18:26:09 +01005960 of concurrent connections will never go higher. Additionally, if it has a
Willy Tarreau198a7442008-01-17 12:05:32 +01005961 "minconn" parameter, it indicates a dynamic limit following the backend's
Willy Tarreau2769aa02007-12-27 18:26:09 +01005962 load. The server will then always accept at least <minconn> connections,
5963 never more than <maxconn>, and the limit will be on the ramp between both
5964 values when the backend has less than <conns> concurrent connections. This
5965 makes it possible to limit the load on the servers during normal loads, but
5966 push it further for important loads without overloading the servers during
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01005967 exceptional loads.
Willy Tarreau2769aa02007-12-27 18:26:09 +01005968
Daniel Corbett9f0843f2021-05-08 10:50:37 -04005969 Since it's hard to get this value right, HAProxy automatically sets it to
Willy Tarreaufbb78422011-06-05 15:38:35 +02005970 10% of the sum of the maxconns of all frontends that may branch to this
Bertrand Jacquin702d44f2013-11-19 11:43:06 +01005971 backend (based on "use_backend" and "default_backend" rules). That way it's
5972 safe to leave it unset. However, "use_backend" involving dynamic names are
5973 not counted since there is no way to know if they could match or not.
Willy Tarreaufbb78422011-06-05 15:38:35 +02005974
Willy Tarreau2769aa02007-12-27 18:26:09 +01005975 Example :
5976 # The servers will accept between 100 and 1000 concurrent connections each
5977 # and the maximum of 1000 will be reached when the backend reaches 10000
5978 # connections.
5979 backend dynamic
5980 fullconn 10000
5981 server srv1 dyn1:80 minconn 100 maxconn 1000
5982 server srv2 dyn2:80 minconn 100 maxconn 1000
5983
5984 See also : "maxconn", "server"
5985
5986
Andrew Rodland17be45e2016-10-25 17:04:12 -04005987hash-balance-factor <factor>
5988 Specify the balancing factor for bounded-load consistent hashing
5989 May be used in sections : defaults | frontend | listen | backend
5990 yes | no | no | yes
5991 Arguments :
5992 <factor> is the control for the maximum number of concurrent requests to
5993 send to a server, expressed as a percentage of the average number
Frédéric Lécaille93d33162019-03-06 09:35:59 +01005994 of concurrent requests across all of the active servers.
Andrew Rodland17be45e2016-10-25 17:04:12 -04005995
5996 Specifying a "hash-balance-factor" for a server with "hash-type consistent"
5997 enables an algorithm that prevents any one server from getting too many
5998 requests at once, even if some hash buckets receive many more requests than
5999 others. Setting <factor> to 0 (the default) disables the feature. Otherwise,
6000 <factor> is a percentage greater than 100. For example, if <factor> is 150,
6001 then no server will be allowed to have a load more than 1.5 times the average.
6002 If server weights are used, they will be respected.
6003
6004 If the first-choice server is disqualified, the algorithm will choose another
6005 server based on the request hash, until a server with additional capacity is
6006 found. A higher <factor> allows more imbalance between the servers, while a
6007 lower <factor> means that more servers will be checked on average, affecting
6008 performance. Reasonable values are from 125 to 200.
6009
Willy Tarreau760e81d2018-05-03 07:20:40 +02006010 This setting is also used by "balance random" which internally relies on the
6011 consistent hashing mechanism.
6012
Andrew Rodland17be45e2016-10-25 17:04:12 -04006013 See also : "balance" and "hash-type".
6014
6015
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -05006016hash-type <method> <function> <modifier>
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02006017 Specify a method to use for mapping hashes to servers
6018 May be used in sections : defaults | frontend | listen | backend
6019 yes | no | yes | yes
6020 Arguments :
Bhaskar98634f02013-10-29 23:30:51 -04006021 <method> is the method used to select a server from the hash computed by
6022 the <function> :
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02006023
Bhaskar98634f02013-10-29 23:30:51 -04006024 map-based the hash table is a static array containing all alive servers.
6025 The hashes will be very smooth, will consider weights, but
6026 will be static in that weight changes while a server is up
6027 will be ignored. This means that there will be no slow start.
6028 Also, since a server is selected by its position in the array,
6029 most mappings are changed when the server count changes. This
6030 means that when a server goes up or down, or when a server is
6031 added to a farm, most connections will be redistributed to
6032 different servers. This can be inconvenient with caches for
6033 instance.
Willy Tarreau798a39c2010-11-24 15:04:29 +01006034
Bhaskar98634f02013-10-29 23:30:51 -04006035 consistent the hash table is a tree filled with many occurrences of each
6036 server. The hash key is looked up in the tree and the closest
6037 server is chosen. This hash is dynamic, it supports changing
6038 weights while the servers are up, so it is compatible with the
6039 slow start feature. It has the advantage that when a server
6040 goes up or down, only its associations are moved. When a
6041 server is added to the farm, only a few part of the mappings
6042 are redistributed, making it an ideal method for caches.
6043 However, due to its principle, the distribution will never be
6044 very smooth and it may sometimes be necessary to adjust a
6045 server's weight or its ID to get a more balanced distribution.
6046 In order to get the same distribution on multiple load
6047 balancers, it is important that all servers have the exact
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -05006048 same IDs. Note: consistent hash uses sdbm and avalanche if no
6049 hash function is specified.
Bhaskar98634f02013-10-29 23:30:51 -04006050
6051 <function> is the hash function to be used :
6052
Jarno Huuskonen0e82b922014-04-12 18:22:19 +03006053 sdbm this function was created initially for sdbm (a public-domain
Bhaskar98634f02013-10-29 23:30:51 -04006054 reimplementation of ndbm) database library. It was found to do
6055 well in scrambling bits, causing better distribution of the keys
6056 and fewer splits. It also happens to be a good general hashing
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -05006057 function with good distribution, unless the total server weight
6058 is a multiple of 64, in which case applying the avalanche
6059 modifier may help.
Bhaskar98634f02013-10-29 23:30:51 -04006060
6061 djb2 this function was first proposed by Dan Bernstein many years ago
6062 on comp.lang.c. Studies have shown that for certain workload this
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -05006063 function provides a better distribution than sdbm. It generally
6064 works well with text-based inputs though it can perform extremely
6065 poorly with numeric-only input or when the total server weight is
6066 a multiple of 33, unless the avalanche modifier is also used.
6067
Daniel Corbett9f0843f2021-05-08 10:50:37 -04006068 wt6 this function was designed for HAProxy while testing other
Willy Tarreaua0f42712013-11-14 14:30:35 +01006069 functions in the past. It is not as smooth as the other ones, but
6070 is much less sensible to the input data set or to the number of
6071 servers. It can make sense as an alternative to sdbm+avalanche or
6072 djb2+avalanche for consistent hashing or when hashing on numeric
6073 data such as a source IP address or a visitor identifier in a URL
6074 parameter.
6075
Willy Tarreau324f07f2015-01-20 19:44:50 +01006076 crc32 this is the most common CRC32 implementation as used in Ethernet,
6077 gzip, PNG, etc. It is slower than the other ones but may provide
6078 a better distribution or less predictable results especially when
6079 used on strings.
6080
Bhaskar Maddalab6c0ac92013-11-05 11:54:02 -05006081 <modifier> indicates an optional method applied after hashing the key :
6082
6083 avalanche This directive indicates that the result from the hash
6084 function above should not be used in its raw form but that
6085 a 4-byte full avalanche hash must be applied first. The
6086 purpose of this step is to mix the resulting bits from the
6087 previous hash in order to avoid any undesired effect when
6088 the input contains some limited values or when the number of
6089 servers is a multiple of one of the hash's components (64
6090 for SDBM, 33 for DJB2). Enabling avalanche tends to make the
6091 result less predictable, but it's also not as smooth as when
6092 using the original function. Some testing might be needed
6093 with some workloads. This hash is one of the many proposed
6094 by Bob Jenkins.
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02006095
Bhaskar98634f02013-10-29 23:30:51 -04006096 The default hash type is "map-based" and is recommended for most usages. The
6097 default function is "sdbm", the selection of a function should be based on
6098 the range of the values being hashed.
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02006099
Andrew Rodland17be45e2016-10-25 17:04:12 -04006100 See also : "balance", "hash-balance-factor", "server"
Willy Tarreau6b2e11b2009-10-01 07:52:15 +02006101
6102
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006103http-after-response <action> <options...> [ { if | unless } <condition> ]
6104 Access control for all Layer 7 responses (server, applet/service and internal
6105 ones).
6106
6107 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +02006108 yes(!) | yes | yes | yes
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006109
6110 The http-after-response statement defines a set of rules which apply to layer
6111 7 processing. The rules are evaluated in their declaration order when they
6112 are met in a frontend, listen or backend section. Any rule may optionally be
6113 followed by an ACL-based condition, in which case it will only be evaluated
6114 if the condition is true. Since these rules apply on responses, the backend
6115 rules are applied first, followed by the frontend's rules.
6116
6117 Unlike http-response rules, these ones are applied on all responses, the
6118 server ones but also to all responses generated by HAProxy. These rules are
6119 evaluated at the end of the responses analysis, before the data forwarding.
6120
Christopher Faulet71d18922021-10-14 08:18:50 +02006121 The first keyword is the rule's action. Several types of actions are
6122 supported:
6123 - add-header <name> <fmt>
6124 - allow
Christopher Fauletba8f0632021-12-06 08:43:22 +01006125 - capture <sample> id <id>
Christopher Fauleta9248042023-01-05 11:17:38 +01006126 - del-acl(<file-name>) <key fmt>
Christopher Faulet71d18922021-10-14 08:18:50 +02006127 - del-header <name> [ -m <meth> ]
Christopher Fauleta9248042023-01-05 11:17:38 +01006128 - del-map(<file-name>) <key fmt>
Christopher Faulet71d18922021-10-14 08:18:50 +02006129 - replace-header <name> <regex-match> <replace-fmt>
6130 - replace-value <name> <regex-match> <replace-fmt>
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +01006131 - sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
Christopher Fauleta9248042023-01-05 11:17:38 +01006132 - sc-inc-gpc(<idx>,<sc-id>)
6133 - sc-inc-gpc0(<sc-id>)
6134 - sc-inc-gpc1(<sc-id>)
6135 - sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
6136 - sc-set-gpt0(<sc-id>) { <int> | <expr> }
Christopher Faulet71d18922021-10-14 08:18:50 +02006137 - set-header <name> <fmt>
Christopher Fauleta9248042023-01-05 11:17:38 +01006138 - set-log-level <level>
6139 - set-map(<file-name>) <key fmt> <value fmt>
Christopher Faulet71d18922021-10-14 08:18:50 +02006140 - set-status <status> [reason <str>]
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +01006141 - set-var(<var-name>[,<cond>...]) <expr>
6142 - set-var-fmt(<var-name>[,<cond>...]) <fmt>
Christopher Faulet71d18922021-10-14 08:18:50 +02006143 - strict-mode { on | off }
6144 - unset-var(<var-name>)
6145
6146 The supported actions are described below.
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006147
6148 There is no limit to the number of http-after-response statements per
6149 instance.
6150
Christopher Faulet6e0425b2021-10-13 19:27:38 +02006151 This directive is only available from named defaults sections, not anonymous
6152 ones. Rules defined in the defaults section are evaluated before ones in the
6153 associated proxy section. To avoid ambiguities, in this case the same
6154 defaults section cannot be used by proxies with the frontend capability and
6155 by proxies with the backend capability. It means a listen section cannot use
6156 a defaults section defining such rules.
6157
Christopher Fauletd5ac6de2020-12-02 08:40:14 +01006158 Note: Errors emitted in early stage of the request parsing are handled by the
6159 multiplexer at a lower level, before any http analysis. Thus no
6160 http-after-response ruleset is evaluated on these errors.
6161
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006162 Example:
6163 http-after-response set-header Strict-Transport-Security "max-age=31536000"
6164 http-after-response set-header Cache-Control "no-store,no-cache,private"
6165 http-after-response set-header Pragma "no-cache"
6166
6167http-after-response add-header <name> <fmt> [ { if | unless } <condition> ]
6168
6169 This appends an HTTP header field whose name is specified in <name> and whose
Christopher Faulet71d18922021-10-14 08:18:50 +02006170 value is defined by <fmt>. Please refer to "http-request add-header" for a
6171 complete description.
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006172
Christopher Fauletd9d36b82023-01-05 10:25:30 +01006173http-after-response allow [ { if | unless } <condition> ]
6174
6175 This stops the evaluation of the rules and lets the response pass the check.
6176 No further "http-after-response" rules are evaluated for the current section.
6177
Christopher Fauletba8f0632021-12-06 08:43:22 +01006178http-after-response capture <sample> id <id> [ { if | unless } <condition> ]
6179
6180 This captures sample expression <sample> from the response buffer, and
6181 converts it to a string. Please refer to "http-response capture" for a
6182 complete description.
6183
Christopher Fauleta9248042023-01-05 11:17:38 +01006184http-after-response del-acl(<file-name>) <key fmt> [ { if | unless } <condition> ]
6185
6186 This is used to delete an entry from an ACL. Please refer to "http-request
6187 del-acl" for a complete description.
6188
Maciej Zdebebdd4c52020-11-20 13:58:48 +00006189http-after-response del-header <name> [ -m <meth> ] [ { if | unless } <condition> ]
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006190
Christopher Faulet71d18922021-10-14 08:18:50 +02006191 This removes all HTTP header fields whose name is specified in <name>. Please
6192 refer to "http-request del-header" for a complete description.
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006193
Christopher Fauleta9248042023-01-05 11:17:38 +01006194http-after-response del-map(<file-name>) <key fmt> [ { if | unless } <condition> ]
6195
6196 This is used to delete an entry from a MAP. Please refer to "http-request
6197 del-map" for a complete description.
6198
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006199http-after-response replace-header <name> <regex-match> <replace-fmt>
6200 [ { if | unless } <condition> ]
6201
6202 This works like "http-response replace-header".
6203
6204 Example:
6205 http-after-response replace-header Set-Cookie (C=[^;]*);(.*) \1;ip=%bi;\2
6206
6207 # applied to:
6208 Set-Cookie: C=1; expires=Tue, 14-Jun-2016 01:40:45 GMT
6209
6210 # outputs:
6211 Set-Cookie: C=1;ip=192.168.1.20; expires=Tue, 14-Jun-2016 01:40:45 GMT
6212
6213 # assuming the backend IP is 192.168.1.20.
6214
6215http-after-response replace-value <name> <regex-match> <replace-fmt>
6216 [ { if | unless } <condition> ]
6217
6218 This works like "http-response replace-value".
6219
6220 Example:
6221 http-after-response replace-value Cache-control ^public$ private
6222
6223 # applied to:
6224 Cache-Control: max-age=3600, public
6225
6226 # outputs:
6227 Cache-Control: max-age=3600, private
6228
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +01006229http-after-response sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
6230 [ { if | unless } <condition> ]
6231
6232 This action increments the General Purpose Counter according to the sticky
6233 counter designated by <sc-id>. Please refer to "http-request sc-add-gpc" for
6234 a complete description.
6235
Christopher Fauleta9248042023-01-05 11:17:38 +01006236http-after-response sc-inc-gpc(<idx>,<sc-id>) [ { if | unless } <condition> ]
6237http-after-response sc-inc-gpc0(<sc-id>) [ { if | unless } <condition> ]
6238http-after-response sc-inc-gpc1(<sc-id>) [ { if | unless } <condition> ]
6239
6240 These actions increment the General Purppose Counters according to the sticky
6241 counter designated by <sc-id>. Please refer to "http-request sc-inc-gpc",
6242 "http-request sc-inc-gpc0" and "http-request sc-inc-gpc1" for a complete
6243 description.
6244
6245http-after-response sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
6246 [ { if | unless } <condition> ]
6247http-after-response sc-set-gpt0(<sc-id>) { <int> | <expr> }
6248 [ { if | unless } <condition> ]
6249
6250 These actions set the 32-bit unsigned General Purpose Tags according to the
6251 sticky counter designated by <sc-id>. Please refer to "http-request
Johannes Naabc7899802023-08-10 14:10:37 +02006252 sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
Christopher Fauleta9248042023-01-05 11:17:38 +01006253
6254http-after-response set-log-level <level> [ { if | unless } <condition> ]
6255
6256 This is used to change the log level of the current response. Please refer to
6257 "http-request set-log-level" for a complete description.
6258
6259http-after-response set-map(<file-name>) <key fmt> <value fmt>
6260
6261 This is used to add a new entry into a MAP. Please refer to "http-request
6262 set-map" for a complete description.
6263
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006264http-after-response set-header <name> <fmt> [ { if | unless } <condition> ]
6265
Christopher Faulet71d18922021-10-14 08:18:50 +02006266 This does the same as "http-after-response add-header" except that the header
6267 name is first removed if it existed. This is useful when passing security
6268 information to the server, where the header must not be manipulated by
6269 external users.
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006270
6271http-after-response set-status <status> [reason <str>]
6272 [ { if | unless } <condition> ]
6273
6274 This replaces the response status code with <status> which must be an integer
Ilya Shipitsina4d09e72021-11-20 23:11:12 +05006275 between 100 and 999. Please refer to "http-response set-status" for a complete
Christopher Faulet71d18922021-10-14 08:18:50 +02006276 description.
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006277
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +01006278http-after-response set-var(<var-name>[,<cond>...]) <expr> [ { if | unless } <condition> ]
6279http-after-response set-var-fmt(<var-name>[,<cond>...]) <fmt> [ { if | unless } <condition> ]
Willy Tarreau9a621ae2021-09-02 21:00:38 +02006280
Christopher Faulet71d18922021-10-14 08:18:50 +02006281 This is used to set the contents of a variable. The variable is declared
6282 inline. Please refer to "http-request set-var" and "http-request set-var-fmt"
6283 for a complete description.
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006284
Christopher Faulet71d18922021-10-14 08:18:50 +02006285http-after-response strict-mode { on | off } [ { if | unless } <condition> ]
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006286
Christopher Faulet71d18922021-10-14 08:18:50 +02006287 This enables or disables the strict rewriting mode for following
6288 rules. Please refer to "http-request strict-mode" for a complete description.
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006289
6290http-after-response unset-var(<var-name>) [ { if | unless } <condition> ]
6291
Christopher Faulet71d18922021-10-14 08:18:50 +02006292 This is used to unset a variable. See "http-request set-var" for details
6293 about <var-name>.
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006294
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02006295
6296http-check comment <string>
6297 Defines a comment for the following the http-check rule, reported in logs if
6298 it fails.
6299 May be used in sections : defaults | frontend | listen | backend
6300 yes | no | yes | yes
6301
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02006302 Arguments :
6303 <string> is the comment message to add in logs if the following http-check
6304 rule fails.
6305
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006306 It only works for connect, send and expect rules. It is useful to make
6307 user-friendly error reporting.
6308
Daniel Corbett67a82712020-07-06 23:01:19 -04006309 See also : "option httpchk", "http-check connect", "http-check send" and
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02006310 "http-check expect".
6311
6312
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006313http-check connect [default] [port <expr>] [addr <ip>] [send-proxy]
6314 [via-socks4] [ssl] [sni <sni>] [alpn <alpn>] [linger]
Christopher Fauletb7056222023-02-27 18:01:41 +01006315 [proto <name>] [comment <msg>]
Christopher Faulete5870d82020-04-15 11:32:03 +02006316 Opens a new connection to perform an HTTP health check
6317 May be used in sections : defaults | frontend | listen | backend
6318 yes | no | yes | yes
6319
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006320 Arguments :
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02006321 comment <msg> defines a message to report if the rule evaluation fails.
6322
Christopher Faulete5870d82020-04-15 11:32:03 +02006323 default Use default options of the server line to do the health
Daniel Corbett67a82712020-07-06 23:01:19 -04006324 checks. The server options are used only if not redefined.
Christopher Faulete5870d82020-04-15 11:32:03 +02006325
6326 port <expr> if not set, check port or server port is used.
6327 It tells HAProxy where to open the connection to.
6328 <port> must be a valid TCP port source integer, from 1 to
6329 65535 or an sample-fetch expression.
6330
6331 addr <ip> defines the IP address to do the health check.
6332
6333 send-proxy send a PROXY protocol string
6334
6335 via-socks4 enables outgoing health checks using upstream socks4 proxy.
6336
6337 ssl opens a ciphered connection
6338
6339 sni <sni> specifies the SNI to use to do health checks over SSL.
6340
6341 alpn <alpn> defines which protocols to advertise with ALPN. The protocol
6342 list consists in a comma-delimited list of protocol names,
6343 for instance: "h2,http/1.1". If it is not set, the server ALPN
6344 is used.
6345
Christopher Fauletedc6ed92020-04-23 16:27:59 +02006346 proto <name> forces the multiplexer's protocol to use for this connection.
6347 It must be an HTTP mux protocol and it must be usable on the
6348 backend side. The list of available protocols is reported in
6349 haproxy -vv.
6350
Christopher Faulete5870d82020-04-15 11:32:03 +02006351 linger cleanly close the connection instead of using a single RST.
6352
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006353 Just like tcp-check health checks, it is possible to configure the connection
6354 to use to perform HTTP health check. This directive should also be used to
6355 describe a scenario involving several request/response exchanges, possibly on
6356 different ports or with different servers.
6357
6358 When there are no TCP port configured on the server line neither server port
6359 directive, then the first step of the http-check sequence must be to specify
6360 the port with a "http-check connect".
6361
6362 In an http-check ruleset a 'connect' is required, it is also mandatory to start
6363 the ruleset with a 'connect' rule. Purpose is to ensure admin know what they
6364 do.
6365
6366 When a connect must start the ruleset, if may still be preceded by set-var,
6367 unset-var or comment rules.
6368
6369 Examples :
Christopher Faulete5870d82020-04-15 11:32:03 +02006370 # check HTTP and HTTPs services on a server.
6371 # first open port 80 thanks to server line port directive, then
6372 # tcp-check opens port 443, ciphered and run a request on it:
6373 option httpchk
6374
6375 http-check connect
Christopher Fauleta5c14ef2020-04-29 14:19:13 +02006376 http-check send meth GET uri / ver HTTP/1.1 hdr host haproxy.1wt.eu
Christopher Faulet8021a5f2020-04-24 13:53:12 +02006377 http-check expect status 200-399
Christopher Faulete5870d82020-04-15 11:32:03 +02006378 http-check connect port 443 ssl sni haproxy.1wt.eu
Christopher Fauleta5c14ef2020-04-29 14:19:13 +02006379 http-check send meth GET uri / ver HTTP/1.1 hdr host haproxy.1wt.eu
Christopher Faulet8021a5f2020-04-24 13:53:12 +02006380 http-check expect status 200-399
Christopher Faulete5870d82020-04-15 11:32:03 +02006381
6382 server www 10.0.0.1 check port 80
6383
6384 See also : "option httpchk", "http-check send", "http-check expect"
Christopher Faulet6d0c3df2020-01-22 09:26:35 +01006385
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006386
Willy Tarreau0ba27502007-12-24 16:55:16 +01006387http-check disable-on-404
6388 Enable a maintenance mode upon HTTP/404 response to health-checks
6389 May be used in sections : defaults | frontend | listen | backend
Willy Tarreau2769aa02007-12-27 18:26:09 +01006390 yes | no | yes | yes
Willy Tarreau0ba27502007-12-24 16:55:16 +01006391 Arguments : none
6392
6393 When this option is set, a server which returns an HTTP code 404 will be
6394 excluded from further load-balancing, but will still receive persistent
6395 connections. This provides a very convenient method for Web administrators
6396 to perform a graceful shutdown of their servers. It is also important to note
6397 that a server which is detected as failed while it was in this mode will not
6398 generate an alert, just a notice. If the server responds 2xx or 3xx again, it
6399 will immediately be reinserted into the farm. The status on the stats page
6400 reports "NOLB" for a server in this mode. It is important to note that this
Willy Tarreaubd741542010-03-16 18:46:54 +01006401 option only works in conjunction with the "httpchk" option. If this option
6402 is used with "http-check expect", then it has precedence over it so that 404
Christopher Fauletfa8b89a2020-11-20 18:54:13 +01006403 responses will still be considered as soft-stop. Note also that a stopped
6404 server will stay stopped even if it replies 404s. This option is only
6405 evaluated for running servers.
Willy Tarreaubd741542010-03-16 18:46:54 +01006406
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006407 See also : "option httpchk" and "http-check expect".
Willy Tarreaubd741542010-03-16 18:46:54 +01006408
6409
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02006410http-check expect [min-recv <int>] [comment <msg>]
Christopher Faulete5870d82020-04-15 11:32:03 +02006411 [ok-status <st>] [error-status <st>] [tout-status <st>]
6412 [on-success <fmt>] [on-error <fmt>] [status-code <expr>]
6413 [!] <match> <pattern>
Jamie Gloudonaaa21002012-08-25 00:18:33 -04006414 Make HTTP health checks consider response contents or specific status codes
Willy Tarreaubd741542010-03-16 18:46:54 +01006415 May be used in sections : defaults | frontend | listen | backend
Willy Tarreau1ee51a62011-08-19 20:04:17 +02006416 yes | no | yes | yes
Christopher Faulete5870d82020-04-15 11:32:03 +02006417
Willy Tarreaubd741542010-03-16 18:46:54 +01006418 Arguments :
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02006419 comment <msg> defines a message to report if the rule evaluation fails.
6420
Christopher Faulete5870d82020-04-15 11:32:03 +02006421 min-recv is optional and can define the minimum amount of data required to
6422 evaluate the current expect rule. If the number of received bytes
6423 is under this limit, the check will wait for more data. This
6424 option can be used to resolve some ambiguous matching rules or to
6425 avoid executing costly regex matches on content known to be still
6426 incomplete. If an exact string is used, the minimum between the
6427 string length and this parameter is used. This parameter is
6428 ignored if it is set to -1. If the expect rule does not match,
6429 the check will wait for more data. If set to 0, the evaluation
6430 result is always conclusive.
6431
6432 ok-status <st> is optional and can be used to set the check status if
6433 the expect rule is successfully evaluated and if it is
6434 the last rule in the tcp-check ruleset. "L7OK", "L7OKC",
Christopher Fauletd888f0f2020-05-07 07:40:17 +02006435 "L6OK" and "L4OK" are supported :
6436 - L7OK : check passed on layer 7
Christopher Faulet83662b52020-11-20 17:47:47 +01006437 - L7OKC : check conditionally passed on layer 7, set
6438 server to NOLB state.
Christopher Fauletd888f0f2020-05-07 07:40:17 +02006439 - L6OK : check passed on layer 6
6440 - L4OK : check passed on layer 4
6441 By default "L7OK" is used.
Christopher Faulete5870d82020-04-15 11:32:03 +02006442
6443 error-status <st> is optional and can be used to set the check status if
6444 an error occurred during the expect rule evaluation.
Christopher Faulet83662b52020-11-20 17:47:47 +01006445 "L7OKC", "L7RSP", "L7STS", "L6RSP" and "L4CON" are
6446 supported :
6447 - L7OKC : check conditionally passed on layer 7, set
6448 server to NOLB state.
Christopher Fauletd888f0f2020-05-07 07:40:17 +02006449 - L7RSP : layer 7 invalid response - protocol error
6450 - L7STS : layer 7 response error, for example HTTP 5xx
6451 - L6RSP : layer 6 invalid response - protocol error
6452 - L4CON : layer 1-4 connection problem
6453 By default "L7RSP" is used.
Christopher Faulete5870d82020-04-15 11:32:03 +02006454
6455 tout-status <st> is optional and can be used to set the check status if
6456 a timeout occurred during the expect rule evaluation.
Christopher Fauletd888f0f2020-05-07 07:40:17 +02006457 "L7TOUT", "L6TOUT", and "L4TOUT" are supported :
6458 - L7TOUT : layer 7 (HTTP/SMTP) timeout
6459 - L6TOUT : layer 6 (SSL) timeout
6460 - L4TOUT : layer 1-4 timeout
Christopher Faulete5870d82020-04-15 11:32:03 +02006461 By default "L7TOUT" is used.
6462
6463 on-success <fmt> is optional and can be used to customize the
6464 informational message reported in logs if the expect
6465 rule is successfully evaluated and if it is the last rule
6466 in the tcp-check ruleset. <fmt> is a log-format string.
6467
6468 on-error <fmt> is optional and can be used to customize the
6469 informational message reported in logs if an error
6470 occurred during the expect rule evaluation. <fmt> is a
6471 log-format string.
6472
Willy Tarreaubd741542010-03-16 18:46:54 +01006473 <match> is a keyword indicating how to look for a specific pattern in the
Christopher Fauletb5594262020-05-05 20:23:13 +02006474 response. The keyword may be one of "status", "rstatus", "hdr",
6475 "fhdr", "string", or "rstring". The keyword may be preceded by an
Willy Tarreaubd741542010-03-16 18:46:54 +01006476 exclamation mark ("!") to negate the match. Spaces are allowed
6477 between the exclamation mark and the keyword. See below for more
6478 details on the supported keywords.
6479
Christopher Faulet39708192020-05-05 10:47:36 +02006480 <pattern> is the pattern to look for. It may be a string, a regular
6481 expression or a more complex pattern with several arguments. If
6482 the string pattern contains spaces, they must be escaped with the
6483 usual backslash ('\').
Willy Tarreaubd741542010-03-16 18:46:54 +01006484
6485 By default, "option httpchk" considers that response statuses 2xx and 3xx
6486 are valid, and that others are invalid. When "http-check expect" is used,
6487 it defines what is considered valid or invalid. Only one "http-check"
6488 statement is supported in a backend. If a server fails to respond or times
6489 out, the check obviously fails. The available matches are :
6490
Christopher Faulet8021a5f2020-04-24 13:53:12 +02006491 status <codes> : test the status codes found parsing <codes> string. it
6492 must be a comma-separated list of status codes or range
6493 codes. A health check response will be considered as
6494 valid if the response's status code matches any status
6495 code or is inside any range of the list. If the "status"
6496 keyword is prefixed with "!", then the response will be
6497 considered invalid if the status code matches.
Willy Tarreaubd741542010-03-16 18:46:54 +01006498
6499 rstatus <regex> : test a regular expression for the HTTP status code.
Jamie Gloudonaaa21002012-08-25 00:18:33 -04006500 A health check response will be considered valid if the
Willy Tarreaubd741542010-03-16 18:46:54 +01006501 response's status code matches the expression. If the
6502 "rstatus" keyword is prefixed with "!", then the response
6503 will be considered invalid if the status code matches.
6504 This is mostly used to check for multiple codes.
6505
Christopher Fauletb5594262020-05-05 20:23:13 +02006506 hdr { name | name-lf } [ -m <meth> ] <name>
6507 [ { value | value-lf } [ -m <meth> ] <value> :
Christopher Faulet39708192020-05-05 10:47:36 +02006508 test the specified header pattern on the HTTP response
6509 headers. The name pattern is mandatory but the value
6510 pattern is optional. If not specified, only the header
6511 presence is verified. <meth> is the matching method,
6512 applied on the header name or the header value. Supported
6513 matching methods are "str" (exact match), "beg" (prefix
6514 match), "end" (suffix match), "sub" (substring match) or
6515 "reg" (regex match). If not specified, exact matching
Christopher Fauletb5594262020-05-05 20:23:13 +02006516 method is used. If the "name-lf" parameter is used,
6517 <name> is evaluated as a log-format string. If "value-lf"
6518 parameter is used, <value> is evaluated as a log-format
6519 string. These parameters cannot be used with the regex
6520 matching method. Finally, the header value is considered
6521 as comma-separated list. Note that matchings are case
6522 insensitive on the header names.
6523
6524 fhdr { name | name-lf } [ -m <meth> ] <name>
6525 [ { value | value-lf } [ -m <meth> ] <value> :
6526 test the specified full header pattern on the HTTP
6527 response headers. It does exactly the same than "hdr"
6528 keyword, except the full header value is tested, commas
6529 are not considered as delimiters.
Christopher Faulet39708192020-05-05 10:47:36 +02006530
Willy Tarreaubd741542010-03-16 18:46:54 +01006531 string <string> : test the exact string match in the HTTP response body.
Jamie Gloudonaaa21002012-08-25 00:18:33 -04006532 A health check response will be considered valid if the
Willy Tarreaubd741542010-03-16 18:46:54 +01006533 response's body contains this exact string. If the
6534 "string" keyword is prefixed with "!", then the response
6535 will be considered invalid if the body contains this
6536 string. This can be used to look for a mandatory word at
6537 the end of a dynamic page, or to detect a failure when a
Davor Ocelice9ed2812017-12-25 17:49:28 +01006538 specific error appears on the check page (e.g. a stack
Willy Tarreaubd741542010-03-16 18:46:54 +01006539 trace).
6540
6541 rstring <regex> : test a regular expression on the HTTP response body.
Jamie Gloudonaaa21002012-08-25 00:18:33 -04006542 A health check response will be considered valid if the
Willy Tarreaubd741542010-03-16 18:46:54 +01006543 response's body matches this expression. If the "rstring"
6544 keyword is prefixed with "!", then the response will be
6545 considered invalid if the body matches the expression.
6546 This can be used to look for a mandatory word at the end
6547 of a dynamic page, or to detect a failure when a specific
Davor Ocelice9ed2812017-12-25 17:49:28 +01006548 error appears on the check page (e.g. a stack trace).
Willy Tarreaubd741542010-03-16 18:46:54 +01006549
Christopher Fauletaaab0832020-05-05 15:54:22 +02006550 string-lf <fmt> : test a log-format string match in the HTTP response body.
6551 A health check response will be considered valid if the
6552 response's body contains the string resulting of the
6553 evaluation of <fmt>, which follows the log-format rules.
6554 If prefixed with "!", then the response will be
6555 considered invalid if the body contains the string.
6556
Willy Tarreaubd741542010-03-16 18:46:54 +01006557 It is important to note that the responses will be limited to a certain size
Christopher Fauletbb9fb8b2020-11-25 17:20:57 +01006558 defined by the global "tune.bufsize" option, which defaults to 16384 bytes.
Willy Tarreaubd741542010-03-16 18:46:54 +01006559 Thus, too large responses may not contain the mandatory pattern when using
6560 "string" or "rstring". If a large response is absolutely required, it is
6561 possible to change the default max size by setting the global variable.
6562 However, it is worth keeping in mind that parsing very large responses can
6563 waste some CPU cycles, especially when regular expressions are used, and that
6564 it is always better to focus the checks on smaller resources.
6565
Christopher Faulete5870d82020-04-15 11:32:03 +02006566 In an http-check ruleset, the last expect rule may be implicit. If no expect
6567 rule is specified after the last "http-check send", an implicit expect rule
6568 is defined to match on 2xx or 3xx status codes. It means this rule is also
6569 defined if there is no "http-check" rule at all, when only "option httpchk"
6570 is set.
Cyril Bonté32602d22015-01-30 00:07:07 +01006571
Willy Tarreaubd741542010-03-16 18:46:54 +01006572 Last, if "http-check expect" is combined with "http-check disable-on-404",
6573 then this last one has precedence when the server responds with 404.
6574
6575 Examples :
6576 # only accept status 200 as valid
Christopher Faulet8021a5f2020-04-24 13:53:12 +02006577 http-check expect status 200,201,300-310
Willy Tarreaubd741542010-03-16 18:46:54 +01006578
Christopher Faulet39708192020-05-05 10:47:36 +02006579 # be sure a sessid coookie is set
6580 http-check expect header name "set-cookie" value -m beg "sessid="
6581
Willy Tarreaubd741542010-03-16 18:46:54 +01006582 # consider SQL errors as errors
Willy Tarreau8f2a1e72011-01-06 16:36:10 +01006583 http-check expect ! string SQL\ Error
Willy Tarreaubd741542010-03-16 18:46:54 +01006584
6585 # consider status 5xx only as errors
Willy Tarreau8f2a1e72011-01-06 16:36:10 +01006586 http-check expect ! rstatus ^5
Willy Tarreaubd741542010-03-16 18:46:54 +01006587
6588 # check that we have a correct hexadecimal tag before /html
Jarno Huuskonene5ae7022017-04-03 14:36:21 +03006589 http-check expect rstring <!--tag:[0-9a-f]*--></html>
Willy Tarreau0ba27502007-12-24 16:55:16 +01006590
Christopher Faulete5870d82020-04-15 11:32:03 +02006591 See also : "option httpchk", "http-check connect", "http-check disable-on-404"
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006592 and "http-check send".
Willy Tarreau2769aa02007-12-27 18:26:09 +01006593
6594
Christopher Faulet7c95f5f2020-05-06 15:06:34 +02006595http-check send [meth <method>] [{ uri <uri> | uri-lf <fmt> }>] [ver <version>]
Christopher Faulet574e7bd2020-05-06 15:38:58 +02006596 [hdr <name> <fmt>]* [{ body <string> | body-lf <fmt> }]
6597 [comment <msg>]
Christopher Faulet8acb1282020-04-09 08:44:06 +02006598 Add a possible list of headers and/or a body to the request sent during HTTP
6599 health checks.
6600 May be used in sections : defaults | frontend | listen | backend
6601 yes | no | yes | yes
6602 Arguments :
Christopher Faulet4f5c2e22020-04-23 15:22:33 +02006603 comment <msg> defines a message to report if the rule evaluation fails.
6604
Christopher Faulete5870d82020-04-15 11:32:03 +02006605 meth <method> is the optional HTTP method used with the requests. When not
6606 set, the "OPTIONS" method is used, as it generally requires
6607 low server processing and is easy to filter out from the
6608 logs. Any method may be used, though it is not recommended
6609 to invent non-standard ones.
6610
Christopher Faulet7c95f5f2020-05-06 15:06:34 +02006611 uri <uri> is optional and set the URI referenced in the HTTP requests
6612 to the string <uri>. It defaults to "/" which is accessible
6613 by default on almost any server, but may be changed to any
6614 other URI. Query strings are permitted.
6615
6616 uri-lf <fmt> is optional and set the URI referenced in the HTTP requests
6617 using the log-format string <fmt>. It defaults to "/" which
6618 is accessible by default on almost any server, but may be
6619 changed to any other URI. Query strings are permitted.
Christopher Faulet8acb1282020-04-09 08:44:06 +02006620
Christopher Faulet907701b2020-04-28 09:37:00 +02006621 ver <version> is the optional HTTP version string. It defaults to
Christopher Faulete5870d82020-04-15 11:32:03 +02006622 "HTTP/1.0" but some servers might behave incorrectly in HTTP
Daniel Corbett67a82712020-07-06 23:01:19 -04006623 1.0, so turning it to HTTP/1.1 may sometimes help. Note that
Christopher Faulete5870d82020-04-15 11:32:03 +02006624 the Host field is mandatory in HTTP/1.1, use "hdr" argument
6625 to add it.
6626
6627 hdr <name> <fmt> adds the HTTP header field whose name is specified in
6628 <name> and whose value is defined by <fmt>, which follows
6629 to the log-format rules.
6630
6631 body <string> add the body defined by <string> to the request sent during
6632 HTTP health checks. If defined, the "Content-Length" header
6633 is thus automatically added to the request.
Christopher Faulet8acb1282020-04-09 08:44:06 +02006634
Christopher Faulet574e7bd2020-05-06 15:38:58 +02006635 body-lf <fmt> add the body defined by the log-format string <fmt> to the
6636 request sent during HTTP health checks. If defined, the
6637 "Content-Length" header is thus automatically added to the
6638 request.
6639
Christopher Faulet8acb1282020-04-09 08:44:06 +02006640 In addition to the request line defined by the "option httpchk" directive,
6641 this one is the valid way to add some headers and optionally a body to the
6642 request sent during HTTP health checks. If a body is defined, the associate
Christopher Faulet9df910c2020-04-29 14:20:47 +02006643 "Content-Length" header is automatically added. Thus, this header or
6644 "Transfer-encoding" header should not be present in the request provided by
6645 "http-check send". If so, it will be ignored. The old trick consisting to add
6646 headers after the version string on the "option httpchk" line is now
Amaury Denoyelle6d975f02020-12-22 14:08:52 +01006647 deprecated.
Christopher Faulet8acb1282020-04-09 08:44:06 +02006648
Christopher Faulete5870d82020-04-15 11:32:03 +02006649 Also "http-check send" doesn't support HTTP keep-alive. Keep in mind that it
Amaury Denoyelle6d975f02020-12-22 14:08:52 +01006650 will automatically append a "Connection: close" header, unless a Connection
6651 header has already already been configured via a hdr entry.
Christopher Faulet9df910c2020-04-29 14:20:47 +02006652
6653 Note that the Host header and the request authority, when both defined, are
6654 automatically synchronized. It means when the HTTP request is sent, when a
6655 Host is inserted in the request, the request authority is accordingly
6656 updated. Thus, don't be surprised if the Host header value overwrites the
6657 configured request authority.
6658
6659 Note also for now, no Host header is automatically added in HTTP/1.1 or above
6660 requests. You should add it explicitly.
Christopher Faulete5870d82020-04-15 11:32:03 +02006661
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006662 See also : "option httpchk", "http-check send-state" and "http-check expect".
Christopher Faulet8acb1282020-04-09 08:44:06 +02006663
6664
Willy Tarreauef781042010-01-27 11:53:01 +01006665http-check send-state
6666 Enable emission of a state header with HTTP health checks
6667 May be used in sections : defaults | frontend | listen | backend
6668 yes | no | yes | yes
6669 Arguments : none
6670
Daniel Corbett9f0843f2021-05-08 10:50:37 -04006671 When this option is set, HAProxy will systematically send a special header
Willy Tarreauef781042010-01-27 11:53:01 +01006672 "X-Haproxy-Server-State" with a list of parameters indicating to each server
Daniel Corbett9f0843f2021-05-08 10:50:37 -04006673 how they are seen by HAProxy. This can be used for instance when a server is
6674 manipulated without access to HAProxy and the operator needs to know whether
6675 HAProxy still sees it up or not, or if the server is the last one in a farm.
Willy Tarreauef781042010-01-27 11:53:01 +01006676
6677 The header is composed of fields delimited by semi-colons, the first of which
6678 is a word ("UP", "DOWN", "NOLB"), possibly followed by a number of valid
6679 checks on the total number before transition, just as appears in the stats
6680 interface. Next headers are in the form "<variable>=<value>", indicating in
6681 no specific order some values available in the stats interface :
Joseph Lynch514061c2015-01-15 17:52:59 -08006682 - a variable "address", containing the address of the backend server.
6683 This corresponds to the <address> field in the server declaration. For
6684 unix domain sockets, it will read "unix".
6685
6686 - a variable "port", containing the port of the backend server. This
6687 corresponds to the <port> field in the server declaration. For unix
6688 domain sockets, it will read "unix".
6689
Willy Tarreauef781042010-01-27 11:53:01 +01006690 - a variable "name", containing the name of the backend followed by a slash
6691 ("/") then the name of the server. This can be used when a server is
6692 checked in multiple backends.
6693
Daniel Corbett9f0843f2021-05-08 10:50:37 -04006694 - a variable "node" containing the name of the HAProxy node, as set in the
Willy Tarreauef781042010-01-27 11:53:01 +01006695 global "node" variable, otherwise the system's hostname if unspecified.
6696
6697 - a variable "weight" indicating the weight of the server, a slash ("/")
6698 and the total weight of the farm (just counting usable servers). This
6699 helps to know if other servers are available to handle the load when this
6700 one fails.
6701
6702 - a variable "scur" indicating the current number of concurrent connections
6703 on the server, followed by a slash ("/") then the total number of
6704 connections on all servers of the same backend.
6705
6706 - a variable "qcur" indicating the current number of requests in the
6707 server's queue.
6708
6709 Example of a header received by the application server :
6710 >>> X-Haproxy-Server-State: UP 2/3; name=bck/srv2; node=lb1; weight=1/2; \
6711 scur=13/22; qcur=0
6712
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006713 See also : "option httpchk", "http-check disable-on-404" and
6714 "http-check send".
Willy Tarreauef781042010-01-27 11:53:01 +01006715
Christopher Faulete5870d82020-04-15 11:32:03 +02006716
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +01006717http-check set-var(<var-name>[,<cond>...]) <expr>
6718http-check set-var-fmt(<var-name>[,<cond>...]) <fmt>
Christopher Faulete5870d82020-04-15 11:32:03 +02006719 This operation sets the content of a variable. The variable is declared inline.
Christopher Faulete5870d82020-04-15 11:32:03 +02006720 May be used in sections: defaults | frontend | listen | backend
6721 yes | no | yes | yes
6722
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006723 Arguments :
Christopher Faulete5870d82020-04-15 11:32:03 +02006724 <var-name> The name of the variable starts with an indication about its
6725 scope. The scopes allowed for http-check are:
6726 "proc" : the variable is shared with the whole process.
6727 "sess" : the variable is shared with the tcp-check session.
6728 "check": the variable is declared for the lifetime of the tcp-check.
6729 This prefix is followed by a name. The separator is a '.'.
6730 The name may only contain characters 'a-z', 'A-Z', '0-9', '.',
6731 and '-'.
6732
Remi Tricot-Le Breton164726c2021-12-16 17:14:40 +01006733 <cond> A set of conditions that must all be true for the variable to
6734 actually be set (such as "ifnotempty", "ifgt" ...). See the
Ilya Shipitsin5e87bcf2021-12-25 11:45:52 +05006735 set-var converter's description for a full list of possible
Remi Tricot-Le Breton164726c2021-12-16 17:14:40 +01006736 conditions.
6737
Christopher Faulete5870d82020-04-15 11:32:03 +02006738 <expr> Is a sample-fetch expression potentially followed by converters.
6739
Willy Tarreau9a621ae2021-09-02 21:00:38 +02006740 <fmt> This is the value expressed using log-format rules (see Custom
6741 Log Format in section 8.2.4).
6742
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006743 Examples :
6744 http-check set-var(check.port) int(1234)
Willy Tarreau9a621ae2021-09-02 21:00:38 +02006745 http-check set-var-fmt(check.port) "name=%H"
Christopher Faulete5870d82020-04-15 11:32:03 +02006746
6747
6748http-check unset-var(<var-name>)
Christopher Faulete5870d82020-04-15 11:32:03 +02006749 Free a reference to a variable within its scope.
Christopher Faulete5870d82020-04-15 11:32:03 +02006750 May be used in sections: defaults | frontend | listen | backend
6751 yes | no | yes | yes
6752
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006753 Arguments :
Christopher Faulete5870d82020-04-15 11:32:03 +02006754 <var-name> The name of the variable starts with an indication about its
6755 scope. The scopes allowed for http-check are:
6756 "proc" : the variable is shared with the whole process.
6757 "sess" : the variable is shared with the tcp-check session.
6758 "check": the variable is declared for the lifetime of the tcp-check.
6759 This prefix is followed by a name. The separator is a '.'.
6760 The name may only contain characters 'a-z', 'A-Z', '0-9', '.',
6761 and '-'.
6762
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02006763 Examples :
6764 http-check unset-var(check.port)
Christopher Faulete5870d82020-04-15 11:32:03 +02006765
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006766
Christopher Faulet3b967c12020-05-15 15:47:44 +02006767http-error status <code> [content-type <type>]
6768 [ { default-errorfiles | errorfile <file> | errorfiles <name> |
6769 file <file> | lf-file <file> | string <str> | lf-string <fmt> } ]
6770 [ hdr <name> <fmt> ]*
6771 Defines a custom error message to use instead of errors generated by HAProxy.
6772 May be used in sections : defaults | frontend | listen | backend
6773 yes | yes | yes | yes
6774 Arguments :
Ilya Shipitsin11057a32020-06-21 21:18:27 +05006775 status <code> is the HTTP status code. It must be specified.
Christopher Faulet3b967c12020-05-15 15:47:44 +02006776 Currently, HAProxy is capable of generating codes
Anthonin Bonnefoy85048f82020-06-22 09:17:01 +02006777 200, 400, 401, 403, 404, 405, 407, 408, 410, 413, 425,
Christopher Faulete095f312020-12-07 11:22:24 +01006778 429, 500, 501, 502, 503, and 504.
Christopher Faulet3b967c12020-05-15 15:47:44 +02006779
6780 content-type <type> is the response content type, for instance
6781 "text/plain". This parameter is ignored and should be
6782 omitted when an errorfile is configured or when the
6783 payload is empty. Otherwise, it must be defined.
6784
6785 default-errorfiles Reset the previously defined error message for current
6786 proxy for the status <code>. If used on a backend, the
6787 frontend error message is used, if defined. If used on
6788 a frontend, the default error message is used.
6789
6790 errorfile <file> designates a file containing the full HTTP response.
6791 It is recommended to follow the common practice of
6792 appending ".http" to the filename so that people do
6793 not confuse the response with HTML error pages, and to
6794 use absolute paths, since files are read before any
6795 chroot is performed.
6796
6797 errorfiles <name> designates the http-errors section to use to import
6798 the error message with the status code <code>. If no
6799 such message is found, the proxy's error messages are
6800 considered.
6801
6802 file <file> specifies the file to use as response payload. If the
6803 file is not empty, its content-type must be set as
6804 argument to "content-type", otherwise, any
6805 "content-type" argument is ignored. <file> is
6806 considered as a raw string.
6807
6808 string <str> specifies the raw string to use as response payload.
6809 The content-type must always be set as argument to
6810 "content-type".
6811
6812 lf-file <file> specifies the file to use as response payload. If the
6813 file is not empty, its content-type must be set as
6814 argument to "content-type", otherwise, any
6815 "content-type" argument is ignored. <file> is
6816 evaluated as a log-format string.
6817
6818 lf-string <str> specifies the log-format string to use as response
6819 payload. The content-type must always be set as
6820 argument to "content-type".
6821
6822 hdr <name> <fmt> adds to the response the HTTP header field whose name
6823 is specified in <name> and whose value is defined by
6824 <fmt>, which follows to the log-format rules.
6825 This parameter is ignored if an errorfile is used.
6826
6827 This directive may be used instead of "errorfile", to define a custom error
6828 message. As "errorfile" directive, it is used for errors detected and
6829 returned by HAProxy. If an errorfile is defined, it is parsed when HAProxy
6830 starts and must be valid according to the HTTP standards. The generated
6831 response must not exceed the configured buffer size (BUFFSIZE), otherwise an
6832 internal error will be returned. Finally, if you consider to use some
6833 http-after-response rules to rewrite these errors, the reserved buffer space
6834 should be available (see "tune.maxrewrite").
6835
6836 The files are read at the same time as the configuration and kept in memory.
6837 For this reason, the errors continue to be returned even when the process is
6838 chrooted, and no file change is considered while the process is running.
6839
Christopher Fauletd5ac6de2020-12-02 08:40:14 +01006840 Note: 400/408/500 errors emitted in early stage of the request parsing are
6841 handled by the multiplexer at a lower level. No custom formatting is
6842 supported at this level. Thus only static error messages, defined with
6843 "errorfile" directive, are supported. However, this limitation only
6844 exists during the request headers parsing or between two transactions.
6845
Christopher Faulet3b967c12020-05-15 15:47:44 +02006846 See also : "errorfile", "errorfiles", "errorloc", "errorloc302",
6847 "errorloc303" and section 3.8 about http-errors.
6848
6849
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006850http-request <action> [options...] [ { if | unless } <condition> ]
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01006851 Access control for Layer 7 requests
6852
6853 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +02006854 yes(!) | yes | yes | yes
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01006855
Willy Tarreau20b0de52012-12-24 15:45:22 +01006856 The http-request statement defines a set of rules which apply to layer 7
6857 processing. The rules are evaluated in their declaration order when they are
6858 met in a frontend, listen or backend section. Any rule may optionally be
6859 followed by an ACL-based condition, in which case it will only be evaluated
6860 if the condition is true.
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01006861
Christopher Faulet71d18922021-10-14 08:18:50 +02006862 The first keyword is the rule's action. Several types of actions are
6863 supported:
6864 - add-acl(<file-name>) <key fmt>
6865 - add-header <name> <fmt>
6866 - allow
6867 - auth [realm <realm>]
6868 - cache-use <name>
6869 - capture <sample> [ len <length> | id <id> ]
6870 - del-acl(<file-name>) <key fmt>
6871 - del-header <name> [ -m <meth> ]
6872 - del-map(<file-name>) <key fmt>
6873 - deny [ { status | deny_status } <code>] ...
6874 - disable-l7-retry
6875 - do-resolve(<var>,<resolvers>,[ipv4,ipv6]) <expr>
6876 - early-hint <name> <fmt>
6877 - normalize-uri <normalizer>
6878 - redirect <rule>
6879 - reject
6880 - replace-header <name> <match-regex> <replace-fmt>
6881 - replace-path <match-regex> <replace-fmt>
6882 - replace-pathq <match-regex> <replace-fmt>
6883 - replace-uri <match-regex> <replace-fmt>
6884 - replace-value <name> <match-regex> <replace-fmt>
6885 - return [status <code>] [content-type <type>] ...
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +01006886 - sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
Christopher Faulet71d18922021-10-14 08:18:50 +02006887 - sc-inc-gpc(<idx>,<sc-id>)
6888 - sc-inc-gpc0(<sc-id>)
6889 - sc-inc-gpc1(<sc-id>)
6890 - sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
6891 - sc-set-gpt0(<sc-id>) { <int> | <expr> }
Christopher Fauletda2e1172023-01-13 15:33:32 +01006892 - set-bandwidth-limit <name> [limit {<expr> | <size>}] [period {<expr> | <time>}]
Christopher Faulet71d18922021-10-14 08:18:50 +02006893 - set-dst <expr>
6894 - set-dst-port <expr>
6895 - set-header <name> <fmt>
6896 - set-log-level <level>
6897 - set-map(<file-name>) <key fmt> <value fmt>
6898 - set-mark <mark>
6899 - set-method <fmt>
6900 - set-nice <nice>
6901 - set-path <fmt>
6902 - set-pathq <fmt>
6903 - set-priority-class <expr>
6904 - set-priority-offset <expr>
6905 - set-query <fmt>
6906 - set-src <expr>
6907 - set-src-port <expr>
6908 - set-timeout { server | tunnel } { <timeout> | <expr> }
6909 - set-tos <tos>
6910 - set-uri <fmt>
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +01006911 - set-var(<var-name>[,<cond>...]) <expr>
6912 - set-var-fmt(<var-name>[,<cond>...]) <fmt>
Christopher Faulet71d18922021-10-14 08:18:50 +02006913 - send-spoe-group <engine-name> <group-name>
Mathias Weiersmuellerd9b71742022-11-19 00:07:56 +01006914 - silent-drop [ rst-ttl <ttl> ]
Christopher Faulet71d18922021-10-14 08:18:50 +02006915 - strict-mode { on | off }
6916 - tarpit [ { status | deny_status } <code>] ...
6917 - track-sc0 <key> [table <table>]
6918 - track-sc1 <key> [table <table>]
6919 - track-sc2 <key> [table <table>]
6920 - unset-var(<var-name>)
6921 - use-service <service-name>
6922 - wait-for-body time <time> [ at-least <bytes> ]
6923 - wait-for-handshake
6924 - cache-use <name>
6925
6926 The supported actions are described below.
Willy Tarreau20b0de52012-12-24 15:45:22 +01006927
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006928 There is no limit to the number of http-request statements per instance.
Willy Tarreau20b0de52012-12-24 15:45:22 +01006929
Christopher Faulet6e0425b2021-10-13 19:27:38 +02006930 This directive is only available from named defaults sections, not anonymous
6931 ones. Rules defined in the defaults section are evaluated before ones in the
6932 associated proxy section. To avoid ambiguities, in this case the same
6933 defaults section cannot be used by proxies with the frontend capability and
6934 by proxies with the backend capability. It means a listen section cannot use
6935 a defaults section defining such rules.
6936
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006937 Example:
6938 acl nagios src 192.168.129.3
6939 acl local_net src 192.168.0.0/16
6940 acl auth_ok http_auth(L1)
Willy Tarreau20b0de52012-12-24 15:45:22 +01006941
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006942 http-request allow if nagios
6943 http-request allow if local_net auth_ok
6944 http-request auth realm Gimme if local_net auth_ok
6945 http-request deny
Willy Tarreau81499eb2012-12-27 12:19:02 +01006946
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006947 Example:
6948 acl key req.hdr(X-Add-Acl-Key) -m found
6949 acl add path /addacl
6950 acl del path /delacl
Willy Tarreau20b0de52012-12-24 15:45:22 +01006951
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006952 acl myhost hdr(Host) -f myhost.lst
Willy Tarreau20b0de52012-12-24 15:45:22 +01006953
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006954 http-request add-acl(myhost.lst) %[req.hdr(X-Add-Acl-Key)] if key add
6955 http-request del-acl(myhost.lst) %[req.hdr(X-Add-Acl-Key)] if key del
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02006956
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006957 Example:
6958 acl value req.hdr(X-Value) -m found
6959 acl setmap path /setmap
6960 acl delmap path /delmap
Sasha Pachev218f0642014-06-16 12:05:59 -06006961
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006962 use_backend bk_appli if { hdr(Host),map_str(map.lst) -m found }
Sasha Pachev218f0642014-06-16 12:05:59 -06006963
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006964 http-request set-map(map.lst) %[src] %[req.hdr(X-Value)] if setmap value
6965 http-request del-map(map.lst) %[src] if delmap
Sasha Pachev218f0642014-06-16 12:05:59 -06006966
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006967 See also : "stats http-request", section 3.4 about userlists and section 7
6968 about ACL usage.
Sasha Pachev218f0642014-06-16 12:05:59 -06006969
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006970http-request add-acl(<file-name>) <key fmt> [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06006971
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006972 This is used to add a new entry into an ACL. The ACL must be loaded from a
6973 file (even a dummy empty file). The file name of the ACL to be updated is
6974 passed between parentheses. It takes one argument: <key fmt>, which follows
6975 log-format rules, to collect content of the new entry. It performs a lookup
6976 in the ACL before insertion, to avoid duplicated (or more) values. This
6977 lookup is done by a linear search and can be expensive with large lists!
6978 It is the equivalent of the "add acl" command from the stats socket, but can
6979 be triggered by an HTTP request.
Sasha Pachev218f0642014-06-16 12:05:59 -06006980
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006981http-request add-header <name> <fmt> [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06006982
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006983 This appends an HTTP header field whose name is specified in <name> and
6984 whose value is defined by <fmt> which follows the log-format rules (see
6985 Custom Log Format in section 8.2.4). This is particularly useful to pass
6986 connection-specific information to the server (e.g. the client's SSL
6987 certificate), or to combine several headers into one. This rule is not
6988 final, so it is possible to add other similar rules. Note that header
6989 addition is performed immediately, so one rule might reuse the resulting
6990 header from a previous rule.
Sasha Pachev218f0642014-06-16 12:05:59 -06006991
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006992http-request allow [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06006993
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006994 This stops the evaluation of the rules and lets the request pass the check.
Christopher Faulet27025602021-11-09 17:58:12 +01006995 No further "http-request" rules are evaluated for the current section.
Sasha Pachev218f0642014-06-16 12:05:59 -06006996
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006997http-request auth [realm <realm>] [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06006998
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02006999 This stops the evaluation of the rules and immediately responds with an
7000 HTTP 401 or 407 error code to invite the user to present a valid user name
7001 and password. No further "http-request" rules are evaluated. An optional
7002 "realm" parameter is supported, it sets the authentication realm that is
7003 returned with the response (typically the application's name).
Sasha Pachev218f0642014-06-16 12:05:59 -06007004
Christopher Faulet612f2ea2020-05-27 09:57:28 +02007005 The corresponding proxy's error message is used. It may be customized using
7006 an "errorfile" or an "http-error" directive. For 401 responses, all
7007 occurrences of the WWW-Authenticate header are removed and replaced by a new
7008 one with a basic authentication challenge for realm "<realm>". For 407
7009 responses, the same is done on the Proxy-Authenticate header. If the error
7010 message must not be altered, consider to use "http-request return" rule
7011 instead.
7012
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007013 Example:
7014 acl auth_ok http_auth_group(L1) G1
7015 http-request auth unless auth_ok
Sasha Pachev218f0642014-06-16 12:05:59 -06007016
Jarno Huuskonen251a6b72019-01-04 14:05:02 +02007017http-request cache-use <name> [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06007018
Christopher Faulet87f1f3d2019-07-18 14:51:20 +02007019 See section 6.2 about cache setup.
Willy Tarreaua0dc23f2015-01-22 20:46:11 +01007020
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007021http-request capture <sample> [ len <length> | id <id> ]
7022 [ { if | unless } <condition> ]
Willy Tarreaua0dc23f2015-01-22 20:46:11 +01007023
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007024 This captures sample expression <sample> from the request buffer, and
7025 converts it to a string of at most <len> characters. The resulting string is
7026 stored into the next request "capture" slot, so it will possibly appear next
7027 to some captured HTTP headers. It will then automatically appear in the logs,
7028 and it will be possible to extract it using sample fetch rules to feed it
7029 into headers or anything. The length should be limited given that this size
7030 will be allocated for each capture during the whole session life.
7031 Please check section 7.3 (Fetching samples) and "capture request header" for
7032 more information.
Willy Tarreaua0dc23f2015-01-22 20:46:11 +01007033
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007034 If the keyword "id" is used instead of "len", the action tries to store the
7035 captured string in a previously declared capture slot. This is useful to run
7036 captures in backends. The slot id can be declared by a previous directive
Baptiste Assmann19a69b32020-01-16 14:34:22 +01007037 "http-request capture" or with the "declare capture" keyword.
7038
7039 When using this action in a backend, double check that the relevant
7040 frontend(s) have the required capture slots otherwise, this rule will be
7041 ignored at run time. This can't be detected at configuration parsing time
7042 due to HAProxy's ability to dynamically resolve backend name at runtime.
Willy Tarreaua0dc23f2015-01-22 20:46:11 +01007043
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007044http-request del-acl(<file-name>) <key fmt> [ { if | unless } <condition> ]
Willy Tarreaua0dc23f2015-01-22 20:46:11 +01007045
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007046 This is used to delete an entry from an ACL. The ACL must be loaded from a
7047 file (even a dummy empty file). The file name of the ACL to be updated is
7048 passed between parentheses. It takes one argument: <key fmt>, which follows
7049 log-format rules, to collect content of the entry to delete.
7050 It is the equivalent of the "del acl" command from the stats socket, but can
7051 be triggered by an HTTP request.
Willy Tarreaua0dc23f2015-01-22 20:46:11 +01007052
Maciej Zdebebdd4c52020-11-20 13:58:48 +00007053http-request del-header <name> [ -m <meth> ] [ { if | unless } <condition> ]
Willy Tarreauf4c43c12013-06-11 17:01:13 +02007054
Maciej Zdebebdd4c52020-11-20 13:58:48 +00007055 This removes all HTTP header fields whose name is specified in <name>. <meth>
7056 is the matching method, applied on the header name. Supported matching methods
7057 are "str" (exact match), "beg" (prefix match), "end" (suffix match), "sub"
7058 (substring match) and "reg" (regex match). If not specified, exact matching
7059 method is used.
Willy Tarreau9a355ec2013-06-11 17:45:46 +02007060
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007061http-request del-map(<file-name>) <key fmt> [ { if | unless } <condition> ]
Willy Tarreau42cf39e2013-06-11 18:51:32 +02007062
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007063 This is used to delete an entry from a MAP. The MAP must be loaded from a
7064 file (even a dummy empty file). The file name of the MAP to be updated is
7065 passed between parentheses. It takes one argument: <key fmt>, which follows
7066 log-format rules, to collect content of the entry to delete.
7067 It takes one argument: "file name" It is the equivalent of the "del map"
7068 command from the stats socket, but can be triggered by an HTTP request.
Willy Tarreau51347ed2013-06-11 19:34:13 +02007069
Christopher Faulet5cb513a2020-05-13 17:56:56 +02007070http-request deny [deny_status <status>] [ { if | unless } <condition> ]
7071http-request deny [ { status | deny_status } <code>] [content-type <type>]
7072 [ { default-errorfiles | errorfile <file> | errorfiles <name> |
7073 file <file> | lf-file <file> | string <str> | lf-string <fmt> } ]
7074 [ hdr <name> <fmt> ]*
7075 [ { if | unless } <condition> ]
Patrick Hemmer268a7072018-05-11 12:52:31 -04007076
Christopher Faulet5cb513a2020-05-13 17:56:56 +02007077 This stops the evaluation of the rules and immediately rejects the request.
7078 By default an HTTP 403 error is returned. But the response may be customized
7079 using same syntax than "http-request return" rules. Thus, see "http-request
Ilya Shipitsin11057a32020-06-21 21:18:27 +05007080 return" for details. For compatibility purpose, when no argument is defined,
Christopher Faulet5cb513a2020-05-13 17:56:56 +02007081 or only "deny_status", the argument "default-errorfiles" is implied. It means
7082 "http-request deny [deny_status <status>]" is an alias of
7083 "http-request deny [status <status>] default-errorfiles".
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007084 No further "http-request" rules are evaluated.
Christopher Faulet5cb513a2020-05-13 17:56:56 +02007085 See also "http-request return".
Patrick Hemmer268a7072018-05-11 12:52:31 -04007086
Olivier Houchard602bf7d2019-05-10 13:59:15 +02007087http-request disable-l7-retry [ { if | unless } <condition> ]
7088 This disables any attempt to retry the request if it fails for any other
7089 reason than a connection failure. This can be useful for example to make
7090 sure POST requests aren't retried on failure.
7091
Christopher Faulet71d18922021-10-14 08:18:50 +02007092http-request do-resolve(<var>,<resolvers>,[ipv4,ipv6]) <expr>
7093 [ { if | unless } <condition> ]
Baptiste Assmann333939c2019-01-21 08:34:50 +01007094
7095 This action performs a DNS resolution of the output of <expr> and stores
7096 the result in the variable <var>. It uses the DNS resolvers section
7097 pointed by <resolvers>.
7098 It is possible to choose a resolution preference using the optional
7099 arguments 'ipv4' or 'ipv6'.
7100 When performing the DNS resolution, the client side connection is on
7101 pause waiting till the end of the resolution.
7102 If an IP address can be found, it is stored into <var>. If any kind of
7103 error occurs, then <var> is not set.
7104 One can use this action to discover a server IP address at run time and
7105 based on information found in the request (IE a Host header).
7106 If this action is used to find the server's IP address (using the
7107 "set-dst" action), then the server IP address in the backend must be set
William Lallemand1ef24602022-08-26 16:38:43 +02007108 to 0.0.0.0. The do-resolve action takes an host-only parameter, any port must
7109 be removed from the string.
Baptiste Assmann333939c2019-01-21 08:34:50 +01007110
7111 Example:
7112 resolvers mydns
7113 nameserver local 127.0.0.53:53
7114 nameserver google 8.8.8.8:53
7115 timeout retry 1s
7116 hold valid 10s
7117 hold nx 3s
7118 hold other 3s
7119 hold obsolete 0s
7120 accepted_payload_size 8192
7121
7122 frontend fe
7123 bind 10.42.0.1:80
William Lallemandb5c2cd42022-08-26 16:48:07 +02007124 http-request do-resolve(txn.myip,mydns,ipv4) hdr(Host),host_only
Baptiste Assmann333939c2019-01-21 08:34:50 +01007125 http-request capture var(txn.myip) len 40
7126
7127 # return 503 when the variable is not set,
7128 # which mean DNS resolution error
7129 use_backend b_503 unless { var(txn.myip) -m found }
7130
7131 default_backend be
7132
7133 backend b_503
7134 # dummy backend used to return 503.
7135 # one can use the errorfile directive to send a nice
7136 # 503 error page to end users
7137
7138 backend be
7139 # rule to prevent HAProxy from reconnecting to services
7140 # on the local network (forged DNS name used to scan the network)
7141 http-request deny if { var(txn.myip) -m ip 127.0.0.0/8 10.0.0.0/8 }
7142 http-request set-dst var(txn.myip)
7143 server clear 0.0.0.0:0
7144
7145 NOTE: Don't forget to set the "protection" rules to ensure HAProxy won't
7146 be used to scan the network or worst won't loop over itself...
7147
Frédéric Lécaille06f5b642018-11-12 11:01:10 +01007148http-request early-hint <name> <fmt> [ { if | unless } <condition> ]
7149
7150 This is used to build an HTTP 103 Early Hints response prior to any other one.
7151 This appends an HTTP header field to this response whose name is specified in
7152 <name> and whose value is defined by <fmt> which follows the log-format rules
7153 (see Custom Log Format in section 8.2.4). This is particularly useful to pass
Frédéric Lécaille3aac1062018-11-13 09:42:13 +01007154 to the client some Link headers to preload resources required to render the
7155 HTML documents.
Frédéric Lécaille06f5b642018-11-12 11:01:10 +01007156
7157 See RFC 8297 for more information.
7158
Tim Duesterhusd371e992021-04-15 21:45:58 +02007159http-request normalize-uri <normalizer> [ { if | unless } <condition> ]
Tim Duesterhusdec1c362021-05-10 17:28:26 +02007160http-request normalize-uri fragment-encode [ { if | unless } <condition> ]
Tim Duesterhusc9e05ab2021-05-10 17:28:25 +02007161http-request normalize-uri fragment-strip [ { if | unless } <condition> ]
Tim Duesterhus5be6ab22021-04-17 11:21:10 +02007162http-request normalize-uri path-merge-slashes [ { if | unless } <condition> ]
Maximilian Maderff3bb8b2021-04-21 00:22:50 +02007163http-request normalize-uri path-strip-dot [ { if | unless } <condition> ]
Tim Duesterhus5be6ab22021-04-17 11:21:10 +02007164http-request normalize-uri path-strip-dotdot [ full ] [ { if | unless } <condition> ]
Tim Duesterhus2e4a18e2021-04-21 21:20:36 +02007165http-request normalize-uri percent-decode-unreserved [ strict ] [ { if | unless } <condition> ]
Tim Duesterhus5be6ab22021-04-17 11:21:10 +02007166http-request normalize-uri percent-to-uppercase [ strict ] [ { if | unless } <condition> ]
7167http-request normalize-uri query-sort-by-name [ { if | unless } <condition> ]
Tim Duesterhusd371e992021-04-15 21:45:58 +02007168
Tim Duesterhusb918a4a2021-04-16 23:52:29 +02007169 Performs normalization of the request's URI.
7170
Tim Duesterhus2963fd32021-04-17 00:24:56 +02007171 URI normalization in HAProxy 2.4 is currently available as an experimental
Amaury Denoyellea9e639a2021-05-06 15:50:12 +02007172 technical preview. As such, it requires the global directive
7173 'expose-experimental-directives' first to be able to invoke it. You should be
7174 prepared that the behavior of normalizers might change to fix possible
7175 issues, possibly breaking proper request processing in your infrastructure.
Tim Duesterhus2963fd32021-04-17 00:24:56 +02007176
Tim Duesterhusb918a4a2021-04-16 23:52:29 +02007177 Each normalizer handles a single type of normalization to allow for a
7178 fine-grained selection of the level of normalization that is appropriate for
7179 the supported backend.
7180
7181 As an example the "path-strip-dotdot" normalizer might be useful for a static
7182 fileserver that directly maps the requested URI to the path within the local
7183 filesystem. However it might break routing of an API that expects a specific
7184 number of segments in the path.
7185
Tim Duesterhus2e4a18e2021-04-21 21:20:36 +02007186 It is important to note that some normalizers might result in unsafe
7187 transformations for broken URIs. It might also be possible that a combination
7188 of normalizers that are safe by themselves results in unsafe transformations
7189 when improperly combined.
7190
7191 As an example the "percent-decode-unreserved" normalizer might result in
7192 unexpected results when a broken URI includes bare percent characters. One
7193 such a broken URI is "/%%36%36" which would be decoded to "/%66" which in
7194 turn is equivalent to "/f". By specifying the "strict" option requests to
7195 such a broken URI would safely be rejected.
7196
Tim Duesterhusb918a4a2021-04-16 23:52:29 +02007197 The following normalizers are available:
Tim Duesterhusd371e992021-04-15 21:45:58 +02007198
Tim Duesterhusdec1c362021-05-10 17:28:26 +02007199 - fragment-encode: Encodes "#" as "%23".
7200
7201 The "fragment-strip" normalizer should be preferred, unless it is known
7202 that broken clients do not correctly encode '#' within the path component.
7203
7204 Example:
7205 - /#foo -> /%23foo
7206
Tim Duesterhusc9e05ab2021-05-10 17:28:25 +02007207 - fragment-strip: Removes the URI's "fragment" component.
7208
7209 According to RFC 3986#3.5 the "fragment" component of an URI should not
7210 be sent, but handled by the User Agent after retrieving a resource.
7211
7212 This normalizer should be applied first to ensure that the fragment is
7213 not interpreted as part of the request's path component.
7214
7215 Example:
7216 - /#foo -> /
7217
Tim Duesterhusd6d33de2021-04-21 21:20:35 +02007218 - path-strip-dot: Removes "/./" segments within the "path" component
7219 (RFC 3986#6.2.2.3).
Maximilian Maderff3bb8b2021-04-21 00:22:50 +02007220
Tim Duesterhus2e4a18e2021-04-21 21:20:36 +02007221 Segments including percent encoded dots ("%2E") will not be detected. Use
7222 the "percent-decode-unreserved" normalizer first if this is undesired.
7223
Tim Duesterhus7a95f412021-04-21 21:20:33 +02007224 Example:
7225 - /. -> /
7226 - /./bar/ -> /bar/
7227 - /a/./a -> /a/a
7228 - /.well-known/ -> /.well-known/ (no change)
Maximilian Maderff3bb8b2021-04-21 00:22:50 +02007229
Tim Duesterhusd6d33de2021-04-21 21:20:35 +02007230 - path-strip-dotdot: Normalizes "/../" segments within the "path" component
7231 (RFC 3986#6.2.2.3).
7232
Tim Duesterhus5be6ab22021-04-17 11:21:10 +02007233 This merges segments that attempt to access the parent directory with
Tim Duesterhus2e4a18e2021-04-21 21:20:36 +02007234 their preceding segment.
7235
7236 Empty segments do not receive special treatment. Use the "merge-slashes"
7237 normalizer first if this is undesired.
7238
7239 Segments including percent encoded dots ("%2E") will not be detected. Use
7240 the "percent-decode-unreserved" normalizer first if this is undesired.
Tim Duesterhus9982fc22021-04-15 21:45:59 +02007241
7242 Example:
7243 - /foo/../ -> /
7244 - /foo/../bar/ -> /bar/
7245 - /foo/bar/../ -> /foo/
7246 - /../bar/ -> /../bar/
Tim Duesterhus560e1a62021-04-15 21:46:00 +02007247 - /bar/../../ -> /../
Tim Duesterhus9982fc22021-04-15 21:45:59 +02007248 - /foo//../ -> /foo/
Tim Duesterhus2e4a18e2021-04-21 21:20:36 +02007249 - /foo/%2E%2E/ -> /foo/%2E%2E/
Tim Duesterhus9982fc22021-04-15 21:45:59 +02007250
Tim Duesterhus560e1a62021-04-15 21:46:00 +02007251 If the "full" option is specified then "../" at the beginning will be
7252 removed as well:
7253
7254 Example:
7255 - /../bar/ -> /bar/
7256 - /bar/../../ -> /
7257
Tim Duesterhus5be6ab22021-04-17 11:21:10 +02007258 - path-merge-slashes: Merges adjacent slashes within the "path" component
7259 into a single slash.
Tim Duesterhusd371e992021-04-15 21:45:58 +02007260
7261 Example:
7262 - // -> /
7263 - /foo//bar -> /foo/bar
7264
Tim Duesterhus2e4a18e2021-04-21 21:20:36 +02007265 - percent-decode-unreserved: Decodes unreserved percent encoded characters to
7266 their representation as a regular character (RFC 3986#6.2.2.2).
7267
7268 The set of unreserved characters includes all letters, all digits, "-",
7269 ".", "_", and "~".
7270
7271 Example:
7272 - /%61dmin -> /admin
7273 - /foo%3Fbar=baz -> /foo%3Fbar=baz (no change)
7274 - /%%36%36 -> /%66 (unsafe)
7275 - /%ZZ -> /%ZZ
7276
7277 If the "strict" option is specified then invalid sequences will result
7278 in a HTTP 400 Bad Request being returned.
7279
7280 Example:
7281 - /%%36%36 -> HTTP 400
7282 - /%ZZ -> HTTP 400
7283
Tim Duesterhus5be6ab22021-04-17 11:21:10 +02007284 - percent-to-uppercase: Uppercases letters within percent-encoded sequences
Tim Duesterhusc315efd2021-04-21 21:20:34 +02007285 (RFC 3986#6.2.2.1).
Tim Duesterhusa4071932021-04-15 21:46:02 +02007286
7287 Example:
7288 - /%6f -> /%6F
7289 - /%zz -> /%zz
7290
7291 If the "strict" option is specified then invalid sequences will result
7292 in a HTTP 400 Bad Request being returned.
7293
7294 Example:
7295 - /%zz -> HTTP 400
7296
Tim Duesterhus5be6ab22021-04-17 11:21:10 +02007297 - query-sort-by-name: Sorts the query string parameters by parameter name.
Tim Duesterhusd7b89be2021-04-15 21:46:01 +02007298 Parameters are assumed to be delimited by '&'. Shorter names sort before
7299 longer names and identical parameter names maintain their relative order.
7300
7301 Example:
7302 - /?c=3&a=1&b=2 -> /?a=1&b=2&c=3
7303 - /?aaa=3&a=1&aa=2 -> /?a=1&aa=2&aaa=3
7304 - /?a=3&b=4&a=1&b=5&a=2 -> /?a=3&a=1&a=2&b=4&b=5
7305
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007306http-request redirect <rule> [ { if | unless } <condition> ]
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02007307
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007308 This performs an HTTP redirection based on a redirect rule. This is exactly
7309 the same as the "redirect" statement except that it inserts a redirect rule
7310 which can be processed in the middle of other "http-request" rules and that
7311 these rules use the "log-format" strings. See the "redirect" keyword for the
7312 rule's syntax.
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02007313
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007314http-request reject [ { if | unless } <condition> ]
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02007315
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007316 This stops the evaluation of the rules and immediately closes the connection
7317 without sending any response. It acts similarly to the
7318 "tcp-request content reject" rules. It can be useful to force an immediate
7319 connection closure on HTTP/2 connections.
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02007320
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007321http-request replace-header <name> <match-regex> <replace-fmt>
7322 [ { if | unless } <condition> ]
Willy Tarreaua9083d02015-05-08 15:27:59 +02007323
Ilya Shipitsin8525fd92020-02-29 12:34:59 +05007324 This matches the value of all occurrences of header field <name> against
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007325 <match-regex>. Matching is performed case-sensitively. Matching values are
7326 completely replaced by <replace-fmt>. Format characters are allowed in
7327 <replace-fmt> and work like <fmt> arguments in "http-request add-header".
7328 Standard back-references using the backslash ('\') followed by a number are
7329 supported.
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +02007330
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007331 This action acts on whole header lines, regardless of the number of values
7332 they may contain. Thus it is well-suited to process headers naturally
7333 containing commas in their value, such as If-Modified-Since. Headers that
7334 contain a comma-separated list of values, such as Accept, should be processed
7335 using "http-request replace-value".
William Lallemand86d0df02017-11-24 21:36:45 +01007336
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007337 Example:
7338 http-request replace-header Cookie foo=([^;]*);(.*) foo=\1;ip=%bi;\2
7339
7340 # applied to:
7341 Cookie: foo=foobar; expires=Tue, 14-Jun-2016 01:40:45 GMT;
7342
7343 # outputs:
7344 Cookie: foo=foobar;ip=192.168.1.20; expires=Tue, 14-Jun-2016 01:40:45 GMT;
7345
7346 # assuming the backend IP is 192.168.1.20
Willy Tarreau09448f72014-06-25 18:12:15 +02007347
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007348 http-request replace-header User-Agent curl foo
7349
7350 # applied to:
7351 User-Agent: curl/7.47.0
Willy Tarreau09448f72014-06-25 18:12:15 +02007352
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007353 # outputs:
7354 User-Agent: foo
Willy Tarreau09448f72014-06-25 18:12:15 +02007355
Willy Tarreau262c3f12019-12-17 06:52:51 +01007356http-request replace-path <match-regex> <replace-fmt>
7357 [ { if | unless } <condition> ]
7358
7359 This works like "replace-header" except that it works on the request's path
7360 component instead of a header. The path component starts at the first '/'
Christopher Faulet82c83322020-09-02 14:16:59 +02007361 after an optional scheme+authority and ends before the question mark. Thus,
7362 the replacement does not modify the scheme, the authority and the
7363 query-string.
Willy Tarreau262c3f12019-12-17 06:52:51 +01007364
7365 It is worth noting that regular expressions may be more expensive to evaluate
7366 than certain ACLs, so rare replacements may benefit from a condition to avoid
7367 performing the evaluation at all if it does not match.
7368
7369 Example:
7370 # prefix /foo : turn /bar?q=1 into /foo/bar?q=1 :
7371 http-request replace-path (.*) /foo\1
7372
Willy Tarreau262c3f12019-12-17 06:52:51 +01007373 # strip /foo : turn /foo/bar?q=1 into /bar?q=1
7374 http-request replace-path /foo/(.*) /\1
7375 # or more efficient if only some requests match :
7376 http-request replace-path /foo/(.*) /\1 if { url_beg /foo/ }
7377
Christopher Faulet312294f2020-09-02 17:17:44 +02007378http-request replace-pathq <match-regex> <replace-fmt>
7379 [ { if | unless } <condition> ]
7380
7381 This does the same as "http-request replace-path" except that the path
7382 contains the query-string if any is present. Thus, the path and the
7383 query-string are replaced.
7384
7385 Example:
7386 # suffix /foo : turn /bar?q=1 into /bar/foo?q=1 :
7387 http-request replace-pathq ([^?]*)(\?(.*))? \1/foo\2
7388
Willy Tarreau33810222019-06-12 17:44:02 +02007389http-request replace-uri <match-regex> <replace-fmt>
7390 [ { if | unless } <condition> ]
7391
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007392 This works like "replace-header" except that it works on the request's URI part
7393 instead of a header. The URI part may contain an optional scheme, authority or
7394 query string. These are considered to be part of the value that is matched
7395 against.
7396
7397 It is worth noting that regular expressions may be more expensive to evaluate
7398 than certain ACLs, so rare replacements may benefit from a condition to avoid
7399 performing the evaluation at all if it does not match.
Willy Tarreau33810222019-06-12 17:44:02 +02007400
Willy Tarreau62b59132019-12-17 06:51:20 +01007401 IMPORTANT NOTE: historically in HTTP/1.x, the vast majority of requests sent
7402 by browsers use the "origin form", which differs from the "absolute form" in
7403 that they do not contain a scheme nor authority in the URI portion. Mostly
7404 only requests sent to proxies, those forged by hand and some emitted by
7405 certain applications use the absolute form. As such, "replace-uri" usually
7406 works fine most of the time in HTTP/1.x with rules starting with a "/". But
7407 with HTTP/2, clients are encouraged to send absolute URIs only, which look
7408 like the ones HTTP/1 clients use to talk to proxies. Such partial replace-uri
7409 rules may then fail in HTTP/2 when they work in HTTP/1. Either the rules need
Willy Tarreau262c3f12019-12-17 06:52:51 +01007410 to be adapted to optionally match a scheme and authority, or replace-path
7411 should be used.
Willy Tarreau33810222019-06-12 17:44:02 +02007412
Willy Tarreau62b59132019-12-17 06:51:20 +01007413 Example:
7414 # rewrite all "http" absolute requests to "https":
7415 http-request replace-uri ^http://(.*) https://\1
Willy Tarreau33810222019-06-12 17:44:02 +02007416
Willy Tarreau62b59132019-12-17 06:51:20 +01007417 # prefix /foo : turn /bar?q=1 into /foo/bar?q=1 :
7418 http-request replace-uri ([^/:]*://[^/]*)?(.*) \1/foo\2
Willy Tarreau33810222019-06-12 17:44:02 +02007419
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007420http-request replace-value <name> <match-regex> <replace-fmt>
7421 [ { if | unless } <condition> ]
Willy Tarreau09448f72014-06-25 18:12:15 +02007422
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007423 This works like "replace-header" except that it matches the regex against
7424 every comma-delimited value of the header field <name> instead of the
7425 entire header. This is suited for all headers which are allowed to carry
7426 more than one value. An example could be the Accept header.
Willy Tarreau09448f72014-06-25 18:12:15 +02007427
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007428 Example:
7429 http-request replace-value X-Forwarded-For ^192\.168\.(.*)$ 172.16.\1
Thierry FOURNIER236657b2015-08-19 08:25:14 +02007430
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007431 # applied to:
7432 X-Forwarded-For: 192.168.10.1, 192.168.13.24, 10.0.0.37
Thierry FOURNIERe0627bd2015-08-04 08:20:33 +02007433
Tim Duesterhus2252beb2019-10-29 00:05:13 +01007434 # outputs:
7435 X-Forwarded-For: 172.16.10.1, 172.16.13.24, 10.0.0.37
Frédéric Lécaille6778b272018-01-29 15:22:53 +01007436
Christopher Faulet24231ab2020-01-24 17:44:23 +01007437http-request return [status <code>] [content-type <type>]
7438 [ { default-errorfiles | errorfile <file> | errorfiles <name> |
7439 file <file> | lf-file <file> | string <str> | lf-string <fmt> } ]
Christopher Fauletb7056222023-02-27 18:01:41 +01007440 [ hdr <name> <fmt> ]*
Christopher Faulet24231ab2020-01-24 17:44:23 +01007441 [ { if | unless } <condition> ]
7442
Ilya Shipitsin8525fd92020-02-29 12:34:59 +05007443 This stops the evaluation of the rules and immediately returns a response. The
Christopher Faulet24231ab2020-01-24 17:44:23 +01007444 default status code used for the response is 200. It can be optionally
7445 specified as an arguments to "status". The response content-type may also be
Daniel Corbett67a82712020-07-06 23:01:19 -04007446 specified as an argument to "content-type". Finally the response itself may
Sébastien Grossab877122020-10-08 10:06:03 +02007447 be defined. It can be a full HTTP response specifying the errorfile to use,
Ilya Shipitsin8525fd92020-02-29 12:34:59 +05007448 or the response payload specifying the file or the string to use. These rules
Christopher Faulet24231ab2020-01-24 17:44:23 +01007449 are followed to create the response :
7450
7451 * If neither the errorfile nor the payload to use is defined, a dummy
7452 response is returned. Only the "status" argument is considered. It can be
7453 any code in the range [200, 599]. The "content-type" argument, if any, is
7454 ignored.
7455
7456 * If "default-errorfiles" argument is set, the proxy's errorfiles are
7457 considered. If the "status" argument is defined, it must be one of the
Daniel Corbett9f0843f2021-05-08 10:50:37 -04007458 status code handled by HAProxy (200, 400, 403, 404, 405, 408, 410, 413,
Christopher Faulete095f312020-12-07 11:22:24 +01007459 425, 429, 500, 501, 502, 503, and 504). The "content-type" argument, if
7460 any, is ignored.
Christopher Faulet24231ab2020-01-24 17:44:23 +01007461
7462 * If a specific errorfile is defined, with an "errorfile" argument, the
7463 corresponding file, containing a full HTTP response, is returned. Only the
7464 "status" argument is considered. It must be one of the status code handled
Daniel Corbett9f0843f2021-05-08 10:50:37 -04007465 by HAProxy (200, 400, 403, 404, 405, 408, 410, 413, 425, 429, 500, 501,
Christopher Faulete095f312020-12-07 11:22:24 +01007466 502, 503, and 504). The "content-type" argument, if any, is ignored.
Christopher Faulet24231ab2020-01-24 17:44:23 +01007467
7468 * If an http-errors section is defined, with an "errorfiles" argument, the
7469 corresponding file in the specified http-errors section, containing a full
7470 HTTP response, is returned. Only the "status" argument is considered. It
Daniel Corbett9f0843f2021-05-08 10:50:37 -04007471 must be one of the status code handled by HAProxy (200, 400, 403, 404, 405,
Christopher Faulete095f312020-12-07 11:22:24 +01007472 408, 410, 413, 425, 429, 500, 501, 502, 503, and 504). The "content-type"
Anthonin Bonnefoy85048f82020-06-22 09:17:01 +02007473 argument, if any, is ignored.
Christopher Faulet24231ab2020-01-24 17:44:23 +01007474
7475 * If a "file" or a "lf-file" argument is specified, the file's content is
7476 used as the response payload. If the file is not empty, its content-type
7477 must be set as argument to "content-type". Otherwise, any "content-type"
7478 argument is ignored. With a "lf-file" argument, the file's content is
7479 evaluated as a log-format string. With a "file" argument, it is considered
7480 as a raw content.
7481
7482 * If a "string" or "lf-string" argument is specified, the defined string is
7483 used as the response payload. The content-type must always be set as
7484 argument to "content-type". With a "lf-string" argument, the string is
7485 evaluated as a log-format string. With a "string" argument, it is
7486 considered as a raw string.
7487
Sébastien Grossab877122020-10-08 10:06:03 +02007488 When the response is not based on an errorfile, it is possible to append HTTP
Christopher Faulet4a2c1422020-01-31 17:36:01 +01007489 header fields to the response using "hdr" arguments. Otherwise, all "hdr"
7490 arguments are ignored. For each one, the header name is specified in <name>
7491 and its value is defined by <fmt> which follows the log-format rules.
7492
Christopher Faulet24231ab2020-01-24 17:44:23 +01007493 Note that the generated response must be smaller than a buffer. And to avoid
7494 any warning, when an errorfile or a raw file is loaded, the buffer space
Sébastien Grossab877122020-10-08 10:06:03 +02007495 reserved for the headers rewriting should also be free.
Christopher Faulet24231ab2020-01-24 17:44:23 +01007496
7497 No further "http-request" rules are evaluated.
7498
7499 Example:
Daniel Corbett67a82712020-07-06 23:01:19 -04007500 http-request return errorfile /etc/haproxy/errorfiles/200.http \
Christopher Faulet24231ab2020-01-24 17:44:23 +01007501 if { path /ping }
7502
7503 http-request return content-type image/x-icon file /var/www/favicon.ico \
7504 if { path /favicon.ico }
7505
7506 http-request return status 403 content-type text/plain \
7507 lf-string "Access denied. IP %[src] is blacklisted." \
7508 if { src -f /etc/haproxy/blacklist.lst }
7509
Willy Tarreau5a72d032023-01-02 18:15:20 +01007510http-request sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
7511 [ { if | unless } <condition> ]
7512
7513 This action increments the General Purpose Counter at the index <idx> of the
7514 array associated to the sticky counter designated by <sc-id> by the value of
7515 either integer <int> or the integer evaluation of expression <expr>. Integers
7516 and expressions are limited to unsigned 32-bit values. If an error occurs,
7517 this action silently fails and the actions evaluation continues. <idx> is an
7518 integer between 0 and 99 and <sc-id> is an integer between 0 and 2. It also
7519 silently fails if the there is no GPC stored at this index. The entry in the
7520 table is refreshed even if the value is zero. The 'gpc_rate' is automatically
7521 adjusted to reflect the average growth rate of the gpc value.
7522
7523 This action applies only to the 'gpc' and 'gpc_rate' array data_types (and
7524 not to the legacy 'gpc0', 'gpc1', 'gpc0_rate' nor 'gpc1_rate' data_types).
7525 There is no equivalent function for legacy data types, but if the value is
7526 always 1, please see 'sc-inc-gpc()', 'sc-inc-gpc0()' and 'sc-inc-gpc1()'.
7527 There is no way to decrement the value either, but it is possible to store
7528 exact values in a General Purpose Tag using 'sc-set-gpt()' instead.
7529
7530 The main use of this action is to count scores or total volumes (e.g.
7531 estimated danger per source IP reported by the server or a WAF, total
7532 uploaded bytes, etc).
7533
Emeric Brun4d7ada82021-06-30 19:04:16 +02007534http-request sc-inc-gpc(<idx>,<sc-id>) [ { if | unless } <condition> ]
7535
7536 This actions increments the General Purpose Counter at the index <idx>
7537 of the array associated to the sticky counter designated by <sc-id>.
7538 If an error occurs, this action silently fails and the actions evaluation
7539 continues. <idx> is an integer between 0 and 99 and <sc-id> is an integer
7540 between 0 and 2. It also silently fails if the there is no GPC stored
7541 at this index.
7542 This action applies only to the 'gpc' and 'gpc_rate' array data_types (and
7543 not to the legacy 'gpc0', 'gpc1', 'gpc0_rate' nor 'gpc1_rate' data_types).
7544
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007545http-request sc-inc-gpc0(<sc-id>) [ { if | unless } <condition> ]
7546http-request sc-inc-gpc1(<sc-id>) [ { if | unless } <condition> ]
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02007547
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007548 This actions increments the GPC0 or GPC1 counter according with the sticky
7549 counter designated by <sc-id>. If an error occurs, this action silently fails
7550 and the actions evaluation continues.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02007551
Emeric Brun877b0b52021-06-30 18:57:49 +02007552http-request sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
7553 [ { if | unless } <condition> ]
7554 This action sets the 32-bit unsigned GPT at the index <idx> of the array
7555 associated to the sticky counter designated by <sc-id> at the value of
7556 <int>/<expr>. The expected result is a boolean.
7557 If an error occurs, this action silently fails and the actions evaluation
7558 continues. <idx> is an integer between 0 and 99 and <sc-id> is an integer
7559 between 0 and 2. It also silently fails if the there is no GPT stored
7560 at this index.
7561 This action applies only to the 'gpt' array data_type (and not to the
7562 legacy 'gpt0' data-type).
7563
Cédric Dufour0d7712d2019-11-06 18:38:53 +01007564http-request sc-set-gpt0(<sc-id>) { <int> | <expr> }
7565 [ { if | unless } <condition> ]
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02007566
Cédric Dufour0d7712d2019-11-06 18:38:53 +01007567 This action sets the 32-bit unsigned GPT0 tag according to the sticky counter
7568 designated by <sc-id> and the value of <int>/<expr>. The expected result is a
7569 boolean. If an error occurs, this action silently fails and the actions
7570 evaluation continues.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02007571
Christopher Faulet71d18922021-10-14 08:18:50 +02007572http-request send-spoe-group <engine-name> <group-name>
7573 [ { if | unless } <condition> ]
7574
7575 This action is used to trigger sending of a group of SPOE messages. To do so,
7576 the SPOE engine used to send messages must be defined, as well as the SPOE
7577 group to send. Of course, the SPOE engine must refer to an existing SPOE
7578 filter. If not engine name is provided on the SPOE filter line, the SPOE
7579 agent name must be used.
7580
7581 Arguments:
7582 <engine-name> The SPOE engine name.
7583
7584 <group-name> The SPOE group name as specified in the engine
7585 configuration.
7586
Christopher Fauletda2e1172023-01-13 15:33:32 +01007587http-request set-bandwidth-limit <name> [limit { <expr> | <size> }]
7588 [period { <expr> | <time> }] [ { if | unless } <condition> ]
Christopher Faulet2b677702022-06-22 16:55:04 +02007589
7590 This action is used to enable the bandwidth limitation filter <name>, either
7591 on the upload or download direction depending on the filter type. Custom
7592 limit and period may be defined, if and only if <name> references a
7593 per-stream bandwidth limitation filter. When a set-bandwidth-limit rule is
7594 executed, it first resets all settings of the filter to their defaults prior
7595 to enabling it. As a consequence, if several "set-bandwidth-limit" actions
7596 are executed for the same filter, only the last one is considered. Several
7597 bandwidth limitation filters can be enabled on the same stream.
7598
7599 Note that this action cannot be used in a defaults section because bandwidth
7600 limitation filters cannot be defined in defaults sections. In addition, only
7601 the HTTP payload transfer is limited. The HTTP headers are not considered.
7602
7603 Arguments:
7604 <expr> Is a standard HAProxy expression formed by a sample-fetch followed
7605 by some converters. The result is converted to an integer. It is
7606 interpreted as a size in bytes for the "limit" parameter and as a
7607 duration in milliseconds for the "period" parameter.
7608
Christopher Fauletda2e1172023-01-13 15:33:32 +01007609 <size> Is a number. It follows the HAProxy size format and is expressed in
7610 bytes.
7611
7612 <time> Is a number. It follows the HAProxy time format and is expressed in
7613 milliseconds.
7614
Christopher Faulet2b677702022-06-22 16:55:04 +02007615 Example:
7616 http-request set-bandwidth-limit global-limit
7617 http-request set-bandwidth-limit my-limit limit 1m period 10s
7618
7619 See section 9.7 about bandwidth limitation filter setup.
7620
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007621http-request set-dst <expr> [ { if | unless } <condition> ]
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02007622
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007623 This is used to set the destination IP address to the value of specified
7624 expression. Useful when a proxy in front of HAProxy rewrites destination IP,
7625 but provides the correct IP in a HTTP header; or you want to mask the IP for
7626 privacy. If you want to connect to the new address/port, use '0.0.0.0:0' as a
7627 server address in the backend.
Christopher Faulet85d79c92016-11-09 16:54:56 +01007628
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007629 Arguments:
7630 <expr> Is a standard HAProxy expression formed by a sample-fetch followed
7631 by some converters.
Christopher Faulet85d79c92016-11-09 16:54:56 +01007632
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007633 Example:
7634 http-request set-dst hdr(x-dst)
7635 http-request set-dst dst,ipmask(24)
Christopher Faulet85d79c92016-11-09 16:54:56 +01007636
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007637 When possible, set-dst preserves the original destination port as long as the
7638 address family allows it, otherwise the destination port is set to 0.
Adis Nezirovic2fbcafc2015-07-06 15:44:30 +02007639
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007640http-request set-dst-port <expr> [ { if | unless } <condition> ]
Adis Nezirovic2fbcafc2015-07-06 15:44:30 +02007641
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007642 This is used to set the destination port address to the value of specified
7643 expression. If you want to connect to the new address/port, use '0.0.0.0:0'
7644 as a server address in the backend.
Adis Nezirovic2fbcafc2015-07-06 15:44:30 +02007645
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007646 Arguments:
7647 <expr> Is a standard HAProxy expression formed by a sample-fetch
7648 followed by some converters.
Adis Nezirovic2fbcafc2015-07-06 15:44:30 +02007649
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007650 Example:
7651 http-request set-dst-port hdr(x-port)
7652 http-request set-dst-port int(4000)
Adis Nezirovic2fbcafc2015-07-06 15:44:30 +02007653
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007654 When possible, set-dst-port preserves the original destination address as
7655 long as the address family supports a port, otherwise it forces the
7656 destination address to IPv4 "0.0.0.0" before rewriting the port.
William Lallemand44be6402016-05-25 01:51:35 +02007657
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007658http-request set-header <name> <fmt> [ { if | unless } <condition> ]
William Lallemand44be6402016-05-25 01:51:35 +02007659
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007660 This does the same as "http-request add-header" except that the header name
7661 is first removed if it existed. This is useful when passing security
7662 information to the server, where the header must not be manipulated by
7663 external users. Note that the new value is computed before the removal so it
7664 is possible to concatenate a value to an existing header.
William Lallemand44be6402016-05-25 01:51:35 +02007665
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007666 Example:
7667 http-request set-header X-Haproxy-Current-Date %T
7668 http-request set-header X-SSL %[ssl_fc]
7669 http-request set-header X-SSL-Session_ID %[ssl_fc_session_id,hex]
7670 http-request set-header X-SSL-Client-Verify %[ssl_c_verify]
7671 http-request set-header X-SSL-Client-DN %{+Q}[ssl_c_s_dn]
7672 http-request set-header X-SSL-Client-CN %{+Q}[ssl_c_s_dn(cn)]
7673 http-request set-header X-SSL-Issuer %{+Q}[ssl_c_i_dn]
7674 http-request set-header X-SSL-Client-NotBefore %{+Q}[ssl_c_notbefore]
7675 http-request set-header X-SSL-Client-NotAfter %{+Q}[ssl_c_notafter]
William Lallemand44be6402016-05-25 01:51:35 +02007676
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007677http-request set-log-level <level> [ { if | unless } <condition> ]
William Lallemand44be6402016-05-25 01:51:35 +02007678
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007679 This is used to change the log level of the current request when a certain
7680 condition is met. Valid levels are the 8 syslog levels (see the "log"
7681 keyword) plus the special level "silent" which disables logging for this
7682 request. This rule is not final so the last matching rule wins. This rule
7683 can be useful to disable health checks coming from another equipment.
William Lallemand13e9b0c2016-05-25 02:34:07 +02007684
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007685http-request set-map(<file-name>) <key fmt> <value fmt>
7686 [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +02007687
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007688 This is used to add a new entry into a MAP. The MAP must be loaded from a
7689 file (even a dummy empty file). The file name of the MAP to be updated is
7690 passed between parentheses. It takes 2 arguments: <key fmt>, which follows
7691 log-format rules, used to collect MAP key, and <value fmt>, which follows
7692 log-format rules, used to collect content for the new entry.
7693 It performs a lookup in the MAP before insertion, to avoid duplicated (or
7694 more) values. This lookup is done by a linear search and can be expensive
7695 with large lists! It is the equivalent of the "set map" command from the
7696 stats socket, but can be triggered by an HTTP request.
William Lallemand13e9b0c2016-05-25 02:34:07 +02007697
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007698http-request set-mark <mark> [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +02007699
David Carlierf7f53af2021-06-26 12:04:36 +01007700 This is used to set the Netfilter/IPFW MARK on all packets sent to the client
7701 to the value passed in <mark> on platforms which support it. This value is an
7702 unsigned 32 bit value which can be matched by netfilter/ipfw and by the
7703 routing table or monitoring the packets through DTrace. It can be expressed
7704 both in decimal or hexadecimal format (prefixed by "0x").
7705 This can be useful to force certain packets to take a different route (for
7706 example a cheaper network path for bulk downloads). This works on Linux
David Carlierbae4cb22021-07-03 10:15:15 +01007707 kernels 2.6.32 and above and requires admin privileges, as well on FreeBSD
7708 and OpenBSD.
Willy Tarreau00005ce2016-10-21 15:07:45 +02007709
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007710http-request set-method <fmt> [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +02007711
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007712 This rewrites the request method with the result of the evaluation of format
7713 string <fmt>. There should be very few valid reasons for having to do so as
7714 this is more likely to break something than to fix it.
William Lallemand13e9b0c2016-05-25 02:34:07 +02007715
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007716http-request set-nice <nice> [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +02007717
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007718 This sets the "nice" factor of the current request being processed. It only
7719 has effect against the other requests being processed at the same time.
7720 The default value is 0, unless altered by the "nice" setting on the "bind"
7721 line. The accepted range is -1024..1024. The higher the value, the nicest
7722 the request will be. Lower values will make the request more important than
7723 other ones. This can be useful to improve the speed of some requests, or
7724 lower the priority of non-important requests. Using this setting without
7725 prior experimentation can cause some major slowdown.
William Lallemand13e9b0c2016-05-25 02:34:07 +02007726
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007727http-request set-path <fmt> [ { if | unless } <condition> ]
Willy Tarreau00005ce2016-10-21 15:07:45 +02007728
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007729 This rewrites the request path with the result of the evaluation of format
7730 string <fmt>. The query string, if any, is left intact. If a scheme and
7731 authority is found before the path, they are left intact as well. If the
7732 request doesn't have a path ("*"), this one is replaced with the format.
7733 This can be used to prepend a directory component in front of a path for
7734 example. See also "http-request set-query" and "http-request set-uri".
Willy Tarreau2d392c22015-08-24 01:43:45 +02007735
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007736 Example :
7737 # prepend the host name before the path
7738 http-request set-path /%[hdr(host)]%[path]
Christopher Faulet76c09ef2017-09-21 11:03:52 +02007739
Christopher Faulet312294f2020-09-02 17:17:44 +02007740http-request set-pathq <fmt> [ { if | unless } <condition> ]
7741
7742 This does the same as "http-request set-path" except that the query-string is
7743 also rewritten. It may be used to remove the query-string, including the
7744 question mark (it is not possible using "http-request set-query").
7745
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007746http-request set-priority-class <expr> [ { if | unless } <condition> ]
Olivier Houchardccaa7de2017-10-02 11:51:03 +02007747
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007748 This is used to set the queue priority class of the current request.
7749 The value must be a sample expression which converts to an integer in the
7750 range -2047..2047. Results outside this range will be truncated.
7751 The priority class determines the order in which queued requests are
7752 processed. Lower values have higher priority.
Christopher Faulet76c09ef2017-09-21 11:03:52 +02007753
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007754http-request set-priority-offset <expr> [ { if | unless } <condition> ]
Christopher Faulet76c09ef2017-09-21 11:03:52 +02007755
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007756 This is used to set the queue priority timestamp offset of the current
7757 request. The value must be a sample expression which converts to an integer
7758 in the range -524287..524287. Results outside this range will be truncated.
7759 When a request is queued, it is ordered first by the priority class, then by
7760 the current timestamp adjusted by the given offset in milliseconds. Lower
7761 values have higher priority.
7762 Note that the resulting timestamp is is only tracked with enough precision
7763 for 524,287ms (8m44s287ms). If the request is queued long enough to where the
7764 adjusted timestamp exceeds this value, it will be misidentified as highest
7765 priority. Thus it is important to set "timeout queue" to a value, where when
7766 combined with the offset, does not exceed this limit.
Christopher Faulet76c09ef2017-09-21 11:03:52 +02007767
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007768http-request set-query <fmt> [ { if | unless } <condition> ]
Willy Tarreau20b0de52012-12-24 15:45:22 +01007769
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007770 This rewrites the request's query string which appears after the first
7771 question mark ("?") with the result of the evaluation of format string <fmt>.
7772 The part prior to the question mark is left intact. If the request doesn't
7773 contain a question mark and the new value is not empty, then one is added at
7774 the end of the URI, followed by the new value. If a question mark was
7775 present, it will never be removed even if the value is empty. This can be
7776 used to add or remove parameters from the query string.
Ruoshan Huangeb5a3632015-12-08 21:00:23 +08007777
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007778 See also "http-request set-query" and "http-request set-uri".
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01007779
7780 Example:
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007781 # replace "%3D" with "=" in the query string
7782 http-request set-query %[query,regsub(%3D,=,g)]
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01007783
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007784http-request set-src <expr> [ { if | unless } <condition> ]
7785 This is used to set the source IP address to the value of specified
7786 expression. Useful when a proxy in front of HAProxy rewrites source IP, but
7787 provides the correct IP in a HTTP header; or you want to mask source IP for
Olivier Doucet56e31202020-04-21 09:32:56 +02007788 privacy. All subsequent calls to "src" fetch will return this value
7789 (see example).
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007790
7791 Arguments :
7792 <expr> Is a standard HAProxy expression formed by a sample-fetch followed
7793 by some converters.
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01007794
Olivier Doucet56e31202020-04-21 09:32:56 +02007795 See also "option forwardfor".
7796
Cyril Bonté78caf842010-03-10 22:41:43 +01007797 Example:
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007798 http-request set-src hdr(x-forwarded-for)
7799 http-request set-src src,ipmask(24)
7800
Olivier Doucet56e31202020-04-21 09:32:56 +02007801 # After the masking this will track connections
7802 # based on the IP address with the last byte zeroed out.
7803 http-request track-sc0 src
7804
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007805 When possible, set-src preserves the original source port as long as the
7806 address family allows it, otherwise the source port is set to 0.
7807
7808http-request set-src-port <expr> [ { if | unless } <condition> ]
7809
7810 This is used to set the source port address to the value of specified
7811 expression.
7812
7813 Arguments:
7814 <expr> Is a standard HAProxy expression formed by a sample-fetch followed
7815 by some converters.
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +01007816
Willy Tarreau20b0de52012-12-24 15:45:22 +01007817 Example:
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007818 http-request set-src-port hdr(x-port)
7819 http-request set-src-port int(4000)
7820
7821 When possible, set-src-port preserves the original source address as long as
7822 the address family supports a port, otherwise it forces the source address to
7823 IPv4 "0.0.0.0" before rewriting the port.
7824
Alex59c53352021-04-27 12:57:07 +02007825http-request set-timeout { server | tunnel } { <timeout> | <expr> }
Amaury Denoyelle8d228232020-12-10 13:43:54 +01007826 [ { if | unless } <condition> ]
7827
7828 This action overrides the specified "server" or "tunnel" timeout for the
7829 current stream only. The timeout can be specified in millisecond or with any
7830 other unit if the number is suffixed by the unit as explained at the top of
7831 this document. It is also possible to write an expression which must returns
7832 a number interpreted as a timeout in millisecond.
7833
7834 Note that the server/tunnel timeouts are only relevant on the backend side
7835 and thus this rule is only available for the proxies with backend
7836 capabilities. Also the timeout value must be non-null to obtain the expected
7837 results.
7838
7839 Example:
Alex59c53352021-04-27 12:57:07 +02007840 http-request set-timeout tunnel 5s
7841 http-request set-timeout server req.hdr(host),map_int(host.lst)
Amaury Denoyelle8d228232020-12-10 13:43:54 +01007842
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007843http-request set-tos <tos> [ { if | unless } <condition> ]
7844
7845 This is used to set the TOS or DSCP field value of packets sent to the client
7846 to the value passed in <tos> on platforms which support this. This value
7847 represents the whole 8 bits of the IP TOS field, and can be expressed both in
7848 decimal or hexadecimal format (prefixed by "0x"). Note that only the 6 higher
7849 bits are used in DSCP or TOS, and the two lower bits are always 0. This can
7850 be used to adjust some routing behavior on border routers based on some
7851 information from the request.
7852
7853 See RFC 2474, 2597, 3260 and 4594 for more information.
7854
7855http-request set-uri <fmt> [ { if | unless } <condition> ]
7856
7857 This rewrites the request URI with the result of the evaluation of format
7858 string <fmt>. The scheme, authority, path and query string are all replaced
Christopher Faulet84cdbe42022-11-22 15:41:48 +01007859 at once. This can be used to rewrite hosts in front of proxies, or to perform
7860 complex modifications to the URI such as moving parts between the path and
7861 the query string. If an absolute URI is set, it will be sent as is to
7862 HTTP/1.1 servers. If it is not the desired behavior, the host, the path
7863 and/or the query string should be set separately.
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007864 See also "http-request set-path" and "http-request set-query".
7865
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +01007866http-request set-var(<var-name>[,<cond>...]) <expr> [ { if | unless } <condition> ]
7867http-request set-var-fmt(<var-name>[,<cond>...]) <fmt> [ { if | unless } <condition> ]
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007868
7869 This is used to set the contents of a variable. The variable is declared
7870 inline.
7871
7872 Arguments:
7873 <var-name> The name of the variable starts with an indication about its
7874 scope. The scopes allowed are:
7875 "proc" : the variable is shared with the whole process
7876 "sess" : the variable is shared with the whole session
7877 "txn" : the variable is shared with the transaction
7878 (request and response)
7879 "req" : the variable is shared only during request
7880 processing
7881 "res" : the variable is shared only during response
7882 processing
7883 This prefix is followed by a name. The separator is a '.'.
7884 The name may only contain characters 'a-z', 'A-Z', '0-9'
7885 and '_'.
7886
Remi Tricot-Le Breton164726c2021-12-16 17:14:40 +01007887 <cond> A set of conditions that must all be true for the variable to
7888 actually be set (such as "ifnotempty", "ifgt" ...). See the
Ilya Shipitsin5e87bcf2021-12-25 11:45:52 +05007889 set-var converter's description for a full list of possible
Remi Tricot-Le Breton164726c2021-12-16 17:14:40 +01007890 conditions.
7891
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007892 <expr> Is a standard HAProxy expression formed by a sample-fetch
7893 followed by some converters.
Willy Tarreau20b0de52012-12-24 15:45:22 +01007894
Willy Tarreau9a621ae2021-09-02 21:00:38 +02007895 <fmt> This is the value expressed using log-format rules (see Custom
7896 Log Format in section 8.2.4).
7897
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02007898 Example:
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007899 http-request set-var(req.my_var) req.fhdr(user-agent),lower
Willy Tarreau9a621ae2021-09-02 21:00:38 +02007900 http-request set-var-fmt(txn.from) %[src]:%[src_port]
7901
Mathias Weiersmuellerd9b71742022-11-19 00:07:56 +01007902http-request silent-drop [ rst-ttl <ttl> ] [ { if | unless } <condition> ]
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007903
Mathias Weiersmuellerd9b71742022-11-19 00:07:56 +01007904 This stops the evaluation of the rules and removes the client-facing
7905 connection in a configurable way: When called without the rst-ttl argument,
7906 we try to prevent sending any FIN or RST packet back to the client by
7907 using TCP_REPAIR. If this fails (mainly because of missing privileges),
7908 we fall back to sending a RST packet with a TTL of 1.
7909
7910 The effect is that the client still sees an established connection while
7911 there is none on HAProxy, saving resources. However, stateful equipment
7912 placed between the HAProxy and the client (firewalls, proxies,
7913 load balancers) will also keep the established connection in their
7914 session tables.
7915
7916 The optional rst-ttl changes this behaviour: TCP_REPAIR is not used,
7917 and a RST packet with a configurable TTL is sent. When set to a
7918 reasonable value, the RST packet travels through your own equipment,
7919 deleting the connection in your middle-boxes, but does not arrive at
7920 the client. Future packets from the client will then be dropped
7921 already by your middle-boxes. These "local RST"s protect your resources,
7922 but not the client's. Do not use it unless you fully understand how it works.
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007923
Christopher Faulet71d18922021-10-14 08:18:50 +02007924http-request strict-mode { on | off } [ { if | unless } <condition> ]
Christopher Faulet46f95542019-12-20 10:07:22 +01007925
7926 This enables or disables the strict rewriting mode for following rules. It
7927 does not affect rules declared before it and it is only applicable on rules
7928 performing a rewrite on the requests. When the strict mode is enabled, any
7929 rewrite failure triggers an internal error. Otherwise, such errors are
7930 silently ignored. The purpose of the strict rewriting mode is to make some
Ilya Shipitsin8525fd92020-02-29 12:34:59 +05007931 rewrites optional while others must be performed to continue the request
Christopher Faulet46f95542019-12-20 10:07:22 +01007932 processing.
7933
Christopher Faulet1aea50e2020-01-17 16:03:53 +01007934 By default, the strict rewriting mode is enabled. Its value is also reset
Christopher Faulet46f95542019-12-20 10:07:22 +01007935 when a ruleset evaluation ends. So, for instance, if you change the mode on
7936 the frontend, the default mode is restored when HAProxy starts the backend
7937 rules evaluation.
7938
Christopher Faulet5cb513a2020-05-13 17:56:56 +02007939http-request tarpit [deny_status <status>] [ { if | unless } <condition> ]
7940http-request tarpit [ { status | deny_status } <code>] [content-type <type>]
7941 [ { default-errorfiles | errorfile <file> | errorfiles <name> |
7942 file <file> | lf-file <file> | string <str> | lf-string <fmt> } ]
7943 [ hdr <name> <fmt> ]*
7944 [ { if | unless } <condition> ]
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007945
7946 This stops the evaluation of the rules and immediately blocks the request
7947 without responding for a delay specified by "timeout tarpit" or
7948 "timeout connect" if the former is not set. After that delay, if the client
Christopher Faulet5cb513a2020-05-13 17:56:56 +02007949 is still connected, a response is returned so that the client does not
7950 suspect it has been tarpitted. Logs will report the flags "PT". The goal of
7951 the tarpit rule is to slow down robots during an attack when they're limited
7952 on the number of concurrent requests. It can be very efficient against very
7953 dumb robots, and will significantly reduce the load on firewalls compared to
7954 a "deny" rule. But when facing "correctly" developed robots, it can make
Daniel Corbett9f0843f2021-05-08 10:50:37 -04007955 things worse by forcing HAProxy and the front firewall to support insane
Christopher Faulet5cb513a2020-05-13 17:56:56 +02007956 number of concurrent connections. By default an HTTP error 500 is returned.
7957 But the response may be customized using same syntax than
7958 "http-request return" rules. Thus, see "http-request return" for details.
Ilya Shipitsin11057a32020-06-21 21:18:27 +05007959 For compatibility purpose, when no argument is defined, or only "deny_status",
Christopher Faulet5cb513a2020-05-13 17:56:56 +02007960 the argument "default-errorfiles" is implied. It means
7961 "http-request tarpit [deny_status <status>]" is an alias of
7962 "http-request tarpit [status <status>] default-errorfiles".
7963 No further "http-request" rules are evaluated.
7964 See also "http-request return" and "http-request silent-drop".
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007965
7966http-request track-sc0 <key> [table <table>] [ { if | unless } <condition> ]
7967http-request track-sc1 <key> [table <table>] [ { if | unless } <condition> ]
7968http-request track-sc2 <key> [table <table>] [ { if | unless } <condition> ]
7969
7970 This enables tracking of sticky counters from current request. These rules do
7971 not stop evaluation and do not change default action. The number of counters
Willy Tarreau6c011712023-01-06 16:09:58 +01007972 that may be simultaneously tracked by the same connection is set by the
7973 global "tune.stick-counters" setting, which defaults to MAX_SESS_STKCTR if
7974 set at build time (it is reported in haproxy -vv) and which defaults to 3,
7975 so the track-sc number is between 0 and (tune.stick-counters-1). The first
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02007976 "track-sc0" rule executed enables tracking of the counters of the specified
7977 table as the first set. The first "track-sc1" rule executed enables tracking
7978 of the counters of the specified table as the second set. The first
7979 "track-sc2" rule executed enables tracking of the counters of the specified
7980 table as the third set. It is a recommended practice to use the first set of
7981 counters for the per-frontend counters and the second set for the per-backend
7982 ones. But this is just a guideline, all may be used everywhere.
7983
7984 Arguments :
7985 <key> is mandatory, and is a sample expression rule as described in
7986 section 7.3. It describes what elements of the incoming request or
7987 connection will be analyzed, extracted, combined, and used to
7988 select which table entry to update the counters.
7989
7990 <table> is an optional table to be used instead of the default one, which
7991 is the stick-table declared in the current proxy. All the counters
7992 for the matches and updates for the key will then be performed in
7993 that table until the session ends.
7994
7995 Once a "track-sc*" rule is executed, the key is looked up in the table and if
7996 it is not found, an entry is allocated for it. Then a pointer to that entry
7997 is kept during all the session's life, and this entry's counters are updated
7998 as often as possible, every time the session's counters are updated, and also
7999 systematically when the session ends. Counters are only updated for events
8000 that happen after the tracking has been started. As an exception, connection
8001 counters and request counters are systematically updated so that they reflect
8002 useful information.
8003
8004 If the entry tracks concurrent connection counters, one connection is counted
8005 for as long as the entry is tracked, and the entry will not expire during
8006 that time. Tracking counters also provides a performance advantage over just
8007 checking the keys, because only one table lookup is performed for all ACL
8008 checks that make use of it.
8009
8010http-request unset-var(<var-name>) [ { if | unless } <condition> ]
8011
8012 This is used to unset a variable. See above for details about <var-name>.
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008013
8014 Example:
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02008015 http-request unset-var(req.my_var)
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008016
Christopher Faulet579d83b2019-11-22 15:34:17 +01008017http-request use-service <service-name> [ { if | unless } <condition> ]
8018
8019 This directive executes the configured HTTP service to reply to the request
8020 and stops the evaluation of the rules. An HTTP service may choose to reply by
8021 sending any valid HTTP response or it may immediately close the connection
8022 without sending any response. Outside natives services, for instance the
8023 Prometheus exporter, it is possible to write your own services in Lua. No
8024 further "http-request" rules are evaluated.
8025
8026 Arguments :
8027 <service-name> is mandatory. It is the service to call
8028
8029 Example:
8030 http-request use-service prometheus-exporter if { path /metrics }
8031
Christopher Faulet021a8e42021-03-29 10:46:38 +02008032http-request wait-for-body time <time> [ at-least <bytes> ]
8033 [ { if | unless } <condition> ]
8034
8035 This will delay the processing of the request waiting for the payload for at
8036 most <time> milliseconds. if "at-least" argument is specified, HAProxy stops
8037 to wait the payload when the first <bytes> bytes are received. 0 means no
8038 limit, it is the default value. Regardless the "at-least" argument value,
8039 HAProxy stops to wait if the whole payload is received or if the request
8040 buffer is full. This action may be used as a replacement to "option
8041 http-buffer-request".
8042
8043 Arguments :
8044
8045 <time> is mandatory. It is the maximum time to wait for the body. It
8046 follows the HAProxy time format and is expressed in milliseconds.
8047
8048 <bytes> is optional. It is the minimum payload size to receive to stop to
Ilya Shipitsinb2be9a12021-04-24 13:25:42 +05008049 wait. It follows the HAProxy size format and is expressed in
Christopher Faulet021a8e42021-03-29 10:46:38 +02008050 bytes.
8051
8052 Example:
8053 http-request wait-for-body time 1s at-least 1k if METH_POST
8054
8055 See also : "option http-buffer-request"
8056
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02008057http-request wait-for-handshake [ { if | unless } <condition> ]
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008058
Cyril Bontéc6ad23b2018-10-17 00:14:50 +02008059 This will delay the processing of the request until the SSL handshake
8060 happened. This is mostly useful to delay processing early data until we're
8061 sure they are valid.
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008062
Willy Tarreauef781042010-01-27 11:53:01 +01008063
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008064http-response <action> <options...> [ { if | unless } <condition> ]
Willy Tarreaue365c0b2013-06-11 16:06:12 +02008065 Access control for Layer 7 responses
8066
8067 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +02008068 yes(!) | yes | yes | yes
Willy Tarreaue365c0b2013-06-11 16:06:12 +02008069
8070 The http-response statement defines a set of rules which apply to layer 7
8071 processing. The rules are evaluated in their declaration order when they are
8072 met in a frontend, listen or backend section. Any rule may optionally be
8073 followed by an ACL-based condition, in which case it will only be evaluated
8074 if the condition is true. Since these rules apply on responses, the backend
8075 rules are applied first, followed by the frontend's rules.
8076
Christopher Faulet71d18922021-10-14 08:18:50 +02008077 The first keyword is the rule's action. Several types of actions are
8078 supported:
8079 - add-acl(<file-name>) <key fmt>
8080 - add-header <name> <fmt>
8081 - allow
8082 - cache-store <name>
8083 - capture <sample> id <id>
8084 - del-acl(<file-name>) <key fmt>
8085 - del-header <name> [ -m <meth> ]
8086 - del-map(<file-name>) <key fmt>
8087 - deny [ { status | deny_status } <code>] ...
8088 - redirect <rule>
8089 - replace-header <name> <regex-match> <replace-fmt>
8090 - replace-value <name> <regex-match> <replace-fmt>
8091 - return [status <code>] [content-type <type>] ...
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +01008092 - sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
Christopher Faulet71d18922021-10-14 08:18:50 +02008093 - sc-inc-gpc(<idx>,<sc-id>)
8094 - sc-inc-gpc0(<sc-id>)
8095 - sc-inc-gpc1(<sc-id>)
8096 - sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
8097 - sc-set-gpt0(<sc-id>) { <int> | <expr> }
8098 - send-spoe-group <engine-name> <group-name>
Christopher Fauletda2e1172023-01-13 15:33:32 +01008099 - set-bandwidth-limit <name> [limit {<expr> | <size>}] [period {<expr> | <time>}]
Christopher Faulet71d18922021-10-14 08:18:50 +02008100 - set-header <name> <fmt>
8101 - set-log-level <level>
8102 - set-map(<file-name>) <key fmt> <value fmt>
8103 - set-mark <mark>
8104 - set-nice <nice>
8105 - set-status <status> [reason <str>]
8106 - set-tos <tos>
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +01008107 - set-var(<var-name>[,<cond>...]) <expr>
8108 - set-var-fmt(<var-name>[,<cond>...]) <fmt>
Mathias Weiersmueller2fb47af2023-01-09 13:52:06 +01008109 - silent-drop [ rst-ttl <ttl> ]
Christopher Faulet71d18922021-10-14 08:18:50 +02008110 - strict-mode { on | off }
8111 - track-sc0 <key> [table <table>]
8112 - track-sc1 <key> [table <table>]
8113 - track-sc2 <key> [table <table>]
8114 - unset-var(<var-name>)
8115 - wait-for-body time <time> [ at-least <bytes> ]
8116
8117 The supported actions are described below.
Willy Tarreaue365c0b2013-06-11 16:06:12 +02008118
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008119 There is no limit to the number of http-response statements per instance.
Willy Tarreaue365c0b2013-06-11 16:06:12 +02008120
Christopher Faulet6e0425b2021-10-13 19:27:38 +02008121 This directive is only available from named defaults sections, not anonymous
8122 ones. Rules defined in the defaults section are evaluated before ones in the
8123 associated proxy section. To avoid ambiguities, in this case the same
8124 defaults section cannot be used by proxies with the frontend capability and
8125 by proxies with the backend capability. It means a listen section cannot use
8126 a defaults section defining such rules.
8127
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008128 Example:
8129 acl key_acl res.hdr(X-Acl-Key) -m found
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02008130
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008131 acl myhost hdr(Host) -f myhost.lst
Sasha Pachev218f0642014-06-16 12:05:59 -06008132
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008133 http-response add-acl(myhost.lst) %[res.hdr(X-Acl-Key)] if key_acl
8134 http-response del-acl(myhost.lst) %[res.hdr(X-Acl-Key)] if key_acl
Sasha Pachev218f0642014-06-16 12:05:59 -06008135
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008136 Example:
8137 acl value res.hdr(X-Value) -m found
Sasha Pachev218f0642014-06-16 12:05:59 -06008138
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008139 use_backend bk_appli if { hdr(Host),map_str(map.lst) -m found }
Sasha Pachev218f0642014-06-16 12:05:59 -06008140
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008141 http-response set-map(map.lst) %[src] %[res.hdr(X-Value)] if value
8142 http-response del-map(map.lst) %[src] if ! value
Sasha Pachev218f0642014-06-16 12:05:59 -06008143
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008144 See also : "http-request", section 3.4 about userlists and section 7 about
8145 ACL usage.
Sasha Pachev218f0642014-06-16 12:05:59 -06008146
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008147http-response add-acl(<file-name>) <key fmt> [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06008148
Christopher Faulet71d18922021-10-14 08:18:50 +02008149 This is used to add a new entry into an ACL. Please refer to "http-request
8150 add-acl" for a complete description.
Sasha Pachev218f0642014-06-16 12:05:59 -06008151
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008152http-response add-header <name> <fmt> [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06008153
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008154 This appends an HTTP header field whose name is specified in <name> and whose
Christopher Faulet71d18922021-10-14 08:18:50 +02008155 value is defined by <fmt>. Please refer to "http-request add-header" for a
8156 complete description.
Sasha Pachev218f0642014-06-16 12:05:59 -06008157
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008158http-response allow [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06008159
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008160 This stops the evaluation of the rules and lets the response pass the check.
8161 No further "http-response" rules are evaluated for the current section.
Sasha Pachev218f0642014-06-16 12:05:59 -06008162
Jarno Huuskonen251a6b72019-01-04 14:05:02 +02008163http-response cache-store <name> [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06008164
Christopher Faulet87f1f3d2019-07-18 14:51:20 +02008165 See section 6.2 about cache setup.
Sasha Pachev218f0642014-06-16 12:05:59 -06008166
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008167http-response capture <sample> id <id> [ { if | unless } <condition> ]
Sasha Pachev218f0642014-06-16 12:05:59 -06008168
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008169 This captures sample expression <sample> from the response buffer, and
8170 converts it to a string. The resulting string is stored into the next request
8171 "capture" slot, so it will possibly appear next to some captured HTTP
8172 headers. It will then automatically appear in the logs, and it will be
8173 possible to extract it using sample fetch rules to feed it into headers or
8174 anything. Please check section 7.3 (Fetching samples) and
8175 "capture response header" for more information.
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +02008176
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008177 The keyword "id" is the id of the capture slot which is used for storing the
8178 string. The capture slot must be defined in an associated frontend.
8179 This is useful to run captures in backends. The slot id can be declared by a
8180 previous directive "http-response capture" or with the "declare capture"
8181 keyword.
Baptiste Assmann19a69b32020-01-16 14:34:22 +01008182
8183 When using this action in a backend, double check that the relevant
8184 frontend(s) have the required capture slots otherwise, this rule will be
8185 ignored at run time. This can't be detected at configuration parsing time
8186 due to HAProxy's ability to dynamically resolve backend name at runtime.
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +02008187
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008188http-response del-acl(<file-name>) <key fmt> [ { if | unless } <condition> ]
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +02008189
Christopher Faulet71d18922021-10-14 08:18:50 +02008190 This is used to delete an entry from an ACL. Please refer to "http-request
8191 del-acl" for a complete description.
Willy Tarreauf4c43c12013-06-11 17:01:13 +02008192
Maciej Zdebebdd4c52020-11-20 13:58:48 +00008193http-response del-header <name> [ -m <meth> ] [ { if | unless } <condition> ]
Willy Tarreau9a355ec2013-06-11 17:45:46 +02008194
Christopher Faulet71d18922021-10-14 08:18:50 +02008195 This removes all HTTP header fields whose name is specified in <name>. Please
8196 refer to "http-request del-header" for a complete description.
Willy Tarreau42cf39e2013-06-11 18:51:32 +02008197
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008198http-response del-map(<file-name>) <key fmt> [ { if | unless } <condition> ]
Willy Tarreau51347ed2013-06-11 19:34:13 +02008199
Christopher Faulet71d18922021-10-14 08:18:50 +02008200 This is used to delete an entry from a MAP. Please refer to "http-request
8201 del-map" for a complete description.
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008202
Christopher Faulet5cb513a2020-05-13 17:56:56 +02008203http-response deny [deny_status <status>] [ { if | unless } <condition> ]
8204http-response deny [ { status | deny_status } <code>] [content-type <type>]
8205 [ { default-errorfiles | errorfile <file> | errorfiles <name> |
8206 file <file> | lf-file <file> | string <str> | lf-string <fmt> } ]
8207 [ hdr <name> <fmt> ]*
8208 [ { if | unless } <condition> ]
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008209
Christopher Faulet5cb513a2020-05-13 17:56:56 +02008210 This stops the evaluation of the rules and immediately rejects the response.
8211 By default an HTTP 502 error is returned. But the response may be customized
8212 using same syntax than "http-response return" rules. Thus, see
Ilya Shipitsin11057a32020-06-21 21:18:27 +05008213 "http-response return" for details. For compatibility purpose, when no
Christopher Faulet5cb513a2020-05-13 17:56:56 +02008214 argument is defined, or only "deny_status", the argument "default-errorfiles"
8215 is implied. It means "http-response deny [deny_status <status>]" is an alias
8216 of "http-response deny [status <status>] default-errorfiles".
Christopher Faulet040c8cd2020-01-13 16:43:45 +01008217 No further "http-response" rules are evaluated.
Christopher Faulet5cb513a2020-05-13 17:56:56 +02008218 See also "http-response return".
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008219
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008220http-response redirect <rule> [ { if | unless } <condition> ]
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008221
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008222 This performs an HTTP redirection based on a redirect rule.
8223 This supports a format string similarly to "http-request redirect" rules,
8224 with the exception that only the "location" type of redirect is possible on
8225 the response. See the "redirect" keyword for the rule's syntax. When a
8226 redirect rule is applied during a response, connections to the server are
8227 closed so that no data can be forwarded from the server to the client.
Thierry FOURNIERe80fada2015-05-26 18:06:31 +02008228
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008229http-response replace-header <name> <regex-match> <replace-fmt>
8230 [ { if | unless } <condition> ]
Thierry FOURNIERe80fada2015-05-26 18:06:31 +02008231
Tim Duesterhus2252beb2019-10-29 00:05:13 +01008232 This works like "http-request replace-header" except that it works on the
8233 server's response instead of the client's request.
William Lallemand86d0df02017-11-24 21:36:45 +01008234
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008235 Example:
8236 http-response replace-header Set-Cookie (C=[^;]*);(.*) \1;ip=%bi;\2
Willy Tarreau51d861a2015-05-22 17:30:48 +02008237
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008238 # applied to:
8239 Set-Cookie: C=1; expires=Tue, 14-Jun-2016 01:40:45 GMT
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02008240
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008241 # outputs:
8242 Set-Cookie: C=1;ip=192.168.1.20; expires=Tue, 14-Jun-2016 01:40:45 GMT
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02008243
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008244 # assuming the backend IP is 192.168.1.20.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02008245
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008246http-response replace-value <name> <regex-match> <replace-fmt>
8247 [ { if | unless } <condition> ]
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02008248
Tim Duesterhus6bd909b2020-01-17 15:53:18 +01008249 This works like "http-request replace-value" except that it works on the
Tim Duesterhus2252beb2019-10-29 00:05:13 +01008250 server's response instead of the client's request.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02008251
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008252 Example:
8253 http-response replace-value Cache-control ^public$ private
Christopher Faulet85d79c92016-11-09 16:54:56 +01008254
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008255 # applied to:
8256 Cache-Control: max-age=3600, public
Christopher Faulet85d79c92016-11-09 16:54:56 +01008257
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008258 # outputs:
8259 Cache-Control: max-age=3600, private
Christopher Faulet85d79c92016-11-09 16:54:56 +01008260
Christopher Faulet24231ab2020-01-24 17:44:23 +01008261http-response return [status <code>] [content-type <type>]
8262 [ { default-errorfiles | errorfile <file> | errorfiles <name> |
8263 file <file> | lf-file <file> | string <str> | lf-string <fmt> } ]
Christopher Fauletb7056222023-02-27 18:01:41 +01008264 [ hdr <name> <value> ]*
Christopher Faulet24231ab2020-01-24 17:44:23 +01008265 [ { if | unless } <condition> ]
8266
Christopher Faulet71d18922021-10-14 08:18:50 +02008267 This stops the evaluation of the rules and immediately returns a
8268 response. Please refer to "http-request return" for a complete
8269 description. No further "http-response" rules are evaluated.
Christopher Faulet24231ab2020-01-24 17:44:23 +01008270
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +01008271http-response sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
8272 [ { if | unless } <condition> ]
8273
8274 This action increments the General Purpose Counter according to the sticky
8275 counter designated by <sc-id>. Please refer to "http-request sc-add-gpc" for
8276 a complete description.
8277
Emeric Brun4d7ada82021-06-30 19:04:16 +02008278http-response sc-inc-gpc(<idx>,<sc-id>) [ { if | unless } <condition> ]
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008279http-response sc-inc-gpc0(<sc-id>) [ { if | unless } <condition> ]
8280http-response sc-inc-gpc1(<sc-id>) [ { if | unless } <condition> ]
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08008281
Christopher Faulet71d18922021-10-14 08:18:50 +02008282 These actions increment the General Purppose Counters according to the sticky
8283 counter designated by <sc-id>. Please refer to "http-request sc-inc-gpc",
8284 "http-request sc-inc-gpc0" and "http-request sc-inc-gpc1" for a complete
8285 description.
Thierry FOURNIER236657b2015-08-19 08:25:14 +02008286
Emeric Brun877b0b52021-06-30 18:57:49 +02008287http-response sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
Christopher Faulet71d18922021-10-14 08:18:50 +02008288 [ { if | unless } <condition> ]
Cédric Dufour0d7712d2019-11-06 18:38:53 +01008289http-response sc-set-gpt0(<sc-id>) { <int> | <expr> }
8290 [ { if | unless } <condition> ]
Thierry FOURNIERe0627bd2015-08-04 08:20:33 +02008291
Christopher Faulet71d18922021-10-14 08:18:50 +02008292 These actions set the 32-bit unsigned General Purpose Tags according to the
8293 sticky counter designated by <sc-id>. Please refer to "http-request
Johannes Naabc7899802023-08-10 14:10:37 +02008294 sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
Frédéric Lécaille6778b272018-01-29 15:22:53 +01008295
Christopher Faulet24e7f352021-08-12 09:32:07 +02008296http-response send-spoe-group <engine-name> <group-name>
8297 [ { if | unless } <condition> ]
Willy Tarreau2d392c22015-08-24 01:43:45 +02008298
Christopher Faulet71d18922021-10-14 08:18:50 +02008299 This action is used to trigger sending of a group of SPOE messages. Please
8300 refer to "http-request send-spoe-group" for a complete description.
Christopher Faulet76c09ef2017-09-21 11:03:52 +02008301
Christopher Fauletda2e1172023-01-13 15:33:32 +01008302http-response set-bandwidth-limit <name> [limit { <expr> | <size> }]
8303 [period { <expr> | <time> }] [ { if | unless } <condition> ]
Christopher Faulet2b677702022-06-22 16:55:04 +02008304
8305 This action is used to enable the bandwidth limitation filter <name>, either
8306 on the upload or download direction depending on the filter type. Please
8307 refer to "http-request set-bandwidth-limit" for a complete description.
8308
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008309http-response set-header <name> <fmt> [ { if | unless } <condition> ]
Willy Tarreaue365c0b2013-06-11 16:06:12 +02008310
Christopher Faulet71d18922021-10-14 08:18:50 +02008311 This does the same as "http-response add-header" except that the header name
8312 is first removed if it existed. This is useful when passing security
8313 information to the server, where the header must not be manipulated by
8314 external users.
Willy Tarreaue365c0b2013-06-11 16:06:12 +02008315
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008316http-response set-log-level <level> [ { if | unless } <condition> ]
8317
Christopher Faulet71d18922021-10-14 08:18:50 +02008318 This is used to change the log level of the current response. Please refer to
8319 "http-request set-log-level" for a complete description.
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008320
8321http-response set-map(<file-name>) <key fmt> <value fmt>
8322
Christopher Faulet71d18922021-10-14 08:18:50 +02008323 This is used to add a new entry into a MAP. Please refer to "http-request
8324 set-map" for a complete description.
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008325
8326http-response set-mark <mark> [ { if | unless } <condition> ]
8327
Christopher Faulet71d18922021-10-14 08:18:50 +02008328 This action is used to set the Netfilter/IPFW MARK in all packets sent to the
8329 client to the value passed in <mark> on platforms which support it. Please
8330 refer to "http-request set-mark" for a complete description.
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008331
8332http-response set-nice <nice> [ { if | unless } <condition> ]
8333
Christopher Faulet71d18922021-10-14 08:18:50 +02008334 This sets the "nice" factor of the current request being processed. Please
8335 refer to "http-request set-nice" for a complete description.
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008336
8337http-response set-status <status> [reason <str>]
8338 [ { if | unless } <condition> ]
8339
8340 This replaces the response status code with <status> which must be an integer
8341 between 100 and 999. Optionally, a custom reason text can be provided defined
8342 by <str>, or the default reason for the specified code will be used as a
8343 fallback.
Ruoshan Huangeb5a3632015-12-08 21:00:23 +08008344
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008345 Example:
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008346 # return "431 Request Header Fields Too Large"
8347 http-response set-status 431
8348 # return "503 Slow Down", custom reason
8349 http-response set-status 503 reason "Slow Down".
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008350
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008351http-response set-tos <tos> [ { if | unless } <condition> ]
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008352
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008353 This is used to set the TOS or DSCP field value of packets sent to the client
Christopher Faulet71d18922021-10-14 08:18:50 +02008354 to the value passed in <tos> on platforms which support this. Please refer to
8355 "http-request set-tos" for a complete description.
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008356
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +01008357http-response set-var(<var-name>[,<cond>...]) <expr> [ { if | unless } <condition> ]
8358http-response set-var-fmt(<var-name>[,<cond>...]) <fmt> [ { if | unless } <condition> ]
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008359
8360 This is used to set the contents of a variable. The variable is declared
Christopher Faulet71d18922021-10-14 08:18:50 +02008361 inline. Please refer to "http-request set-var" and "http-request set-var-fmt"
8362 for a complete description.
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008363
Mathias Weiersmuellerd9b71742022-11-19 00:07:56 +01008364http-response silent-drop [ rst-ttl <ttl> ] [ { if | unless } <condition> ]
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008365
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008366 This stops the evaluation of the rules and makes the client-facing connection
8367 suddenly disappear using a system-dependent way that tries to prevent the
Christopher Faulet71d18922021-10-14 08:18:50 +02008368 client from being notified. Please refer to "http-request silent-drop" for a
8369 complete description.
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02008370
Christopher Faulet71d18922021-10-14 08:18:50 +02008371http-response strict-mode { on | off } [ { if | unless } <condition> ]
Christopher Faulet46f95542019-12-20 10:07:22 +01008372
Christopher Faulet71d18922021-10-14 08:18:50 +02008373 This enables or disables the strict rewriting mode for following
8374 rules. Please refer to "http-request strict-mode" for a complete description.
Christopher Faulet46f95542019-12-20 10:07:22 +01008375
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008376http-response track-sc0 <key> [table <table>] [ { if | unless } <condition> ]
8377http-response track-sc1 <key> [table <table>] [ { if | unless } <condition> ]
8378http-response track-sc2 <key> [table <table>] [ { if | unless } <condition> ]
Willy Tarreaue365c0b2013-06-11 16:06:12 +02008379
Christopher Faulet71d18922021-10-14 08:18:50 +02008380 This enables tracking of sticky counters from current connection. Please
8381 refer to "http-request track-sc0", "http-request track-sc1" and "http-request
8382 track-sc2" for a complete description.
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008383
8384http-response unset-var(<var-name>) [ { if | unless } <condition> ]
8385
Christopher Faulet71d18922021-10-14 08:18:50 +02008386 This is used to unset a variable. See "http-request set-var" for details
Cyril Bonté6c81d5f2018-10-17 00:14:51 +02008387 about <var-name>.
8388
Christopher Faulet021a8e42021-03-29 10:46:38 +02008389http-response wait-for-body time <time> [ at-least <bytes> ]
8390 [ { if | unless } <condition> ]
8391
8392 This will delay the processing of the response waiting for the payload for at
Christopher Faulet71d18922021-10-14 08:18:50 +02008393 most <time> milliseconds. Please refer to "http-request wait-for-body" for a
8394 complete description.
Christopher Faulet021a8e42021-03-29 10:46:38 +02008395
Baptiste Assmann5ecb77f2013-10-06 23:24:13 +02008396
Willy Tarreau30631952015-08-06 15:05:24 +02008397http-reuse { never | safe | aggressive | always }
8398 Declare how idle HTTP connections may be shared between requests
8399
8400 May be used in sections: defaults | frontend | listen | backend
8401 yes | no | yes | yes
8402
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008403 By default, a connection established between HAProxy and the backend server
Olivier Houchard86006a52018-12-14 19:37:49 +01008404 which is considered safe for reuse is moved back to the server's idle
8405 connections pool so that any other request can make use of it. This is the
8406 "safe" strategy below.
Willy Tarreau30631952015-08-06 15:05:24 +02008407
8408 The argument indicates the desired connection reuse strategy :
8409
Olivier Houchard86006a52018-12-14 19:37:49 +01008410 - "never" : idle connections are never shared between sessions. This mode
8411 may be enforced to cancel a different strategy inherited from
8412 a defaults section or for troubleshooting. For example, if an
8413 old bogus application considers that multiple requests over
8414 the same connection come from the same client and it is not
8415 possible to fix the application, it may be desirable to
8416 disable connection sharing in a single backend. An example of
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008417 such an application could be an old HAProxy using cookie
Olivier Houchard86006a52018-12-14 19:37:49 +01008418 insertion in tunnel mode and not checking any request past the
8419 first one.
Willy Tarreau30631952015-08-06 15:05:24 +02008420
Olivier Houchard86006a52018-12-14 19:37:49 +01008421 - "safe" : this is the default and the recommended strategy. The first
8422 request of a session is always sent over its own connection,
8423 and only subsequent requests may be dispatched over other
8424 existing connections. This ensures that in case the server
8425 closes the connection when the request is being sent, the
8426 browser can decide to silently retry it. Since it is exactly
8427 equivalent to regular keep-alive, there should be no side
Amaury Denoyelle27179652020-10-14 18:17:12 +02008428 effects. There is also a special handling for the connections
8429 using protocols subject to Head-of-line blocking (backend with
8430 h2 or fcgi). In this case, when at least one stream is
8431 processed, the used connection is reserved to handle streams
8432 of the same session. When no more streams are processed, the
8433 connection is released and can be reused.
Willy Tarreau30631952015-08-06 15:05:24 +02008434
8435 - "aggressive" : this mode may be useful in webservices environments where
8436 all servers are not necessarily known and where it would be
8437 appreciable to deliver most first requests over existing
8438 connections. In this case, first requests are only delivered
8439 over existing connections that have been reused at least once,
8440 proving that the server correctly supports connection reuse.
8441 It should only be used when it's sure that the client can
8442 retry a failed request once in a while and where the benefit
Michael Prokop4438c602019-05-24 10:25:45 +02008443 of aggressive connection reuse significantly outweighs the
Willy Tarreau30631952015-08-06 15:05:24 +02008444 downsides of rare connection failures.
8445
8446 - "always" : this mode is only recommended when the path to the server is
8447 known for never breaking existing connections quickly after
8448 releasing them. It allows the first request of a session to be
8449 sent to an existing connection. This can provide a significant
8450 performance increase over the "safe" strategy when the backend
8451 is a cache farm, since such components tend to show a
Davor Ocelice9ed2812017-12-25 17:49:28 +01008452 consistent behavior and will benefit from the connection
Willy Tarreau30631952015-08-06 15:05:24 +02008453 sharing. It is recommended that the "http-keep-alive" timeout
8454 remains low in this mode so that no dead connections remain
8455 usable. In most cases, this will lead to the same performance
8456 gains as "aggressive" but with more risks. It should only be
8457 used when it improves the situation over "aggressive".
8458
8459 When http connection sharing is enabled, a great care is taken to respect the
Amaury Denoyelled773a4e2021-01-29 15:18:49 +01008460 connection properties and compatibility. Indeed, some properties are specific
8461 and it is not possibly to reuse it blindly. Those are the SSL SNI, source
8462 and destination address and proxy protocol block. A connection is reused only
8463 if it shares the same set of properties with the request.
Willy Tarreau30631952015-08-06 15:05:24 +02008464
Amaury Denoyelled773a4e2021-01-29 15:18:49 +01008465 Also note that connections with certain bogus authentication schemes (relying
8466 on the connection) like NTLM are marked private and never shared.
Willy Tarreau30631952015-08-06 15:05:24 +02008467
Lukas Tribuse8adfeb2019-11-06 11:50:25 +01008468 A connection pool is involved and configurable with "pool-max-conn".
Willy Tarreau30631952015-08-06 15:05:24 +02008469
8470 Note: connection reuse improves the accuracy of the "server maxconn" setting,
8471 because almost no new connection will be established while idle connections
8472 remain available. This is particularly true with the "always" strategy.
8473
Willy Tarreau44fce8b2022-11-25 09:17:18 +01008474 The rules to decide to keep an idle connection opened or to close it after
8475 processing are also governed by the "tune.pool-low-fd-ratio" (default: 20%)
8476 and "tune.pool-high-fd-ratio" (default: 25%). These correspond to the
8477 percentage of total file descriptors spent in idle connections above which
8478 haproxy will respectively refrain from keeping a connection opened after a
8479 response, and actively kill idle connections. Some setups using a very high
8480 ratio of idle connections, either because of too low a global "maxconn", or
8481 due to a lot of HTTP/2 or HTTP/3 traffic on the frontend (few connections)
8482 but HTTP/1 connections on the backend, may observe a lower reuse rate because
8483 too few connections are kept open. It may be desirable in this case to adjust
8484 such thresholds or simply to increase the global "maxconn" value.
8485
8486 Similarly, when thread groups are explicitly enabled, it is important to
8487 understand that idle connections are only usable between threads from a same
8488 group. As such it may happen that unfair load between groups leads to more
8489 idle connections being needed, causing a lower reuse rate. The same solution
8490 may then be applied (increase global "maxconn" or increase pool ratios).
8491
8492 See also : "option http-keep-alive", "server maxconn", "thread-groups",
8493 "tune.pool-high-fd-ratio", "tune.pool-low-fd-ratio"
Willy Tarreau30631952015-08-06 15:05:24 +02008494
8495
Mark Lamourinec2247f02012-01-04 13:02:01 -05008496http-send-name-header [<header>]
8497 Add the server name to a request. Use the header string given by <header>
Mark Lamourinec2247f02012-01-04 13:02:01 -05008498 May be used in sections: defaults | frontend | listen | backend
8499 yes | no | yes | yes
Mark Lamourinec2247f02012-01-04 13:02:01 -05008500 Arguments :
Mark Lamourinec2247f02012-01-04 13:02:01 -05008501 <header> The header string to use to send the server name
8502
Willy Tarreau81bef7e2019-10-07 14:58:02 +02008503 The "http-send-name-header" statement causes the header field named <header>
8504 to be set to the name of the target server at the moment the request is about
8505 to be sent on the wire. Any existing occurrences of this header are removed.
8506 Upon retries and redispatches, the header field is updated to always reflect
8507 the server being attempted to connect to. Given that this header is modified
8508 very late in the connection setup, it may have unexpected effects on already
8509 modified headers. For example using it with transport-level header such as
8510 connection, content-length, transfer-encoding and so on will likely result in
8511 invalid requests being sent to the server. Additionally it has been reported
8512 that this directive is currently being used as a way to overwrite the Host
8513 header field in outgoing requests; while this trick has been known to work
8514 as a side effect of the feature for some time, it is not officially supported
8515 and might possibly not work anymore in a future version depending on the
8516 technical difficulties this feature induces. A long-term solution instead
8517 consists in fixing the application which required this trick so that it binds
8518 to the correct host name.
Mark Lamourinec2247f02012-01-04 13:02:01 -05008519
8520 See also : "server"
8521
Krzysztof Piotr Oledzkif58a9622008-02-23 01:19:10 +01008522id <value>
Willy Tarreau53fb4ae2009-10-04 23:04:08 +02008523 Set a persistent ID to a proxy.
8524 May be used in sections : defaults | frontend | listen | backend
8525 no | yes | yes | yes
8526 Arguments : none
8527
8528 Set a persistent ID for the proxy. This ID must be unique and positive.
8529 An unused ID will automatically be assigned if unset. The first assigned
8530 value will be 1. This ID is currently only returned in statistics.
Krzysztof Piotr Oledzkif58a9622008-02-23 01:19:10 +01008531
8532
Cyril Bonté0d4bf012010-04-25 23:21:46 +02008533ignore-persist { if | unless } <condition>
8534 Declare a condition to ignore persistence
8535 May be used in sections: defaults | frontend | listen | backend
Cyril Bonté4288c5a2018-03-12 22:02:59 +01008536 no | no | yes | yes
Cyril Bonté0d4bf012010-04-25 23:21:46 +02008537
8538 By default, when cookie persistence is enabled, every requests containing
8539 the cookie are unconditionally persistent (assuming the target server is up
8540 and running).
8541
8542 The "ignore-persist" statement allows one to declare various ACL-based
8543 conditions which, when met, will cause a request to ignore persistence.
8544 This is sometimes useful to load balance requests for static files, which
Jarno Huuskonen0e82b922014-04-12 18:22:19 +03008545 often don't require persistence. This can also be used to fully disable
Cyril Bonté0d4bf012010-04-25 23:21:46 +02008546 persistence for a specific User-Agent (for example, some web crawler bots).
8547
Cyril Bonté0d4bf012010-04-25 23:21:46 +02008548 The persistence is ignored when an "if" condition is met, or unless an
8549 "unless" condition is met.
8550
Jarno Huuskonene5ae7022017-04-03 14:36:21 +03008551 Example:
8552 acl url_static path_beg /static /images /img /css
8553 acl url_static path_end .gif .png .jpg .css .js
8554 ignore-persist if url_static
8555
Cyril Bonté0d4bf012010-04-25 23:21:46 +02008556 See also : "force-persist", "cookie", and section 7 about ACL usage.
8557
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008558load-server-state-from-file { global | local | none }
8559 Allow seamless reload of HAProxy
8560 May be used in sections: defaults | frontend | listen | backend
8561 yes | no | yes | yes
8562
8563 This directive points HAProxy to a file where server state from previous
8564 running process has been saved. That way, when starting up, before handling
8565 traffic, the new process can apply old states to servers exactly has if no
Davor Ocelice9ed2812017-12-25 17:49:28 +01008566 reload occurred. The purpose of the "load-server-state-from-file" directive is
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008567 to tell HAProxy which file to use. For now, only 2 arguments to either prevent
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008568 loading state or load states from a file containing all backends and servers.
8569 The state file can be generated by running the command "show servers state"
8570 over the stats socket and redirect output.
8571
Davor Ocelice9ed2812017-12-25 17:49:28 +01008572 The format of the file is versioned and is very specific. To understand it,
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008573 please read the documentation of the "show servers state" command (chapter
Willy Tarreau1af20c72017-06-23 16:01:14 +02008574 9.3 of Management Guide).
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008575
8576 Arguments:
8577 global load the content of the file pointed by the global directive
8578 named "server-state-file".
8579
8580 local load the content of the file pointed by the directive
8581 "server-state-file-name" if set. If not set, then the backend
8582 name is used as a file name.
8583
8584 none don't load any stat for this backend
8585
8586 Notes:
Willy Tarreaue5a60682016-11-09 14:54:53 +01008587 - server's IP address is preserved across reloads by default, but the
8588 order can be changed thanks to the server's "init-addr" setting. This
8589 means that an IP address change performed on the CLI at run time will
Davor Ocelice9ed2812017-12-25 17:49:28 +01008590 be preserved, and that any change to the local resolver (e.g. /etc/hosts)
Willy Tarreaue5a60682016-11-09 14:54:53 +01008591 will possibly not have any effect if the state file is in use.
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008592
8593 - server's weight is applied from previous running process unless it has
8594 has changed between previous and new configuration files.
8595
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +02008596 Example: Minimal configuration
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008597
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +02008598 global
8599 stats socket /tmp/socket
8600 server-state-file /tmp/server_state
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008601
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +02008602 defaults
8603 load-server-state-from-file global
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008604
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +02008605 backend bk
8606 server s1 127.0.0.1:22 check weight 11
8607 server s2 127.0.0.1:22 check weight 12
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008608
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008609
8610 Then one can run :
8611
8612 socat /tmp/socket - <<< "show servers state" > /tmp/server_state
8613
8614 Content of the file /tmp/server_state would be like this:
8615
8616 1
8617 # <field names skipped for the doc example>
8618 1 bk 1 s1 127.0.0.1 2 0 11 11 4 6 3 4 6 0 0
8619 1 bk 2 s2 127.0.0.1 2 0 12 12 4 6 3 4 6 0 0
8620
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +02008621 Example: Minimal configuration
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008622
8623 global
8624 stats socket /tmp/socket
8625 server-state-base /etc/haproxy/states
8626
8627 defaults
8628 load-server-state-from-file local
8629
8630 backend bk
8631 server s1 127.0.0.1:22 check weight 11
8632 server s2 127.0.0.1:22 check weight 12
8633
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +02008634
Baptiste Assmann01c6cc32015-08-23 11:45:29 +02008635 Then one can run :
8636
8637 socat /tmp/socket - <<< "show servers state bk" > /etc/haproxy/states/bk
8638
8639 Content of the file /etc/haproxy/states/bk would be like this:
8640
8641 1
8642 # <field names skipped for the doc example>
8643 1 bk 1 s1 127.0.0.1 2 0 11 11 4 6 3 4 6 0 0
8644 1 bk 2 s2 127.0.0.1 2 0 12 12 4 6 3 4 6 0 0
8645
8646 See also: "server-state-file", "server-state-file-name", and
8647 "show servers state"
8648
Cyril Bonté0d4bf012010-04-25 23:21:46 +02008649
Willy Tarreau2769aa02007-12-27 18:26:09 +01008650log global
Jan Wagner3e678602020-12-17 22:22:32 +01008651log <address> [len <length>] [format <format>] [sample <ranges>:<sample_size>]
Frédéric Lécailled690dfa2019-04-25 10:52:17 +02008652 <facility> [<level> [<minlevel>]]
William Lallemand0f99e342011-10-12 17:50:54 +02008653no log
Willy Tarreau2769aa02007-12-27 18:26:09 +01008654 Enable per-instance logging of events and traffic.
8655 May be used in sections : defaults | frontend | listen | backend
8656 yes | yes | yes | yes
William Lallemand0f99e342011-10-12 17:50:54 +02008657
8658 Prefix :
8659 no should be used when the logger list must be flushed. For example,
8660 if you don't want to inherit from the default logger list. This
8661 prefix does not allow arguments.
8662
Willy Tarreau2769aa02007-12-27 18:26:09 +01008663 Arguments :
8664 global should be used when the instance's logging parameters are the
8665 same as the global ones. This is the most common usage. "global"
8666 replaces <address>, <facility> and <level> with those of the log
8667 entries found in the "global" section. Only one "log global"
8668 statement may be used per instance, and this form takes no other
8669 parameter.
8670
8671 <address> indicates where to send the logs. It takes the same format as
8672 for the "global" section's logs, and can be one of :
8673
8674 - An IPv4 address optionally followed by a colon (':') and a UDP
8675 port. If no port is specified, 514 is used by default (the
8676 standard syslog port).
8677
David du Colombier24bb5f52011-03-17 10:40:23 +01008678 - An IPv6 address followed by a colon (':') and optionally a UDP
8679 port. If no port is specified, 514 is used by default (the
8680 standard syslog port).
8681
Willy Tarreau2769aa02007-12-27 18:26:09 +01008682 - A filesystem path to a UNIX domain socket, keeping in mind
8683 considerations for chroot (be sure the path is accessible
8684 inside the chroot) and uid/gid (be sure the path is
Davor Ocelice9ed2812017-12-25 17:49:28 +01008685 appropriately writable).
Willy Tarreau2769aa02007-12-27 18:26:09 +01008686
Willy Tarreau5a32ecc2018-11-12 07:34:59 +01008687 - A file descriptor number in the form "fd@<number>", which may
8688 point to a pipe, terminal, or socket. In this case unbuffered
8689 logs are used and one writev() call per log is performed. This
8690 is a bit expensive but acceptable for most workloads. Messages
8691 sent this way will not be truncated but may be dropped, in
8692 which case the DroppedLogs counter will be incremented. The
8693 writev() call is atomic even on pipes for messages up to
8694 PIPE_BUF size, which POSIX recommends to be at least 512 and
8695 which is 4096 bytes on most modern operating systems. Any
8696 larger message may be interleaved with messages from other
8697 processes. Exceptionally for debugging purposes the file
8698 descriptor may also be directed to a file, but doing so will
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008699 significantly slow HAProxy down as non-blocking calls will be
Willy Tarreau5a32ecc2018-11-12 07:34:59 +01008700 ignored. Also there will be no way to purge nor rotate this
8701 file without restarting the process. Note that the configured
8702 syslog format is preserved, so the output is suitable for use
Willy Tarreauc1b06452018-11-12 11:57:56 +01008703 with a TCP syslog server. See also the "short" and "raw"
8704 formats below.
Willy Tarreau5a32ecc2018-11-12 07:34:59 +01008705
8706 - "stdout" / "stderr", which are respectively aliases for "fd@1"
8707 and "fd@2", see above.
8708
Willy Tarreauc046d162019-08-30 15:24:59 +02008709 - A ring buffer in the form "ring@<name>", which will correspond
8710 to an in-memory ring buffer accessible over the CLI using the
8711 "show events" command, which will also list existing rings and
8712 their sizes. Such buffers are lost on reload or restart but
8713 when used as a complement this can help troubleshooting by
8714 having the logs instantly available.
8715
Emeric Brun94aab062021-04-02 10:41:36 +02008716 - An explicit stream address prefix such as "tcp@","tcp6@",
8717 "tcp4@" or "uxst@" will allocate an implicit ring buffer with
8718 a stream forward server targeting the given address.
8719
Willy Tarreau5a32ecc2018-11-12 07:34:59 +01008720 You may want to reference some environment variables in the
8721 address parameter, see section 2.3 about environment variables.
Willy Tarreaudad36a32013-03-11 01:20:04 +01008722
Willy Tarreau18324f52014-06-27 18:10:07 +02008723 <length> is an optional maximum line length. Log lines larger than this
8724 value will be truncated before being sent. The reason is that
8725 syslog servers act differently on log line length. All servers
8726 support the default value of 1024, but some servers simply drop
8727 larger lines while others do log them. If a server supports long
8728 lines, it may make sense to set this value here in order to avoid
8729 truncating long lines. Similarly, if a server drops long lines,
8730 it is preferable to truncate them before sending them. Accepted
8731 values are 80 to 65535 inclusive. The default value of 1024 is
8732 generally fine for all standard usages. Some specific cases of
Davor Ocelice9ed2812017-12-25 17:49:28 +01008733 long captures or JSON-formatted logs may require larger values.
Willy Tarreau18324f52014-06-27 18:10:07 +02008734
Frédéric Lécailled690dfa2019-04-25 10:52:17 +02008735 <ranges> A list of comma-separated ranges to identify the logs to sample.
8736 This is used to balance the load of the logs to send to the log
8737 server. The limits of the ranges cannot be null. They are numbered
8738 from 1. The size or period (in number of logs) of the sample must
8739 be set with <sample_size> parameter.
8740
8741 <sample_size>
8742 The size of the sample in number of logs to consider when balancing
8743 their logging loads. It is used to balance the load of the logs to
8744 send to the syslog server. This size must be greater or equal to the
8745 maximum of the high limits of the ranges.
8746 (see also <ranges> parameter).
8747
Willy Tarreauadb345d2018-11-12 07:56:13 +01008748 <format> is the log format used when generating syslog messages. It may be
8749 one of the following :
8750
Emeric Brun0237c4e2020-11-27 16:24:34 +01008751 local Analog to rfc3164 syslog message format except that hostname
8752 field is stripped. This is the default.
8753 Note: option "log-send-hostname" switches the default to
8754 rfc3164.
8755
8756 rfc3164 The RFC3164 syslog message format.
Willy Tarreauadb345d2018-11-12 07:56:13 +01008757 (https://tools.ietf.org/html/rfc3164)
8758
8759 rfc5424 The RFC5424 syslog message format.
8760 (https://tools.ietf.org/html/rfc5424)
8761
Emeric Brun54648852020-07-06 15:54:06 +02008762 priority A message containing only a level plus syslog facility between
8763 angle brackets such as '<63>', followed by the text. The PID,
8764 date, time, process name and system name are omitted. This is
8765 designed to be used with a local log server.
8766
Willy Tarreaue8746a02018-11-12 08:45:00 +01008767 short A message containing only a level between angle brackets such as
8768 '<3>', followed by the text. The PID, date, time, process name
8769 and system name are omitted. This is designed to be used with a
8770 local log server. This format is compatible with what the
8771 systemd logger consumes.
8772
Emeric Brun54648852020-07-06 15:54:06 +02008773 timed A message containing only a level between angle brackets such as
8774 '<3>', followed by ISO date and by the text. The PID, process
8775 name and system name are omitted. This is designed to be
8776 used with a local log server.
8777
8778 iso A message containing only the ISO date, followed by the text.
8779 The PID, process name and system name are omitted. This is
8780 designed to be used with a local log server.
8781
Willy Tarreauc1b06452018-11-12 11:57:56 +01008782 raw A message containing only the text. The level, PID, date, time,
8783 process name and system name are omitted. This is designed to
8784 be used in containers or during development, where the severity
8785 only depends on the file descriptor used (stdout/stderr).
8786
Willy Tarreau2769aa02007-12-27 18:26:09 +01008787 <facility> must be one of the 24 standard syslog facilities :
8788
Willy Tarreaue8746a02018-11-12 08:45:00 +01008789 kern user mail daemon auth syslog lpr news
8790 uucp cron auth2 ftp ntp audit alert cron2
8791 local0 local1 local2 local3 local4 local5 local6 local7
8792
Willy Tarreauc1b06452018-11-12 11:57:56 +01008793 Note that the facility is ignored for the "short" and "raw"
8794 formats, but still required as a positional field. It is
8795 recommended to use "daemon" in this case to make it clear that
8796 it's only supposed to be used locally.
Willy Tarreau2769aa02007-12-27 18:26:09 +01008797
8798 <level> is optional and can be specified to filter outgoing messages. By
8799 default, all messages are sent. If a level is specified, only
8800 messages with a severity at least as important as this level
Willy Tarreauf7edefa2009-05-10 17:20:05 +02008801 will be sent. An optional minimum level can be specified. If it
8802 is set, logs emitted with a more severe level than this one will
8803 be capped to this level. This is used to avoid sending "emerg"
8804 messages on all terminals on some default syslog configurations.
8805 Eight levels are known :
Willy Tarreau2769aa02007-12-27 18:26:09 +01008806
8807 emerg alert crit err warning notice info debug
8808
William Lallemand0f99e342011-10-12 17:50:54 +02008809 It is important to keep in mind that it is the frontend which decides what to
8810 log from a connection, and that in case of content switching, the log entries
8811 from the backend will be ignored. Connections are logged at level "info".
Willy Tarreaucc6c8912009-02-22 10:53:55 +01008812
8813 However, backend log declaration define how and where servers status changes
8814 will be logged. Level "notice" will be used to indicate a server going up,
8815 "warning" will be used for termination signals and definitive service
8816 termination, and "alert" will be used for when a server goes down.
8817
8818 Note : According to RFC3164, messages are truncated to 1024 bytes before
8819 being emitted.
Willy Tarreau2769aa02007-12-27 18:26:09 +01008820
8821 Example :
8822 log global
Willy Tarreauc1b06452018-11-12 11:57:56 +01008823 log stdout format short daemon # send log to systemd
8824 log stdout format raw daemon # send everything to stdout
8825 log stderr format raw daemon notice # send important events to stderr
Willy Tarreauf7edefa2009-05-10 17:20:05 +02008826 log 127.0.0.1:514 local0 notice # only send important events
Emeric Brun94aab062021-04-02 10:41:36 +02008827 log tcp@127.0.0.1:514 local0 notice notice # same but limit output
8828 # level and send in tcp
William Lallemandb2f07452015-05-12 14:27:13 +02008829 log "${LOCAL_SYSLOG}:514" local0 notice # send to local server
Willy Tarreaudad36a32013-03-11 01:20:04 +01008830
Willy Tarreau2769aa02007-12-27 18:26:09 +01008831
William Lallemand48940402012-01-30 16:47:22 +01008832log-format <string>
Willy Tarreaufb4e7ea2015-01-07 14:55:17 +01008833 Specifies the log format string to use for traffic logs
8834 May be used in sections: defaults | frontend | listen | backend
8835 yes | yes | yes | no
William Lallemand48940402012-01-30 16:47:22 +01008836
Willy Tarreaufb4e7ea2015-01-07 14:55:17 +01008837 This directive specifies the log format string that will be used for all logs
8838 resulting from traffic passing through the frontend using this line. If the
8839 directive is used in a defaults section, all subsequent frontends will use
8840 the same log format. Please see section 8.2.4 which covers the log format
8841 string in depth.
Remi Tricot-Le Bretonfe21fe72021-08-31 12:08:52 +02008842 A specific log-format used only in case of connection error can also be
8843 defined, see the "error-log-format" option.
William Lallemand48940402012-01-30 16:47:22 +01008844
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +02008845 "log-format" directive overrides previous "option tcplog", "log-format",
8846 "option httplog" and "option httpslog" directives.
Guillaume de Lafond29f45602017-03-31 19:52:15 +02008847
Dragan Dosen7ad31542015-09-28 17:16:47 +02008848log-format-sd <string>
8849 Specifies the RFC5424 structured-data log format string
8850 May be used in sections: defaults | frontend | listen | backend
8851 yes | yes | yes | no
8852
8853 This directive specifies the RFC5424 structured-data log format string that
8854 will be used for all logs resulting from traffic passing through the frontend
8855 using this line. If the directive is used in a defaults section, all
8856 subsequent frontends will use the same log format. Please see section 8.2.4
8857 which covers the log format string in depth.
8858
8859 See https://tools.ietf.org/html/rfc5424#section-6.3 for more information
8860 about the RFC5424 structured-data part.
8861
8862 Note : This log format string will be used only for loggers that have set
8863 log format to "rfc5424".
8864
8865 Example :
8866 log-format-sd [exampleSDID@1234\ bytes=\"%B\"\ status=\"%ST\"]
8867
8868
Willy Tarreau094af4e2015-01-07 15:03:42 +01008869log-tag <string>
8870 Specifies the log tag to use for all outgoing logs
8871 May be used in sections: defaults | frontend | listen | backend
8872 yes | yes | yes | yes
8873
8874 Sets the tag field in the syslog header to this string. It defaults to the
8875 log-tag set in the global section, otherwise the program name as launched
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008876 from the command line, which usually is "HAProxy". Sometimes it can be useful
Willy Tarreau094af4e2015-01-07 15:03:42 +01008877 to differentiate between multiple processes running on the same host, or to
8878 differentiate customer instances running in the same process. In the backend,
8879 logs about servers up/down will use this tag. As a hint, it can be convenient
8880 to set a log-tag related to a hosted customer in a defaults section then put
8881 all the frontends and backends for that customer, then start another customer
8882 in a new defaults section. See also the global "log-tag" directive.
Willy Tarreau2769aa02007-12-27 18:26:09 +01008883
Willy Tarreauc35362a2014-04-25 13:58:37 +02008884max-keep-alive-queue <value>
8885 Set the maximum server queue size for maintaining keep-alive connections
8886 May be used in sections: defaults | frontend | listen | backend
8887 yes | no | yes | yes
8888
8889 HTTP keep-alive tries to reuse the same server connection whenever possible,
8890 but sometimes it can be counter-productive, for example if a server has a lot
8891 of connections while other ones are idle. This is especially true for static
8892 servers.
8893
8894 The purpose of this setting is to set a threshold on the number of queued
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008895 connections at which HAProxy stops trying to reuse the same server and prefers
Willy Tarreauc35362a2014-04-25 13:58:37 +02008896 to find another one. The default value, -1, means there is no limit. A value
8897 of zero means that keep-alive requests will never be queued. For very close
8898 servers which can be reached with a low latency and which are not sensible to
Davor Ocelice9ed2812017-12-25 17:49:28 +01008899 breaking keep-alive, a low value is recommended (e.g. local static server can
Willy Tarreauc35362a2014-04-25 13:58:37 +02008900 use a value of 10 or less). For remote servers suffering from a high latency,
8901 higher values might be needed to cover for the latency and/or the cost of
8902 picking a different server.
8903
8904 Note that this has no impact on responses which are maintained to the same
8905 server consecutively to a 401 response. They will still go to the same server
8906 even if they have to be queued.
8907
8908 See also : "option http-server-close", "option prefer-last-server", server
8909 "maxconn" and cookie persistence.
8910
Olivier Houcharda4d4fdf2018-12-14 19:27:06 +01008911max-session-srv-conns <nb>
8912 Set the maximum number of outgoing connections we can keep idling for a given
8913 client session. The default is 5 (it precisely equals MAX_SRV_LIST which is
8914 defined at build time).
Willy Tarreauc35362a2014-04-25 13:58:37 +02008915
Willy Tarreau2769aa02007-12-27 18:26:09 +01008916maxconn <conns>
8917 Fix the maximum number of concurrent connections on a frontend
8918 May be used in sections : defaults | frontend | listen | backend
8919 yes | yes | yes | no
8920 Arguments :
8921 <conns> is the maximum number of concurrent connections the frontend will
8922 accept to serve. Excess connections will be queued by the system
8923 in the socket's listen queue and will be served once a connection
8924 closes.
8925
8926 If the system supports it, it can be useful on big sites to raise this limit
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008927 very high so that HAProxy manages connection queues, instead of leaving the
Willy Tarreau2769aa02007-12-27 18:26:09 +01008928 clients with unanswered connection attempts. This value should not exceed the
8929 global maxconn. Also, keep in mind that a connection contains two buffers
Baptiste Assmann79fb45d2016-03-06 23:34:31 +01008930 of tune.bufsize (16kB by default) each, as well as some other data resulting
8931 in about 33 kB of RAM being consumed per established connection. That means
8932 that a medium system equipped with 1GB of RAM can withstand around
8933 20000-25000 concurrent connections if properly tuned.
Willy Tarreau2769aa02007-12-27 18:26:09 +01008934
8935 Also, when <conns> is set to large values, it is possible that the servers
8936 are not sized to accept such loads, and for this reason it is generally wise
8937 to assign them some reasonable connection limits.
8938
Willy Tarreauc8d5b952019-02-27 17:25:52 +01008939 When this value is set to zero, which is the default, the global "maxconn"
8940 value is used.
Vincent Bernat6341be52012-06-27 17:18:30 +02008941
Willy Tarreau2769aa02007-12-27 18:26:09 +01008942 See also : "server", global section's "maxconn", "fullconn"
8943
8944
Willy Tarreau77e0dae2020-10-14 15:44:27 +02008945mode { tcp|http }
Willy Tarreau2769aa02007-12-27 18:26:09 +01008946 Set the running mode or protocol of the instance
8947 May be used in sections : defaults | frontend | listen | backend
8948 yes | yes | yes | yes
8949 Arguments :
8950 tcp The instance will work in pure TCP mode. A full-duplex connection
8951 will be established between clients and servers, and no layer 7
8952 examination will be performed. This is the default mode. It
8953 should be used for SSL, SSH, SMTP, ...
8954
8955 http The instance will work in HTTP mode. The client request will be
8956 analyzed in depth before connecting to any server. Any request
8957 which is not RFC-compliant will be rejected. Layer 7 filtering,
8958 processing and switching will be possible. This is the mode which
8959 brings HAProxy most of its value.
8960
Cyril Bonté108cf6e2012-04-21 23:30:29 +02008961 When doing content switching, it is mandatory that the frontend and the
8962 backend are in the same mode (generally HTTP), otherwise the configuration
8963 will be refused.
Willy Tarreau2769aa02007-12-27 18:26:09 +01008964
Cyril Bonté108cf6e2012-04-21 23:30:29 +02008965 Example :
Willy Tarreau2769aa02007-12-27 18:26:09 +01008966 defaults http_instances
8967 mode http
8968
Willy Tarreau0ba27502007-12-24 16:55:16 +01008969
Cyril Bontéf0c60612010-02-06 14:44:47 +01008970monitor fail { if | unless } <condition>
Willy Tarreau2769aa02007-12-27 18:26:09 +01008971 Add a condition to report a failure to a monitor HTTP request.
Willy Tarreau0ba27502007-12-24 16:55:16 +01008972 May be used in sections : defaults | frontend | listen | backend
8973 no | yes | yes | no
Willy Tarreau0ba27502007-12-24 16:55:16 +01008974 Arguments :
8975 if <cond> the monitor request will fail if the condition is satisfied,
8976 and will succeed otherwise. The condition should describe a
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01008977 combined test which must induce a failure if all conditions
Willy Tarreau0ba27502007-12-24 16:55:16 +01008978 are met, for instance a low number of servers both in a
8979 backend and its backup.
8980
8981 unless <cond> the monitor request will succeed only if the condition is
8982 satisfied, and will fail otherwise. Such a condition may be
8983 based on a test on the presence of a minimum number of active
8984 servers in a list of backends.
8985
8986 This statement adds a condition which can force the response to a monitor
8987 request to report a failure. By default, when an external component queries
8988 the URI dedicated to monitoring, a 200 response is returned. When one of the
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008989 conditions above is met, HAProxy will return 503 instead of 200. This is
Willy Tarreau0ba27502007-12-24 16:55:16 +01008990 very useful to report a site failure to an external component which may base
8991 routing advertisements between multiple sites on the availability reported by
Daniel Corbett9f0843f2021-05-08 10:50:37 -04008992 HAProxy. In this case, one would rely on an ACL involving the "nbsrv"
Willy Tarreauae94d4d2011-05-11 16:28:49 +02008993 criterion. Note that "monitor fail" only works in HTTP mode. Both status
8994 messages may be tweaked using "errorfile" or "errorloc" if needed.
Willy Tarreau0ba27502007-12-24 16:55:16 +01008995
8996 Example:
8997 frontend www
Willy Tarreau2769aa02007-12-27 18:26:09 +01008998 mode http
Willy Tarreau0ba27502007-12-24 16:55:16 +01008999 acl site_dead nbsrv(dynamic) lt 2
9000 acl site_dead nbsrv(static) lt 2
9001 monitor-uri /site_alive
9002 monitor fail if site_dead
9003
Willy Tarreau9e9919d2020-10-14 15:55:23 +02009004 See also : "monitor-uri", "errorfile", "errorloc"
Willy Tarreau2769aa02007-12-27 18:26:09 +01009005
9006
Willy Tarreau2769aa02007-12-27 18:26:09 +01009007monitor-uri <uri>
9008 Intercept a URI used by external components' monitor requests
9009 May be used in sections : defaults | frontend | listen | backend
9010 yes | yes | yes | no
9011 Arguments :
9012 <uri> is the exact URI which we want to intercept to return HAProxy's
9013 health status instead of forwarding the request.
9014
9015 When an HTTP request referencing <uri> will be received on a frontend,
9016 HAProxy will not forward it nor log it, but instead will return either
9017 "HTTP/1.0 200 OK" or "HTTP/1.0 503 Service unavailable", depending on failure
9018 conditions defined with "monitor fail". This is normally enough for any
9019 front-end HTTP probe to detect that the service is UP and running without
9020 forwarding the request to a backend server. Note that the HTTP method, the
9021 version and all headers are ignored, but the request must at least be valid
9022 at the HTTP level. This keyword may only be used with an HTTP-mode frontend.
9023
Willy Tarreau721d8e02017-12-01 18:25:08 +01009024 Monitor requests are processed very early, just after the request is parsed
Christopher Faulet87f1f3d2019-07-18 14:51:20 +02009025 and even before any "http-request". The only rulesets applied before are the
9026 tcp-request ones. They cannot be logged either, and it is the intended
Willy Tarreau7fe0c622022-11-25 10:24:44 +01009027 purpose. Only one URI may be configured for monitoring; when multiple
9028 "monitor-uri" statements are present, the last one will define the URI to
9029 be used. They are only used to report HAProxy's health to an upper component,
Christopher Faulet87f1f3d2019-07-18 14:51:20 +02009030 nothing more. However, it is possible to add any number of conditions using
9031 "monitor fail" and ACLs so that the result can be adjusted to whatever check
9032 can be imagined (most often the number of available servers in a backend).
Willy Tarreau2769aa02007-12-27 18:26:09 +01009033
Christopher Faulet6072beb2020-02-18 15:34:58 +01009034 Note: if <uri> starts by a slash ('/'), the matching is performed against the
9035 request's path instead of the request's uri. It is a workaround to let
9036 the HTTP/2 requests match the monitor-uri. Indeed, in HTTP/2, clients
9037 are encouraged to send absolute URIs only.
9038
Willy Tarreau2769aa02007-12-27 18:26:09 +01009039 Example :
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009040 # Use /haproxy_test to report HAProxy's status
Willy Tarreau2769aa02007-12-27 18:26:09 +01009041 frontend www
9042 mode http
9043 monitor-uri /haproxy_test
9044
Willy Tarreau9e9919d2020-10-14 15:55:23 +02009045 See also : "monitor fail"
Willy Tarreau2769aa02007-12-27 18:26:09 +01009046
Willy Tarreau0ba27502007-12-24 16:55:16 +01009047
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009048option abortonclose
9049no option abortonclose
9050 Enable or disable early dropping of aborted requests pending in queues.
9051 May be used in sections : defaults | frontend | listen | backend
9052 yes | no | yes | yes
9053 Arguments : none
9054
9055 In presence of very high loads, the servers will take some time to respond.
9056 The per-instance connection queue will inflate, and the response time will
9057 increase respective to the size of the queue times the average per-session
9058 response time. When clients will wait for more than a few seconds, they will
Willy Tarreau198a7442008-01-17 12:05:32 +01009059 often hit the "STOP" button on their browser, leaving a useless request in
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009060 the queue, and slowing down other users, and the servers as well, because the
9061 request will eventually be served, then aborted at the first error
9062 encountered while delivering the response.
9063
9064 As there is no way to distinguish between a full STOP and a simple output
9065 close on the client side, HTTP agents should be conservative and consider
9066 that the client might only have closed its output channel while waiting for
9067 the response. However, this introduces risks of congestion when lots of users
9068 do the same, and is completely useless nowadays because probably no client at
9069 all will close the session while waiting for the response. Some HTTP agents
Davor Ocelice9ed2812017-12-25 17:49:28 +01009070 support this behavior (Squid, Apache, HAProxy), and others do not (TUX, most
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009071 hardware-based load balancers). So the probability for a closed input channel
Willy Tarreau198a7442008-01-17 12:05:32 +01009072 to represent a user hitting the "STOP" button is close to 100%, and the risk
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009073 of being the single component to break rare but valid traffic is extremely
9074 low, which adds to the temptation to be able to abort a session early while
9075 still not served and not pollute the servers.
9076
Davor Ocelice9ed2812017-12-25 17:49:28 +01009077 In HAProxy, the user can choose the desired behavior using the option
9078 "abortonclose". By default (without the option) the behavior is HTTP
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009079 compliant and aborted requests will be served. But when the option is
9080 specified, a session with an incoming channel closed will be aborted while
9081 it is still possible, either pending in the queue for a connection slot, or
9082 during the connection establishment if the server has not yet acknowledged
9083 the connection request. This considerably reduces the queue size and the load
9084 on saturated servers when users are tempted to click on STOP, which in turn
Willy Tarreaud72758d2010-01-12 10:42:19 +01009085 reduces the response time for other users.
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009086
9087 If this option has been enabled in a "defaults" section, it can be disabled
9088 in a specific instance by prepending the "no" keyword before it.
9089
9090 See also : "timeout queue" and server's "maxconn" and "maxqueue" parameters
9091
9092
Willy Tarreau4076a152009-04-02 15:18:36 +02009093option accept-invalid-http-request
9094no option accept-invalid-http-request
9095 Enable or disable relaxing of HTTP request parsing
9096 May be used in sections : defaults | frontend | listen | backend
9097 yes | yes | yes | no
9098 Arguments : none
9099
Willy Tarreau91852eb2015-05-01 13:26:00 +02009100 By default, HAProxy complies with RFC7230 in terms of message parsing. This
Willy Tarreau4076a152009-04-02 15:18:36 +02009101 means that invalid characters in header names are not permitted and cause an
Davor Ocelice9ed2812017-12-25 17:49:28 +01009102 error to be returned to the client. This is the desired behavior as such
Willy Tarreau4076a152009-04-02 15:18:36 +02009103 forbidden characters are essentially used to build attacks exploiting server
9104 weaknesses, and bypass security filtering. Sometimes, a buggy browser or
9105 server will emit invalid header names for whatever reason (configuration,
9106 implementation) and the issue will not be immediately fixed. In such a case,
9107 it is possible to relax HAProxy's header name parser to accept any character
Willy Tarreau422246e2012-01-07 23:54:13 +01009108 even if that does not make sense, by specifying this option. Similarly, the
9109 list of characters allowed to appear in a URI is well defined by RFC3986, and
9110 chars 0-31, 32 (space), 34 ('"'), 60 ('<'), 62 ('>'), 92 ('\'), 94 ('^'), 96
9111 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete) and anything above are
Davor Ocelice9ed2812017-12-25 17:49:28 +01009112 not allowed at all. HAProxy always blocks a number of them (0..32, 127). The
Willy Tarreau91852eb2015-05-01 13:26:00 +02009113 remaining ones are blocked by default unless this option is enabled. This
Willy Tarreau13317662015-05-01 13:47:08 +02009114 option also relaxes the test on the HTTP version, it allows HTTP/0.9 requests
Willy Tarreau1ba30162022-05-24 15:34:26 +02009115 to pass through (no version specified), as well as different protocol names
9116 (e.g. RTSP), and multiple digits for both the major and the minor version.
Willy Tarreau965fb742023-08-08 19:35:25 +02009117 Finally, this option also allows incoming URLs to contain fragment references
9118 ('#' after the path).
Willy Tarreau4076a152009-04-02 15:18:36 +02009119
9120 This option should never be enabled by default as it hides application bugs
9121 and open security breaches. It should only be deployed after a problem has
9122 been confirmed.
9123
9124 When this option is enabled, erroneous header names will still be accepted in
9125 requests, but the complete request will be captured in order to permit later
Willy Tarreau422246e2012-01-07 23:54:13 +01009126 analysis using the "show errors" request on the UNIX stats socket. Similarly,
9127 requests containing invalid chars in the URI part will be logged. Doing this
Willy Tarreau4076a152009-04-02 15:18:36 +02009128 also helps confirming that the issue has been solved.
9129
9130 If this option has been enabled in a "defaults" section, it can be disabled
9131 in a specific instance by prepending the "no" keyword before it.
9132
9133 See also : "option accept-invalid-http-response" and "show errors" on the
9134 stats socket.
9135
9136
9137option accept-invalid-http-response
9138no option accept-invalid-http-response
9139 Enable or disable relaxing of HTTP response parsing
9140 May be used in sections : defaults | frontend | listen | backend
9141 yes | no | yes | yes
9142 Arguments : none
9143
Willy Tarreau91852eb2015-05-01 13:26:00 +02009144 By default, HAProxy complies with RFC7230 in terms of message parsing. This
Willy Tarreau4076a152009-04-02 15:18:36 +02009145 means that invalid characters in header names are not permitted and cause an
Davor Ocelice9ed2812017-12-25 17:49:28 +01009146 error to be returned to the client. This is the desired behavior as such
Willy Tarreau4076a152009-04-02 15:18:36 +02009147 forbidden characters are essentially used to build attacks exploiting server
9148 weaknesses, and bypass security filtering. Sometimes, a buggy browser or
9149 server will emit invalid header names for whatever reason (configuration,
9150 implementation) and the issue will not be immediately fixed. In such a case,
9151 it is possible to relax HAProxy's header name parser to accept any character
Willy Tarreau91852eb2015-05-01 13:26:00 +02009152 even if that does not make sense, by specifying this option. This option also
9153 relaxes the test on the HTTP version format, it allows multiple digits for
9154 both the major and the minor version.
Willy Tarreau4076a152009-04-02 15:18:36 +02009155
9156 This option should never be enabled by default as it hides application bugs
9157 and open security breaches. It should only be deployed after a problem has
9158 been confirmed.
9159
9160 When this option is enabled, erroneous header names will still be accepted in
9161 responses, but the complete response will be captured in order to permit
9162 later analysis using the "show errors" request on the UNIX stats socket.
9163 Doing this also helps confirming that the issue has been solved.
9164
9165 If this option has been enabled in a "defaults" section, it can be disabled
9166 in a specific instance by prepending the "no" keyword before it.
9167
9168 See also : "option accept-invalid-http-request" and "show errors" on the
9169 stats socket.
9170
9171
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009172option allbackups
9173no option allbackups
9174 Use either all backup servers at a time or only the first one
9175 May be used in sections : defaults | frontend | listen | backend
9176 yes | no | yes | yes
9177 Arguments : none
9178
9179 By default, the first operational backup server gets all traffic when normal
9180 servers are all down. Sometimes, it may be preferred to use multiple backups
9181 at once, because one will not be enough. When "option allbackups" is enabled,
9182 the load balancing will be performed among all backup servers when all normal
9183 ones are unavailable. The same load balancing algorithm will be used and the
9184 servers' weights will be respected. Thus, there will not be any priority
9185 order between the backup servers anymore.
9186
9187 This option is mostly used with static server farms dedicated to return a
9188 "sorry" page when an application is completely offline.
9189
9190 If this option has been enabled in a "defaults" section, it can be disabled
9191 in a specific instance by prepending the "no" keyword before it.
9192
9193
9194option checkcache
9195no option checkcache
Godbach7056a352013-12-11 20:01:07 +08009196 Analyze all server responses and block responses with cacheable cookies
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009197 May be used in sections : defaults | frontend | listen | backend
9198 yes | no | yes | yes
9199 Arguments : none
9200
9201 Some high-level frameworks set application cookies everywhere and do not
9202 always let enough control to the developer to manage how the responses should
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01009203 be cached. When a session cookie is returned on a cacheable object, there is a
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009204 high risk of session crossing or stealing between users traversing the same
9205 caches. In some situations, it is better to block the response than to let
Willy Tarreau3c92c5f2011-08-28 09:45:47 +02009206 some sensitive session information go in the wild.
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009207
9208 The option "checkcache" enables deep inspection of all server responses for
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +01009209 strict compliance with HTTP specification in terms of cacheability. It
Willy Tarreau198a7442008-01-17 12:05:32 +01009210 carefully checks "Cache-control", "Pragma" and "Set-cookie" headers in server
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009211 response to check if there's a risk of caching a cookie on a client-side
9212 proxy. When this option is enabled, the only responses which can be delivered
Willy Tarreau198a7442008-01-17 12:05:32 +01009213 to the client are :
Davor Ocelice9ed2812017-12-25 17:49:28 +01009214 - all those without "Set-Cookie" header;
Willy Tarreauc55ddce2017-12-21 11:41:38 +01009215 - all those with a return code other than 200, 203, 204, 206, 300, 301,
9216 404, 405, 410, 414, 501, provided that the server has not set a
Davor Ocelice9ed2812017-12-25 17:49:28 +01009217 "Cache-control: public" header field;
Willy Tarreau24ea0bc2017-12-21 11:32:55 +01009218 - all those that result from a request using a method other than GET, HEAD,
9219 OPTIONS, TRACE, provided that the server has not set a 'Cache-Control:
Davor Ocelice9ed2812017-12-25 17:49:28 +01009220 public' header field;
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009221 - those with a 'Pragma: no-cache' header
9222 - those with a 'Cache-control: private' header
9223 - those with a 'Cache-control: no-store' header
9224 - those with a 'Cache-control: max-age=0' header
9225 - those with a 'Cache-control: s-maxage=0' header
9226 - those with a 'Cache-control: no-cache' header
9227 - those with a 'Cache-control: no-cache="set-cookie"' header
9228 - those with a 'Cache-control: no-cache="set-cookie,' header
9229 (allowing other fields after set-cookie)
9230
9231 If a response doesn't respect these requirements, then it will be blocked
Christopher Faulet87f1f3d2019-07-18 14:51:20 +02009232 just as if it was from an "http-response deny" rule, with an "HTTP 502 bad
9233 gateway". The session state shows "PH--" meaning that the proxy blocked the
9234 response during headers processing. Additionally, an alert will be sent in
9235 the logs so that admins are informed that there's something to be fixed.
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009236
9237 Due to the high impact on the application, the application should be tested
9238 in depth with the option enabled before going to production. It is also a
Willy Tarreaud2a4aa22008-01-31 15:28:22 +01009239 good practice to always activate it during tests, even if it is not used in
Davor Ocelice9ed2812017-12-25 17:49:28 +01009240 production, as it will report potentially dangerous application behaviors.
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009241
9242 If this option has been enabled in a "defaults" section, it can be disabled
9243 in a specific instance by prepending the "no" keyword before it.
9244
9245
9246option clitcpka
9247no option clitcpka
9248 Enable or disable the sending of TCP keepalive packets on the client side
9249 May be used in sections : defaults | frontend | listen | backend
9250 yes | yes | yes | no
9251 Arguments : none
9252
9253 When there is a firewall or any session-aware component between a client and
9254 a server, and when the protocol involves very long sessions with long idle
Davor Ocelice9ed2812017-12-25 17:49:28 +01009255 periods (e.g. remote desktops), there is a risk that one of the intermediate
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009256 components decides to expire a session which has remained idle for too long.
9257
9258 Enabling socket-level TCP keep-alives makes the system regularly send packets
9259 to the other end of the connection, leaving it active. The delay between
9260 keep-alive probes is controlled by the system only and depends both on the
9261 operating system and its tuning parameters.
9262
9263 It is important to understand that keep-alive packets are neither emitted nor
9264 received at the application level. It is only the network stacks which sees
9265 them. For this reason, even if one side of the proxy already uses keep-alives
9266 to maintain its connection alive, those keep-alive packets will not be
9267 forwarded to the other side of the proxy.
9268
9269 Please note that this has nothing to do with HTTP keep-alive.
9270
9271 Using option "clitcpka" enables the emission of TCP keep-alive probes on the
9272 client side of a connection, which should help when session expirations are
9273 noticed between HAProxy and a client.
9274
9275 If this option has been enabled in a "defaults" section, it can be disabled
9276 in a specific instance by prepending the "no" keyword before it.
9277
9278 See also : "option srvtcpka", "option tcpka"
9279
9280
Willy Tarreau0ba27502007-12-24 16:55:16 +01009281option contstats
9282 Enable continuous traffic statistics updates
9283 May be used in sections : defaults | frontend | listen | backend
9284 yes | yes | yes | no
9285 Arguments : none
9286
9287 By default, counters used for statistics calculation are incremented
9288 only when a session finishes. It works quite well when serving small
9289 objects, but with big ones (for example large images or archives) or
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009290 with A/V streaming, a graph generated from HAProxy counters looks like
Willy Tarreaudef0d222016-11-08 22:03:00 +01009291 a hedgehog. With this option enabled counters get incremented frequently
9292 along the session, typically every 5 seconds, which is often enough to
9293 produce clean graphs. Recounting touches a hotpath directly so it is not
9294 not enabled by default, as it can cause a lot of wakeups for very large
9295 session counts and cause a small performance drop.
Willy Tarreau0ba27502007-12-24 16:55:16 +01009296
Christopher Faulet89aed322020-06-02 17:33:56 +02009297option disable-h2-upgrade
9298no option disable-h2-upgrade
9299 Enable or disable the implicit HTTP/2 upgrade from an HTTP/1.x client
9300 connection.
9301 May be used in sections : defaults | frontend | listen | backend
9302 yes | yes | yes | no
9303 Arguments : none
9304
9305 By default, HAProxy is able to implicitly upgrade an HTTP/1.x client
9306 connection to an HTTP/2 connection if the first request it receives from a
9307 given HTTP connection matches the HTTP/2 connection preface (i.e. the string
9308 "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n"). This way, it is possible to support
Christopher Faulet982e17d2021-03-26 14:44:18 +01009309 HTTP/1.x and HTTP/2 clients on a non-SSL connections. This option must be
9310 used to disable the implicit upgrade. Note this implicit upgrade is only
9311 supported for HTTP proxies, thus this option too. Note also it is possible to
9312 force the HTTP/2 on clear connections by specifying "proto h2" on the bind
9313 line. Finally, this option is applied on all bind lines. To disable implicit
9314 HTTP/2 upgrades for a specific bind line, it is possible to use "proto h1".
Christopher Faulet89aed322020-06-02 17:33:56 +02009315
9316 If this option has been enabled in a "defaults" section, it can be disabled
9317 in a specific instance by prepending the "no" keyword before it.
Willy Tarreau0ba27502007-12-24 16:55:16 +01009318
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +02009319option dontlog-normal
9320no option dontlog-normal
9321 Enable or disable logging of normal, successful connections
9322 May be used in sections : defaults | frontend | listen | backend
9323 yes | yes | yes | no
9324 Arguments : none
9325
9326 There are large sites dealing with several thousand connections per second
9327 and for which logging is a major pain. Some of them are even forced to turn
9328 logs off and cannot debug production issues. Setting this option ensures that
9329 normal connections, those which experience no error, no timeout, no retry nor
9330 redispatch, will not be logged. This leaves disk space for anomalies. In HTTP
9331 mode, the response status code is checked and return codes 5xx will still be
9332 logged.
9333
9334 It is strongly discouraged to use this option as most of the time, the key to
9335 complex issues is in the normal logs which will not be logged here. If you
9336 need to separate logs, see the "log-separate-errors" option instead.
9337
Willy Tarreauc57f0e22009-05-10 13:12:33 +02009338 See also : "log", "dontlognull", "log-separate-errors" and section 8 about
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +02009339 logging.
9340
9341
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009342option dontlognull
9343no option dontlognull
9344 Enable or disable logging of null connections
9345 May be used in sections : defaults | frontend | listen | backend
9346 yes | yes | yes | no
9347 Arguments : none
9348
9349 In certain environments, there are components which will regularly connect to
9350 various systems to ensure that they are still alive. It can be the case from
9351 another load balancer as well as from monitoring systems. By default, even a
9352 simple port probe or scan will produce a log. If those connections pollute
9353 the logs too much, it is possible to enable option "dontlognull" to indicate
9354 that a connection on which no data has been transferred will not be logged,
Willy Tarreau0f228a02015-05-01 15:37:53 +02009355 which typically corresponds to those probes. Note that errors will still be
9356 returned to the client and accounted for in the stats. If this is not what is
9357 desired, option http-ignore-probes can be used instead.
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009358
9359 It is generally recommended not to use this option in uncontrolled
Davor Ocelice9ed2812017-12-25 17:49:28 +01009360 environments (e.g. internet), otherwise scans and other malicious activities
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009361 would not be logged.
9362
9363 If this option has been enabled in a "defaults" section, it can be disabled
9364 in a specific instance by prepending the "no" keyword before it.
9365
Willy Tarreau9e9919d2020-10-14 15:55:23 +02009366 See also : "log", "http-ignore-probes", "monitor-uri", and
Willy Tarreau0f228a02015-05-01 15:37:53 +02009367 section 8 about logging.
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009368
Aurelien DARRAGONb2bb9252022-12-28 15:37:57 +01009369option forwarded [ proto ]
9370 [ host | host-expr <host_expr> ]
9371 [ by | by-expr <by_expr> ] [ by_port | by_port-expr <by_port_expr>]
9372 [ for | for-expr <for_expr> ] [ for_port | for_port-expr <for_port_expr>]
9373no option forwarded
9374 Enable insertion of the rfc 7239 forwarded header in requests sent to servers
9375 May be used in sections : defaults | frontend | listen | backend
9376 yes | no | yes | yes
9377 Arguments :
9378 <host_expr> optional argument to specify a custom sample expression
9379 those result will be used as 'host' parameter value
9380
9381 <by_expr> optional argument to specicy a custom sample expression
9382 those result will be used as 'by' parameter nodename value
9383
9384 <for_expr> optional argument to specicy a custom sample expression
9385 those result will be used as 'for' parameter nodename value
9386
9387 <by_port_expr> optional argument to specicy a custom sample expression
9388 those result will be used as 'by' parameter nodeport value
9389
9390 <for_port_expr> optional argument to specicy a custom sample expression
9391 those result will be used as 'for' parameter nodeport value
9392
9393
Ilya Shipitsin07be66d2023-04-01 12:26:42 +02009394 Since HAProxy works in reverse-proxy mode, servers are losing some request
Aurelien DARRAGONb2bb9252022-12-28 15:37:57 +01009395 context (request origin: client ip address, protocol used...)
9396
9397 A common way to address this limitation is to use the well known
9398 x-forward-for and x-forward-* friends to expose some of this context to the
9399 underlying servers/applications.
9400 While this use to work and is widely deployed, it is not officially supported
9401 by the IETF and can be the root of some interoperability as well as security
9402 issues.
9403
9404 To solve this, a new HTTP extension has been described by the IETF:
9405 forwarded header (RFC7239).
9406 More information here: https://www.rfc-editor.org/rfc/rfc7239.html
9407
Ilya Shipitsin07be66d2023-04-01 12:26:42 +02009408 The use of this single header allow to convey numerous details
Aurelien DARRAGONb2bb9252022-12-28 15:37:57 +01009409 within the same header, and most importantly, fixes the proxy chaining
9410 issue. (the rfc allows for multiple chained proxies to append their own
9411 values to an already existing header).
9412
9413 This option may be specified in defaults, listen or backend section, but it
9414 will be ignored for frontend sections.
9415
9416 Setting option forwarded without arguments results in using default implicit
9417 behavior.
9418 Default behavior enables proto parameter and injects original client ip.
9419
9420 The equivalent explicit/manual configuration would be:
Christopher Fauletb7056222023-02-27 18:01:41 +01009421 option forwarded proto for
Aurelien DARRAGONb2bb9252022-12-28 15:37:57 +01009422
9423 The keyword 'by' is used to enable 'by' parameter ("nodename") in
9424 forwarded header. It allows to embed request proxy information.
9425 'by' value will be set to proxy ip (destination address)
9426 If not available (ie: UNIX listener), 'by' will be set to
9427 "unknown".
9428
9429 The keyword 'by-expr' is used to enable 'by' parameter ("nodename") in
9430 forwarded header. It allows to embed request proxy information.
9431 'by' value will be set to the result of the sample expression
9432 <by_expr>, if valid, otherwise it will be set to "unknown".
9433
9434 The keyword 'for' is used to enable 'for' parameter ("nodename") in
9435 forwarded header. It allows to embed request client information.
9436 'for' value will be set to client ip (source address)
9437 If not available (ie: UNIX listener), 'for' will be set to
9438 "unknown".
9439
9440 The keyword 'for-expr' is used to enable 'for' parameter ("nodename") in
9441 forwarded header. It allows to embed request client information.
9442 'for' value will be set to the result of the sample expression
9443 <for_expr>, if valid, otherwise it will be set to "unknown".
9444
9445 The keyword 'by_port' is used to provide "nodeport" info to
9446 'by' parameter. 'by_port' requires 'by' or 'by-expr' to be set or
9447 it will be ignored.
9448 "nodeport" will be set to proxy (destination) port if available,
9449 otherwise it will be ignored.
9450
9451 The keyword 'by_port-expr' is used to provide "nodeport" info to
9452 'by' parameter. 'by_port-expr' requires 'by' or 'by-expr' to be set or
9453 it will be ignored.
9454 "nodeport" will be set to the result of the sample expression
9455 <by_port_expr>, if valid, otherwise it will be ignored.
9456
9457 The keyword 'for_port' is used to provide "nodeport" info to
9458 'for' parameter. 'for_port' requires 'for' or 'for-expr' to be set or
9459 it will be ignored.
9460 "nodeport" will be set to client (source) port if available,
9461 otherwise it will be ignored.
9462
9463 The keyword 'for_port-expr' is used to provide "nodeport" info to
9464 'for' parameter. 'for_port-expr' requires 'for' or 'for-expr' to be set or
9465 it will be ignored.
9466 "nodeport" will be set to the result of the sample expression
9467 <for_port_expr>, if valid, otherwise it will be ignored.
9468
9469 Examples :
9470 # Those servers want the ip address and protocol of the client request
9471 # Resulting header would look like this:
9472 # forwarded: proto=http;for=127.0.0.1
9473 backend www_default
9474 mode http
9475 option forwarded
9476 #equivalent to: option forwarded proto for
9477
9478 # Those servers want the requested host and hashed client ip address
9479 # as well as client source port (you should use seed for xxh32 if ensuring
9480 # ip privacy is a concern)
9481 # Resulting header would look like this:
9482 # forwarded: host="haproxy.org";for="_000000007F2F367E:60138"
9483 backend www_host
9484 mode http
9485 option forwarded host for-expr src,xxh32,hex for_port
9486
9487 # Those servers want custom data in host, for and by parameters
9488 # Resulting header would look like this:
9489 # forwarded: host="host.com";by=_haproxy;for="[::1]:10"
9490 backend www_custom
9491 mode http
9492 option forwarded host-expr str(host.com) by-expr str(_haproxy) for for_port-expr int(10)
9493
9494 # Those servers want random 'for' obfuscated identifiers for request
9495 # tracing purposes while protecting sensitive IP information
9496 # Resulting header would look like this:
9497 # forwarded: for=_000000002B1F4D63
9498 backend www_for_hide
9499 mode http
9500 option forwarded for-expr rand,hex
9501
9502 See also : "option forwardfor", "option originalto"
Willy Tarreaubf1f8162007-12-28 17:42:56 +01009503
Willy Tarreau87cf5142011-08-19 22:57:24 +02009504option forwardfor [ except <network> ] [ header <name> ] [ if-none ]
Willy Tarreauc27debf2008-01-06 08:57:02 +01009505 Enable insertion of the X-Forwarded-For header to requests sent to servers
9506 May be used in sections : defaults | frontend | listen | backend
9507 yes | yes | yes | yes
9508 Arguments :
9509 <network> is an optional argument used to disable this option for sources
9510 matching <network>
Ross Westaf72a1d2008-08-03 10:51:45 +02009511 <name> an optional argument to specify a different "X-Forwarded-For"
Willy Tarreaud72758d2010-01-12 10:42:19 +01009512 header name.
Willy Tarreauc27debf2008-01-06 08:57:02 +01009513
9514 Since HAProxy works in reverse-proxy mode, the servers see its IP address as
9515 their client address. This is sometimes annoying when the client's IP address
9516 is expected in server logs. To solve this problem, the well-known HTTP header
9517 "X-Forwarded-For" may be added by HAProxy to all requests sent to the server.
9518 This header contains a value representing the client's IP address. Since this
9519 header is always appended at the end of the existing header list, the server
9520 must be configured to always use the last occurrence of this header only. See
Ross Westaf72a1d2008-08-03 10:51:45 +02009521 the server's manual to find how to enable use of this standard header. Note
9522 that only the last occurrence of the header must be used, since it is really
9523 possible that the client has already brought one.
9524
Willy Tarreaud72758d2010-01-12 10:42:19 +01009525 The keyword "header" may be used to supply a different header name to replace
Ross Westaf72a1d2008-08-03 10:51:45 +02009526 the default "X-Forwarded-For". This can be useful where you might already
Davor Ocelice9ed2812017-12-25 17:49:28 +01009527 have a "X-Forwarded-For" header from a different application (e.g. stunnel),
Willy Tarreaud72758d2010-01-12 10:42:19 +01009528 and you need preserve it. Also if your backend server doesn't use the
Davor Ocelice9ed2812017-12-25 17:49:28 +01009529 "X-Forwarded-For" header and requires different one (e.g. Zeus Web Servers
Ross Westaf72a1d2008-08-03 10:51:45 +02009530 require "X-Cluster-Client-IP").
Willy Tarreauc27debf2008-01-06 08:57:02 +01009531
9532 Sometimes, a same HAProxy instance may be shared between a direct client
9533 access and a reverse-proxy access (for instance when an SSL reverse-proxy is
9534 used to decrypt HTTPS traffic). It is possible to disable the addition of the
9535 header for a known source address or network by adding the "except" keyword
9536 followed by the network address. In this case, any source IP matching the
9537 network will not cause an addition of this header. Most common uses are with
Christopher Faulet5d1def62021-02-26 09:19:15 +01009538 private networks or 127.0.0.1. IPv4 and IPv6 are both supported.
Willy Tarreauc27debf2008-01-06 08:57:02 +01009539
Willy Tarreau87cf5142011-08-19 22:57:24 +02009540 Alternatively, the keyword "if-none" states that the header will only be
9541 added if it is not present. This should only be used in perfectly trusted
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009542 environment, as this might cause a security issue if headers reaching HAProxy
Willy Tarreau87cf5142011-08-19 22:57:24 +02009543 are under the control of the end-user.
9544
Willy Tarreauc27debf2008-01-06 08:57:02 +01009545 This option may be specified either in the frontend or in the backend. If at
Ross Westaf72a1d2008-08-03 10:51:45 +02009546 least one of them uses it, the header will be added. Note that the backend's
9547 setting of the header subargument takes precedence over the frontend's if
Willy Tarreau87cf5142011-08-19 22:57:24 +02009548 both are defined. In the case of the "if-none" argument, if at least one of
9549 the frontend or the backend does not specify it, it wants the addition to be
9550 mandatory, so it wins.
Willy Tarreauc27debf2008-01-06 08:57:02 +01009551
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +02009552 Example :
Willy Tarreauc27debf2008-01-06 08:57:02 +01009553 # Public HTTP address also used by stunnel on the same machine
9554 frontend www
9555 mode http
9556 option forwardfor except 127.0.0.1 # stunnel already adds the header
9557
Ross Westaf72a1d2008-08-03 10:51:45 +02009558 # Those servers want the IP Address in X-Client
9559 backend www
9560 mode http
9561 option forwardfor header X-Client
9562
Willy Tarreau87cf5142011-08-19 22:57:24 +02009563 See also : "option httpclose", "option http-server-close",
Christopher Faulet315b39c2018-09-21 16:26:19 +02009564 "option http-keep-alive"
Willy Tarreauc27debf2008-01-06 08:57:02 +01009565
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009566
Christopher Faulet98fbe952019-07-22 16:18:24 +02009567option h1-case-adjust-bogus-client
9568no option h1-case-adjust-bogus-client
9569 Enable or disable the case adjustment of HTTP/1 headers sent to bogus clients
9570 May be used in sections : defaults | frontend | listen | backend
9571 yes | yes | yes | no
9572 Arguments : none
9573
9574 There is no standard case for header names because, as stated in RFC7230,
9575 they are case-insensitive. So applications must handle them in a case-
9576 insensitive manner. But some bogus applications violate the standards and
9577 erroneously rely on the cases most commonly used by browsers. This problem
9578 becomes critical with HTTP/2 because all header names must be exchanged in
9579 lower case, and HAProxy follows the same convention. All header names are
9580 sent in lower case to clients and servers, regardless of the HTTP version.
9581
9582 When HAProxy receives an HTTP/1 response, its header names are converted to
9583 lower case and manipulated and sent this way to the clients. If a client is
9584 known to violate the HTTP standards and to fail to process a response coming
9585 from HAProxy, it is possible to transform the lower case header names to a
9586 different format when the response is formatted and sent to the client, by
9587 enabling this option and specifying the list of headers to be reformatted
9588 using the global directives "h1-case-adjust" or "h1-case-adjust-file". This
9589 must only be a temporary workaround for the time it takes the client to be
9590 fixed, because clients which require such workarounds might be vulnerable to
9591 content smuggling attacks and must absolutely be fixed.
9592
9593 Please note that this option will not affect standards-compliant clients.
9594
9595 If this option has been enabled in a "defaults" section, it can be disabled
9596 in a specific instance by prepending the "no" keyword before it.
9597
9598 See also: "option h1-case-adjust-bogus-server", "h1-case-adjust",
9599 "h1-case-adjust-file".
9600
9601
9602option h1-case-adjust-bogus-server
9603no option h1-case-adjust-bogus-server
9604 Enable or disable the case adjustment of HTTP/1 headers sent to bogus servers
9605 May be used in sections : defaults | frontend | listen | backend
9606 yes | no | yes | yes
9607 Arguments : none
9608
9609 There is no standard case for header names because, as stated in RFC7230,
9610 they are case-insensitive. So applications must handle them in a case-
9611 insensitive manner. But some bogus applications violate the standards and
9612 erroneously rely on the cases most commonly used by browsers. This problem
9613 becomes critical with HTTP/2 because all header names must be exchanged in
9614 lower case, and HAProxy follows the same convention. All header names are
9615 sent in lower case to clients and servers, regardless of the HTTP version.
9616
9617 When HAProxy receives an HTTP/1 request, its header names are converted to
9618 lower case and manipulated and sent this way to the servers. If a server is
9619 known to violate the HTTP standards and to fail to process a request coming
9620 from HAProxy, it is possible to transform the lower case header names to a
9621 different format when the request is formatted and sent to the server, by
9622 enabling this option and specifying the list of headers to be reformatted
9623 using the global directives "h1-case-adjust" or "h1-case-adjust-file". This
9624 must only be a temporary workaround for the time it takes the server to be
9625 fixed, because servers which require such workarounds might be vulnerable to
9626 content smuggling attacks and must absolutely be fixed.
9627
9628 Please note that this option will not affect standards-compliant servers.
9629
9630 If this option has been enabled in a "defaults" section, it can be disabled
9631 in a specific instance by prepending the "no" keyword before it.
9632
9633 See also: "option h1-case-adjust-bogus-client", "h1-case-adjust",
9634 "h1-case-adjust-file".
9635
9636
Willy Tarreau9fbe18e2015-05-01 22:42:08 +02009637option http-buffer-request
9638no option http-buffer-request
9639 Enable or disable waiting for whole HTTP request body before proceeding
9640 May be used in sections : defaults | frontend | listen | backend
9641 yes | yes | yes | yes
9642 Arguments : none
9643
9644 It is sometimes desirable to wait for the body of an HTTP request before
9645 taking a decision. This is what is being done by "balance url_param" for
9646 example. The first use case is to buffer requests from slow clients before
9647 connecting to the server. Another use case consists in taking the routing
9648 decision based on the request body's contents. This option placed in a
9649 frontend or backend forces the HTTP processing to wait until either the whole
Christopher Faulet6db8a2e2019-11-19 16:27:25 +01009650 body is received or the request buffer is full. It can have undesired side
9651 effects with some applications abusing HTTP by expecting unbuffered
9652 transmissions between the frontend and the backend, so this should definitely
9653 not be used by default.
Willy Tarreau9fbe18e2015-05-01 22:42:08 +02009654
Christopher Faulet021a8e42021-03-29 10:46:38 +02009655 See also : "option http-no-delay", "timeout http-request",
9656 "http-request wait-for-body"
Willy Tarreau9fbe18e2015-05-01 22:42:08 +02009657
9658
Willy Tarreau0f228a02015-05-01 15:37:53 +02009659option http-ignore-probes
9660no option http-ignore-probes
9661 Enable or disable logging of null connections and request timeouts
9662 May be used in sections : defaults | frontend | listen | backend
9663 yes | yes | yes | no
9664 Arguments : none
9665
9666 Recently some browsers started to implement a "pre-connect" feature
9667 consisting in speculatively connecting to some recently visited web sites
9668 just in case the user would like to visit them. This results in many
9669 connections being established to web sites, which end up in 408 Request
9670 Timeout if the timeout strikes first, or 400 Bad Request when the browser
9671 decides to close them first. These ones pollute the log and feed the error
9672 counters. There was already "option dontlognull" but it's insufficient in
9673 this case. Instead, this option does the following things :
9674 - prevent any 400/408 message from being sent to the client if nothing
Davor Ocelice9ed2812017-12-25 17:49:28 +01009675 was received over a connection before it was closed;
9676 - prevent any log from being emitted in this situation;
Willy Tarreau0f228a02015-05-01 15:37:53 +02009677 - prevent any error counter from being incremented
9678
9679 That way the empty connection is silently ignored. Note that it is better
9680 not to use this unless it is clear that it is needed, because it will hide
9681 real problems. The most common reason for not receiving a request and seeing
9682 a 408 is due to an MTU inconsistency between the client and an intermediary
9683 element such as a VPN, which blocks too large packets. These issues are
9684 generally seen with POST requests as well as GET with large cookies. The logs
9685 are often the only way to detect them.
9686
9687 If this option has been enabled in a "defaults" section, it can be disabled
9688 in a specific instance by prepending the "no" keyword before it.
9689
9690 See also : "log", "dontlognull", "errorfile", and section 8 about logging.
9691
9692
Willy Tarreau16bfb022010-01-16 19:48:41 +01009693option http-keep-alive
9694no option http-keep-alive
Christopher Faulet85523a02023-02-20 17:09:34 +01009695 Enable or disable HTTP keep-alive from client to server for HTTP/1.x
9696 connections
Willy Tarreau16bfb022010-01-16 19:48:41 +01009697 May be used in sections : defaults | frontend | listen | backend
9698 yes | yes | yes | yes
9699 Arguments : none
9700
Willy Tarreau70dffda2014-01-30 03:07:23 +01009701 By default HAProxy operates in keep-alive mode with regards to persistent
Christopher Faulet85523a02023-02-20 17:09:34 +01009702 HTTP/1.x connections: for each connection it processes each request and
9703 response, and leaves the connection idle on both sides. This mode may be
9704 changed by several options such as "option http-server-close" or "option
9705 httpclose". This option allows to set back the keep-alive mode, which can be
9706 useful when another mode was used in a defaults section.
Willy Tarreau70dffda2014-01-30 03:07:23 +01009707
9708 Setting "option http-keep-alive" enables HTTP keep-alive mode on the client-
9709 and server- sides. This provides the lowest latency on the client side (slow
Willy Tarreau16bfb022010-01-16 19:48:41 +01009710 network) and the fastest session reuse on the server side at the expense
9711 of maintaining idle connections to the servers. In general, it is possible
9712 with this option to achieve approximately twice the request rate that the
9713 "http-server-close" option achieves on small objects. There are mainly two
9714 situations where this option may be useful :
9715
9716 - when the server is non-HTTP compliant and authenticates the connection
Davor Ocelice9ed2812017-12-25 17:49:28 +01009717 instead of requests (e.g. NTLM authentication)
Willy Tarreau16bfb022010-01-16 19:48:41 +01009718
9719 - when the cost of establishing the connection to the server is significant
9720 compared to the cost of retrieving the associated object from the server.
9721
9722 This last case can happen when the server is a fast static server of cache.
Willy Tarreau16bfb022010-01-16 19:48:41 +01009723
Willy Tarreau16bfb022010-01-16 19:48:41 +01009724 At the moment, logs will not indicate whether requests came from the same
9725 session or not. The accept date reported in the logs corresponds to the end
9726 of the previous request, and the request time corresponds to the time spent
9727 waiting for a new request. The keep-alive request time is still bound to the
9728 timeout defined by "timeout http-keep-alive" or "timeout http-request" if
9729 not set.
9730
Christopher Faulet159e6672019-07-16 15:09:52 +02009731 This option disables and replaces any previous "option httpclose" or "option
Christopher Faulet85523a02023-02-20 17:09:34 +01009732 http-server-close".
Willy Tarreau16bfb022010-01-16 19:48:41 +01009733
Christopher Faulet315b39c2018-09-21 16:26:19 +02009734 See also : "option httpclose",, "option http-server-close",
Christopher Faulet85523a02023-02-20 17:09:34 +01009735 "option prefer-last-server" and "option http-pretend-keepalive".
Willy Tarreau16bfb022010-01-16 19:48:41 +01009736
9737
Willy Tarreau96e31212011-05-30 18:10:30 +02009738option http-no-delay
9739no option http-no-delay
9740 Instruct the system to favor low interactive delays over performance in HTTP
9741 May be used in sections : defaults | frontend | listen | backend
9742 yes | yes | yes | yes
9743 Arguments : none
9744
9745 In HTTP, each payload is unidirectional and has no notion of interactivity.
9746 Any agent is expected to queue data somewhat for a reasonably low delay.
9747 There are some very rare server-to-server applications that abuse the HTTP
9748 protocol and expect the payload phase to be highly interactive, with many
9749 interleaved data chunks in both directions within a single request. This is
9750 absolutely not supported by the HTTP specification and will not work across
9751 most proxies or servers. When such applications attempt to do this through
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009752 HAProxy, it works but they will experience high delays due to the network
Willy Tarreau96e31212011-05-30 18:10:30 +02009753 optimizations which favor performance by instructing the system to wait for
9754 enough data to be available in order to only send full packets. Typical
9755 delays are around 200 ms per round trip. Note that this only happens with
9756 abnormal uses. Normal uses such as CONNECT requests nor WebSockets are not
9757 affected.
9758
9759 When "option http-no-delay" is present in either the frontend or the backend
9760 used by a connection, all such optimizations will be disabled in order to
9761 make the exchanges as fast as possible. Of course this offers no guarantee on
9762 the functionality, as it may break at any other place. But if it works via
9763 HAProxy, it will work as fast as possible. This option should never be used
9764 by default, and should never be used at all unless such a buggy application
9765 is discovered. The impact of using this option is an increase of bandwidth
9766 usage and CPU usage, which may significantly lower performance in high
9767 latency environments.
9768
Willy Tarreau9fbe18e2015-05-01 22:42:08 +02009769 See also : "option http-buffer-request"
9770
Willy Tarreau96e31212011-05-30 18:10:30 +02009771
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009772option http-pretend-keepalive
9773no option http-pretend-keepalive
Christopher Faulet85523a02023-02-20 17:09:34 +01009774 Define whether HAProxy will announce keepalive for HTTP/1.x connection to the
9775 server or not
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009776 May be used in sections : defaults | frontend | listen | backend
Christopher Faulet98db9762018-09-21 10:25:19 +02009777 yes | no | yes | yes
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009778 Arguments : none
9779
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009780 When running with "option http-server-close" or "option httpclose", HAProxy
Christopher Faulet85523a02023-02-20 17:09:34 +01009781 adds a "Connection: close" header to the HTTP/1.x request forwarded to the
9782 server. Unfortunately, when some servers see this header, they automatically
9783 refrain from using the chunked encoding for responses of unknown length,
9784 while this is totally unrelated. The effect is that a client or a cache could
9785 receive an incomplete response without being aware of it, and consider the
9786 response complete.
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009787
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009788 By setting "option http-pretend-keepalive", HAProxy will make the server
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009789 believe it will keep the connection alive. The server will then not fall back
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009790 to the abnormal undesired above. When HAProxy gets the whole response, it
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009791 will close the connection with the server just as it would do with the
Christopher Faulet315b39c2018-09-21 16:26:19 +02009792 "option httpclose". That way the client gets a normal response and the
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009793 connection is correctly closed on the server side.
9794
9795 It is recommended not to enable this option by default, because most servers
9796 will more efficiently close the connection themselves after the last packet,
9797 and release its buffers slightly earlier. Also, the added packet on the
9798 network could slightly reduce the overall peak performance. However it is
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009799 worth noting that when this option is enabled, HAProxy will have slightly
9800 less work to do. So if HAProxy is the bottleneck on the whole architecture,
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009801 enabling this option might save a few CPU cycles.
9802
Christopher Faulet98db9762018-09-21 10:25:19 +02009803 This option may be set in backend and listen sections. Using it in a frontend
9804 section will be ignored and a warning will be reported during startup. It is
9805 a backend related option, so there is no real reason to set it on a
Christopher Faulet85523a02023-02-20 17:09:34 +01009806 frontend.
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009807
9808 If this option has been enabled in a "defaults" section, it can be disabled
9809 in a specific instance by prepending the "no" keyword before it.
9810
Christopher Faulet315b39c2018-09-21 16:26:19 +02009811 See also : "option httpclose", "option http-server-close", and
Willy Tarreau16bfb022010-01-16 19:48:41 +01009812 "option http-keep-alive"
Willy Tarreau8a8e1d92010-04-05 16:15:16 +02009813
Christopher Faulet18c13d32022-05-16 11:43:10 +02009814option http-restrict-req-hdr-names { preserve | delete | reject }
9815 Set HAProxy policy about HTTP request header names containing characters
9816 outside the "[a-zA-Z0-9-]" charset
9817 May be used in sections : defaults | frontend | listen | backend
9818 yes | yes | yes | yes
9819 Arguments :
9820 preserve disable the filtering. It is the default mode for HTTP proxies
9821 with no FastCGI application configured.
9822
9823 delete remove request headers with a name containing a character
9824 outside the "[a-zA-Z0-9-]" charset. It is the default mode for
9825 HTTP backends with a configured FastCGI application.
9826
9827 reject reject the request with a 403-Forbidden response if it contains a
9828 header name with a character outside the "[a-zA-Z0-9-]" charset.
9829
9830 This option may be used to restrict the request header names to alphanumeric
9831 and hyphen characters ([A-Za-z0-9-]). This may be mandatory to interoperate
9832 with non-HTTP compliant servers that fail to handle some characters in header
9833 names. It may also be mandatory for FastCGI applications because all
9834 non-alphanumeric characters in header names are replaced by an underscore
9835 ('_'). Thus, it is easily possible to mix up header names and bypass some
9836 rules. For instance, "X-Forwarded-For" and "X_Forwarded-For" headers are both
9837 converted to "HTTP_X_FORWARDED_FOR" in FastCGI.
9838
9839 Note this option is evaluated per proxy and after the http-request rules
9840 evaluation.
Willy Tarreauc27debf2008-01-06 08:57:02 +01009841
Willy Tarreaub608feb2010-01-02 22:47:18 +01009842option http-server-close
9843no option http-server-close
Christopher Faulet85523a02023-02-20 17:09:34 +01009844 Enable or disable HTTP/1.x connection closing on the server side
Willy Tarreaub608feb2010-01-02 22:47:18 +01009845 May be used in sections : defaults | frontend | listen | backend
9846 yes | yes | yes | yes
9847 Arguments : none
9848
Willy Tarreau70dffda2014-01-30 03:07:23 +01009849 By default HAProxy operates in keep-alive mode with regards to persistent
Christopher Faulet85523a02023-02-20 17:09:34 +01009850 HTTP/1.x connections: for each connection it processes each request and
9851 response, and leaves the connection idle on both sides. This mode may be
9852 changed by several options such as "option http-server-close" or "option
9853 httpclose". Setting "option http-server-close" enables HTTP connection-close
9854 mode on the server side while keeping the ability to support HTTP keep-alive
9855 and pipelining on the client side. This provides the lowest latency on the
9856 client side (slow network) and the fastest session reuse on the server side
9857 to save server resources, similarly to "option httpclose". It also permits
9858 non-keepalive capable servers to be served in keep-alive mode to the clients
9859 if they conform to the requirements of RFC7230. Please note that some servers
9860 do not always conform to those requirements when they see "Connection: close"
9861 in the request. The effect will be that keep-alive will never be used. A
9862 workaround consists in enabling "option http-pretend-keepalive".
Willy Tarreaub608feb2010-01-02 22:47:18 +01009863
9864 At the moment, logs will not indicate whether requests came from the same
9865 session or not. The accept date reported in the logs corresponds to the end
9866 of the previous request, and the request time corresponds to the time spent
9867 waiting for a new request. The keep-alive request time is still bound to the
Willy Tarreaub16a5742010-01-10 14:46:16 +01009868 timeout defined by "timeout http-keep-alive" or "timeout http-request" if
9869 not set.
Willy Tarreaub608feb2010-01-02 22:47:18 +01009870
9871 This option may be set both in a frontend and in a backend. It is enabled if
9872 at least one of the frontend or backend holding a connection has it enabled.
Christopher Faulet159e6672019-07-16 15:09:52 +02009873 It disables and replaces any previous "option httpclose" or "option
9874 http-keep-alive". Please check section 4 ("Proxies") to see how this option
9875 combines with others when frontend and backend options differ.
Willy Tarreaub608feb2010-01-02 22:47:18 +01009876
9877 If this option has been enabled in a "defaults" section, it can be disabled
9878 in a specific instance by prepending the "no" keyword before it.
9879
Christopher Faulet85523a02023-02-20 17:09:34 +01009880 See also : "option httpclose", "option http-pretend-keepalive" and
9881 "option http-keep-alive".
Willy Tarreaub608feb2010-01-02 22:47:18 +01009882
Willy Tarreau88d349d2010-01-25 12:15:43 +01009883option http-use-proxy-header
Cyril Bontéf0c60612010-02-06 14:44:47 +01009884no option http-use-proxy-header
Willy Tarreau88d349d2010-01-25 12:15:43 +01009885 Make use of non-standard Proxy-Connection header instead of Connection
9886 May be used in sections : defaults | frontend | listen | backend
9887 yes | yes | yes | no
9888 Arguments : none
9889
Lukas Tribus23953682017-04-28 13:24:30 +00009890 While RFC7230 explicitly states that HTTP/1.1 agents must use the
Willy Tarreau88d349d2010-01-25 12:15:43 +01009891 Connection header to indicate their wish of persistent or non-persistent
9892 connections, both browsers and proxies ignore this header for proxied
9893 connections and make use of the undocumented, non-standard Proxy-Connection
9894 header instead. The issue begins when trying to put a load balancer between
9895 browsers and such proxies, because there will be a difference between what
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009896 HAProxy understands and what the client and the proxy agree on.
Willy Tarreau88d349d2010-01-25 12:15:43 +01009897
Daniel Corbett9f0843f2021-05-08 10:50:37 -04009898 By setting this option in a frontend, HAProxy can automatically switch to use
Willy Tarreau88d349d2010-01-25 12:15:43 +01009899 that non-standard header if it sees proxied requests. A proxied request is
Lukas Tribusf01a9cd2016-02-03 18:09:37 +01009900 defined here as one where the URI begins with neither a '/' nor a '*'. This
9901 is incompatible with the HTTP tunnel mode. Note that this option can only be
9902 specified in a frontend and will affect the request along its whole life.
Willy Tarreau88d349d2010-01-25 12:15:43 +01009903
Willy Tarreau844a7e72010-01-31 21:46:18 +01009904 Also, when this option is set, a request which requires authentication will
9905 automatically switch to use proxy authentication headers if it is itself a
9906 proxied request. That makes it possible to check or enforce authentication in
9907 front of an existing proxy.
9908
Willy Tarreau88d349d2010-01-25 12:15:43 +01009909 This option should normally never be used, except in front of a proxy.
9910
Christopher Faulet315b39c2018-09-21 16:26:19 +02009911 See also : "option httpclose", and "option http-server-close".
Willy Tarreau88d349d2010-01-25 12:15:43 +01009912
Willy Tarreaud63335a2010-02-26 12:56:52 +01009913option httpchk
9914option httpchk <uri>
9915option httpchk <method> <uri>
9916option httpchk <method> <uri> <version>
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02009917 Enables HTTP protocol to check on the servers health
Willy Tarreaud63335a2010-02-26 12:56:52 +01009918 May be used in sections : defaults | frontend | listen | backend
9919 yes | no | yes | yes
9920 Arguments :
9921 <method> is the optional HTTP method used with the requests. When not set,
9922 the "OPTIONS" method is used, as it generally requires low server
9923 processing and is easy to filter out from the logs. Any method
9924 may be used, though it is not recommended to invent non-standard
9925 ones.
9926
9927 <uri> is the URI referenced in the HTTP requests. It defaults to " / "
9928 which is accessible by default on almost any server, but may be
9929 changed to any other URI. Query strings are permitted.
9930
9931 <version> is the optional HTTP version string. It defaults to "HTTP/1.0"
9932 but some servers might behave incorrectly in HTTP 1.0, so turning
9933 it to HTTP/1.1 may sometimes help. Note that the Host field is
Christopher Faulet8acb1282020-04-09 08:44:06 +02009934 mandatory in HTTP/1.1, use "http-check send" directive to add it.
Willy Tarreaud63335a2010-02-26 12:56:52 +01009935
9936 By default, server health checks only consist in trying to establish a TCP
9937 connection. When "option httpchk" is specified, a complete HTTP request is
9938 sent once the TCP connection is established, and responses 2xx and 3xx are
9939 considered valid, while all other ones indicate a server failure, including
9940 the lack of any response.
9941
Christopher Faulete5870d82020-04-15 11:32:03 +02009942 Combined with "http-check" directives, it is possible to customize the
9943 request sent during the HTTP health checks or the matching rules on the
9944 response. It is also possible to configure a send/expect sequence, just like
9945 with the directive "tcp-check" for TCP health checks.
9946
9947 The server configuration is used by default to open connections to perform
9948 HTTP health checks. By it is also possible to overwrite server parameters
9949 using "http-check connect" rules.
Willy Tarreaud63335a2010-02-26 12:56:52 +01009950
Christopher Faulete5870d82020-04-15 11:32:03 +02009951 "httpchk" option does not necessarily require an HTTP backend, it also works
9952 with plain TCP backends. This is particularly useful to check simple scripts
Christopher Faulet14cd3162020-04-16 14:50:06 +02009953 bound to some dedicated ports using the inetd daemon. However, it will always
Daniel Corbett67a82712020-07-06 23:01:19 -04009954 internally relies on an HTX multiplexer. Thus, it means the request
Christopher Faulet14cd3162020-04-16 14:50:06 +02009955 formatting and the response parsing will be strict.
Willy Tarreaud63335a2010-02-26 12:56:52 +01009956
9957 Examples :
Christopher Fauletc52ea4d2020-04-23 15:43:35 +02009958 # Relay HTTPS traffic to Apache instance and check service availability
9959 # using HTTP request "OPTIONS * HTTP/1.1" on port 80.
9960 backend https_relay
9961 mode tcp
9962 option httpchk OPTIONS * HTTP/1.1
9963 http-check send hdr Host www
9964 server apache1 192.168.1.1:443 check port 80
Willy Tarreaud63335a2010-02-26 12:56:52 +01009965
Simon Hormanafc47ee2013-11-25 10:46:35 +09009966 See also : "option ssl-hello-chk", "option smtpchk", "option mysql-check",
9967 "option pgsql-check", "http-check" and the "check", "port" and
9968 "inter" server options.
Willy Tarreaud63335a2010-02-26 12:56:52 +01009969
9970
Willy Tarreauc27debf2008-01-06 08:57:02 +01009971option httpclose
9972no option httpclose
Christopher Faulet85523a02023-02-20 17:09:34 +01009973 Enable or disable HTTP/1.x connection closing
Willy Tarreauc27debf2008-01-06 08:57:02 +01009974 May be used in sections : defaults | frontend | listen | backend
9975 yes | yes | yes | yes
9976 Arguments : none
9977
Willy Tarreau70dffda2014-01-30 03:07:23 +01009978 By default HAProxy operates in keep-alive mode with regards to persistent
Christopher Faulet85523a02023-02-20 17:09:34 +01009979 HTTP/1.x connections: for each connection it processes each request and
9980 response, and leaves the connection idle on both sides. This mode may be
9981 changed by several options such as "option http-server-close" or "option
9982 httpclose".
Willy Tarreau70dffda2014-01-30 03:07:23 +01009983
Christopher Faulet85523a02023-02-20 17:09:34 +01009984 If "option httpclose" is set, HAProxy will close the client or the server
Christopher Fauletd17dd842023-02-20 17:30:06 +01009985 connection, depending where the option is set. The frontend is considered for
9986 client connections while the backend is considered for server ones. If the
Christopher Faulet85523a02023-02-20 17:09:34 +01009987 option is set on a listener, it is applied both on client and server
9988 connections. It will check if a "Connection: close" header is already set in
9989 each direction, and will add one if missing.
Willy Tarreauc27debf2008-01-06 08:57:02 +01009990
Christopher Faulet315b39c2018-09-21 16:26:19 +02009991 This option may also be combined with "option http-pretend-keepalive", which
Christopher Faulet85523a02023-02-20 17:09:34 +01009992 will disable sending of the "Connection: close" request header, but will
9993 still cause the connection to be closed once the whole response is received.
Willy Tarreauc27debf2008-01-06 08:57:02 +01009994
Christopher Faulet159e6672019-07-16 15:09:52 +02009995 It disables and replaces any previous "option http-server-close" or "option
Christopher Faulet85523a02023-02-20 17:09:34 +01009996 http-keep-alive".
Willy Tarreauc27debf2008-01-06 08:57:02 +01009997
9998 If this option has been enabled in a "defaults" section, it can be disabled
9999 in a specific instance by prepending the "no" keyword before it.
10000
Christopher Faulet85523a02023-02-20 17:09:34 +010010001 See also : "option http-server-close".
Willy Tarreauc27debf2008-01-06 08:57:02 +010010002
10003
Emeric Brun3a058f32009-06-30 18:26:00 +020010004option httplog [ clf ]
Willy Tarreauc27debf2008-01-06 08:57:02 +010010005 Enable logging of HTTP request, session state and timers
10006 May be used in sections : defaults | frontend | listen | backend
Tim Duesterhus9ad9f352018-02-05 20:52:27 +010010007 yes | yes | yes | no
Emeric Brun3a058f32009-06-30 18:26:00 +020010008 Arguments :
10009 clf if the "clf" argument is added, then the output format will be
10010 the CLF format instead of HAProxy's default HTTP format. You can
10011 use this when you need to feed HAProxy's logs through a specific
Davor Ocelice9ed2812017-12-25 17:49:28 +010010012 log analyzer which only support the CLF format and which is not
Emeric Brun3a058f32009-06-30 18:26:00 +020010013 extensible.
Willy Tarreauc27debf2008-01-06 08:57:02 +010010014
10015 By default, the log output format is very poor, as it only contains the
10016 source and destination addresses, and the instance name. By specifying
10017 "option httplog", each log line turns into a much richer format including,
10018 but not limited to, the HTTP request, the connection timers, the session
10019 status, the connections numbers, the captured headers and cookies, the
10020 frontend, backend and server name, and of course the source address and
10021 ports.
10022
PiBa-NLbd556bf2014-12-11 21:31:54 +010010023 Specifying only "option httplog" will automatically clear the 'clf' mode
10024 if it was set by default.
Emeric Brun3a058f32009-06-30 18:26:00 +020010025
Guillaume de Lafond29f45602017-03-31 19:52:15 +020010026 "option httplog" overrides any previous "log-format" directive.
10027
Willy Tarreauc57f0e22009-05-10 13:12:33 +020010028 See also : section 8 about logging.
Willy Tarreauc27debf2008-01-06 08:57:02 +010010029
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020010030option httpslog
10031 Enable logging of HTTPS request, session state and timers
10032 May be used in sections : defaults | frontend | listen | backend
10033 yes | yes | yes | no
10034
10035 By default, the log output format is very poor, as it only contains the
10036 source and destination addresses, and the instance name. By specifying
10037 "option httpslog", each log line turns into a much richer format including,
10038 but not limited to, the HTTP request, the connection timers, the session
10039 status, the connections numbers, the captured headers and cookies, the
10040 frontend, backend and server name, the SSL certificate verification and SSL
10041 handshake statuses, and of course the source address and ports.
10042
10043 "option httpslog" overrides any previous "log-format" directive.
10044
10045 See also : section 8 about logging.
10046
Willy Tarreau55165fe2009-05-10 12:02:55 +020010047
Jamie Gloudon801a0a32012-08-25 00:18:33 -040010048option independent-streams
10049no option independent-streams
10050 Enable or disable independent timeout processing for both directions
Willy Tarreauf27b5ea2009-10-03 22:01:18 +020010051 May be used in sections : defaults | frontend | listen | backend
10052 yes | yes | yes | yes
10053 Arguments : none
10054
10055 By default, when data is sent over a socket, both the write timeout and the
10056 read timeout for that socket are refreshed, because we consider that there is
10057 activity on that socket, and we have no other means of guessing if we should
10058 receive data or not.
10059
Davor Ocelice9ed2812017-12-25 17:49:28 +010010060 While this default behavior is desirable for almost all applications, there
Willy Tarreauf27b5ea2009-10-03 22:01:18 +020010061 exists a situation where it is desirable to disable it, and only refresh the
10062 read timeout if there are incoming data. This happens on sessions with large
10063 timeouts and low amounts of exchanged data such as telnet session. If the
10064 server suddenly disappears, the output data accumulates in the system's
10065 socket buffers, both timeouts are correctly refreshed, and there is no way
10066 to know the server does not receive them, so we don't timeout. However, when
10067 the underlying protocol always echoes sent data, it would be enough by itself
10068 to detect the issue using the read timeout. Note that this problem does not
10069 happen with more verbose protocols because data won't accumulate long in the
10070 socket buffers.
10071
10072 When this option is set on the frontend, it will disable read timeout updates
10073 on data sent to the client. There probably is little use of this case. When
10074 the option is set on the backend, it will disable read timeout updates on
10075 data sent to the server. Doing so will typically break large HTTP posts from
10076 slow lines, so use it with caution.
10077
Willy Tarreauce887fd2012-05-12 12:50:00 +020010078 See also : "timeout client", "timeout server" and "timeout tunnel"
Willy Tarreauf27b5ea2009-10-03 22:01:18 +020010079
10080
Gabor Lekenyb4c81e42010-09-29 18:17:05 +020010081option ldap-check
10082 Use LDAPv3 health checks for server testing
10083 May be used in sections : defaults | frontend | listen | backend
10084 yes | no | yes | yes
10085 Arguments : none
10086
10087 It is possible to test that the server correctly talks LDAPv3 instead of just
10088 testing that it accepts the TCP connection. When this option is set, an
10089 LDAPv3 anonymous simple bind message is sent to the server, and the response
10090 is analyzed to find an LDAPv3 bind response message.
10091
10092 The server is considered valid only when the LDAP response contains success
10093 resultCode (http://tools.ietf.org/html/rfc4511#section-4.1.9).
10094
10095 Logging of bind requests is server dependent see your documentation how to
10096 configure it.
10097
10098 Example :
10099 option ldap-check
10100
10101 See also : "option httpchk"
10102
10103
Simon Horman98637e52014-06-20 12:30:16 +090010104option external-check
10105 Use external processes for server health checks
10106 May be used in sections : defaults | frontend | listen | backend
10107 yes | no | yes | yes
10108
10109 It is possible to test the health of a server using an external command.
10110 This is achieved by running the executable set using "external-check
10111 command".
10112
10113 Requires the "external-check" global to be set.
10114
10115 See also : "external-check", "external-check command", "external-check path"
10116
10117
William Dauchya9dd9012022-01-05 22:53:24 +010010118option idle-close-on-response
10119no option idle-close-on-response
10120 Avoid closing idle frontend connections if a soft stop is in progress
10121 May be used in sections : defaults | frontend | listen | backend
10122 yes | yes | yes | no
10123 Arguments : none
10124
10125 By default, idle connections will be closed during a soft stop. In some
10126 environments, a client talking to the proxy may have prepared some idle
10127 connections in order to send requests later. If there is no proper retry on
10128 write errors, this can result in errors while haproxy is reloading. Even
10129 though a proper implementation should retry on connection/write errors, this
10130 option was introduced to support backwards compatibility with haproxy prior
10131 to version 2.4. Indeed before v2.4, haproxy used to wait for a last request
10132 and response to add a "connection: close" header before closing, thus
10133 notifying the client that the connection would not be reusable.
10134
10135 In a real life example, this behavior was seen in AWS using the ALB in front
10136 of a haproxy. The end result was ALB sending 502 during haproxy reloads.
10137
10138 Users are warned that using this option may increase the number of old
10139 processes if connections remain idle for too long. Adjusting the client
10140 timeouts and/or the "hard-stop-after" parameter accordingly might be
10141 needed in case of frequent reloads.
10142
10143 See also: "timeout client", "timeout client-fin", "timeout http-request",
10144 "hard-stop-after"
10145
10146
Willy Tarreau211ad242009-10-03 21:45:07 +020010147option log-health-checks
10148no option log-health-checks
Willy Tarreaubef1b322014-05-13 21:01:39 +020010149 Enable or disable logging of health checks status updates
Willy Tarreau211ad242009-10-03 21:45:07 +020010150 May be used in sections : defaults | frontend | listen | backend
10151 yes | no | yes | yes
10152 Arguments : none
10153
Willy Tarreaubef1b322014-05-13 21:01:39 +020010154 By default, failed health check are logged if server is UP and successful
10155 health checks are logged if server is DOWN, so the amount of additional
10156 information is limited.
Willy Tarreau211ad242009-10-03 21:45:07 +020010157
Willy Tarreaubef1b322014-05-13 21:01:39 +020010158 When this option is enabled, any change of the health check status or to
10159 the server's health will be logged, so that it becomes possible to know
10160 that a server was failing occasional checks before crashing, or exactly when
10161 it failed to respond a valid HTTP status, then when the port started to
10162 reject connections, then when the server stopped responding at all.
10163
Davor Ocelice9ed2812017-12-25 17:49:28 +010010164 Note that status changes not caused by health checks (e.g. enable/disable on
Willy Tarreaubef1b322014-05-13 21:01:39 +020010165 the CLI) are intentionally not logged by this option.
Willy Tarreau211ad242009-10-03 21:45:07 +020010166
Willy Tarreaubef1b322014-05-13 21:01:39 +020010167 See also: "option httpchk", "option ldap-check", "option mysql-check",
10168 "option pgsql-check", "option redis-check", "option smtpchk",
10169 "option tcp-check", "log" and section 8 about logging.
Willy Tarreau211ad242009-10-03 21:45:07 +020010170
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +020010171
10172option log-separate-errors
10173no option log-separate-errors
10174 Change log level for non-completely successful connections
10175 May be used in sections : defaults | frontend | listen | backend
10176 yes | yes | yes | no
10177 Arguments : none
10178
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010179 Sometimes looking for errors in logs is not easy. This option makes HAProxy
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +020010180 raise the level of logs containing potentially interesting information such
10181 as errors, timeouts, retries, redispatches, or HTTP status codes 5xx. The
10182 level changes from "info" to "err". This makes it possible to log them
10183 separately to a different file with most syslog daemons. Be careful not to
10184 remove them from the original file, otherwise you would lose ordering which
10185 provides very important information.
10186
10187 Using this option, large sites dealing with several thousand connections per
10188 second may log normal traffic to a rotating buffer and only archive smaller
10189 error logs.
10190
Willy Tarreauc57f0e22009-05-10 13:12:33 +020010191 See also : "log", "dontlognull", "dontlog-normal" and section 8 about
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +020010192 logging.
10193
Willy Tarreauc27debf2008-01-06 08:57:02 +010010194
10195option logasap
10196no option logasap
Jerome Magnin95fb57b2020-04-23 19:01:17 +020010197 Enable or disable early logging.
Willy Tarreauc27debf2008-01-06 08:57:02 +010010198 May be used in sections : defaults | frontend | listen | backend
10199 yes | yes | yes | no
10200 Arguments : none
10201
Jerome Magnin95fb57b2020-04-23 19:01:17 +020010202 By default, logs are emitted when all the log format variables and sample
10203 fetches used in the definition of the log-format string return a value, or
10204 when the session is terminated. This allows the built in log-format strings
10205 to account for the transfer time, or the number of bytes in log messages.
10206
10207 When handling long lived connections such as large file transfers or RDP,
10208 it may take a while for the request or connection to appear in the logs.
10209 Using "option logasap", the log message is created as soon as the server
10210 connection is established in mode tcp, or as soon as the server sends the
10211 complete headers in mode http. Missing information in the logs will be the
Ilya Shipitsin4329a9a2020-05-05 21:17:10 +050010212 total number of bytes which will only indicate the amount of data transferred
Jerome Magnin95fb57b2020-04-23 19:01:17 +020010213 before the message was created and the total time which will not take the
10214 remainder of the connection life or transfer time into account. For the case
10215 of HTTP, it is good practice to capture the Content-Length response header
10216 so that the logs at least indicate how many bytes are expected to be
Ilya Shipitsin4329a9a2020-05-05 21:17:10 +050010217 transferred.
Willy Tarreauc27debf2008-01-06 08:57:02 +010010218
Willy Tarreaucc6c8912009-02-22 10:53:55 +010010219 Examples :
10220 listen http_proxy 0.0.0.0:80
10221 mode http
10222 option httplog
10223 option logasap
10224 log 192.168.2.200 local3
10225
10226 >>> Feb 6 12:14:14 localhost \
10227 haproxy[14389]: 10.0.1.2:33317 [06/Feb/2009:12:14:14.655] http-in \
10228 static/srv1 9/10/7/14/+30 200 +243 - - ---- 3/1/1/1/0 1/0 \
10229 "GET /image.iso HTTP/1.0"
10230
Willy Tarreauc57f0e22009-05-10 13:12:33 +020010231 See also : "option httplog", "capture response header", and section 8 about
Willy Tarreauc27debf2008-01-06 08:57:02 +010010232 logging.
10233
10234
Christopher Faulet62f79fe2020-05-18 18:13:03 +020010235option mysql-check [ user <username> [ { post-41 | pre-41 } ] ]
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +020010236 Use MySQL health checks for server testing
Hervé COMMOWICK698ae002010-01-12 09:25:13 +010010237 May be used in sections : defaults | frontend | listen | backend
10238 yes | no | yes | yes
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +020010239 Arguments :
Cyril Bonté108cf6e2012-04-21 23:30:29 +020010240 <username> This is the username which will be used when connecting to MySQL
10241 server.
Christopher Faulet62f79fe2020-05-18 18:13:03 +020010242 post-41 Send post v4.1 client compatible checks (the default)
10243 pre-41 Send pre v4.1 client compatible checks
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +020010244
10245 If you specify a username, the check consists of sending two MySQL packet,
10246 one Client Authentication packet, and one QUIT packet, to correctly close
Davor Ocelice9ed2812017-12-25 17:49:28 +010010247 MySQL session. We then parse the MySQL Handshake Initialization packet and/or
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +020010248 Error packet. It is a basic but useful test which does not produce error nor
Daniel Blackd3e7dc42021-07-01 12:09:32 +100010249 aborted connect on the server. However, it requires an unlocked authorised
10250 user without a password. To create a basic limited user in MySQL with
10251 optional resource limits:
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +020010252
Daniel Blackd3e7dc42021-07-01 12:09:32 +100010253 CREATE USER '<username>'@'<ip_of_haproxy|network_of_haproxy/netmask>'
10254 /*!50701 WITH MAX_QUERIES_PER_HOUR 1 MAX_UPDATES_PER_HOUR 0 */
10255 /*M!100201 MAX_STATEMENT_TIME 0.0001 */;
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +020010256
10257 If you don't specify a username (it is deprecated and not recommended), the
Davor Ocelice9ed2812017-12-25 17:49:28 +010010258 check only consists in parsing the Mysql Handshake Initialization packet or
Hervé COMMOWICK8776f1b2010-10-18 15:58:36 +020010259 Error packet, we don't send anything in this mode. It was reported that it
10260 can generate lockout if check is too frequent and/or if there is not enough
10261 traffic. In fact, you need in this case to check MySQL "max_connect_errors"
10262 value as if a connection is established successfully within fewer than MySQL
10263 "max_connect_errors" attempts after a previous connection was interrupted,
10264 the error count for the host is cleared to zero. If HAProxy's server get
10265 blocked, the "FLUSH HOSTS" statement is the only way to unblock it.
10266
10267 Remember that this does not check database presence nor database consistency.
10268 To do this, you can use an external check with xinetd for example.
Hervé COMMOWICK698ae002010-01-12 09:25:13 +010010269
Hervé COMMOWICK212f7782011-06-10 14:05:59 +020010270 The check requires MySQL >=3.22, for older version, please use TCP check.
Hervé COMMOWICK698ae002010-01-12 09:25:13 +010010271
10272 Most often, an incoming MySQL server needs to see the client's IP address for
10273 various purposes, including IP privilege matching and connection logging.
10274 When possible, it is often wise to masquerade the client's IP address when
10275 connecting to the server using the "usesrc" argument of the "source" keyword,
Willy Tarreau29fbe512015-08-20 19:35:14 +020010276 which requires the transparent proxy feature to be compiled in, and the MySQL
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010277 server to route the client via the machine hosting HAProxy.
Hervé COMMOWICK698ae002010-01-12 09:25:13 +010010278
10279 See also: "option httpchk"
10280
10281
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010282option nolinger
10283no option nolinger
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010010284 Enable or disable immediate session resource cleaning after close
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010285 May be used in sections: defaults | frontend | listen | backend
10286 yes | yes | yes | yes
Willy Tarreaueabeafa2008-01-16 16:17:06 +010010287 Arguments : none
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010288
Davor Ocelice9ed2812017-12-25 17:49:28 +010010289 When clients or servers abort connections in a dirty way (e.g. they are
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010290 physically disconnected), the session timeouts triggers and the session is
10291 closed. But it will remain in FIN_WAIT1 state for some time in the system,
10292 using some resources and possibly limiting the ability to establish newer
10293 connections.
10294
10295 When this happens, it is possible to activate "option nolinger" which forces
10296 the system to immediately remove any socket's pending data on close. Thus,
Willy Tarreau4a321032020-10-16 04:55:19 +020010297 a TCP RST is emitted, any pending data are truncated, and the session is
10298 instantly purged from the system's tables. The generally visible effect for
10299 a client is that responses are truncated if the close happens with a last
10300 block of data (e.g. on a redirect or error response). On the server side,
10301 it may help release the source ports immediately when forwarding a client
10302 aborts in tunnels. In both cases, TCP resets are emitted and given that
10303 the session is instantly destroyed, there will be no retransmit. On a lossy
10304 network this can increase problems, especially when there is a firewall on
10305 the lossy side, because the firewall might see and process the reset (hence
10306 purge its session) and block any further traffic for this session,, including
10307 retransmits from the other side. So if the other side doesn't receive it,
10308 it will never receive any RST again, and the firewall might log many blocked
10309 packets.
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010310
Willy Tarreau4a321032020-10-16 04:55:19 +020010311 For all these reasons, it is strongly recommended NOT to use this option,
10312 unless absolutely needed as a last resort. In most situations, using the
10313 "client-fin" or "server-fin" timeouts achieves similar results with a more
10314 reliable behavior. On Linux it's also possible to use the "tcp-ut" bind or
10315 server setting.
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010316
10317 This option may be used both on frontends and backends, depending on the side
10318 where it is required. Use it on the frontend for clients, and on the backend
Willy Tarreau4a321032020-10-16 04:55:19 +020010319 for servers. While this option is technically supported in "defaults"
Ilya Shipitsin2272d8a2020-12-21 01:22:40 +050010320 sections, it must really not be used there as it risks to accidentally
Willy Tarreau4a321032020-10-16 04:55:19 +020010321 propagate to sections that must no use it and to cause problems there.
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010322
10323 If this option has been enabled in a "defaults" section, it can be disabled
10324 in a specific instance by prepending the "no" keyword before it.
10325
Willy Tarreau4a321032020-10-16 04:55:19 +020010326 See also: "timeout client-fin", "timeout server-fin", "tcp-ut" bind or server
10327 keywords.
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010328
Willy Tarreau55165fe2009-05-10 12:02:55 +020010329option originalto [ except <network> ] [ header <name> ]
10330 Enable insertion of the X-Original-To header to requests sent to servers
10331 May be used in sections : defaults | frontend | listen | backend
10332 yes | yes | yes | yes
10333 Arguments :
10334 <network> is an optional argument used to disable this option for sources
10335 matching <network>
10336 <name> an optional argument to specify a different "X-Original-To"
10337 header name.
10338
10339 Since HAProxy can work in transparent mode, every request from a client can
10340 be redirected to the proxy and HAProxy itself can proxy every request to a
10341 complex SQUID environment and the destination host from SO_ORIGINAL_DST will
10342 be lost. This is annoying when you want access rules based on destination ip
10343 addresses. To solve this problem, a new HTTP header "X-Original-To" may be
10344 added by HAProxy to all requests sent to the server. This header contains a
10345 value representing the original destination IP address. Since this must be
10346 configured to always use the last occurrence of this header only. Note that
10347 only the last occurrence of the header must be used, since it is really
10348 possible that the client has already brought one.
10349
10350 The keyword "header" may be used to supply a different header name to replace
10351 the default "X-Original-To". This can be useful where you might already
10352 have a "X-Original-To" header from a different application, and you need
10353 preserve it. Also if your backend server doesn't use the "X-Original-To"
10354 header and requires different one.
10355
10356 Sometimes, a same HAProxy instance may be shared between a direct client
10357 access and a reverse-proxy access (for instance when an SSL reverse-proxy is
10358 used to decrypt HTTPS traffic). It is possible to disable the addition of the
Amaury Denoyellef8b42922021-03-04 18:41:14 +010010359 header for a known destination address or network by adding the "except"
10360 keyword followed by the network address. In this case, any destination IP
10361 matching the network will not cause an addition of this header. Most common
10362 uses are with private networks or 127.0.0.1. IPv4 and IPv6 are both
10363 supported.
Willy Tarreau55165fe2009-05-10 12:02:55 +020010364
10365 This option may be specified either in the frontend or in the backend. If at
10366 least one of them uses it, the header will be added. Note that the backend's
10367 setting of the header subargument takes precedence over the frontend's if
10368 both are defined.
10369
Willy Tarreau55165fe2009-05-10 12:02:55 +020010370 Examples :
10371 # Original Destination address
10372 frontend www
10373 mode http
10374 option originalto except 127.0.0.1
10375
10376 # Those servers want the IP Address in X-Client-Dst
10377 backend www
10378 mode http
10379 option originalto header X-Client-Dst
10380
Christopher Faulet315b39c2018-09-21 16:26:19 +020010381 See also : "option httpclose", "option http-server-close".
Willy Tarreau55165fe2009-05-10 12:02:55 +020010382
10383
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010384option persist
10385no option persist
10386 Enable or disable forced persistence on down servers
10387 May be used in sections: defaults | frontend | listen | backend
10388 yes | no | yes | yes
Willy Tarreaueabeafa2008-01-16 16:17:06 +010010389 Arguments : none
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010390
10391 When an HTTP request reaches a backend with a cookie which references a dead
10392 server, by default it is redispatched to another server. It is possible to
10393 force the request to be sent to the dead server first using "option persist"
10394 if absolutely needed. A common use case is when servers are under extreme
10395 load and spend their time flapping. In this case, the users would still be
10396 directed to the server they opened the session on, in the hope they would be
10397 correctly served. It is recommended to use "option redispatch" in conjunction
10398 with this option so that in the event it would not be possible to connect to
10399 the server at all (server definitely dead), the client would finally be
10400 redirected to another valid server.
10401
10402 If this option has been enabled in a "defaults" section, it can be disabled
10403 in a specific instance by prepending the "no" keyword before it.
10404
Willy Tarreau4de91492010-01-22 19:10:05 +010010405 See also : "option redispatch", "retries", "force-persist"
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010406
10407
Christopher Faulet59307b32022-10-03 15:00:59 +020010408option pgsql-check user <username>
Willy Tarreau0c122822013-12-15 18:49:01 +010010409 Use PostgreSQL health checks for server testing
10410 May be used in sections : defaults | frontend | listen | backend
10411 yes | no | yes | yes
10412 Arguments :
10413 <username> This is the username which will be used when connecting to
10414 PostgreSQL server.
10415
10416 The check sends a PostgreSQL StartupMessage and waits for either
10417 Authentication request or ErrorResponse message. It is a basic but useful
10418 test which does not produce error nor aborted connect on the server.
10419 This check is identical with the "mysql-check".
10420
10421 See also: "option httpchk"
10422
10423
Willy Tarreau9420b122013-12-15 18:58:25 +010010424option prefer-last-server
10425no option prefer-last-server
10426 Allow multiple load balanced requests to remain on the same server
10427 May be used in sections: defaults | frontend | listen | backend
10428 yes | no | yes | yes
10429 Arguments : none
10430
10431 When the load balancing algorithm in use is not deterministic, and a previous
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010432 request was sent to a server to which HAProxy still holds a connection, it is
Willy Tarreau9420b122013-12-15 18:58:25 +010010433 sometimes desirable that subsequent requests on a same session go to the same
10434 server as much as possible. Note that this is different from persistence, as
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010435 we only indicate a preference which HAProxy tries to apply without any form
Willy Tarreau9420b122013-12-15 18:58:25 +010010436 of warranty. The real use is for keep-alive connections sent to servers. When
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010437 this option is used, HAProxy will try to reuse the same connection that is
Willy Tarreau9420b122013-12-15 18:58:25 +010010438 attached to the server instead of rebalancing to another server, causing a
10439 close of the connection. This can make sense for static file servers. It does
Willy Tarreau068621e2013-12-23 15:11:25 +010010440 not make much sense to use this in combination with hashing algorithms. Note,
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010441 HAProxy already automatically tries to stick to a server which sends a 401 or
Lukas Tribus80512b12018-10-27 20:07:40 +020010442 to a proxy which sends a 407 (authentication required), when the load
10443 balancing algorithm is not deterministic. This is mandatory for use with the
10444 broken NTLM authentication challenge, and significantly helps in
Willy Tarreau068621e2013-12-23 15:11:25 +010010445 troubleshooting some faulty applications. Option prefer-last-server might be
10446 desirable in these environments as well, to avoid redistributing the traffic
10447 after every other response.
Willy Tarreau9420b122013-12-15 18:58:25 +010010448
10449 If this option has been enabled in a "defaults" section, it can be disabled
10450 in a specific instance by prepending the "no" keyword before it.
10451
10452 See also: "option http-keep-alive"
10453
10454
Krzysztof Piotr Oledzki25b501a2008-01-06 16:36:16 +010010455option redispatch
Joseph Lynch726ab712015-05-11 23:25:34 -070010456option redispatch <interval>
Krzysztof Piotr Oledzki25b501a2008-01-06 16:36:16 +010010457no option redispatch
10458 Enable or disable session redistribution in case of connection failure
10459 May be used in sections: defaults | frontend | listen | backend
10460 yes | no | yes | yes
Joseph Lynch726ab712015-05-11 23:25:34 -070010461 Arguments :
10462 <interval> The optional integer value that controls how often redispatches
10463 occur when retrying connections. Positive value P indicates a
10464 redispatch is desired on every Pth retry, and negative value
Davor Ocelice9ed2812017-12-25 17:49:28 +010010465 N indicate a redispatch is desired on the Nth retry prior to the
Joseph Lynch726ab712015-05-11 23:25:34 -070010466 last retry. For example, the default of -1 preserves the
Davor Ocelice9ed2812017-12-25 17:49:28 +010010467 historical behavior of redispatching on the last retry, a
Joseph Lynch726ab712015-05-11 23:25:34 -070010468 positive value of 1 would indicate a redispatch on every retry,
10469 and a positive value of 3 would indicate a redispatch on every
10470 third retry. You can disable redispatches with a value of 0.
10471
Krzysztof Piotr Oledzki25b501a2008-01-06 16:36:16 +010010472
10473 In HTTP mode, if a server designated by a cookie is down, clients may
10474 definitely stick to it because they cannot flush the cookie, so they will not
10475 be able to access the service anymore.
10476
Willy Tarreau59884a62019-01-02 14:48:31 +010010477 Specifying "option redispatch" will allow the proxy to break cookie or
10478 consistent hash based persistence and redistribute them to a working server.
Krzysztof Piotr Oledzki25b501a2008-01-06 16:36:16 +010010479
Olivier Carrère6e6f59b2020-04-15 11:30:18 +020010480 Active servers are selected from a subset of the list of available
10481 servers. Active servers that are not down or in maintenance (i.e., whose
10482 health is not checked or that have been checked as "up"), are selected in the
10483 following order:
10484
10485 1. Any active, non-backup server, if any, or,
10486
10487 2. If the "allbackups" option is not set, the first backup server in the
10488 list, or
10489
10490 3. If the "allbackups" option is set, any backup server.
10491
10492 When a retry occurs, HAProxy tries to select another server than the last
10493 one. The new server is selected from the current list of servers.
10494
10495 Sometimes, if the list is updated between retries (e.g., if numerous retries
10496 occur and last longer than the time needed to check that a server is down,
10497 remove it from the list and fall back on the list of backup servers),
10498 connections may be redirected to a backup server, though.
10499
Joseph Lynch726ab712015-05-11 23:25:34 -070010500 It also allows to retry connections to another server in case of multiple
Krzysztof Piotr Oledzki25b501a2008-01-06 16:36:16 +010010501 connection failures. Of course, it requires having "retries" set to a nonzero
10502 value.
Willy Tarreaud72758d2010-01-12 10:42:19 +010010503
Krzysztof Piotr Oledzki25b501a2008-01-06 16:36:16 +010010504 If this option has been enabled in a "defaults" section, it can be disabled
10505 in a specific instance by prepending the "no" keyword before it.
10506
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020010507 See also : "retries", "force-persist"
Krzysztof Piotr Oledzki25b501a2008-01-06 16:36:16 +010010508
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010509
Hervé COMMOWICKec032d62011-08-05 16:23:48 +020010510option redis-check
10511 Use redis health checks for server testing
10512 May be used in sections : defaults | frontend | listen | backend
10513 yes | no | yes | yes
10514 Arguments : none
10515
10516 It is possible to test that the server correctly talks REDIS protocol instead
10517 of just testing that it accepts the TCP connection. When this option is set,
10518 a PING redis command is sent to the server, and the response is analyzed to
10519 find the "+PONG" response message.
10520
10521 Example :
10522 option redis-check
10523
Jarno Huuskonene5ae7022017-04-03 14:36:21 +030010524 See also : "option httpchk", "option tcp-check", "tcp-check expect"
Hervé COMMOWICKec032d62011-08-05 16:23:48 +020010525
10526
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010527option smtpchk
10528option smtpchk <hello> <domain>
10529 Use SMTP health checks for server testing
10530 May be used in sections : defaults | frontend | listen | backend
10531 yes | no | yes | yes
Willy Tarreaud72758d2010-01-12 10:42:19 +010010532 Arguments :
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010533 <hello> is an optional argument. It is the "hello" command to use. It can
Lukas Tribus27935782018-10-01 02:00:16 +020010534 be either "HELO" (for SMTP) or "EHLO" (for ESMTP). All other
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010535 values will be turned into the default command ("HELO").
10536
10537 <domain> is the domain name to present to the server. It may only be
10538 specified (and is mandatory) if the hello command has been
10539 specified. By default, "localhost" is used.
10540
10541 When "option smtpchk" is set, the health checks will consist in TCP
10542 connections followed by an SMTP command. By default, this command is
10543 "HELO localhost". The server's return code is analyzed and only return codes
10544 starting with a "2" will be considered as valid. All other responses,
10545 including a lack of response will constitute an error and will indicate a
10546 dead server.
10547
10548 This test is meant to be used with SMTP servers or relays. Depending on the
10549 request, it is possible that some servers do not log each connection attempt,
Davor Ocelice9ed2812017-12-25 17:49:28 +010010550 so you may want to experiment to improve the behavior. Using telnet on port
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010551 25 is often easier than adjusting the configuration.
10552
10553 Most often, an incoming SMTP server needs to see the client's IP address for
10554 various purposes, including spam filtering, anti-spoofing and logging. When
10555 possible, it is often wise to masquerade the client's IP address when
10556 connecting to the server using the "usesrc" argument of the "source" keyword,
Willy Tarreau29fbe512015-08-20 19:35:14 +020010557 which requires the transparent proxy feature to be compiled in.
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010558
10559 Example :
10560 option smtpchk HELO mydomain.org
10561
10562 See also : "option httpchk", "source"
10563
Krzysztof Piotr Oledzki25b501a2008-01-06 16:36:16 +010010564
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +020010565option socket-stats
10566no option socket-stats
10567
10568 Enable or disable collecting & providing separate statistics for each socket.
10569 May be used in sections : defaults | frontend | listen | backend
10570 yes | yes | yes | no
10571
10572 Arguments : none
10573
10574
Willy Tarreauff4f82d2009-02-06 11:28:13 +010010575option splice-auto
10576no option splice-auto
10577 Enable or disable automatic kernel acceleration on sockets in both directions
10578 May be used in sections : defaults | frontend | listen | backend
10579 yes | yes | yes | yes
10580 Arguments : none
10581
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010582 When this option is enabled either on a frontend or on a backend, HAProxy
Willy Tarreauff4f82d2009-02-06 11:28:13 +010010583 will automatically evaluate the opportunity to use kernel tcp splicing to
Davor Ocelice9ed2812017-12-25 17:49:28 +010010584 forward data between the client and the server, in either direction. HAProxy
Willy Tarreauff4f82d2009-02-06 11:28:13 +010010585 uses heuristics to estimate if kernel splicing might improve performance or
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010010586 not. Both directions are handled independently. Note that the heuristics used
Willy Tarreauff4f82d2009-02-06 11:28:13 +010010587 are not much aggressive in order to limit excessive use of splicing. This
10588 option requires splicing to be enabled at compile time, and may be globally
10589 disabled with the global option "nosplice". Since splice uses pipes, using it
10590 requires that there are enough spare pipes.
10591
10592 Important note: kernel-based TCP splicing is a Linux-specific feature which
10593 first appeared in kernel 2.6.25. It offers kernel-based acceleration to
10594 transfer data between sockets without copying these data to user-space, thus
10595 providing noticeable performance gains and CPU cycles savings. Since many
10596 early implementations are buggy, corrupt data and/or are inefficient, this
10597 feature is not enabled by default, and it should be used with extreme care.
10598 While it is not possible to detect the correctness of an implementation,
10599 2.6.29 is the first version offering a properly working implementation. In
10600 case of doubt, splicing may be globally disabled using the global "nosplice"
10601 keyword.
10602
10603 Example :
10604 option splice-auto
10605
10606 If this option has been enabled in a "defaults" section, it can be disabled
10607 in a specific instance by prepending the "no" keyword before it.
10608
10609 See also : "option splice-request", "option splice-response", and global
10610 options "nosplice" and "maxpipes"
10611
10612
10613option splice-request
10614no option splice-request
10615 Enable or disable automatic kernel acceleration on sockets for requests
10616 May be used in sections : defaults | frontend | listen | backend
10617 yes | yes | yes | yes
10618 Arguments : none
10619
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010620 When this option is enabled either on a frontend or on a backend, HAProxy
Jamie Gloudonaaa21002012-08-25 00:18:33 -040010621 will use kernel tcp splicing whenever possible to forward data going from
Willy Tarreauff4f82d2009-02-06 11:28:13 +010010622 the client to the server. It might still use the recv/send scheme if there
10623 are no spare pipes left. This option requires splicing to be enabled at
10624 compile time, and may be globally disabled with the global option "nosplice".
10625 Since splice uses pipes, using it requires that there are enough spare pipes.
10626
10627 Important note: see "option splice-auto" for usage limitations.
10628
10629 Example :
10630 option splice-request
10631
10632 If this option has been enabled in a "defaults" section, it can be disabled
10633 in a specific instance by prepending the "no" keyword before it.
10634
10635 See also : "option splice-auto", "option splice-response", and global options
10636 "nosplice" and "maxpipes"
10637
10638
10639option splice-response
10640no option splice-response
10641 Enable or disable automatic kernel acceleration on sockets for responses
10642 May be used in sections : defaults | frontend | listen | backend
10643 yes | yes | yes | yes
10644 Arguments : none
10645
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010646 When this option is enabled either on a frontend or on a backend, HAProxy
Jamie Gloudonaaa21002012-08-25 00:18:33 -040010647 will use kernel tcp splicing whenever possible to forward data going from
Willy Tarreauff4f82d2009-02-06 11:28:13 +010010648 the server to the client. It might still use the recv/send scheme if there
10649 are no spare pipes left. This option requires splicing to be enabled at
10650 compile time, and may be globally disabled with the global option "nosplice".
10651 Since splice uses pipes, using it requires that there are enough spare pipes.
10652
10653 Important note: see "option splice-auto" for usage limitations.
10654
10655 Example :
10656 option splice-response
10657
10658 If this option has been enabled in a "defaults" section, it can be disabled
10659 in a specific instance by prepending the "no" keyword before it.
10660
10661 See also : "option splice-auto", "option splice-request", and global options
10662 "nosplice" and "maxpipes"
10663
10664
Christopher Fauletba7bc162016-11-07 21:07:38 +010010665option spop-check
10666 Use SPOP health checks for server testing
10667 May be used in sections : defaults | frontend | listen | backend
Aurelien DARRAGONf3a2ae72023-01-12 15:06:11 +010010668 yes | no | yes | yes
Christopher Fauletba7bc162016-11-07 21:07:38 +010010669 Arguments : none
10670
10671 It is possible to test that the server correctly talks SPOP protocol instead
10672 of just testing that it accepts the TCP connection. When this option is set,
10673 a HELLO handshake is performed between HAProxy and the server, and the
10674 response is analyzed to check no error is reported.
10675
10676 Example :
10677 option spop-check
10678
10679 See also : "option httpchk"
10680
10681
Willy Tarreaubf1f8162007-12-28 17:42:56 +010010682option srvtcpka
10683no option srvtcpka
10684 Enable or disable the sending of TCP keepalive packets on the server side
10685 May be used in sections : defaults | frontend | listen | backend
10686 yes | no | yes | yes
10687 Arguments : none
10688
10689 When there is a firewall or any session-aware component between a client and
10690 a server, and when the protocol involves very long sessions with long idle
Davor Ocelice9ed2812017-12-25 17:49:28 +010010691 periods (e.g. remote desktops), there is a risk that one of the intermediate
Willy Tarreaubf1f8162007-12-28 17:42:56 +010010692 components decides to expire a session which has remained idle for too long.
10693
10694 Enabling socket-level TCP keep-alives makes the system regularly send packets
10695 to the other end of the connection, leaving it active. The delay between
10696 keep-alive probes is controlled by the system only and depends both on the
10697 operating system and its tuning parameters.
10698
10699 It is important to understand that keep-alive packets are neither emitted nor
10700 received at the application level. It is only the network stacks which sees
10701 them. For this reason, even if one side of the proxy already uses keep-alives
10702 to maintain its connection alive, those keep-alive packets will not be
10703 forwarded to the other side of the proxy.
10704
10705 Please note that this has nothing to do with HTTP keep-alive.
10706
10707 Using option "srvtcpka" enables the emission of TCP keep-alive probes on the
10708 server side of a connection, which should help when session expirations are
10709 noticed between HAProxy and a server.
10710
10711 If this option has been enabled in a "defaults" section, it can be disabled
10712 in a specific instance by prepending the "no" keyword before it.
10713
10714 See also : "option clitcpka", "option tcpka"
10715
10716
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010717option ssl-hello-chk
10718 Use SSLv3 client hello health checks for server testing
10719 May be used in sections : defaults | frontend | listen | backend
10720 yes | no | yes | yes
10721 Arguments : none
10722
10723 When some SSL-based protocols are relayed in TCP mode through HAProxy, it is
10724 possible to test that the server correctly talks SSL instead of just testing
10725 that it accepts the TCP connection. When "option ssl-hello-chk" is set, pure
10726 SSLv3 client hello messages are sent once the connection is established to
10727 the server, and the response is analyzed to find an SSL server hello message.
10728 The server is considered valid only when the response contains this server
10729 hello message.
10730
10731 All servers tested till there correctly reply to SSLv3 client hello messages,
10732 and most servers tested do not even log the requests containing only hello
10733 messages, which is appreciable.
10734
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010735 Note that this check works even when SSL support was not built into HAProxy
Willy Tarreau763a95b2012-10-04 23:15:39 +020010736 because it forges the SSL message. When SSL support is available, it is best
10737 to use native SSL health checks instead of this one.
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010738
Willy Tarreau763a95b2012-10-04 23:15:39 +020010739 See also: "option httpchk", "check-ssl"
10740
Willy Tarreaua453bdd2008-01-08 19:50:52 +010010741
Willy Tarreaued179852013-12-16 01:07:00 +010010742option tcp-check
10743 Perform health checks using tcp-check send/expect sequences
10744 May be used in sections: defaults | frontend | listen | backend
10745 yes | no | yes | yes
10746
10747 This health check method is intended to be combined with "tcp-check" command
10748 lists in order to support send/expect types of health check sequences.
10749
10750 TCP checks currently support 4 modes of operations :
10751 - no "tcp-check" directive : the health check only consists in a connection
10752 attempt, which remains the default mode.
10753
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030010754 - "tcp-check send" or "tcp-check send-binary" only is mentioned : this is
Willy Tarreaued179852013-12-16 01:07:00 +010010755 used to send a string along with a connection opening. With some
10756 protocols, it helps sending a "QUIT" message for example that prevents
10757 the server from logging a connection error for each health check. The
10758 check result will still be based on the ability to open the connection
10759 only.
10760
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030010761 - "tcp-check expect" only is mentioned : this is used to test a banner.
Daniel Corbett9f0843f2021-05-08 10:50:37 -040010762 The connection is opened and HAProxy waits for the server to present some
Willy Tarreaued179852013-12-16 01:07:00 +010010763 contents which must validate some rules. The check result will be based
10764 on the matching between the contents and the rules. This is suited for
10765 POP, IMAP, SMTP, FTP, SSH, TELNET.
10766
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030010767 - both "tcp-check send" and "tcp-check expect" are mentioned : this is
Davor Ocelice9ed2812017-12-25 17:49:28 +010010768 used to test a hello-type protocol. HAProxy sends a message, the server
10769 responds and its response is analyzed. the check result will be based on
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030010770 the matching between the response contents and the rules. This is often
Willy Tarreaued179852013-12-16 01:07:00 +010010771 suited for protocols which require a binding or a request/response model.
10772 LDAP, MySQL, Redis and SSL are example of such protocols, though they
10773 already all have their dedicated checks with a deeper understanding of
10774 the respective protocols.
10775 In this mode, many questions may be sent and many answers may be
Davor Ocelice9ed2812017-12-25 17:49:28 +010010776 analyzed.
Willy Tarreaued179852013-12-16 01:07:00 +010010777
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020010778 A fifth mode can be used to insert comments in different steps of the script.
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010779
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020010780 For each tcp-check rule you create, you can add a "comment" directive,
10781 followed by a string. This string will be reported in the log and stderr in
10782 debug mode. It is useful to make user-friendly error reporting. The
10783 "comment" is of course optional.
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010784
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020010785 During the execution of a health check, a variable scope is made available to
10786 store data samples, using the "tcp-check set-var" operation. Freeing those
10787 variable is possible using "tcp-check unset-var".
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010010788
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010789
Willy Tarreaued179852013-12-16 01:07:00 +010010790 Examples :
Davor Ocelice9ed2812017-12-25 17:49:28 +010010791 # perform a POP check (analyze only server's banner)
Willy Tarreaued179852013-12-16 01:07:00 +010010792 option tcp-check
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010793 tcp-check expect string +OK\ POP3\ ready comment POP\ protocol
Willy Tarreaued179852013-12-16 01:07:00 +010010794
Davor Ocelice9ed2812017-12-25 17:49:28 +010010795 # perform an IMAP check (analyze only server's banner)
Willy Tarreaued179852013-12-16 01:07:00 +010010796 option tcp-check
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010797 tcp-check expect string *\ OK\ IMAP4\ ready comment IMAP\ protocol
Willy Tarreaued179852013-12-16 01:07:00 +010010798
10799 # look for the redis master server after ensuring it speaks well
10800 # redis protocol, then it exits properly.
Davor Ocelice9ed2812017-12-25 17:49:28 +010010801 # (send a command then analyze the response 3 times)
Willy Tarreaued179852013-12-16 01:07:00 +010010802 option tcp-check
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010803 tcp-check comment PING\ phase
Willy Tarreaued179852013-12-16 01:07:00 +010010804 tcp-check send PING\r\n
Baptiste Assmanna3322992015-08-04 10:12:18 +020010805 tcp-check expect string +PONG
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010806 tcp-check comment role\ check
Willy Tarreaued179852013-12-16 01:07:00 +010010807 tcp-check send info\ replication\r\n
10808 tcp-check expect string role:master
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010809 tcp-check comment QUIT\ phase
Willy Tarreaued179852013-12-16 01:07:00 +010010810 tcp-check send QUIT\r\n
10811 tcp-check expect string +OK
10812
Davor Ocelice9ed2812017-12-25 17:49:28 +010010813 forge a HTTP request, then analyze the response
Willy Tarreaued179852013-12-16 01:07:00 +010010814 (send many headers before analyzing)
10815 option tcp-check
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010816 tcp-check comment forge\ and\ send\ HTTP\ request
Willy Tarreaued179852013-12-16 01:07:00 +010010817 tcp-check send HEAD\ /\ HTTP/1.1\r\n
10818 tcp-check send Host:\ www.mydomain.com\r\n
10819 tcp-check send User-Agent:\ HAProxy\ tcpcheck\r\n
10820 tcp-check send \r\n
Baptiste Assmannd60a9e52015-04-25 16:27:23 +020010821 tcp-check expect rstring HTTP/1\..\ (2..|3..) comment check\ HTTP\ response
Willy Tarreaued179852013-12-16 01:07:00 +010010822
10823
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020010824 See also : "tcp-check connect", "tcp-check expect" and "tcp-check send".
Willy Tarreaued179852013-12-16 01:07:00 +010010825
10826
Willy Tarreau9ea05a72009-06-14 12:07:01 +020010827option tcp-smart-accept
10828no option tcp-smart-accept
10829 Enable or disable the saving of one ACK packet during the accept sequence
10830 May be used in sections : defaults | frontend | listen | backend
10831 yes | yes | yes | no
10832 Arguments : none
10833
10834 When an HTTP connection request comes in, the system acknowledges it on
10835 behalf of HAProxy, then the client immediately sends its request, and the
10836 system acknowledges it too while it is notifying HAProxy about the new
10837 connection. HAProxy then reads the request and responds. This means that we
10838 have one TCP ACK sent by the system for nothing, because the request could
10839 very well be acknowledged by HAProxy when it sends its response.
10840
10841 For this reason, in HTTP mode, HAProxy automatically asks the system to avoid
10842 sending this useless ACK on platforms which support it (currently at least
10843 Linux). It must not cause any problem, because the system will send it anyway
10844 after 40 ms if the response takes more time than expected to come.
10845
10846 During complex network debugging sessions, it may be desirable to disable
10847 this optimization because delayed ACKs can make troubleshooting more complex
10848 when trying to identify where packets are delayed. It is then possible to
Davor Ocelice9ed2812017-12-25 17:49:28 +010010849 fall back to normal behavior by specifying "no option tcp-smart-accept".
Willy Tarreau9ea05a72009-06-14 12:07:01 +020010850
10851 It is also possible to force it for non-HTTP proxies by simply specifying
10852 "option tcp-smart-accept". For instance, it can make sense with some services
10853 such as SMTP where the server speaks first.
10854
10855 It is recommended to avoid forcing this option in a defaults section. In case
10856 of doubt, consider setting it back to automatic values by prepending the
10857 "default" keyword before it, or disabling it using the "no" keyword.
10858
Willy Tarreaud88edf22009-06-14 15:48:17 +020010859 See also : "option tcp-smart-connect"
10860
10861
10862option tcp-smart-connect
10863no option tcp-smart-connect
10864 Enable or disable the saving of one ACK packet during the connect sequence
10865 May be used in sections : defaults | frontend | listen | backend
10866 yes | no | yes | yes
10867 Arguments : none
10868
10869 On certain systems (at least Linux), HAProxy can ask the kernel not to
10870 immediately send an empty ACK upon a connection request, but to directly
10871 send the buffer request instead. This saves one packet on the network and
10872 thus boosts performance. It can also be useful for some servers, because they
10873 immediately get the request along with the incoming connection.
10874
10875 This feature is enabled when "option tcp-smart-connect" is set in a backend.
10876 It is not enabled by default because it makes network troubleshooting more
10877 complex.
10878
10879 It only makes sense to enable it with protocols where the client speaks first
10880 such as HTTP. In other situations, if there is no data to send in place of
10881 the ACK, a normal ACK is sent.
10882
10883 If this option has been enabled in a "defaults" section, it can be disabled
10884 in a specific instance by prepending the "no" keyword before it.
10885
10886 See also : "option tcp-smart-accept"
10887
Willy Tarreau9ea05a72009-06-14 12:07:01 +020010888
Willy Tarreaubf1f8162007-12-28 17:42:56 +010010889option tcpka
10890 Enable or disable the sending of TCP keepalive packets on both sides
10891 May be used in sections : defaults | frontend | listen | backend
10892 yes | yes | yes | yes
10893 Arguments : none
10894
10895 When there is a firewall or any session-aware component between a client and
10896 a server, and when the protocol involves very long sessions with long idle
Davor Ocelice9ed2812017-12-25 17:49:28 +010010897 periods (e.g. remote desktops), there is a risk that one of the intermediate
Willy Tarreaubf1f8162007-12-28 17:42:56 +010010898 components decides to expire a session which has remained idle for too long.
10899
10900 Enabling socket-level TCP keep-alives makes the system regularly send packets
10901 to the other end of the connection, leaving it active. The delay between
10902 keep-alive probes is controlled by the system only and depends both on the
10903 operating system and its tuning parameters.
10904
10905 It is important to understand that keep-alive packets are neither emitted nor
10906 received at the application level. It is only the network stacks which sees
10907 them. For this reason, even if one side of the proxy already uses keep-alives
10908 to maintain its connection alive, those keep-alive packets will not be
10909 forwarded to the other side of the proxy.
10910
10911 Please note that this has nothing to do with HTTP keep-alive.
10912
10913 Using option "tcpka" enables the emission of TCP keep-alive probes on both
10914 the client and server sides of a connection. Note that this is meaningful
10915 only in "defaults" or "listen" sections. If this option is used in a
10916 frontend, only the client side will get keep-alives, and if this option is
10917 used in a backend, only the server side will get keep-alives. For this
10918 reason, it is strongly recommended to explicitly use "option clitcpka" and
10919 "option srvtcpka" when the configuration is split between frontends and
10920 backends.
10921
10922 See also : "option clitcpka", "option srvtcpka"
10923
Willy Tarreau844e3c52008-01-11 16:28:18 +010010924
10925option tcplog
10926 Enable advanced logging of TCP connections with session state and timers
10927 May be used in sections : defaults | frontend | listen | backend
Tim Duesterhus9ad9f352018-02-05 20:52:27 +010010928 yes | yes | yes | no
Willy Tarreau844e3c52008-01-11 16:28:18 +010010929 Arguments : none
10930
10931 By default, the log output format is very poor, as it only contains the
10932 source and destination addresses, and the instance name. By specifying
10933 "option tcplog", each log line turns into a much richer format including, but
10934 not limited to, the connection timers, the session status, the connections
10935 numbers, the frontend, backend and server name, and of course the source
10936 address and ports. This option is useful for pure TCP proxies in order to
10937 find which of the client or server disconnects or times out. For normal HTTP
10938 proxies, it's better to use "option httplog" which is even more complete.
10939
Guillaume de Lafond29f45602017-03-31 19:52:15 +020010940 "option tcplog" overrides any previous "log-format" directive.
10941
Willy Tarreauc57f0e22009-05-10 13:12:33 +020010942 See also : "option httplog", and section 8 about logging.
Willy Tarreau844e3c52008-01-11 16:28:18 +010010943
10944
Willy Tarreau844e3c52008-01-11 16:28:18 +010010945option transparent
10946no option transparent
10947 Enable client-side transparent proxying
10948 May be used in sections : defaults | frontend | listen | backend
Willy Tarreau4b1f8592008-12-23 23:13:55 +010010949 yes | no | yes | yes
Willy Tarreau844e3c52008-01-11 16:28:18 +010010950 Arguments : none
10951
10952 This option was introduced in order to provide layer 7 persistence to layer 3
10953 load balancers. The idea is to use the OS's ability to redirect an incoming
10954 connection for a remote address to a local process (here HAProxy), and let
10955 this process know what address was initially requested. When this option is
10956 used, sessions without cookies will be forwarded to the original destination
10957 IP address of the incoming request (which should match that of another
10958 equipment), while requests with cookies will still be forwarded to the
10959 appropriate server.
10960
10961 Note that contrary to a common belief, this option does NOT make HAProxy
10962 present the client's IP to the server when establishing the connection.
10963
Willy Tarreaua1146052011-03-01 09:51:54 +010010964 See also: the "usesrc" argument of the "source" keyword, and the
Willy Tarreaueabeafa2008-01-16 16:17:06 +010010965 "transparent" option of the "bind" keyword.
Willy Tarreau844e3c52008-01-11 16:28:18 +010010966
Willy Tarreaubf1f8162007-12-28 17:42:56 +010010967
Simon Horman98637e52014-06-20 12:30:16 +090010968external-check command <command>
10969 Executable to run when performing an external-check
10970 May be used in sections : defaults | frontend | listen | backend
10971 yes | no | yes | yes
10972
10973 Arguments :
10974 <command> is the external command to run
10975
Simon Horman98637e52014-06-20 12:30:16 +090010976 The arguments passed to the to the command are:
10977
Cyril Bonté777be862014-12-02 21:21:35 +010010978 <proxy_address> <proxy_port> <server_address> <server_port>
Simon Horman98637e52014-06-20 12:30:16 +090010979
Cyril Bonté777be862014-12-02 21:21:35 +010010980 The <proxy_address> and <proxy_port> are derived from the first listener
10981 that is either IPv4, IPv6 or a UNIX socket. In the case of a UNIX socket
10982 listener the proxy_address will be the path of the socket and the
10983 <proxy_port> will be the string "NOT_USED". In a backend section, it's not
10984 possible to determine a listener, and both <proxy_address> and <proxy_port>
10985 will have the string value "NOT_USED".
Simon Horman98637e52014-06-20 12:30:16 +090010986
Cyril Bonté72cda2a2014-12-27 22:28:39 +010010987 Some values are also provided through environment variables.
10988
10989 Environment variables :
10990 HAPROXY_PROXY_ADDR The first bind address if available (or empty if not
10991 applicable, for example in a "backend" section).
10992
10993 HAPROXY_PROXY_ID The backend id.
10994
10995 HAPROXY_PROXY_NAME The backend name.
10996
10997 HAPROXY_PROXY_PORT The first bind port if available (or empty if not
10998 applicable, for example in a "backend" section or
10999 for a UNIX socket).
11000
11001 HAPROXY_SERVER_ADDR The server address.
11002
11003 HAPROXY_SERVER_CURCONN The current number of connections on the server.
11004
11005 HAPROXY_SERVER_ID The server id.
11006
11007 HAPROXY_SERVER_MAXCONN The server max connections.
11008
11009 HAPROXY_SERVER_NAME The server name.
11010
11011 HAPROXY_SERVER_PORT The server port if available (or empty for a UNIX
11012 socket).
11013
Willy Tarreau973cf902022-05-13 15:58:35 +020011014 HAPROXY_SERVER_SSL "0" when SSL is not used, "1" when it is used
11015
11016 HAPROXY_SERVER_PROTO The protocol used by this server, which can be one
11017 of "cli" (the haproxy CLI), "syslog" (syslog TCP
11018 server), "peers" (peers TCP server), "h1" (HTTP/1.x
11019 server), "h2" (HTTP/2 server), or "tcp" (any other
11020 TCP server).
11021
Cyril Bonté72cda2a2014-12-27 22:28:39 +010011022 PATH The PATH environment variable used when executing
11023 the command may be set using "external-check path".
11024
William Lallemand4d03e432019-06-14 15:35:37 +020011025 See also "2.3. Environment variables" for other variables.
11026
Simon Horman98637e52014-06-20 12:30:16 +090011027 If the command executed and exits with a zero status then the check is
11028 considered to have passed, otherwise the check is considered to have
11029 failed.
11030
11031 Example :
11032 external-check command /bin/true
11033
11034 See also : "external-check", "option external-check", "external-check path"
11035
11036
11037external-check path <path>
11038 The value of the PATH environment variable used when running an external-check
11039 May be used in sections : defaults | frontend | listen | backend
11040 yes | no | yes | yes
11041
11042 Arguments :
11043 <path> is the path used when executing external command to run
11044
11045 The default path is "".
11046
11047 Example :
11048 external-check path "/usr/bin:/bin"
11049
11050 See also : "external-check", "option external-check",
11051 "external-check command"
11052
11053
Emeric Brun647caf12009-06-30 17:57:00 +020011054persist rdp-cookie
Hervé COMMOWICKa3eb39c2011-08-05 18:48:51 +020011055persist rdp-cookie(<name>)
Emeric Brun647caf12009-06-30 17:57:00 +020011056 Enable RDP cookie-based persistence
11057 May be used in sections : defaults | frontend | listen | backend
11058 yes | no | yes | yes
11059 Arguments :
11060 <name> is the optional name of the RDP cookie to check. If omitted, the
Willy Tarreau61e28f22010-05-16 22:31:05 +020011061 default cookie name "msts" will be used. There currently is no
11062 valid reason to change this name.
Emeric Brun647caf12009-06-30 17:57:00 +020011063
11064 This statement enables persistence based on an RDP cookie. The RDP cookie
11065 contains all information required to find the server in the list of known
Davor Ocelice9ed2812017-12-25 17:49:28 +010011066 servers. So when this option is set in the backend, the request is analyzed
Emeric Brun647caf12009-06-30 17:57:00 +020011067 and if an RDP cookie is found, it is decoded. If it matches a known server
11068 which is still UP (or if "option persist" is set), then the connection is
11069 forwarded to this server.
11070
11071 Note that this only makes sense in a TCP backend, but for this to work, the
11072 frontend must have waited long enough to ensure that an RDP cookie is present
11073 in the request buffer. This is the same requirement as with the "rdp-cookie"
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010011074 load-balancing method. Thus it is highly recommended to put all statements in
Emeric Brun647caf12009-06-30 17:57:00 +020011075 a single "listen" section.
11076
Willy Tarreau61e28f22010-05-16 22:31:05 +020011077 Also, it is important to understand that the terminal server will emit this
11078 RDP cookie only if it is configured for "token redirection mode", which means
11079 that the "IP address redirection" option is disabled.
11080
Emeric Brun647caf12009-06-30 17:57:00 +020011081 Example :
11082 listen tse-farm
11083 bind :3389
11084 # wait up to 5s for an RDP cookie in the request
11085 tcp-request inspect-delay 5s
11086 tcp-request content accept if RDP_COOKIE
11087 # apply RDP cookie persistence
11088 persist rdp-cookie
11089 # if server is unknown, let's balance on the same cookie.
Cyril Bontédc4d9032012-04-08 21:57:39 +020011090 # alternatively, "balance leastconn" may be useful too.
Emeric Brun647caf12009-06-30 17:57:00 +020011091 balance rdp-cookie
11092 server srv1 1.1.1.1:3389
11093 server srv2 1.1.1.2:3389
11094
Christian Ruppert59e66e32022-02-20 22:54:01 +010011095 See also : "balance rdp-cookie", "tcp-request" and the "req.rdp_cookie" ACL.
Emeric Brun647caf12009-06-30 17:57:00 +020011096
11097
Willy Tarreau3a7d2072009-03-05 23:48:25 +010011098rate-limit sessions <rate>
11099 Set a limit on the number of new sessions accepted per second on a frontend
11100 May be used in sections : defaults | frontend | listen | backend
11101 yes | yes | yes | no
11102 Arguments :
11103 <rate> The <rate> parameter is an integer designating the maximum number
11104 of new sessions per second to accept on the frontend.
11105
11106 When the frontend reaches the specified number of new sessions per second, it
11107 stops accepting new connections until the rate drops below the limit again.
11108 During this time, the pending sessions will be kept in the socket's backlog
Daniel Corbett9f0843f2021-05-08 10:50:37 -040011109 (in system buffers) and HAProxy will not even be aware that sessions are
Willy Tarreau3a7d2072009-03-05 23:48:25 +010011110 pending. When applying very low limit on a highly loaded service, it may make
11111 sense to increase the socket's backlog using the "backlog" keyword.
11112
11113 This feature is particularly efficient at blocking connection-based attacks
11114 or service abuse on fragile servers. Since the session rate is measured every
11115 millisecond, it is extremely accurate. Also, the limit applies immediately,
11116 no delay is needed at all to detect the threshold.
11117
11118 Example : limit the connection rate on SMTP to 10 per second max
11119 listen smtp
11120 mode tcp
11121 bind :25
11122 rate-limit sessions 10
Panagiotis Panagiotopoulos7282d8e2016-02-11 16:37:15 +020011123 server smtp1 127.0.0.1:1025
Willy Tarreau3a7d2072009-03-05 23:48:25 +010011124
Willy Tarreaua17c2d92011-07-25 08:16:20 +020011125 Note : when the maximum rate is reached, the frontend's status is not changed
11126 but its sockets appear as "WAITING" in the statistics if the
11127 "socket-stats" option is enabled.
Willy Tarreau3a7d2072009-03-05 23:48:25 +010011128
11129 See also : the "backlog" keyword and the "fe_sess_rate" ACL criterion.
11130
11131
Willy Tarreau2e1dca82012-09-12 08:43:15 +020011132redirect location <loc> [code <code>] <option> [{if | unless} <condition>]
11133redirect prefix <pfx> [code <code>] <option> [{if | unless} <condition>]
11134redirect scheme <sch> [code <code>] <option> [{if | unless} <condition>]
Willy Tarreaub463dfb2008-06-07 23:08:56 +020011135 Return an HTTP redirection if/unless a condition is matched
11136 May be used in sections : defaults | frontend | listen | backend
11137 no | yes | yes | yes
11138
11139 If/unless the condition is matched, the HTTP request will lead to a redirect
Willy Tarreauf285f542010-01-03 20:03:03 +010011140 response. If no condition is specified, the redirect applies unconditionally.
Willy Tarreaub463dfb2008-06-07 23:08:56 +020011141
Willy Tarreau0140f252008-11-19 21:07:09 +010011142 Arguments :
Willy Tarreau2e1dca82012-09-12 08:43:15 +020011143 <loc> With "redirect location", the exact value in <loc> is placed into
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010011144 the HTTP "Location" header. When used in an "http-request" rule,
11145 <loc> value follows the log-format rules and can include some
11146 dynamic values (see Custom Log Format in section 8.2.4).
Willy Tarreau2e1dca82012-09-12 08:43:15 +020011147
11148 <pfx> With "redirect prefix", the "Location" header is built from the
11149 concatenation of <pfx> and the complete URI path, including the
11150 query string, unless the "drop-query" option is specified (see
11151 below). As a special case, if <pfx> equals exactly "/", then
11152 nothing is inserted before the original URI. It allows one to
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010011153 redirect to the same URL (for instance, to insert a cookie). When
11154 used in an "http-request" rule, <pfx> value follows the log-format
11155 rules and can include some dynamic values (see Custom Log Format
11156 in section 8.2.4).
Willy Tarreau2e1dca82012-09-12 08:43:15 +020011157
11158 <sch> With "redirect scheme", then the "Location" header is built by
11159 concatenating <sch> with "://" then the first occurrence of the
11160 "Host" header, and then the URI path, including the query string
11161 unless the "drop-query" option is specified (see below). If no
11162 path is found or if the path is "*", then "/" is used instead. If
11163 no "Host" header is found, then an empty host component will be
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030011164 returned, which most recent browsers interpret as redirecting to
Willy Tarreau2e1dca82012-09-12 08:43:15 +020011165 the same host. This directive is mostly used to redirect HTTP to
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010011166 HTTPS. When used in an "http-request" rule, <sch> value follows
11167 the log-format rules and can include some dynamic values (see
11168 Custom Log Format in section 8.2.4).
Willy Tarreau0140f252008-11-19 21:07:09 +010011169
11170 <code> The code is optional. It indicates which type of HTTP redirection
Willy Tarreaub67fdc42013-03-29 19:28:11 +010011171 is desired. Only codes 301, 302, 303, 307 and 308 are supported,
11172 with 302 used by default if no code is specified. 301 means
11173 "Moved permanently", and a browser may cache the Location. 302
Baptiste Assmannea849c02015-08-03 11:42:50 +020011174 means "Moved temporarily" and means that the browser should not
Willy Tarreaub67fdc42013-03-29 19:28:11 +010011175 cache the redirection. 303 is equivalent to 302 except that the
11176 browser will fetch the location with a GET method. 307 is just
11177 like 302 but makes it clear that the same method must be reused.
11178 Likewise, 308 replaces 301 if the same method must be used.
Willy Tarreau0140f252008-11-19 21:07:09 +010011179
11180 <option> There are several options which can be specified to adjust the
Davor Ocelice9ed2812017-12-25 17:49:28 +010011181 expected behavior of a redirection :
Willy Tarreau0140f252008-11-19 21:07:09 +010011182
11183 - "drop-query"
11184 When this keyword is used in a prefix-based redirection, then the
11185 location will be set without any possible query-string, which is useful
11186 for directing users to a non-secure page for instance. It has no effect
11187 with a location-type redirect.
11188
Willy Tarreau81e3b4f2010-01-10 00:42:19 +010011189 - "append-slash"
11190 This keyword may be used in conjunction with "drop-query" to redirect
11191 users who use a URL not ending with a '/' to the same one with the '/'.
11192 It can be useful to ensure that search engines will only see one URL.
11193 For this, a return code 301 is preferred.
11194
Willy Tarreaubc1223b2021-09-02 16:54:33 +020011195 - "ignore-empty"
11196 This keyword only has effect when a location is produced using a log
11197 format expression (i.e. when used in http-request or http-response).
11198 It indicates that if the result of the expression is empty, the rule
11199 should silently be skipped. The main use is to allow mass-redirects
11200 of known paths using a simple map.
11201
Willy Tarreau0140f252008-11-19 21:07:09 +010011202 - "set-cookie NAME[=value]"
11203 A "Set-Cookie" header will be added with NAME (and optionally "=value")
11204 to the response. This is sometimes used to indicate that a user has
11205 been seen, for instance to protect against some types of DoS. No other
11206 cookie option is added, so the cookie will be a session cookie. Note
11207 that for a browser, a sole cookie name without an equal sign is
11208 different from a cookie with an equal sign.
11209
11210 - "clear-cookie NAME[=]"
11211 A "Set-Cookie" header will be added with NAME (and optionally "="), but
11212 with the "Max-Age" attribute set to zero. This will tell the browser to
11213 delete this cookie. It is useful for instance on logout pages. It is
11214 important to note that clearing the cookie "NAME" will not remove a
11215 cookie set with "NAME=value". You have to clear the cookie "NAME=" for
11216 that, because the browser makes the difference.
Willy Tarreaub463dfb2008-06-07 23:08:56 +020011217
11218 Example: move the login URL only to HTTPS.
11219 acl clear dst_port 80
11220 acl secure dst_port 8080
11221 acl login_page url_beg /login
Willy Tarreau0140f252008-11-19 21:07:09 +010011222 acl logout url_beg /logout
Willy Tarreau79da4692008-11-19 20:03:04 +010011223 acl uid_given url_reg /login?userid=[^&]+
Willy Tarreau0140f252008-11-19 21:07:09 +010011224 acl cookie_set hdr_sub(cookie) SEEN=1
11225
11226 redirect prefix https://mysite.com set-cookie SEEN=1 if !cookie_set
Willy Tarreau79da4692008-11-19 20:03:04 +010011227 redirect prefix https://mysite.com if login_page !secure
11228 redirect prefix http://mysite.com drop-query if login_page !uid_given
11229 redirect location http://mysite.com/ if !login_page secure
Willy Tarreau0140f252008-11-19 21:07:09 +010011230 redirect location / clear-cookie USERID= if logout
Willy Tarreaub463dfb2008-06-07 23:08:56 +020011231
Willy Tarreau81e3b4f2010-01-10 00:42:19 +010011232 Example: send redirects for request for articles without a '/'.
11233 acl missing_slash path_reg ^/article/[^/]*$
11234 redirect code 301 prefix / drop-query append-slash if missing_slash
11235
Daniel Corbett9f0843f2021-05-08 10:50:37 -040011236 Example: redirect all HTTP traffic to HTTPS when SSL is handled by HAProxy.
David BERARDe7153042012-11-03 00:11:31 +010011237 redirect scheme https if !{ ssl_fc }
Willy Tarreau2e1dca82012-09-12 08:43:15 +020011238
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010011239 Example: append 'www.' prefix in front of all hosts not having it
Coen Rosdorff596659b2016-04-11 11:33:49 +020011240 http-request redirect code 301 location \
11241 http://www.%[hdr(host)]%[capture.req.uri] \
11242 unless { hdr_beg(host) -i www }
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010011243
Willy Tarreaubc1223b2021-09-02 16:54:33 +020011244 Example: permanently redirect only old URLs to new ones
11245 http-request redirect code 301 location \
11246 %[path,map_str(old-blog-articles.map)] ignore-empty
11247
Willy Tarreauc57f0e22009-05-10 13:12:33 +020011248 See section 7 about ACL usage.
Willy Tarreaub463dfb2008-06-07 23:08:56 +020011249
Willy Tarreau303c0352008-01-17 19:01:39 +010011250
Willy Tarreaue5c5ce92008-06-20 17:27:19 +020011251retries <value>
Willy Tarreau0b4a6222022-11-25 11:06:20 +010011252 Set the number of retries to perform on a server after a failure
Willy Tarreaue5c5ce92008-06-20 17:27:19 +020011253 May be used in sections: defaults | frontend | listen | backend
11254 yes | no | yes | yes
11255 Arguments :
Willy Tarreau0b4a6222022-11-25 11:06:20 +010011256 <value> is the number of times a request or connection attempt should be
11257 retried on a server after a failure.
Willy Tarreaue5c5ce92008-06-20 17:27:19 +020011258
Willy Tarreau0b4a6222022-11-25 11:06:20 +010011259 By default, retries apply only to new connection attempts. However, when
11260 the "retry-on" directive is used, other conditions might trigger a retry
11261 (e.g. empty response, undesired status code), and each of them will count
11262 one attempt, and when the total number attempts reaches the value here, an
11263 error will be returned.
Willy Tarreaue5c5ce92008-06-20 17:27:19 +020011264
11265 In order to avoid immediate reconnections to a server which is restarting,
Joseph Lynch726ab712015-05-11 23:25:34 -070011266 a turn-around timer of min("timeout connect", one second) is applied before
Willy Tarreau0b4a6222022-11-25 11:06:20 +010011267 a retry occurs on the same server.
Willy Tarreaue5c5ce92008-06-20 17:27:19 +020011268
Willy Tarreau0b4a6222022-11-25 11:06:20 +010011269 When "option redispatch" is set, some retries may be performed on another
11270 server even if a cookie references a different server. By default this will
11271 only be the last retry unless an argument is passed to "option redispatch".
Willy Tarreaue5c5ce92008-06-20 17:27:19 +020011272
11273 See also : "option redispatch"
11274
11275
Lukas Tribusde160082021-12-08 11:33:01 +010011276retry-on [space-delimited list of keywords]
Jerome Magnin5ce3c142020-05-13 20:09:57 +020011277 Specify when to attempt to automatically retry a failed request.
11278 This setting is only valid when "mode" is set to http and is silently ignored
11279 otherwise.
Olivier Houcharda254a372019-04-05 15:30:12 +020011280 May be used in sections: defaults | frontend | listen | backend
11281 yes | no | yes | yes
11282 Arguments :
Lukas Tribusde160082021-12-08 11:33:01 +010011283 <keywords> is a space-delimited list of keywords or HTTP status codes, each
11284 representing a type of failure event on which an attempt to
11285 retry the request is desired. Please read the notes at the
11286 bottom before changing this setting. The following keywords are
11287 supported :
Olivier Houcharda254a372019-04-05 15:30:12 +020011288
11289 none never retry
11290
11291 conn-failure retry when the connection or the SSL handshake failed
11292 and the request could not be sent. This is the default.
11293
11294 empty-response retry when the server connection was closed after part
11295 of the request was sent, and nothing was received from
11296 the server. This type of failure may be caused by the
11297 request timeout on the server side, poor network
11298 condition, or a server crash or restart while
11299 processing the request.
11300
Olivier Houcharde3249a92019-05-03 23:01:47 +020011301 junk-response retry when the server returned something not looking
11302 like a complete HTTP response. This includes partial
11303 responses headers as well as non-HTTP contents. It
11304 usually is a bad idea to retry on such events, which
11305 may be caused a configuration issue (wrong server port)
11306 or by the request being harmful to the server (buffer
11307 overflow attack for example).
11308
Olivier Houcharda254a372019-04-05 15:30:12 +020011309 response-timeout the server timeout stroke while waiting for the server
11310 to respond to the request. This may be caused by poor
11311 network condition, the reuse of an idle connection
11312 which has expired on the path, or by the request being
11313 extremely expensive to process. It generally is a bad
11314 idea to retry on such events on servers dealing with
11315 heavy database processing (full scans, etc) as it may
11316 amplify denial of service attacks.
11317
Olivier Houchard865d8392019-05-03 22:46:27 +020011318 0rtt-rejected retry requests which were sent over early data and were
11319 rejected by the server. These requests are generally
11320 considered to be safe to retry.
11321
Julien Pivotto2de240a2020-11-12 11:14:05 +010011322 <status> any HTTP status code among "401" (Unauthorized), "403"
11323 (Forbidden), "404" (Not Found), "408" (Request Timeout),
11324 "425" (Too Early), "500" (Server Error), "501" (Not
11325 Implemented), "502" (Bad Gateway), "503" (Service
11326 Unavailable), "504" (Gateway Timeout).
Olivier Houcharda254a372019-04-05 15:30:12 +020011327
Olivier Houchardddf0e032019-05-10 18:05:40 +020011328 all-retryable-errors
11329 retry request for any error that are considered
Christopher Fauletb7056222023-02-27 18:01:41 +010011330 retryable. This currently activates "conn-failure",
11331 "empty-response", "junk-response", "response-timeout",
11332 "0rtt-rejected", "500", "502", "503", and "504".
Olivier Houchardddf0e032019-05-10 18:05:40 +020011333
Olivier Houcharda254a372019-04-05 15:30:12 +020011334 Using this directive replaces any previous settings with the new ones; it is
11335 not cumulative.
11336
11337 Please note that using anything other than "none" and "conn-failure" requires
11338 to allocate a buffer and copy the whole request into it, so it has memory and
11339 performance impacts. Requests not fitting in a single buffer will never be
11340 retried (see the global tune.bufsize setting).
11341
11342 You have to make sure the application has a replay protection mechanism built
11343 in such as a unique transaction IDs passed in requests, or that replaying the
11344 same request has no consequence, or it is very dangerous to use any retry-on
11345 value beside "conn-failure" and "none". Static file servers and caches are
11346 generally considered safe against any type of retry. Using a status code can
11347 be useful to quickly leave a server showing an abnormal behavior (out of
11348 memory, file system issues, etc), but in this case it may be a good idea to
11349 immediately redispatch the connection to another server (please see "option
11350 redispatch" for this). Last, it is important to understand that most causes
11351 of failures are the requests themselves and that retrying a request causing a
11352 server to misbehave will often make the situation even worse for this server,
11353 or for the whole service in case of redispatch.
11354
11355 Unless you know exactly how the application deals with replayed requests, you
11356 should not use this directive.
11357
11358 The default is "conn-failure".
11359
Lukas Tribusde160082021-12-08 11:33:01 +010011360 Example:
11361 retry-on 503 504
11362
Olivier Houcharda254a372019-04-05 15:30:12 +020011363 See also: "retries", "option redispatch", "tune.bufsize"
11364
David du Colombier486df472011-03-17 10:40:26 +010011365server <name> <address>[:[port]] [param*]
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011366 Declare a server in a backend
11367 May be used in sections : defaults | frontend | listen | backend
11368 no | no | yes | yes
11369 Arguments :
11370 <name> is the internal name assigned to this server. This name will
Davor Ocelice9ed2812017-12-25 17:49:28 +010011371 appear in logs and alerts. If "http-send-name-header" is
Mark Lamourinec2247f02012-01-04 13:02:01 -050011372 set, it will be added to the request header sent to the server.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011373
David du Colombier486df472011-03-17 10:40:26 +010011374 <address> is the IPv4 or IPv6 address of the server. Alternatively, a
11375 resolvable hostname is supported, but this name will be resolved
11376 during start-up. Address "0.0.0.0" or "*" has a special meaning.
11377 It indicates that the connection will be forwarded to the same IP
Willy Tarreaud669a4f2010-07-13 14:49:50 +020011378 address as the one from the client connection. This is useful in
11379 transparent proxy architectures where the client's connection is
Daniel Corbett9f0843f2021-05-08 10:50:37 -040011380 intercepted and HAProxy must forward to the original destination
Willy Tarreaud669a4f2010-07-13 14:49:50 +020011381 address. This is more or less what the "transparent" keyword does
11382 except that with a server it's possible to limit concurrency and
Willy Tarreau24709282013-03-10 21:32:12 +010011383 to report statistics. Optionally, an address family prefix may be
11384 used before the address to force the family regardless of the
11385 address format, which can be useful to specify a path to a unix
11386 socket with no slash ('/'). Currently supported prefixes are :
11387 - 'ipv4@' -> address is always IPv4
11388 - 'ipv6@' -> address is always IPv6
11389 - 'unix@' -> address is a path to a local unix socket
Willy Tarreauccfccef2014-05-10 01:49:15 +020011390 - 'abns@' -> address is in abstract namespace (Linux only)
William Lallemand2fe7dd02018-09-11 16:51:29 +020011391 - 'sockpair@' -> address is the FD of a connected unix
11392 socket or of a socketpair. During a connection, the
11393 backend creates a pair of connected sockets, and passes
11394 one of them over the FD. The bind part will use the
11395 received socket as the client FD. Should be used
11396 carefully.
William Lallemandb2f07452015-05-12 14:27:13 +020011397 You may want to reference some environment variables in the
11398 address parameter, see section 2.3 about environment
Willy Tarreau6a031d12016-11-07 19:42:35 +010011399 variables. The "init-addr" setting can be used to modify the way
11400 IP addresses should be resolved upon startup.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011401
Willy Tarreaub6205fd2012-09-24 12:27:33 +020011402 <port> is an optional port specification. If set, all connections will
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011403 be sent to this port. If unset, the same port the client
11404 connected to will be used. The port may also be prefixed by a "+"
11405 or a "-". In this case, the server's port will be determined by
11406 adding this value to the client's port.
11407
11408 <param*> is a list of parameters for this server. The "server" keywords
11409 accepts an important number of options and has a complete section
Willy Tarreauc57f0e22009-05-10 13:12:33 +020011410 dedicated to it. Please refer to section 5 for more details.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011411
11412 Examples :
11413 server first 10.1.1.1:1080 cookie first check inter 1000
11414 server second 10.1.1.2:1080 cookie second check inter 1000
Willy Tarreau24709282013-03-10 21:32:12 +010011415 server transp ipv4@
William Lallemandb2f07452015-05-12 14:27:13 +020011416 server backup "${SRV_BACKUP}:1080" backup
11417 server www1_dc1 "${LAN_DC1}.101:80"
11418 server www1_dc2 "${LAN_DC2}.101:80"
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011419
Willy Tarreau55dcaf62015-09-27 15:03:15 +020011420 Note: regarding Linux's abstract namespace sockets, HAProxy uses the whole
11421 sun_path length is used for the address length. Some other programs
11422 such as socat use the string length only by default. Pass the option
11423 ",unix-tightsocklen=0" to any abstract socket definition in socat to
11424 make it compatible with HAProxy's.
11425
Mark Lamourinec2247f02012-01-04 13:02:01 -050011426 See also: "default-server", "http-send-name-header" and section 5 about
11427 server options
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011428
Christopher Faulet583b6de2021-02-12 09:27:10 +010011429server-state-file-name [ { use-backend-name | <file> } ]
Baptiste Assmann01c6cc32015-08-23 11:45:29 +020011430 Set the server state file to read, load and apply to servers available in
Christopher Faulet583b6de2021-02-12 09:27:10 +010011431 this backend.
11432 May be used in sections: defaults | frontend | listen | backend
11433 no | no | yes | yes
11434
11435 It only applies when the directive "load-server-state-from-file" is set to
11436 "local". When <file> is not provided, if "use-backend-name" is used or if
11437 this directive is not set, then backend name is used. If <file> starts with a
11438 slash '/', then it is considered as an absolute path. Otherwise, <file> is
11439 concatenated to the global directive "server-state-base".
Baptiste Assmann01c6cc32015-08-23 11:45:29 +020011440
11441 Example: the minimal configuration below would make HAProxy look for the
11442 state server file '/etc/haproxy/states/bk':
11443
11444 global
11445 server-state-file-base /etc/haproxy/states
11446
Willy Tarreauc9c6cdb2020-03-05 16:03:58 +010011447 backend bk
Baptiste Assmann01c6cc32015-08-23 11:45:29 +020011448 load-server-state-from-file
11449
Christopher Faulet583b6de2021-02-12 09:27:10 +010011450 See also: "server-state-base", "load-server-state-from-file", and
Baptiste Assmann01c6cc32015-08-23 11:45:29 +020011451 "show servers state"
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011452
Frédéric Lécaillecb4502e2017-04-20 13:36:25 +020011453server-template <prefix> <num | range> <fqdn>[:<port>] [params*]
11454 Set a template to initialize servers with shared parameters.
11455 The names of these servers are built from <prefix> and <num | range> parameters.
11456 May be used in sections : defaults | frontend | listen | backend
11457 no | no | yes | yes
11458
11459 Arguments:
11460 <prefix> A prefix for the server names to be built.
11461
11462 <num | range>
11463 If <num> is provided, this template initializes <num> servers
11464 with 1 up to <num> as server name suffixes. A range of numbers
11465 <num_low>-<num_high> may also be used to use <num_low> up to
11466 <num_high> as server name suffixes.
11467
11468 <fqdn> A FQDN for all the servers this template initializes.
11469
11470 <port> Same meaning as "server" <port> argument (see "server" keyword).
11471
11472 <params*>
11473 Remaining server parameters among all those supported by "server"
11474 keyword.
11475
11476 Examples:
11477 # Initializes 3 servers with srv1, srv2 and srv3 as names,
11478 # google.com as FQDN, and health-check enabled.
11479 server-template srv 1-3 google.com:80 check
11480
11481 # or
11482 server-template srv 3 google.com:80 check
11483
11484 # would be equivalent to:
11485 server srv1 google.com:80 check
11486 server srv2 google.com:80 check
11487 server srv3 google.com:80 check
11488
11489
11490
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011491source <addr>[:<port>] [usesrc { <addr2>[:<port2>] | client | clientip } ]
Willy Tarreaubce70882009-09-07 11:51:47 +020011492source <addr>[:<port>] [usesrc { <addr2>[:<port2>] | hdr_ip(<hdr>[,<occ>]) } ]
Willy Tarreaud53f96b2009-02-04 18:46:54 +010011493source <addr>[:<port>] [interface <name>]
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011494 Set the source address for outgoing connections
11495 May be used in sections : defaults | frontend | listen | backend
11496 yes | no | yes | yes
11497 Arguments :
11498 <addr> is the IPv4 address HAProxy will bind to before connecting to a
11499 server. This address is also used as a source for health checks.
Willy Tarreau24709282013-03-10 21:32:12 +010011500
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011501 The default value of 0.0.0.0 means that the system will select
Willy Tarreau24709282013-03-10 21:32:12 +010011502 the most appropriate address to reach its destination. Optionally
11503 an address family prefix may be used before the address to force
11504 the family regardless of the address format, which can be useful
11505 to specify a path to a unix socket with no slash ('/'). Currently
11506 supported prefixes are :
11507 - 'ipv4@' -> address is always IPv4
11508 - 'ipv6@' -> address is always IPv6
11509 - 'unix@' -> address is a path to a local unix socket
Willy Tarreauccfccef2014-05-10 01:49:15 +020011510 - 'abns@' -> address is in abstract namespace (Linux only)
Cyril Bonté307ee1e2015-09-28 23:16:06 +020011511 You may want to reference some environment variables in the
11512 address parameter, see section 2.3 about environment variables.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011513
11514 <port> is an optional port. It is normally not needed but may be useful
11515 in some very specific contexts. The default value of zero means
Willy Tarreauc6f4ce82009-06-10 11:09:37 +020011516 the system will select a free port. Note that port ranges are not
11517 supported in the backend. If you want to force port ranges, you
11518 have to specify them on each "server" line.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011519
11520 <addr2> is the IP address to present to the server when connections are
11521 forwarded in full transparent proxy mode. This is currently only
11522 supported on some patched Linux kernels. When this address is
11523 specified, clients connecting to the server will be presented
11524 with this address, while health checks will still use the address
11525 <addr>.
11526
11527 <port2> is the optional port to present to the server when connections
11528 are forwarded in full transparent proxy mode (see <addr2> above).
11529 The default value of zero means the system will select a free
11530 port.
11531
Willy Tarreaubce70882009-09-07 11:51:47 +020011532 <hdr> is the name of a HTTP header in which to fetch the IP to bind to.
11533 This is the name of a comma-separated header list which can
11534 contain multiple IP addresses. By default, the last occurrence is
11535 used. This is designed to work with the X-Forwarded-For header
Baptiste Assmannea3e73b2013-02-02 23:47:49 +010011536 and to automatically bind to the client's IP address as seen
Willy Tarreaubce70882009-09-07 11:51:47 +020011537 by previous proxy, typically Stunnel. In order to use another
11538 occurrence from the last one, please see the <occ> parameter
11539 below. When the header (or occurrence) is not found, no binding
11540 is performed so that the proxy's default IP address is used. Also
11541 keep in mind that the header name is case insensitive, as for any
11542 HTTP header.
11543
11544 <occ> is the occurrence number of a value to be used in a multi-value
11545 header. This is to be used in conjunction with "hdr_ip(<hdr>)",
Jamie Gloudonaaa21002012-08-25 00:18:33 -040011546 in order to specify which occurrence to use for the source IP
Willy Tarreaubce70882009-09-07 11:51:47 +020011547 address. Positive values indicate a position from the first
11548 occurrence, 1 being the first one. Negative values indicate
11549 positions relative to the last one, -1 being the last one. This
11550 is helpful for situations where an X-Forwarded-For header is set
11551 at the entry point of an infrastructure and must be used several
11552 proxy layers away. When this value is not specified, -1 is
11553 assumed. Passing a zero here disables the feature.
11554
Willy Tarreaud53f96b2009-02-04 18:46:54 +010011555 <name> is an optional interface name to which to bind to for outgoing
11556 traffic. On systems supporting this features (currently, only
11557 Linux), this allows one to bind all traffic to the server to
11558 this interface even if it is not the one the system would select
11559 based on routing tables. This should be used with extreme care.
11560 Note that using this option requires root privileges.
11561
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011562 The "source" keyword is useful in complex environments where a specific
11563 address only is allowed to connect to the servers. It may be needed when a
11564 private address must be used through a public gateway for instance, and it is
11565 known that the system cannot determine the adequate source address by itself.
11566
11567 An extension which is available on certain patched Linux kernels may be used
11568 through the "usesrc" optional keyword. It makes it possible to connect to the
11569 servers with an IP address which does not belong to the system itself. This
11570 is called "full transparent proxy mode". For this to work, the destination
11571 servers have to route their traffic back to this address through the machine
11572 running HAProxy, and IP forwarding must generally be enabled on this machine.
11573
11574 In this "full transparent proxy" mode, it is possible to force a specific IP
11575 address to be presented to the servers. This is not much used in fact. A more
11576 common use is to tell HAProxy to present the client's IP address. For this,
11577 there are two methods :
11578
11579 - present the client's IP and port addresses. This is the most transparent
11580 mode, but it can cause problems when IP connection tracking is enabled on
11581 the machine, because a same connection may be seen twice with different
11582 states. However, this solution presents the huge advantage of not
11583 limiting the system to the 64k outgoing address+port couples, because all
11584 of the client ranges may be used.
11585
11586 - present only the client's IP address and select a spare port. This
11587 solution is still quite elegant but slightly less transparent (downstream
11588 firewalls logs will not match upstream's). It also presents the downside
11589 of limiting the number of concurrent connections to the usual 64k ports.
11590 However, since the upstream and downstream ports are different, local IP
11591 connection tracking on the machine will not be upset by the reuse of the
11592 same session.
11593
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011594 This option sets the default source for all servers in the backend. It may
11595 also be specified in a "defaults" section. Finer source address specification
11596 is possible at the server level using the "source" server option. Refer to
Willy Tarreauc57f0e22009-05-10 13:12:33 +020011597 section 5 for more information.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011598
Baptiste Assmann91bd3372015-07-17 21:59:42 +020011599 In order to work, "usesrc" requires root privileges.
11600
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011601 Examples :
11602 backend private
11603 # Connect to the servers using our 192.168.1.200 source address
11604 source 192.168.1.200
11605
11606 backend transparent_ssl1
11607 # Connect to the SSL farm from the client's source address
11608 source 192.168.1.200 usesrc clientip
11609
11610 backend transparent_ssl2
11611 # Connect to the SSL farm from the client's source address and port
11612 # not recommended if IP conntrack is present on the local machine.
11613 source 192.168.1.200 usesrc client
11614
11615 backend transparent_ssl3
11616 # Connect to the SSL farm from the client's source address. It
11617 # is more conntrack-friendly.
11618 source 192.168.1.200 usesrc clientip
11619
11620 backend transparent_smtp
11621 # Connect to the SMTP farm from the client's source address/port
11622 # with Tproxy version 4.
11623 source 0.0.0.0 usesrc clientip
11624
Willy Tarreaubce70882009-09-07 11:51:47 +020011625 backend transparent_http
11626 # Connect to the servers using the client's IP as seen by previous
11627 # proxy.
11628 source 0.0.0.0 usesrc hdr_ip(x-forwarded-for,-1)
11629
Willy Tarreauc57f0e22009-05-10 13:12:33 +020011630 See also : the "source" server option in section 5, the Tproxy patches for
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011631 the Linux kernel on www.balabit.com, the "bind" keyword.
11632
Willy Tarreau844e3c52008-01-11 16:28:18 +010011633
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +090011634srvtcpka-cnt <count>
11635 Sets the maximum number of keepalive probes TCP should send before dropping
11636 the connection on the server side.
11637 May be used in sections : defaults | frontend | listen | backend
11638 yes | no | yes | yes
11639 Arguments :
11640 <count> is the maximum number of keepalive probes.
11641
11642 This keyword corresponds to the socket option TCP_KEEPCNT. If this keyword
11643 is not specified, system-wide TCP parameter (tcp_keepalive_probes) is used.
Willy Tarreau52543212020-07-09 05:58:51 +020011644 The availability of this setting depends on the operating system. It is
11645 known to work on Linux.
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +090011646
11647 See also : "option srvtcpka", "srvtcpka-idle", "srvtcpka-intvl".
11648
11649
11650srvtcpka-idle <timeout>
11651 Sets the time the connection needs to remain idle before TCP starts sending
11652 keepalive probes, if enabled the sending of TCP keepalive packets on the
11653 server side.
11654 May be used in sections : defaults | frontend | listen | backend
11655 yes | no | yes | yes
11656 Arguments :
11657 <timeout> is the time the connection needs to remain idle before TCP starts
11658 sending keepalive probes. It is specified in seconds by default,
11659 but can be in any other unit if the number is suffixed by the
11660 unit, as explained at the top of this document.
11661
11662 This keyword corresponds to the socket option TCP_KEEPIDLE. If this keyword
11663 is not specified, system-wide TCP parameter (tcp_keepalive_time) is used.
Willy Tarreau52543212020-07-09 05:58:51 +020011664 The availability of this setting depends on the operating system. It is
11665 known to work on Linux.
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +090011666
11667 See also : "option srvtcpka", "srvtcpka-cnt", "srvtcpka-intvl".
11668
11669
11670srvtcpka-intvl <timeout>
11671 Sets the time between individual keepalive probes on the server side.
11672 May be used in sections : defaults | frontend | listen | backend
11673 yes | no | yes | yes
11674 Arguments :
11675 <timeout> is the time between individual keepalive probes. It is specified
11676 in seconds by default, but can be in any other unit if the number
11677 is suffixed by the unit, as explained at the top of this
11678 document.
11679
11680 This keyword corresponds to the socket option TCP_KEEPINTVL. If this keyword
11681 is not specified, system-wide TCP parameter (tcp_keepalive_intvl) is used.
Willy Tarreau52543212020-07-09 05:58:51 +020011682 The availability of this setting depends on the operating system. It is
11683 known to work on Linux.
MIZUTA Takeshib24bc0d2020-07-09 11:13:20 +090011684
11685 See also : "option srvtcpka", "srvtcpka-cnt", "srvtcpka-idle".
11686
11687
Cyril Bonté66c327d2010-10-12 00:14:37 +020011688stats admin { if | unless } <cond>
11689 Enable statistics admin level if/unless a condition is matched
11690 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020011691 no | yes | yes | yes
Cyril Bonté66c327d2010-10-12 00:14:37 +020011692
11693 This statement enables the statistics admin level if/unless a condition is
11694 matched.
11695
11696 The admin level allows to enable/disable servers from the web interface. By
11697 default, statistics page is read-only for security reasons.
11698
Cyril Bonté23b39d92011-02-10 22:54:44 +010011699 Currently, the POST request is limited to the buffer size minus the reserved
11700 buffer space, which means that if the list of servers is too long, the
11701 request won't be processed. It is recommended to alter few servers at a
11702 time.
Cyril Bonté66c327d2010-10-12 00:14:37 +020011703
11704 Example :
11705 # statistics admin level only for localhost
11706 backend stats_localhost
11707 stats enable
11708 stats admin if LOCALHOST
11709
11710 Example :
11711 # statistics admin level always enabled because of the authentication
11712 backend stats_auth
11713 stats enable
11714 stats auth admin:AdMiN123
11715 stats admin if TRUE
11716
11717 Example :
11718 # statistics admin level depends on the authenticated user
11719 userlist stats-auth
11720 group admin users admin
11721 user admin insecure-password AdMiN123
11722 group readonly users haproxy
11723 user haproxy insecure-password haproxy
11724
11725 backend stats_auth
11726 stats enable
11727 acl AUTH http_auth(stats-auth)
11728 acl AUTH_ADMIN http_auth_group(stats-auth) admin
11729 stats http-request auth unless AUTH
11730 stats admin if AUTH_ADMIN
11731
Willy Tarreau317804d2021-06-15 11:35:31 +020011732 See also : "stats enable", "stats auth", "stats http-request", section 3.4
11733 about userlists and section 7 about ACL usage.
Cyril Bonté66c327d2010-10-12 00:14:37 +020011734
11735
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011736stats auth <user>:<passwd>
11737 Enable statistics with authentication and grant access to an account
11738 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020011739 yes | yes | yes | yes
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011740 Arguments :
11741 <user> is a user name to grant access to
11742
11743 <passwd> is the cleartext password associated to this user
11744
11745 This statement enables statistics with default settings, and restricts access
11746 to declared users only. It may be repeated as many times as necessary to
11747 allow as many users as desired. When a user tries to access the statistics
11748 without a valid account, a "401 Forbidden" response will be returned so that
11749 the browser asks the user to provide a valid user and password. The real
11750 which will be returned to the browser is configurable using "stats realm".
11751
11752 Since the authentication method is HTTP Basic Authentication, the passwords
11753 circulate in cleartext on the network. Thus, it was decided that the
11754 configuration file would also use cleartext passwords to remind the users
Willy Tarreau3c92c5f2011-08-28 09:45:47 +020011755 that those ones should not be sensitive and not shared with any other account.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011756
11757 It is also possible to reduce the scope of the proxies which appear in the
11758 report using "stats scope".
11759
11760 Though this statement alone is enough to enable statistics reporting, it is
11761 recommended to set all other settings in order to avoid relying on default
11762 unobvious parameters.
11763
11764 Example :
11765 # public access (limited to this backend only)
11766 backend public_www
11767 server srv1 192.168.0.1:80
11768 stats enable
11769 stats hide-version
11770 stats scope .
11771 stats uri /admin?stats
Davor Ocelice9ed2812017-12-25 17:49:28 +010011772 stats realm HAProxy\ Statistics
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011773 stats auth admin1:AdMiN123
11774 stats auth admin2:AdMiN321
11775
11776 # internal monitoring access (unlimited)
11777 backend private_monitoring
11778 stats enable
11779 stats uri /admin?stats
11780 stats refresh 5s
11781
11782 See also : "stats enable", "stats realm", "stats scope", "stats uri"
11783
11784
11785stats enable
11786 Enable statistics reporting with default settings
11787 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020011788 yes | yes | yes | yes
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011789 Arguments : none
11790
11791 This statement enables statistics reporting with default settings defined
11792 at build time. Unless stated otherwise, these settings are used :
11793 - stats uri : /haproxy?stats
11794 - stats realm : "HAProxy Statistics"
11795 - stats auth : no authentication
11796 - stats scope : no restriction
11797
11798 Though this statement alone is enough to enable statistics reporting, it is
11799 recommended to set all other settings in order to avoid relying on default
11800 unobvious parameters.
11801
11802 Example :
11803 # public access (limited to this backend only)
11804 backend public_www
11805 server srv1 192.168.0.1:80
11806 stats enable
11807 stats hide-version
11808 stats scope .
11809 stats uri /admin?stats
Davor Ocelice9ed2812017-12-25 17:49:28 +010011810 stats realm HAProxy\ Statistics
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011811 stats auth admin1:AdMiN123
11812 stats auth admin2:AdMiN321
11813
11814 # internal monitoring access (unlimited)
11815 backend private_monitoring
11816 stats enable
11817 stats uri /admin?stats
11818 stats refresh 5s
11819
11820 See also : "stats auth", "stats realm", "stats uri"
11821
11822
Willy Tarreaud63335a2010-02-26 12:56:52 +010011823stats hide-version
11824 Enable statistics and hide HAProxy version reporting
Willy Tarreau1d45b7c2009-08-16 10:29:18 +020011825 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020011826 yes | yes | yes | yes
Willy Tarreaud63335a2010-02-26 12:56:52 +010011827 Arguments : none
Willy Tarreau1d45b7c2009-08-16 10:29:18 +020011828
Willy Tarreaud63335a2010-02-26 12:56:52 +010011829 By default, the stats page reports some useful status information along with
11830 the statistics. Among them is HAProxy's version. However, it is generally
11831 considered dangerous to report precise version to anyone, as it can help them
11832 target known weaknesses with specific attacks. The "stats hide-version"
11833 statement removes the version from the statistics report. This is recommended
11834 for public sites or any site with a weak login/password.
Willy Tarreau1d45b7c2009-08-16 10:29:18 +020011835
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +020011836 Though this statement alone is enough to enable statistics reporting, it is
11837 recommended to set all other settings in order to avoid relying on default
11838 unobvious parameters.
11839
Willy Tarreaud63335a2010-02-26 12:56:52 +010011840 Example :
11841 # public access (limited to this backend only)
11842 backend public_www
11843 server srv1 192.168.0.1:80
Krzysztof Piotr Oledzki48cb2ae2009-10-02 22:51:14 +020011844 stats enable
Willy Tarreaud63335a2010-02-26 12:56:52 +010011845 stats hide-version
11846 stats scope .
11847 stats uri /admin?stats
Davor Ocelice9ed2812017-12-25 17:49:28 +010011848 stats realm HAProxy\ Statistics
Willy Tarreaud63335a2010-02-26 12:56:52 +010011849 stats auth admin1:AdMiN123
11850 stats auth admin2:AdMiN321
Willy Tarreau1d45b7c2009-08-16 10:29:18 +020011851
Willy Tarreau1d45b7c2009-08-16 10:29:18 +020011852 # internal monitoring access (unlimited)
11853 backend private_monitoring
11854 stats enable
Willy Tarreaud63335a2010-02-26 12:56:52 +010011855 stats uri /admin?stats
11856 stats refresh 5s
Krzysztof Piotr Oledzki15514c22010-01-04 16:03:09 +010011857
Willy Tarreaud63335a2010-02-26 12:56:52 +010011858 See also : "stats auth", "stats enable", "stats realm", "stats uri"
Willy Tarreau1d45b7c2009-08-16 10:29:18 +020011859
Willy Tarreau983e01e2010-01-11 18:42:06 +010011860
Cyril Bonté2be1b3f2010-09-30 23:46:30 +020011861stats http-request { allow | deny | auth [realm <realm>] }
11862 [ { if | unless } <condition> ]
11863 Access control for statistics
11864
11865 May be used in sections: defaults | frontend | listen | backend
11866 no | no | yes | yes
11867
11868 As "http-request", these set of options allow to fine control access to
11869 statistics. Each option may be followed by if/unless and acl.
11870 First option with matched condition (or option without condition) is final.
11871 For "deny" a 403 error will be returned, for "allow" normal processing is
11872 performed, for "auth" a 401/407 error code is returned so the client
11873 should be asked to enter a username and password.
11874
11875 There is no fixed limit to the number of http-request statements per
11876 instance.
11877
11878 See also : "http-request", section 3.4 about userlists and section 7
11879 about ACL usage.
11880
11881
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011882stats realm <realm>
11883 Enable statistics and set authentication realm
11884 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020011885 yes | yes | yes | yes
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011886 Arguments :
11887 <realm> is the name of the HTTP Basic Authentication realm reported to
11888 the browser. The browser uses it to display it in the pop-up
11889 inviting the user to enter a valid username and password.
11890
11891 The realm is read as a single word, so any spaces in it should be escaped
11892 using a backslash ('\').
11893
11894 This statement is useful only in conjunction with "stats auth" since it is
11895 only related to authentication.
11896
11897 Though this statement alone is enough to enable statistics reporting, it is
11898 recommended to set all other settings in order to avoid relying on default
11899 unobvious parameters.
11900
11901 Example :
11902 # public access (limited to this backend only)
11903 backend public_www
11904 server srv1 192.168.0.1:80
11905 stats enable
11906 stats hide-version
11907 stats scope .
11908 stats uri /admin?stats
Davor Ocelice9ed2812017-12-25 17:49:28 +010011909 stats realm HAProxy\ Statistics
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011910 stats auth admin1:AdMiN123
11911 stats auth admin2:AdMiN321
11912
11913 # internal monitoring access (unlimited)
11914 backend private_monitoring
11915 stats enable
11916 stats uri /admin?stats
11917 stats refresh 5s
11918
11919 See also : "stats auth", "stats enable", "stats uri"
11920
11921
11922stats refresh <delay>
11923 Enable statistics with automatic refresh
11924 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020011925 yes | yes | yes | yes
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011926 Arguments :
11927 <delay> is the suggested refresh delay, specified in seconds, which will
11928 be returned to the browser consulting the report page. While the
11929 browser is free to apply any delay, it will generally respect it
11930 and refresh the page this every seconds. The refresh interval may
11931 be specified in any other non-default time unit, by suffixing the
11932 unit after the value, as explained at the top of this document.
11933
11934 This statement is useful on monitoring displays with a permanent page
11935 reporting the load balancer's activity. When set, the HTML report page will
11936 include a link "refresh"/"stop refresh" so that the user can select whether
Jackie Tapia749f74c2020-07-22 18:59:40 -050011937 they want automatic refresh of the page or not.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011938
11939 Though this statement alone is enough to enable statistics reporting, it is
11940 recommended to set all other settings in order to avoid relying on default
11941 unobvious parameters.
11942
11943 Example :
11944 # public access (limited to this backend only)
11945 backend public_www
11946 server srv1 192.168.0.1:80
11947 stats enable
11948 stats hide-version
11949 stats scope .
11950 stats uri /admin?stats
Davor Ocelice9ed2812017-12-25 17:49:28 +010011951 stats realm HAProxy\ Statistics
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011952 stats auth admin1:AdMiN123
11953 stats auth admin2:AdMiN321
11954
11955 # internal monitoring access (unlimited)
11956 backend private_monitoring
11957 stats enable
11958 stats uri /admin?stats
11959 stats refresh 5s
11960
11961 See also : "stats auth", "stats enable", "stats realm", "stats uri"
11962
11963
11964stats scope { <name> | "." }
11965 Enable statistics and limit access scope
11966 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020011967 yes | yes | yes | yes
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011968 Arguments :
11969 <name> is the name of a listen, frontend or backend section to be
11970 reported. The special name "." (a single dot) designates the
11971 section in which the statement appears.
11972
11973 When this statement is specified, only the sections enumerated with this
11974 statement will appear in the report. All other ones will be hidden. This
11975 statement may appear as many times as needed if multiple sections need to be
11976 reported. Please note that the name checking is performed as simple string
11977 comparisons, and that it is never checked that a give section name really
11978 exists.
11979
11980 Though this statement alone is enough to enable statistics reporting, it is
11981 recommended to set all other settings in order to avoid relying on default
11982 unobvious parameters.
11983
11984 Example :
11985 # public access (limited to this backend only)
11986 backend public_www
11987 server srv1 192.168.0.1:80
11988 stats enable
11989 stats hide-version
11990 stats scope .
11991 stats uri /admin?stats
Davor Ocelice9ed2812017-12-25 17:49:28 +010011992 stats realm HAProxy\ Statistics
Willy Tarreaueabeafa2008-01-16 16:17:06 +010011993 stats auth admin1:AdMiN123
11994 stats auth admin2:AdMiN321
11995
11996 # internal monitoring access (unlimited)
11997 backend private_monitoring
11998 stats enable
11999 stats uri /admin?stats
12000 stats refresh 5s
12001
12002 See also : "stats auth", "stats enable", "stats realm", "stats uri"
12003
Willy Tarreaud63335a2010-02-26 12:56:52 +010012004
Willy Tarreauc9705a12010-07-27 20:05:50 +020012005stats show-desc [ <desc> ]
Willy Tarreaud63335a2010-02-26 12:56:52 +010012006 Enable reporting of a description on the statistics page.
12007 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020012008 yes | yes | yes | yes
Willy Tarreaud63335a2010-02-26 12:56:52 +010012009
Willy Tarreauc9705a12010-07-27 20:05:50 +020012010 <desc> is an optional description to be reported. If unspecified, the
Willy Tarreaud63335a2010-02-26 12:56:52 +010012011 description from global section is automatically used instead.
12012
12013 This statement is useful for users that offer shared services to their
12014 customers, where node or description should be different for each customer.
12015
12016 Though this statement alone is enough to enable statistics reporting, it is
12017 recommended to set all other settings in order to avoid relying on default
Davor Ocelice9ed2812017-12-25 17:49:28 +010012018 unobvious parameters. By default description is not shown.
Willy Tarreaud63335a2010-02-26 12:56:52 +010012019
12020 Example :
12021 # internal monitoring access (unlimited)
12022 backend private_monitoring
12023 stats enable
12024 stats show-desc Master node for Europe, Asia, Africa
12025 stats uri /admin?stats
12026 stats refresh 5s
12027
12028 See also: "show-node", "stats enable", "stats uri" and "description" in
12029 global section.
12030
12031
12032stats show-legends
Willy Tarreaued2119c2014-04-24 22:10:39 +020012033 Enable reporting additional information on the statistics page
12034 May be used in sections : defaults | frontend | listen | backend
12035 yes | yes | yes | yes
12036 Arguments : none
12037
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030012038 Enable reporting additional information on the statistics page :
Willy Tarreaud63335a2010-02-26 12:56:52 +010012039 - cap: capabilities (proxy)
12040 - mode: one of tcp, http or health (proxy)
12041 - id: SNMP ID (proxy, socket, server)
12042 - IP (socket, server)
12043 - cookie (backend, server)
12044
12045 Though this statement alone is enough to enable statistics reporting, it is
12046 recommended to set all other settings in order to avoid relying on default
Davor Ocelice9ed2812017-12-25 17:49:28 +010012047 unobvious parameters. Default behavior is not to show this information.
Willy Tarreaud63335a2010-02-26 12:56:52 +010012048
12049 See also: "stats enable", "stats uri".
12050
12051
Amaury Denoyelle0b70a8a2020-10-05 11:49:45 +020012052stats show-modules
12053 Enable display of extra statistics module on the statistics page
12054 May be used in sections : defaults | frontend | listen | backend
12055 yes | yes | yes | yes
12056 Arguments : none
12057
12058 New columns are added at the end of the line containing the extra statistics
12059 values as a tooltip.
12060
12061 Though this statement alone is enough to enable statistics reporting, it is
12062 recommended to set all other settings in order to avoid relying on default
12063 unobvious parameters. Default behavior is not to show this information.
12064
12065 See also: "stats enable", "stats uri".
12066
12067
Willy Tarreaud63335a2010-02-26 12:56:52 +010012068stats show-node [ <name> ]
12069 Enable reporting of a host name on the statistics page.
12070 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020012071 yes | yes | yes | yes
Willy Tarreaud63335a2010-02-26 12:56:52 +010012072 Arguments:
12073 <name> is an optional name to be reported. If unspecified, the
12074 node name from global section is automatically used instead.
12075
12076 This statement is useful for users that offer shared services to their
12077 customers, where node or description might be different on a stats page
Davor Ocelice9ed2812017-12-25 17:49:28 +010012078 provided for each customer. Default behavior is not to show host name.
Willy Tarreaud63335a2010-02-26 12:56:52 +010012079
12080 Though this statement alone is enough to enable statistics reporting, it is
12081 recommended to set all other settings in order to avoid relying on default
12082 unobvious parameters.
12083
12084 Example:
12085 # internal monitoring access (unlimited)
12086 backend private_monitoring
12087 stats enable
12088 stats show-node Europe-1
12089 stats uri /admin?stats
12090 stats refresh 5s
12091
12092 See also: "show-desc", "stats enable", "stats uri", and "node" in global
12093 section.
12094
Willy Tarreaueabeafa2008-01-16 16:17:06 +010012095
12096stats uri <prefix>
12097 Enable statistics and define the URI prefix to access them
12098 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaued2119c2014-04-24 22:10:39 +020012099 yes | yes | yes | yes
Willy Tarreaueabeafa2008-01-16 16:17:06 +010012100 Arguments :
12101 <prefix> is the prefix of any URI which will be redirected to stats. This
12102 prefix may contain a question mark ('?') to indicate part of a
12103 query string.
12104
12105 The statistics URI is intercepted on the relayed traffic, so it appears as a
12106 page within the normal application. It is strongly advised to ensure that the
12107 selected URI will never appear in the application, otherwise it will never be
12108 possible to reach it in the application.
12109
Daniel Corbett9f0843f2021-05-08 10:50:37 -040012110 The default URI compiled in HAProxy is "/haproxy?stats", but this may be
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010012111 changed at build time, so it's better to always explicitly specify it here.
Willy Tarreaueabeafa2008-01-16 16:17:06 +010012112 It is generally a good idea to include a question mark in the URI so that
12113 intermediate proxies refrain from caching the results. Also, since any string
12114 beginning with the prefix will be accepted as a stats request, the question
12115 mark helps ensuring that no valid URI will begin with the same words.
12116
12117 It is sometimes very convenient to use "/" as the URI prefix, and put that
12118 statement in a "listen" instance of its own. That makes it easy to dedicate
12119 an address or a port to statistics only.
12120
12121 Though this statement alone is enough to enable statistics reporting, it is
12122 recommended to set all other settings in order to avoid relying on default
12123 unobvious parameters.
12124
12125 Example :
12126 # public access (limited to this backend only)
12127 backend public_www
12128 server srv1 192.168.0.1:80
12129 stats enable
12130 stats hide-version
12131 stats scope .
12132 stats uri /admin?stats
Davor Ocelice9ed2812017-12-25 17:49:28 +010012133 stats realm HAProxy\ Statistics
Willy Tarreaueabeafa2008-01-16 16:17:06 +010012134 stats auth admin1:AdMiN123
12135 stats auth admin2:AdMiN321
12136
12137 # internal monitoring access (unlimited)
12138 backend private_monitoring
12139 stats enable
12140 stats uri /admin?stats
12141 stats refresh 5s
12142
12143 See also : "stats auth", "stats enable", "stats realm"
12144
12145
Willy Tarreaud63335a2010-02-26 12:56:52 +010012146stick match <pattern> [table <table>] [{if | unless} <cond>]
12147 Define a request pattern matching condition to stick a user to a server
Willy Tarreaueabeafa2008-01-16 16:17:06 +010012148 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaud63335a2010-02-26 12:56:52 +010012149 no | no | yes | yes
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012150
12151 Arguments :
Willy Tarreaube722a22014-06-13 16:31:59 +020012152 <pattern> is a sample expression rule as described in section 7.3. It
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012153 describes what elements of the incoming request or connection
Davor Ocelice9ed2812017-12-25 17:49:28 +010012154 will be analyzed in the hope to find a matching entry in a
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012155 stickiness table. This rule is mandatory.
12156
12157 <table> is an optional stickiness table name. If unspecified, the same
12158 backend's table is used. A stickiness table is declared using
12159 the "stick-table" statement.
12160
12161 <cond> is an optional matching condition. It makes it possible to match
12162 on a certain criterion only when other conditions are met (or
12163 not met). For instance, it could be used to match on a source IP
12164 address except when a request passes through a known proxy, in
12165 which case we'd match on a header containing that IP address.
12166
12167 Some protocols or applications require complex stickiness rules and cannot
12168 always simply rely on cookies nor hashing. The "stick match" statement
12169 describes a rule to extract the stickiness criterion from an incoming request
12170 or connection. See section 7 for a complete list of possible patterns and
12171 transformation rules.
12172
12173 The table has to be declared using the "stick-table" statement. It must be of
12174 a type compatible with the pattern. By default it is the one which is present
12175 in the same backend. It is possible to share a table with other backends by
12176 referencing it using the "table" keyword. If another table is referenced,
12177 the server's ID inside the backends are used. By default, all server IDs
12178 start at 1 in each backend, so the server ordering is enough. But in case of
12179 doubt, it is highly recommended to force server IDs using their "id" setting.
12180
12181 It is possible to restrict the conditions where a "stick match" statement
12182 will apply, using "if" or "unless" followed by a condition. See section 7 for
12183 ACL based conditions.
12184
12185 There is no limit on the number of "stick match" statements. The first that
12186 applies and matches will cause the request to be directed to the same server
12187 as was used for the request which created the entry. That way, multiple
12188 matches can be used as fallbacks.
12189
12190 The stick rules are checked after the persistence cookies, so they will not
12191 affect stickiness if a cookie has already been used to select a server. That
12192 way, it becomes very easy to insert cookies and match on IP addresses in
12193 order to maintain stickiness between HTTP and HTTPS.
12194
12195 Example :
12196 # forward SMTP users to the same server they just used for POP in the
12197 # last 30 minutes
12198 backend pop
12199 mode tcp
12200 balance roundrobin
12201 stick store-request src
12202 stick-table type ip size 200k expire 30m
12203 server s1 192.168.1.1:110
12204 server s2 192.168.1.1:110
12205
12206 backend smtp
12207 mode tcp
12208 balance roundrobin
12209 stick match src table pop
12210 server s1 192.168.1.1:25
12211 server s2 192.168.1.1:25
12212
Willy Tarreau317804d2021-06-15 11:35:31 +020012213 See also : "stick-table", "stick on", and section 7 about ACLs and samples
12214 fetching.
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012215
12216
12217stick on <pattern> [table <table>] [{if | unless} <condition>]
12218 Define a request pattern to associate a user to a server
12219 May be used in sections : defaults | frontend | listen | backend
12220 no | no | yes | yes
12221
12222 Note : This form is exactly equivalent to "stick match" followed by
12223 "stick store-request", all with the same arguments. Please refer
12224 to both keywords for details. It is only provided as a convenience
12225 for writing more maintainable configurations.
12226
12227 Examples :
12228 # The following form ...
Willy Tarreauec579d82010-02-26 19:15:04 +010012229 stick on src table pop if !localhost
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012230
12231 # ...is strictly equivalent to this one :
12232 stick match src table pop if !localhost
12233 stick store-request src table pop if !localhost
12234
12235
12236 # Use cookie persistence for HTTP, and stick on source address for HTTPS as
12237 # well as HTTP without cookie. Share the same table between both accesses.
12238 backend http
12239 mode http
12240 balance roundrobin
12241 stick on src table https
12242 cookie SRV insert indirect nocache
12243 server s1 192.168.1.1:80 cookie s1
12244 server s2 192.168.1.1:80 cookie s2
12245
12246 backend https
12247 mode tcp
12248 balance roundrobin
12249 stick-table type ip size 200k expire 30m
12250 stick on src
12251 server s1 192.168.1.1:443
12252 server s2 192.168.1.1:443
12253
Willy Tarreau317804d2021-06-15 11:35:31 +020012254 See also : "stick match", "stick store-request".
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012255
12256
12257stick store-request <pattern> [table <table>] [{if | unless} <condition>]
12258 Define a request pattern used to create an entry in a stickiness table
12259 May be used in sections : defaults | frontend | listen | backend
12260 no | no | yes | yes
12261
12262 Arguments :
Willy Tarreaube722a22014-06-13 16:31:59 +020012263 <pattern> is a sample expression rule as described in section 7.3. It
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012264 describes what elements of the incoming request or connection
Davor Ocelice9ed2812017-12-25 17:49:28 +010012265 will be analyzed, extracted and stored in the table once a
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012266 server is selected.
12267
12268 <table> is an optional stickiness table name. If unspecified, the same
12269 backend's table is used. A stickiness table is declared using
12270 the "stick-table" statement.
12271
12272 <cond> is an optional storage condition. It makes it possible to store
12273 certain criteria only when some conditions are met (or not met).
12274 For instance, it could be used to store the source IP address
12275 except when the request passes through a known proxy, in which
12276 case we'd store a converted form of a header containing that IP
12277 address.
12278
12279 Some protocols or applications require complex stickiness rules and cannot
12280 always simply rely on cookies nor hashing. The "stick store-request" statement
12281 describes a rule to decide what to extract from the request and when to do
12282 it, in order to store it into a stickiness table for further requests to
12283 match it using the "stick match" statement. Obviously the extracted part must
12284 make sense and have a chance to be matched in a further request. Storing a
12285 client's IP address for instance often makes sense. Storing an ID found in a
12286 URL parameter also makes sense. Storing a source port will almost never make
12287 any sense because it will be randomly matched. See section 7 for a complete
12288 list of possible patterns and transformation rules.
12289
12290 The table has to be declared using the "stick-table" statement. It must be of
12291 a type compatible with the pattern. By default it is the one which is present
12292 in the same backend. It is possible to share a table with other backends by
12293 referencing it using the "table" keyword. If another table is referenced,
12294 the server's ID inside the backends are used. By default, all server IDs
12295 start at 1 in each backend, so the server ordering is enough. But in case of
12296 doubt, it is highly recommended to force server IDs using their "id" setting.
12297
12298 It is possible to restrict the conditions where a "stick store-request"
12299 statement will apply, using "if" or "unless" followed by a condition. This
12300 condition will be evaluated while parsing the request, so any criteria can be
12301 used. See section 7 for ACL based conditions.
12302
12303 There is no limit on the number of "stick store-request" statements, but
12304 there is a limit of 8 simultaneous stores per request or response. This
12305 makes it possible to store up to 8 criteria, all extracted from either the
12306 request or the response, regardless of the number of rules. Only the 8 first
12307 ones which match will be kept. Using this, it is possible to feed multiple
12308 tables at once in the hope to increase the chance to recognize a user on
Willy Tarreau9667a802013-12-09 12:52:13 +010012309 another protocol or access method. Using multiple store-request rules with
12310 the same table is possible and may be used to find the best criterion to rely
12311 on, by arranging the rules by decreasing preference order. Only the first
12312 extracted criterion for a given table will be stored. All subsequent store-
12313 request rules referencing the same table will be skipped and their ACLs will
12314 not be evaluated.
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012315
12316 The "store-request" rules are evaluated once the server connection has been
12317 established, so that the table will contain the real server that processed
12318 the request.
12319
12320 Example :
12321 # forward SMTP users to the same server they just used for POP in the
12322 # last 30 minutes
12323 backend pop
12324 mode tcp
12325 balance roundrobin
12326 stick store-request src
12327 stick-table type ip size 200k expire 30m
12328 server s1 192.168.1.1:110
12329 server s2 192.168.1.1:110
12330
12331 backend smtp
12332 mode tcp
12333 balance roundrobin
12334 stick match src table pop
12335 server s1 192.168.1.1:25
12336 server s2 192.168.1.1:25
12337
Willy Tarreau317804d2021-06-15 11:35:31 +020012338 See also : "stick-table", "stick on", about ACLs and sample fetching.
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012339
12340
Emeric Brun7c6b82e2010-09-24 16:34:28 +020012341stick-table type {ip | integer | string [len <length>] | binary [len <length>]}
Thayne McCombs92149f92020-11-20 01:28:26 -070012342 size <size> [expire <expire>] [nopurge] [peers <peersect>] [srvkey <srvkey>]
Emeric Brunf099e792010-09-27 12:05:28 +020012343 [store <data_type>]*
Godbach64cef792013-12-04 16:08:22 +080012344 Configure the stickiness table for the current section
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012345 May be used in sections : defaults | frontend | listen | backend
Willy Tarreauc00cdc22010-06-06 16:48:26 +020012346 no | yes | yes | yes
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012347
12348 Arguments :
12349 ip a table declared with "type ip" will only store IPv4 addresses.
12350 This form is very compact (about 50 bytes per entry) and allows
12351 very fast entry lookup and stores with almost no overhead. This
12352 is mainly used to store client source IP addresses.
12353
David du Colombier9a6d3c92011-03-17 10:40:24 +010012354 ipv6 a table declared with "type ipv6" will only store IPv6 addresses.
12355 This form is very compact (about 60 bytes per entry) and allows
12356 very fast entry lookup and stores with almost no overhead. This
12357 is mainly used to store client source IP addresses.
12358
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012359 integer a table declared with "type integer" will store 32bit integers
12360 which can represent a client identifier found in a request for
12361 instance.
12362
12363 string a table declared with "type string" will store substrings of up
12364 to <len> characters. If the string provided by the pattern
12365 extractor is larger than <len>, it will be truncated before
12366 being stored. During matching, at most <len> characters will be
12367 compared between the string in the table and the extracted
12368 pattern. When not specified, the string is automatically limited
Emeric Brun7c6b82e2010-09-24 16:34:28 +020012369 to 32 characters.
12370
12371 binary a table declared with "type binary" will store binary blocks
12372 of <len> bytes. If the block provided by the pattern
12373 extractor is larger than <len>, it will be truncated before
Willy Tarreaube722a22014-06-13 16:31:59 +020012374 being stored. If the block provided by the sample expression
Emeric Brun7c6b82e2010-09-24 16:34:28 +020012375 is shorter than <len>, it will be padded by 0. When not
12376 specified, the block is automatically limited to 32 bytes.
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012377
12378 <length> is the maximum number of characters that will be stored in a
Emeric Brun7c6b82e2010-09-24 16:34:28 +020012379 "string" type table (See type "string" above). Or the number
12380 of bytes of the block in "binary" type table. Be careful when
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012381 changing this parameter as memory usage will proportionally
12382 increase.
12383
12384 <size> is the maximum number of entries that can fit in the table. This
Cyril Bonté78caf842010-03-10 22:41:43 +010012385 value directly impacts memory usage. Count approximately
12386 50 bytes per entry, plus the size of a string if any. The size
12387 supports suffixes "k", "m", "g" for 2^10, 2^20 and 2^30 factors.
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012388
12389 [nopurge] indicates that we refuse to purge older entries when the table
Daniel Corbett9f0843f2021-05-08 10:50:37 -040012390 is full. When not specified and the table is full when HAProxy
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012391 wants to store an entry in it, it will flush a few of the oldest
12392 entries in order to release some space for the new ones. This is
Davor Ocelice9ed2812017-12-25 17:49:28 +010012393 most often the desired behavior. In some specific cases, it
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012394 be desirable to refuse new entries instead of purging the older
12395 ones. That may be the case when the amount of data to store is
12396 far above the hardware limits and we prefer not to offer access
12397 to new clients than to reject the ones already connected. When
12398 using this parameter, be sure to properly set the "expire"
12399 parameter (see below).
12400
Emeric Brunf099e792010-09-27 12:05:28 +020012401 <peersect> is the name of the peers section to use for replication. Entries
12402 which associate keys to server IDs are kept synchronized with
12403 the remote peers declared in this section. All entries are also
12404 automatically learned from the local peer (old process) during a
12405 soft restart.
12406
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012407 <expire> defines the maximum duration of an entry in the table since it
Emeric Brun423ed382022-05-30 18:08:28 +020012408 was last created, refreshed using 'track-sc' or matched using
12409 'stick match' or 'stick on' rule. The expiration delay is
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012410 defined using the standard time format, similarly as the various
12411 timeouts. The maximum duration is slightly above 24 days. See
Willy Tarreau4b103022021-02-12 17:59:10 +010012412 section 2.5 for more information. If this delay is not specified,
Cyril Bontédc4d9032012-04-08 21:57:39 +020012413 the session won't automatically expire, but older entries will
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012414 be removed once full. Be sure not to use the "nopurge" parameter
12415 if not expiration delay is specified.
Emeric Brun423ed382022-05-30 18:08:28 +020012416 Note: 'table_*' converters performs lookups but won't update touch
12417 expire since they don't require 'track-sc'.
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012418
Thayne McCombs92149f92020-11-20 01:28:26 -070012419 <srvkey> specifies how each server is identified for the purposes of the
12420 stick table. The valid values are "name" and "addr". If "name" is
12421 given, then <name> argument for the server (may be generated by
12422 a template). If "addr" is given, then the server is identified
12423 by its current network address, including the port. "addr" is
12424 especially useful if you are using service discovery to generate
12425 the addresses for servers with peered stick-tables and want
12426 to consistently use the same host across peers for a stickiness
12427 token.
12428
Willy Tarreau08d5f982010-06-06 13:34:54 +020012429 <data_type> is used to store additional information in the stick-table. This
12430 may be used by ACLs in order to control various criteria related
12431 to the activity of the client matching the stick-table. For each
12432 item specified here, the size of each entry will be inflated so
Willy Tarreauc9705a12010-07-27 20:05:50 +020012433 that the additional data can fit. Several data types may be
12434 stored with an entry. Multiple data types may be specified after
12435 the "store" keyword, as a comma-separated list. Alternatively,
12436 it is possible to repeat the "store" keyword followed by one or
12437 several data types. Except for the "server_id" type which is
12438 automatically detected and enabled, all data types must be
12439 explicitly declared to be stored. If an ACL references a data
12440 type which is not stored, the ACL will simply not match. Some
12441 data types require an argument which must be passed just after
12442 the type between parenthesis. See below for the supported data
12443 types and their arguments.
12444
12445 The data types that can be stored with an entry are the following :
12446 - server_id : this is an integer which holds the numeric ID of the server a
12447 request was assigned to. It is used by the "stick match", "stick store",
12448 and "stick on" rules. It is automatically enabled when referenced.
12449
Emeric Brun4d7ada82021-06-30 19:04:16 +020012450 - gpc(<nb>) : General Purpose Counters Array of <nb> elements. This is an
12451 array of positive 32-bit integers which may be used to count anything.
12452 Most of the time they will be used as a incremental counters on some
12453 entries, for instance to note that a limit is reached and trigger some
12454 actions. This array is limited to a maximum of 100 elements:
12455 gpc0 to gpc99, to ensure that the build of a peer update
12456 message can fit into the buffer. Users should take in consideration
12457 that a large amount of counters will increase the data size and the
12458 traffic load using peers protocol since all data/counters are pushed
12459 each time any of them is updated.
Emeric Brun726783d2021-06-30 19:06:43 +020012460 This data_type will exclude the usage of the legacy data_types 'gpc0'
12461 and 'gpc1' on the same table. Using the 'gpc' array data_type, all 'gpc0'
12462 and 'gpc1' related fetches and actions will apply to the two first
12463 elements of this array.
Emeric Brun4d7ada82021-06-30 19:04:16 +020012464
12465 - gpc_rate(<nb>,<period>) : Array of increment rates of General Purpose
12466 Counters over a period. Those elements are positive 32-bit integers which
12467 may be used for anything. Just like <gpc>, the count events, but instead
12468 of keeping a cumulative number, they maintain the rate at which the
12469 counter is incremented. Most of the time it will be used to measure the
12470 frequency of occurrence of certain events (e.g. requests to a specific
Emeric Brun5e349e72022-03-25 14:13:23 +010012471 URL). This array is limited to a maximum of 100 elements: gpt(100)
12472 allowing the storage of gpc0 to gpc99, to ensure that the build of a peer
12473 update message can fit into the buffer.
12474 The array cannot contain less than 1 element: use gpc(1) if you want to
12475 store only the counter gpc0.
12476 Users should take in consideration that a large amount of
Emeric Brun4d7ada82021-06-30 19:04:16 +020012477 counters will increase the data size and the traffic load using peers
12478 protocol since all data/counters are pushed each time any of them is
12479 updated.
Emeric Brun726783d2021-06-30 19:06:43 +020012480 This data_type will exclude the usage of the legacy data_types
12481 'gpc0_rate' and 'gpc1_rate' on the same table. Using the 'gpc_rate'
12482 array data_type, all 'gpc0' and 'gpc1' related fetches and actions
12483 will apply to the two first elements of this array.
Emeric Brun4d7ada82021-06-30 19:04:16 +020012484
Willy Tarreauc9705a12010-07-27 20:05:50 +020012485 - gpc0 : first General Purpose Counter. It is a positive 32-bit integer
12486 integer which may be used for anything. Most of the time it will be used
12487 to put a special tag on some entries, for instance to note that a
Davor Ocelice9ed2812017-12-25 17:49:28 +010012488 specific behavior was detected and must be known for future matches.
Willy Tarreauc9705a12010-07-27 20:05:50 +020012489
Willy Tarreauba2ffd12013-05-29 15:54:14 +020012490 - gpc0_rate(<period>) : increment rate of the first General Purpose Counter
12491 over a period. It is a positive 32-bit integer integer which may be used
12492 for anything. Just like <gpc0>, it counts events, but instead of keeping
Davor Ocelice9ed2812017-12-25 17:49:28 +010012493 a cumulative number, it maintains the rate at which the counter is
Willy Tarreauba2ffd12013-05-29 15:54:14 +020012494 incremented. Most of the time it will be used to measure the frequency of
Davor Ocelice9ed2812017-12-25 17:49:28 +010012495 occurrence of certain events (e.g. requests to a specific URL).
Willy Tarreauba2ffd12013-05-29 15:54:14 +020012496
Frédéric Lécaille6778b272018-01-29 15:22:53 +010012497 - gpc1 : second General Purpose Counter. It is a positive 32-bit integer
12498 integer which may be used for anything. Most of the time it will be used
12499 to put a special tag on some entries, for instance to note that a
12500 specific behavior was detected and must be known for future matches.
12501
12502 - gpc1_rate(<period>) : increment rate of the second General Purpose Counter
12503 over a period. It is a positive 32-bit integer integer which may be used
12504 for anything. Just like <gpc1>, it counts events, but instead of keeping
12505 a cumulative number, it maintains the rate at which the counter is
12506 incremented. Most of the time it will be used to measure the frequency of
12507 occurrence of certain events (e.g. requests to a specific URL).
12508
Emeric Brun877b0b52021-06-30 18:57:49 +020012509 - gpt(<nb>) : General Purpose Tags Array of <nb> elements. This is an array
12510 of positive 32-bit integers which may be used for anything.
12511 Most of the time they will be used to put a special tags on some entries,
12512 for instance to note that a specific behavior was detected and must be
12513 known for future matches. This array is limited to a maximum of 100
Emeric Brun5e349e72022-03-25 14:13:23 +010012514 elements: gpt(100) allowing the storage of gpt0 to gpt99, to ensure that
12515 the build of a peer update message can fit into the buffer.
12516 The array cannot contain less than 1 element: use gpt(1) if you want to
12517 to store only the tag gpt0.
12518 Users should take in consideration that a large amount of counters will
12519 increase the data size and the traffic load using peers protocol since
12520 all data/counters are pushed each time any of them is updated.
Emeric Brunf7ab0bf2021-06-30 18:58:22 +020012521 This data_type will exclude the usage of the legacy data_type 'gpt0'
12522 on the same table. Using the 'gpt' array data_type, all 'gpt0' related
12523 fetches and actions will apply to the first element of this array.
Emeric Brun877b0b52021-06-30 18:57:49 +020012524
Emeric Brun1a6b7252021-07-01 18:34:48 +020012525 - gpt0 : first General Purpose Tag. It is a positive 32-bit integer
12526 integer which may be used for anything. Most of the time it will be used
12527 to put a special tag on some entries, for instance to note that a
12528 specific behavior was detected and must be known for future matches
12529
Willy Tarreauc9705a12010-07-27 20:05:50 +020012530 - conn_cnt : Connection Count. It is a positive 32-bit integer which counts
12531 the absolute number of connections received from clients which matched
12532 this entry. It does not mean the connections were accepted, just that
12533 they were received.
12534
12535 - conn_cur : Current Connections. It is a positive 32-bit integer which
12536 stores the concurrent connection counts for the entry. It is incremented
12537 once an incoming connection matches the entry, and decremented once the
12538 connection leaves. That way it is possible to know at any time the exact
12539 number of concurrent connections for an entry.
12540
12541 - conn_rate(<period>) : frequency counter (takes 12 bytes). It takes an
12542 integer parameter <period> which indicates in milliseconds the length
12543 of the period over which the average is measured. It reports the average
12544 incoming connection rate over that period, in connections per period. The
12545 result is an integer which can be matched using ACLs.
12546
12547 - sess_cnt : Session Count. It is a positive 32-bit integer which counts
12548 the absolute number of sessions received from clients which matched this
12549 entry. A session is a connection that was accepted by the layer 4 rules.
12550
12551 - sess_rate(<period>) : frequency counter (takes 12 bytes). It takes an
12552 integer parameter <period> which indicates in milliseconds the length
12553 of the period over which the average is measured. It reports the average
12554 incoming session rate over that period, in sessions per period. The
12555 result is an integer which can be matched using ACLs.
12556
12557 - http_req_cnt : HTTP request Count. It is a positive 32-bit integer which
12558 counts the absolute number of HTTP requests received from clients which
12559 matched this entry. It does not matter whether they are valid requests or
12560 not. Note that this is different from sessions when keep-alive is used on
12561 the client side.
12562
12563 - http_req_rate(<period>) : frequency counter (takes 12 bytes). It takes an
12564 integer parameter <period> which indicates in milliseconds the length
12565 of the period over which the average is measured. It reports the average
12566 HTTP request rate over that period, in requests per period. The result is
12567 an integer which can be matched using ACLs. It does not matter whether
12568 they are valid requests or not. Note that this is different from sessions
12569 when keep-alive is used on the client side.
12570
12571 - http_err_cnt : HTTP Error Count. It is a positive 32-bit integer which
12572 counts the absolute number of HTTP requests errors induced by clients
12573 which matched this entry. Errors are counted on invalid and truncated
12574 requests, as well as on denied or tarpitted requests, and on failed
12575 authentications. If the server responds with 4xx, then the request is
12576 also counted as an error since it's an error triggered by the client
Davor Ocelice9ed2812017-12-25 17:49:28 +010012577 (e.g. vulnerability scan).
Willy Tarreauc9705a12010-07-27 20:05:50 +020012578
12579 - http_err_rate(<period>) : frequency counter (takes 12 bytes). It takes an
12580 integer parameter <period> which indicates in milliseconds the length
12581 of the period over which the average is measured. It reports the average
12582 HTTP request error rate over that period, in requests per period (see
12583 http_err_cnt above for what is accounted as an error). The result is an
12584 integer which can be matched using ACLs.
12585
Willy Tarreau826f3ab2021-02-10 12:07:15 +010012586 - http_fail_cnt : HTTP Failure Count. It is a positive 32-bit integer which
12587 counts the absolute number of HTTP response failures induced by servers
12588 which matched this entry. Errors are counted on invalid and truncated
12589 responses, as well as any 5xx response other than 501 or 505. It aims at
12590 being used combined with path or URI to detect service failures.
12591
12592 - http_fail_rate(<period>) : frequency counter (takes 12 bytes). It takes
12593 an integer parameter <period> which indicates in milliseconds the length
12594 of the period over which the average is measured. It reports the average
12595 HTTP response failure rate over that period, in requests per period (see
12596 http_fail_cnt above for what is accounted as a failure). The result is an
12597 integer which can be matched using ACLs.
12598
Willy Tarreauc9705a12010-07-27 20:05:50 +020012599 - bytes_in_cnt : client to server byte count. It is a positive 64-bit
Davor Ocelice9ed2812017-12-25 17:49:28 +010012600 integer which counts the cumulative number of bytes received from clients
Willy Tarreauc9705a12010-07-27 20:05:50 +020012601 which matched this entry. Headers are included in the count. This may be
12602 used to limit abuse of upload features on photo or video servers.
12603
12604 - bytes_in_rate(<period>) : frequency counter (takes 12 bytes). It takes an
12605 integer parameter <period> which indicates in milliseconds the length
12606 of the period over which the average is measured. It reports the average
12607 incoming bytes rate over that period, in bytes per period. It may be used
12608 to detect users which upload too much and too fast. Warning: with large
12609 uploads, it is possible that the amount of uploaded data will be counted
12610 once upon termination, thus causing spikes in the average transfer speed
12611 instead of having a smooth one. This may partially be smoothed with
12612 "option contstats" though this is not perfect yet. Use of byte_in_cnt is
12613 recommended for better fairness.
12614
12615 - bytes_out_cnt : server to client byte count. It is a positive 64-bit
Davor Ocelice9ed2812017-12-25 17:49:28 +010012616 integer which counts the cumulative number of bytes sent to clients which
Willy Tarreauc9705a12010-07-27 20:05:50 +020012617 matched this entry. Headers are included in the count. This may be used
12618 to limit abuse of bots sucking the whole site.
12619
12620 - bytes_out_rate(<period>) : frequency counter (takes 12 bytes). It takes
12621 an integer parameter <period> which indicates in milliseconds the length
12622 of the period over which the average is measured. It reports the average
12623 outgoing bytes rate over that period, in bytes per period. It may be used
12624 to detect users which download too much and too fast. Warning: with large
12625 transfers, it is possible that the amount of transferred data will be
12626 counted once upon termination, thus causing spikes in the average
12627 transfer speed instead of having a smooth one. This may partially be
12628 smoothed with "option contstats" though this is not perfect yet. Use of
12629 byte_out_cnt is recommended for better fairness.
Willy Tarreau08d5f982010-06-06 13:34:54 +020012630
Willy Tarreauc00cdc22010-06-06 16:48:26 +020012631 There is only one stick-table per proxy. At the moment of writing this doc,
12632 it does not seem useful to have multiple tables per proxy. If this happens
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012633 to be required, simply create a dummy backend with a stick-table in it and
12634 reference it.
12635
12636 It is important to understand that stickiness based on learning information
12637 has some limitations, including the fact that all learned associations are
Baptiste Assmann123ff042016-03-06 23:29:28 +010012638 lost upon restart unless peers are properly configured to transfer such
12639 information upon restart (recommended). In general it can be good as a
12640 complement but not always as an exclusive stickiness.
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012641
Willy Tarreauc9705a12010-07-27 20:05:50 +020012642 Last, memory requirements may be important when storing many data types.
12643 Indeed, storing all indicators above at once in each entry requires 116 bytes
12644 per entry, or 116 MB for a 1-million entries table. This is definitely not
12645 something that can be ignored.
12646
12647 Example:
12648 # Keep track of counters of up to 1 million IP addresses over 5 minutes
12649 # and store a general purpose counter and the average connection rate
12650 # computed over a sliding window of 30 seconds.
12651 stick-table type ip size 1m expire 5m store gpc0,conn_rate(30s)
12652
Willy Tarreau4b103022021-02-12 17:59:10 +010012653 See also : "stick match", "stick on", "stick store-request", section 2.5
David du Colombiera13d1b92011-03-17 10:40:22 +010012654 about time format and section 7 about ACLs.
Willy Tarreaub937b7e2010-01-12 15:27:54 +010012655
12656
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012657stick store-response <pattern> [table <table>] [{if | unless} <condition>]
Baptiste Assmann2f2d2ec2016-03-06 23:27:24 +010012658 Define a response pattern used to create an entry in a stickiness table
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012659 May be used in sections : defaults | frontend | listen | backend
12660 no | no | yes | yes
12661
12662 Arguments :
Willy Tarreaube722a22014-06-13 16:31:59 +020012663 <pattern> is a sample expression rule as described in section 7.3. It
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012664 describes what elements of the response or connection will
Davor Ocelice9ed2812017-12-25 17:49:28 +010012665 be analyzed, extracted and stored in the table once a
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012666 server is selected.
12667
12668 <table> is an optional stickiness table name. If unspecified, the same
12669 backend's table is used. A stickiness table is declared using
12670 the "stick-table" statement.
12671
12672 <cond> is an optional storage condition. It makes it possible to store
12673 certain criteria only when some conditions are met (or not met).
12674 For instance, it could be used to store the SSL session ID only
12675 when the response is a SSL server hello.
12676
12677 Some protocols or applications require complex stickiness rules and cannot
12678 always simply rely on cookies nor hashing. The "stick store-response"
12679 statement describes a rule to decide what to extract from the response and
12680 when to do it, in order to store it into a stickiness table for further
12681 requests to match it using the "stick match" statement. Obviously the
12682 extracted part must make sense and have a chance to be matched in a further
Cyril Bonté108cf6e2012-04-21 23:30:29 +020012683 request. Storing an ID found in a header of a response makes sense.
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012684 See section 7 for a complete list of possible patterns and transformation
12685 rules.
12686
12687 The table has to be declared using the "stick-table" statement. It must be of
12688 a type compatible with the pattern. By default it is the one which is present
12689 in the same backend. It is possible to share a table with other backends by
12690 referencing it using the "table" keyword. If another table is referenced,
12691 the server's ID inside the backends are used. By default, all server IDs
12692 start at 1 in each backend, so the server ordering is enough. But in case of
12693 doubt, it is highly recommended to force server IDs using their "id" setting.
12694
12695 It is possible to restrict the conditions where a "stick store-response"
12696 statement will apply, using "if" or "unless" followed by a condition. This
12697 condition will be evaluated while parsing the response, so any criteria can
12698 be used. See section 7 for ACL based conditions.
12699
12700 There is no limit on the number of "stick store-response" statements, but
12701 there is a limit of 8 simultaneous stores per request or response. This
12702 makes it possible to store up to 8 criteria, all extracted from either the
12703 request or the response, regardless of the number of rules. Only the 8 first
12704 ones which match will be kept. Using this, it is possible to feed multiple
12705 tables at once in the hope to increase the chance to recognize a user on
Willy Tarreau9667a802013-12-09 12:52:13 +010012706 another protocol or access method. Using multiple store-response rules with
12707 the same table is possible and may be used to find the best criterion to rely
12708 on, by arranging the rules by decreasing preference order. Only the first
12709 extracted criterion for a given table will be stored. All subsequent store-
12710 response rules referencing the same table will be skipped and their ACLs will
12711 not be evaluated. However, even if a store-request rule references a table, a
12712 store-response rule may also use the same table. This means that each table
12713 may learn exactly one element from the request and one element from the
12714 response at once.
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012715
12716 The table will contain the real server that processed the request.
12717
12718 Example :
12719 # Learn SSL session ID from both request and response and create affinity.
12720 backend https
12721 mode tcp
12722 balance roundrobin
Cyril Bontédc4d9032012-04-08 21:57:39 +020012723 # maximum SSL session ID length is 32 bytes.
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012724 stick-table type binary len 32 size 30k expire 30m
Cyril Bonté108cf6e2012-04-21 23:30:29 +020012725
Christian Ruppert59e66e32022-02-20 22:54:01 +010012726 acl clienthello req.ssl_hello_type 1
12727 acl serverhello rep.ssl_hello_type 2
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012728
12729 # use tcp content accepts to detects ssl client and server hello.
12730 tcp-request inspect-delay 5s
12731 tcp-request content accept if clienthello
12732
12733 # no timeout on response inspect delay by default.
12734 tcp-response content accept if serverhello
Cyril Bonté108cf6e2012-04-21 23:30:29 +020012735
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012736 # SSL session ID (SSLID) may be present on a client or server hello.
12737 # Its length is coded on 1 byte at offset 43 and its value starts
12738 # at offset 44.
12739
12740 # Match and learn on request if client hello.
Christian Ruppert59e66e32022-02-20 22:54:01 +010012741 stick on req.payload_lv(43,1) if clienthello
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012742
12743 # Learn on response if server hello.
Christian Ruppert59e66e32022-02-20 22:54:01 +010012744 stick store-response resp.payload_lv(43,1) if serverhello
Cyril Bontédc4d9032012-04-08 21:57:39 +020012745
Emeric Brun6a1cefa2010-09-24 18:15:17 +020012746 server s1 192.168.1.1:443
12747 server s2 192.168.1.1:443
12748
12749 See also : "stick-table", "stick on", and section 7 about ACLs and pattern
12750 extraction.
12751
12752
Christopher Faulet4f5c2e22020-04-23 15:22:33 +020012753tcp-check comment <string>
12754 Defines a comment for the following the tcp-check rule, reported in logs if
12755 it fails.
12756 May be used in sections : defaults | frontend | listen | backend
12757 yes | no | yes | yes
12758
Christopher Faulet4f5c2e22020-04-23 15:22:33 +020012759 Arguments :
12760 <string> is the comment message to add in logs if the following tcp-check
12761 rule fails.
12762
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020012763 It only works for connect, send and expect rules. It is useful to make
12764 user-friendly error reporting.
12765
Christopher Faulet4f5c2e22020-04-23 15:22:33 +020012766 See also : "option tcp-check", "tcp-check connect", "tcp-check send" and
12767 "tcp-check expect".
12768
12769
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020012770tcp-check connect [default] [port <expr>] [addr <ip>] [send-proxy] [via-socks4]
12771 [ssl] [sni <sni>] [alpn <alpn>] [linger]
Christopher Fauletedc6ed92020-04-23 16:27:59 +020012772 [proto <name>] [comment <msg>]
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012773 Opens a new connection
12774 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet404f9192020-04-09 23:13:54 +020012775 yes | no | yes | yes
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012776
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020012777 Arguments :
Christopher Faulet4f5c2e22020-04-23 15:22:33 +020012778 comment <msg> defines a message to report if the rule evaluation fails.
12779
Christopher Faulet4dce5922020-03-30 13:54:42 +020012780 default Use default options of the server line to do the health
Daniel Corbett67a82712020-07-06 23:01:19 -040012781 checks. The server options are used only if not redefined.
Christopher Faulet4dce5922020-03-30 13:54:42 +020012782
Christopher Fauletb7d30092020-03-30 15:19:03 +020012783 port <expr> if not set, check port or server port is used.
Christopher Faulet5c288742020-03-31 08:15:58 +020012784 It tells HAProxy where to open the connection to.
12785 <port> must be a valid TCP port source integer, from 1 to
Christopher Fauletb7d30092020-03-30 15:19:03 +020012786 65535 or an sample-fetch expression.
Christopher Faulet5c288742020-03-31 08:15:58 +020012787
12788 addr <ip> defines the IP address to do the health check.
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012789
12790 send-proxy send a PROXY protocol string
12791
Christopher Faulet085426a2020-03-30 13:07:02 +020012792 via-socks4 enables outgoing health checks using upstream socks4 proxy.
12793
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012794 ssl opens a ciphered connection
12795
Christopher Faulet79b31d42020-03-30 13:00:05 +020012796 sni <sni> specifies the SNI to use to do health checks over SSL.
12797
Christopher Faulet98572322020-03-30 13:16:44 +020012798 alpn <alpn> defines which protocols to advertise with ALPN. The protocol
12799 list consists in a comma-delimited list of protocol names,
12800 for instance: "http/1.1,http/1.0" (without quotes).
12801 If it is not set, the server ALPN is used.
12802
Christopher Fauletedc6ed92020-04-23 16:27:59 +020012803 proto <name> forces the multiplexer's protocol to use for this connection.
12804 It must be a TCP mux protocol and it must be usable on the
12805 backend side. The list of available protocols is reported in
12806 haproxy -vv.
12807
Christopher Faulet5c288742020-03-31 08:15:58 +020012808 linger cleanly close the connection instead of using a single RST.
Gaetan Rivetf8ba6772020-02-07 15:37:17 +010012809
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020012810 When an application lies on more than a single TCP port or when HAProxy
12811 load-balance many services in a single backend, it makes sense to probe all
12812 the services individually before considering a server as operational.
12813
12814 When there are no TCP port configured on the server line neither server port
12815 directive, then the 'tcp-check connect port <port>' must be the first step
12816 of the sequence.
12817
12818 In a tcp-check ruleset a 'connect' is required, it is also mandatory to start
12819 the ruleset with a 'connect' rule. Purpose is to ensure admin know what they
12820 do.
12821
12822 When a connect must start the ruleset, if may still be preceded by set-var,
12823 unset-var or comment rules.
12824
12825 Examples :
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012826 # check HTTP and HTTPs services on a server.
12827 # first open port 80 thanks to server line port directive, then
12828 # tcp-check opens port 443, ciphered and run a request on it:
12829 option tcp-check
12830 tcp-check connect
12831 tcp-check send GET\ /\ HTTP/1.0\r\n
12832 tcp-check send Host:\ haproxy.1wt.eu\r\n
12833 tcp-check send \r\n
12834 tcp-check expect rstring (2..|3..)
12835 tcp-check connect port 443 ssl
12836 tcp-check send GET\ /\ HTTP/1.0\r\n
12837 tcp-check send Host:\ haproxy.1wt.eu\r\n
12838 tcp-check send \r\n
12839 tcp-check expect rstring (2..|3..)
12840 server www 10.0.0.1 check port 80
12841
12842 # check both POP and IMAP from a single server:
12843 option tcp-check
Gaetan Rivetf8ba6772020-02-07 15:37:17 +010012844 tcp-check connect port 110 linger
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012845 tcp-check expect string +OK\ POP3\ ready
12846 tcp-check connect port 143
12847 tcp-check expect string *\ OK\ IMAP4\ ready
12848 server mail 10.0.0.1 check
12849
12850 See also : "option tcp-check", "tcp-check send", "tcp-check expect"
12851
12852
Christopher Faulet4f5c2e22020-04-23 15:22:33 +020012853tcp-check expect [min-recv <int>] [comment <msg>]
Christopher Fauletec07e382020-04-07 14:56:26 +020012854 [ok-status <st>] [error-status <st>] [tout-status <st>]
Christopher Faulet98cc57c2020-04-01 20:52:31 +020012855 [on-success <fmt>] [on-error <fmt>] [status-code <expr>]
Christopher Fauletcf80f2f2020-04-01 11:04:52 +020012856 [!] <match> <pattern>
Davor Ocelice9ed2812017-12-25 17:49:28 +010012857 Specify data to be collected and analyzed during a generic health check
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012858 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet404f9192020-04-09 23:13:54 +020012859 yes | no | yes | yes
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012860
12861 Arguments :
Christopher Faulet4f5c2e22020-04-23 15:22:33 +020012862 comment <msg> defines a message to report if the rule evaluation fails.
12863
Gaetan Rivet1afd8262020-02-07 15:37:17 +010012864 min-recv is optional and can define the minimum amount of data required to
12865 evaluate the current expect rule. If the number of received bytes
12866 is under this limit, the check will wait for more data. This
12867 option can be used to resolve some ambiguous matching rules or to
12868 avoid executing costly regex matches on content known to be still
12869 incomplete. If an exact string (string or binary) is used, the
12870 minimum between the string length and this parameter is used.
12871 This parameter is ignored if it is set to -1. If the expect rule
12872 does not match, the check will wait for more data. If set to 0,
12873 the evaluation result is always conclusive.
12874
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012875 <match> is a keyword indicating how to look for a specific pattern in the
Gaetan Rivetefab6c62020-02-07 15:37:17 +010012876 response. The keyword may be one of "string", "rstring", "binary" or
12877 "rbinary".
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012878 The keyword may be preceded by an exclamation mark ("!") to negate
12879 the match. Spaces are allowed between the exclamation mark and the
12880 keyword. See below for more details on the supported keywords.
12881
Christopher Fauletec07e382020-04-07 14:56:26 +020012882 ok-status <st> is optional and can be used to set the check status if
12883 the expect rule is successfully evaluated and if it is
12884 the last rule in the tcp-check ruleset. "L7OK", "L7OKC",
Christopher Fauletd888f0f2020-05-07 07:40:17 +020012885 "L6OK" and "L4OK" are supported :
12886 - L7OK : check passed on layer 7
Christopher Faulet83662b52020-11-20 17:47:47 +010012887 - L7OKC : check conditionally passed on layer 7, set
12888 server to NOLB state.
Christopher Fauletd888f0f2020-05-07 07:40:17 +020012889 - L6OK : check passed on layer 6
12890 - L4OK : check passed on layer 4
Christopher Fauletec07e382020-04-07 14:56:26 +020012891 By default "L7OK" is used.
12892
Christopher Fauletcf80f2f2020-04-01 11:04:52 +020012893 error-status <st> is optional and can be used to set the check status if
12894 an error occurred during the expect rule evaluation.
Christopher Faulet83662b52020-11-20 17:47:47 +010012895 "L7OKC", "L7RSP", "L7STS", "L6RSP" and "L4CON" are
12896 supported :
12897 - L7OKC : check conditionally passed on layer 7, set
12898 server to NOLB state.
Christopher Fauletd888f0f2020-05-07 07:40:17 +020012899 - L7RSP : layer 7 invalid response - protocol error
12900 - L7STS : layer 7 response error, for example HTTP 5xx
12901 - L6RSP : layer 6 invalid response - protocol error
12902 - L4CON : layer 1-4 connection problem
12903 By default "L7RSP" is used.
Christopher Fauletcf80f2f2020-04-01 11:04:52 +020012904
Christopher Fauletec07e382020-04-07 14:56:26 +020012905 tout-status <st> is optional and can be used to set the check status if
Christopher Fauletcf80f2f2020-04-01 11:04:52 +020012906 a timeout occurred during the expect rule evaluation.
Christopher Fauletd888f0f2020-05-07 07:40:17 +020012907 "L7TOUT", "L6TOUT", and "L4TOUT" are supported :
12908 - L7TOUT : layer 7 (HTTP/SMTP) timeout
12909 - L6TOUT : layer 6 (SSL) timeout
12910 - L4TOUT : layer 1-4 timeout
Christopher Fauletcf80f2f2020-04-01 11:04:52 +020012911 By default "L7TOUT" is used.
12912
Christopher Fauletbe52b4d2020-04-01 16:30:22 +020012913 on-success <fmt> is optional and can be used to customize the
12914 informational message reported in logs if the expect
12915 rule is successfully evaluated and if it is the last rule
12916 in the tcp-check ruleset. <fmt> is a log-format string.
12917
12918 on-error <fmt> is optional and can be used to customize the
12919 informational message reported in logs if an error
12920 occurred during the expect rule evaluation. <fmt> is a
12921 log-format string.
12922
Christopher Faulet98cc57c2020-04-01 20:52:31 +020012923 status-code <expr> is optional and can be used to set the check status code
12924 reported in logs, on success or on error. <expr> is a
12925 standard HAProxy expression formed by a sample-fetch
12926 followed by some converters.
12927
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012928 <pattern> is the pattern to look for. It may be a string or a regular
12929 expression. If the pattern contains spaces, they must be escaped
12930 with the usual backslash ('\').
12931 If the match is set to binary, then the pattern must be passed as
Davor Ocelice9ed2812017-12-25 17:49:28 +010012932 a series of hexadecimal digits in an even number. Each sequence of
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012933 two digits will represent a byte. The hexadecimal digits may be
12934 used upper or lower case.
12935
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012936 The available matches are intentionally similar to their http-check cousins :
12937
12938 string <string> : test the exact string matches in the response buffer.
12939 A health check response will be considered valid if the
12940 response's buffer contains this exact string. If the
12941 "string" keyword is prefixed with "!", then the response
12942 will be considered invalid if the body contains this
12943 string. This can be used to look for a mandatory pattern
12944 in a protocol response, or to detect a failure when a
12945 specific error appears in a protocol banner.
12946
12947 rstring <regex> : test a regular expression on the response buffer.
12948 A health check response will be considered valid if the
12949 response's buffer matches this expression. If the
12950 "rstring" keyword is prefixed with "!", then the response
12951 will be considered invalid if the body matches the
12952 expression.
12953
Christopher Fauletaaab0832020-05-05 15:54:22 +020012954 string-lf <fmt> : test a log-format string match in the response's buffer.
12955 A health check response will be considered valid if the
12956 response's buffer contains the string resulting of the
12957 evaluation of <fmt>, which follows the log-format rules.
12958 If prefixed with "!", then the response will be
12959 considered invalid if the buffer contains the string.
12960
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012961 binary <hexstring> : test the exact string in its hexadecimal form matches
12962 in the response buffer. A health check response will
12963 be considered valid if the response's buffer contains
12964 this exact hexadecimal string.
12965 Purpose is to match data on binary protocols.
12966
Gaetan Rivetefab6c62020-02-07 15:37:17 +010012967 rbinary <regex> : test a regular expression on the response buffer, like
12968 "rstring". However, the response buffer is transformed
12969 into its hexadecimal form, including NUL-bytes. This
12970 allows using all regex engines to match any binary
12971 content. The hexadecimal transformation takes twice the
12972 size of the original response. As such, the expected
12973 pattern should work on at-most half the response buffer
12974 size.
12975
Christopher Fauletaaab0832020-05-05 15:54:22 +020012976 binary-lf <hexfmt> : test a log-format string in its hexadecimal form
12977 match in the response's buffer. A health check response
12978 will be considered valid if the response's buffer
12979 contains the hexadecimal string resulting of the
12980 evaluation of <fmt>, which follows the log-format
12981 rules. If prefixed with "!", then the response will be
12982 considered invalid if the buffer contains the
12983 hexadecimal string. The hexadecimal string is converted
12984 in a binary string before matching the response's
12985 buffer.
12986
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012987 It is important to note that the responses will be limited to a certain size
Christopher Fauletbb9fb8b2020-11-25 17:20:57 +010012988 defined by the global "tune.bufsize" option, which defaults to 16384 bytes.
Willy Tarreau938c7fe2014-04-25 14:21:39 +020012989 Thus, too large responses may not contain the mandatory pattern when using
12990 "string", "rstring" or binary. If a large response is absolutely required, it
12991 is possible to change the default max size by setting the global variable.
12992 However, it is worth keeping in mind that parsing very large responses can
12993 waste some CPU cycles, especially when regular expressions are used, and that
12994 it is always better to focus the checks on smaller resources. Also, in its
12995 current state, the check will not find any string nor regex past a null
12996 character in the response. Similarly it is not possible to request matching
12997 the null character.
12998
12999 Examples :
13000 # perform a POP check
13001 option tcp-check
13002 tcp-check expect string +OK\ POP3\ ready
13003
13004 # perform an IMAP check
13005 option tcp-check
13006 tcp-check expect string *\ OK\ IMAP4\ ready
13007
13008 # look for the redis master server
13009 option tcp-check
13010 tcp-check send PING\r\n
Baptiste Assmanna3322992015-08-04 10:12:18 +020013011 tcp-check expect string +PONG
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013012 tcp-check send info\ replication\r\n
13013 tcp-check expect string role:master
13014 tcp-check send QUIT\r\n
13015 tcp-check expect string +OK
13016
13017
13018 See also : "option tcp-check", "tcp-check connect", "tcp-check send",
Christopher Fauletbb9fb8b2020-11-25 17:20:57 +010013019 "tcp-check send-binary", "http-check expect", tune.bufsize
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013020
13021
Christopher Fauletb50b3e62020-05-05 18:43:43 +020013022tcp-check send <data> [comment <msg>]
13023tcp-check send-lf <fmt> [comment <msg>]
13024 Specify a string or a log-format string to be sent as a question during a
13025 generic health check
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013026 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet404f9192020-04-09 23:13:54 +020013027 yes | no | yes | yes
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013028
Christopher Faulet4f5c2e22020-04-23 15:22:33 +020013029 Arguments :
13030 comment <msg> defines a message to report if the rule evaluation fails.
13031
Christopher Fauletb50b3e62020-05-05 18:43:43 +020013032 <data> is the string that will be sent during a generic health
13033 check session.
Christopher Faulet16fff672020-04-30 07:50:54 +020013034
Christopher Fauletb50b3e62020-05-05 18:43:43 +020013035 <fmt> is the log-format string that will be sent, once evaluated,
13036 during a generic health check session.
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013037
13038 Examples :
13039 # look for the redis master server
13040 option tcp-check
13041 tcp-check send info\ replication\r\n
13042 tcp-check expect string role:master
13043
13044 See also : "option tcp-check", "tcp-check connect", "tcp-check expect",
Christopher Fauletbb9fb8b2020-11-25 17:20:57 +010013045 "tcp-check send-binary", tune.bufsize
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013046
13047
Christopher Fauletb50b3e62020-05-05 18:43:43 +020013048tcp-check send-binary <hexstring> [comment <msg>]
13049tcp-check send-binary-lf <hexfmt> [comment <msg>]
13050 Specify an hex digits string or an hex digits log-format string to be sent as
13051 a binary question during a raw tcp health check
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013052 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet404f9192020-04-09 23:13:54 +020013053 yes | no | yes | yes
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013054
Christopher Faulet4f5c2e22020-04-23 15:22:33 +020013055 Arguments :
13056 comment <msg> defines a message to report if the rule evaluation fails.
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020013057
Christopher Fauletb50b3e62020-05-05 18:43:43 +020013058 <hexstring> is the hexadecimal string that will be send, once converted
13059 to binary, during a generic health check session.
Christopher Faulet16fff672020-04-30 07:50:54 +020013060
Christopher Fauletb50b3e62020-05-05 18:43:43 +020013061 <hexfmt> is the hexadecimal log-format string that will be send, once
13062 evaluated and converted to binary, during a generic health
13063 check session.
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013064
13065 Examples :
13066 # redis check in binary
13067 option tcp-check
13068 tcp-check send-binary 50494e470d0a # PING\r\n
13069 tcp-check expect binary 2b504F4e47 # +PONG
13070
13071
13072 See also : "option tcp-check", "tcp-check connect", "tcp-check expect",
Christopher Fauletbb9fb8b2020-11-25 17:20:57 +010013073 "tcp-check send", tune.bufsize
Willy Tarreau938c7fe2014-04-25 14:21:39 +020013074
13075
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010013076tcp-check set-var(<var-name>[,<cond>...]) <expr>
13077tcp-check set-var-fmt(<var-name>[,<cond>...]) <fmt>
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013078 This operation sets the content of a variable. The variable is declared inline.
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013079 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet404f9192020-04-09 23:13:54 +020013080 yes | no | yes | yes
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013081
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020013082 Arguments :
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013083 <var-name> The name of the variable starts with an indication about its
13084 scope. The scopes allowed for tcp-check are:
13085 "proc" : the variable is shared with the whole process.
13086 "sess" : the variable is shared with the tcp-check session.
13087 "check": the variable is declared for the lifetime of the tcp-check.
13088 This prefix is followed by a name. The separator is a '.'.
13089 The name may only contain characters 'a-z', 'A-Z', '0-9', '.',
13090 and '-'.
13091
Remi Tricot-Le Breton164726c2021-12-16 17:14:40 +010013092 <cond> A set of conditions that must all be true for the variable to
13093 actually be set (such as "ifnotempty", "ifgt" ...). See the
Ilya Shipitsin5e87bcf2021-12-25 11:45:52 +050013094 set-var converter's description for a full list of possible
Remi Tricot-Le Breton164726c2021-12-16 17:14:40 +010013095 conditions.
13096
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013097 <expr> Is a sample-fetch expression potentially followed by converters.
13098
Willy Tarreau9a621ae2021-09-02 21:00:38 +020013099 <fmt> This is the value expressed using log-format rules (see Custom
13100 Log Format in section 8.2.4).
13101
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020013102 Examples :
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013103 tcp-check set-var(check.port) int(1234)
Willy Tarreau9a621ae2021-09-02 21:00:38 +020013104 tcp-check set-var-fmt(check.name) "%H"
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013105
13106
13107tcp-check unset-var(<var-name>)
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013108 Free a reference to a variable within its scope.
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013109 May be used in sections: defaults | frontend | listen | backend
Christopher Faulet404f9192020-04-09 23:13:54 +020013110 yes | no | yes | yes
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013111
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020013112 Arguments :
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013113 <var-name> The name of the variable starts with an indication about its
13114 scope. The scopes allowed for tcp-check are:
13115 "proc" : the variable is shared with the whole process.
13116 "sess" : the variable is shared with the tcp-check session.
13117 "check": the variable is declared for the lifetime of the tcp-check.
13118 This prefix is followed by a name. The separator is a '.'.
13119 The name may only contain characters 'a-z', 'A-Z', '0-9', '.',
13120 and '-'.
13121
Christopher Fauletc52ea4d2020-04-23 15:43:35 +020013122 Examples :
Gaetan Rivet0c39ecc2020-02-24 17:34:11 +010013123 tcp-check unset-var(check.port)
13124
13125
Christopher Faulet71d18922021-10-14 08:18:50 +020013126tcp-request connection <action> <options...> [ { if | unless } <condition> ]
Willy Tarreaue9656522010-08-17 15:40:09 +020013127 Perform an action on an incoming connection depending on a layer 4 condition
Willy Tarreau1a687942010-05-23 22:40:30 +020013128 May be used in sections : defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +020013129 yes(!) | yes | yes | no
Willy Tarreaue9656522010-08-17 15:40:09 +020013130 Arguments :
Willy Tarreauc870bfd2015-09-28 18:47:38 +020013131 <action> defines the action to perform if the condition applies. See
13132 below.
Willy Tarreau1a687942010-05-23 22:40:30 +020013133
Willy Tarreaue9656522010-08-17 15:40:09 +020013134 <condition> is a standard layer4-only ACL-based condition (see section 7).
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013135
13136 Immediately after acceptance of a new incoming connection, it is possible to
13137 evaluate some conditions to decide whether this connection must be accepted
Willy Tarreaue9656522010-08-17 15:40:09 +020013138 or dropped or have its counters tracked. Those conditions cannot make use of
13139 any data contents because the connection has not been read from yet, and the
13140 buffers are not yet allocated. This is used to selectively and very quickly
13141 accept or drop connections from various sources with a very low overhead. If
13142 some contents need to be inspected in order to take the decision, the
13143 "tcp-request content" statements must be used instead.
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013144
Willy Tarreaue9656522010-08-17 15:40:09 +020013145 The "tcp-request connection" rules are evaluated in their exact declaration
13146 order. If no rule matches or if there is no rule, the default action is to
13147 accept the incoming connection. There is no specific limit to the number of
Christopher Faulet71d18922021-10-14 08:18:50 +020013148 rules which may be inserted. Any rule may optionally be followed by an
13149 ACL-based condition, in which case it will only be evaluated if the condition
13150 is true.
13151
13152 The first keyword is the rule's action. Several types of actions are
13153 supported:
13154 - accept
13155 - expect-netscaler-cip layer4
13156 - expect-proxy layer4
13157 - reject
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +010013158 - sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
Christopher Faulet71d18922021-10-14 08:18:50 +020013159 - sc-inc-gpc(<idx>,<sc-id>)
13160 - sc-inc-gpc0(<sc-id>)
13161 - sc-inc-gpc1(<sc-id>)
13162 - sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
13163 - sc-set-gpt0(<sc-id>) { <int> | <expr> }
13164 - set-dst <expr>
13165 - set-dst-port <expr>
13166 - set-mark <mark>
13167 - set-src <expr>
13168 - set-src-port <expr>
13169 - set-tos <tos>
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010013170 - set-var(<var-name>[,<cond>...]) <expr>
13171 - set-var-fmt(<var-name>[,<cond>...]) <fmt>
Mathias Weiersmueller2fb47af2023-01-09 13:52:06 +010013172 - silent-drop [ rst-ttl <ttl> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013173 - track-sc0 <key> [table <table>]
13174 - track-sc1 <key> [table <table>]
13175 - track-sc2 <key> [table <table>]
Jaroslaw Rzeszótkoc8637032021-11-02 16:56:05 +010013176 - unset-var(<var-name>)
Christopher Faulet71d18922021-10-14 08:18:50 +020013177
13178 The supported actions are described below.
13179
13180 There is no limit to the number of "tcp-request connection" statements per
13181 instance.
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013182
Christopher Faulet6e0425b2021-10-13 19:27:38 +020013183 This directive is only available from named defaults sections, not anonymous
13184 ones. Rules defined in the defaults section are evaluated before ones in the
13185 associated proxy section. To avoid ambiguities, in this case the same
13186 defaults section cannot be used by proxies with the frontend capability and
13187 by proxies with the backend capability. It means a listen section cannot use
13188 a defaults section defining such rules.
13189
Christopher Faulet71d18922021-10-14 08:18:50 +020013190 Note that the "if/unless" condition is optional. If no condition is set on
13191 the action, it is simply performed unconditionally. That can be useful for
13192 "track-sc*" actions as well as for changing the default action to a reject.
Thierry FOURNIER236657b2015-08-19 08:25:14 +020013193
Christopher Faulet71d18922021-10-14 08:18:50 +020013194 Example: accept all connections from white-listed hosts, reject too fast
13195 connection without counting them, and track accepted connections.
13196 This results in connection rate being capped from abusive sources.
Christopher Faulet469c06c2021-06-25 15:11:35 +020013197
Christopher Faulet71d18922021-10-14 08:18:50 +020013198 tcp-request connection accept if { src -f /etc/haproxy/whitelist.lst }
13199 tcp-request connection reject if { src_conn_rate gt 10 }
13200 tcp-request connection track-sc0 src
William Lallemand2e785f22016-05-25 01:48:42 +020013201
Christopher Faulet71d18922021-10-14 08:18:50 +020013202 Example: accept all connections from white-listed hosts, count all other
13203 connections and reject too fast ones. This results in abusive ones
13204 being blocked as long as they don't slow down.
William Lallemand2e785f22016-05-25 01:48:42 +020013205
Christopher Faulet71d18922021-10-14 08:18:50 +020013206 tcp-request connection accept if { src -f /etc/haproxy/whitelist.lst }
13207 tcp-request connection track-sc0 src
13208 tcp-request connection reject if { sc0_conn_rate gt 10 }
William Lallemand2e785f22016-05-25 01:48:42 +020013209
Christopher Faulet71d18922021-10-14 08:18:50 +020013210 Example: enable the PROXY protocol for traffic coming from all known proxies.
William Lallemand2e785f22016-05-25 01:48:42 +020013211
Christopher Faulet71d18922021-10-14 08:18:50 +020013212 tcp-request connection expect-proxy layer4 if { src -f proxies.lst }
William Lallemand44be6402016-05-25 01:51:35 +020013213
Christopher Faulet71d18922021-10-14 08:18:50 +020013214 See section 7 about ACL usage.
William Lallemand44be6402016-05-25 01:51:35 +020013215
Christopher Faulet71d18922021-10-14 08:18:50 +020013216 See also : "tcp-request session", "tcp-request content", "stick-table"
William Lallemand44be6402016-05-25 01:51:35 +020013217
Christopher Faulet71d18922021-10-14 08:18:50 +020013218tcp-request connection accept [ { if | unless } <condition> ]
William Lallemand44be6402016-05-25 01:51:35 +020013219
Christopher Faulet71d18922021-10-14 08:18:50 +020013220 This is used to accept the connection. No further "tcp-request connection"
13221 rules are evaluated.
William Lallemand13e9b0c2016-05-25 02:34:07 +020013222
Christopher Faulet71d18922021-10-14 08:18:50 +020013223tcp-request connection expect-netscaler-cip layer4
13224 [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +020013225
Christopher Faulet71d18922021-10-14 08:18:50 +020013226 This configures the client-facing connection to receive a NetScaler Client IP
13227 insertion protocol header before any byte is read from the socket. This is
13228 equivalent to having the "accept-netscaler-cip" keyword on the "bind" line,
13229 except that using the TCP rule allows the PROXY protocol to be accepted only
13230 for certain IP address ranges using an ACL. This is convenient when multiple
13231 layers of load balancers are passed through by traffic coming from public
13232 hosts.
William Lallemand13e9b0c2016-05-25 02:34:07 +020013233
Christopher Faulet71d18922021-10-14 08:18:50 +020013234tcp-request connection expect-proxy layer4 [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +020013235
Christopher Faulet71d18922021-10-14 08:18:50 +020013236 This configures the client-facing connection to receive a PROXY protocol
13237 header before any byte is read from the socket. This is equivalent to having
13238 the "accept-proxy" keyword on the "bind" line, except that using the TCP rule
13239 allows the PROXY protocol to be accepted only for certain IP address ranges
13240 using an ACL. This is convenient when multiple layers of load balancers are
13241 passed through by traffic coming from public hosts.
Willy Tarreau0c630532016-10-21 17:52:58 +020013242
Christopher Faulet71d18922021-10-14 08:18:50 +020013243tcp-request connection reject [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +020013244
Christopher Faulet71d18922021-10-14 08:18:50 +020013245 This is used to reject the connection. No further "tcp-request connection"
13246 rules are evaluated. Rejected connections do not even become a session, which
13247 is why they are accounted separately for in the stats, as "denied
13248 connections". They are not considered for the session rate-limit and are not
13249 logged either. The reason is that these rules should only be used to filter
13250 extremely high connection rates such as the ones encountered during a massive
13251 DDoS attack. Under these extreme conditions, the simple action of logging
13252 each event would make the system collapse and would considerably lower the
13253 filtering capacity. If logging is absolutely desired, then "tcp-request
13254 content" rules should be used instead, as "tcp-request session" rules will
13255 not log either.
William Lallemand13e9b0c2016-05-25 02:34:07 +020013256
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +010013257tcp-request connection sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
13258 [ { if | unless } <condition> ]
13259
13260 This action increments the General Purpose Counter according to the sticky
13261 counter designated by <sc-id>. Please refer to "http-request sc-add-gpc" for
13262 a complete description.
13263
Christopher Faulet71d18922021-10-14 08:18:50 +020013264tcp-request connection sc-inc-gpc(<idx>,<sc-id>) [ { if | unless } <condition> ]
13265tcp-request connection sc-inc-gpc0(<sc-id>) [ { if | unless } <condition> ]
13266tcp-request connection sc-inc-gpc1(<sc-id>) [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +020013267
Christopher Faulet71d18922021-10-14 08:18:50 +020013268 These actions increment the General Purppose Counters according to the sticky
13269 counter designated by <sc-id>. Please refer to "http-request sc-inc-gpc",
13270 "http-request sc-inc-gpc0" and "http-request sc-inc-gpc1" for a complete
13271 description.
William Lallemand13e9b0c2016-05-25 02:34:07 +020013272
Christopher Faulet71d18922021-10-14 08:18:50 +020013273tcp-request connection sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
13274 [ { if | unless } <condition> ]
13275tcp-request connection sc-set-gpt0(<sc-id>) { <int> | <expr> }
13276 [ { if | unless } <condition> ]
William Lallemand13e9b0c2016-05-25 02:34:07 +020013277
Christopher Faulet71d18922021-10-14 08:18:50 +020013278 These actions set the 32-bit unsigned General Purpose Tags according to the
13279 sticky counter designated by <sc-id>. Please refer to "http-request
Johannes Naabc7899802023-08-10 14:10:37 +020013280 sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
Willy Tarreau0c630532016-10-21 17:52:58 +020013281
Christopher Faulet71d18922021-10-14 08:18:50 +020013282tcp-request connection set-dst <expr> [ { if | unless } <condition> ]
13283tcp-request connection set-dst-port <expr> [ { if | unless } <condition> ]
Christopher Faulet469c06c2021-06-25 15:11:35 +020013284
Christopher Faulet71d18922021-10-14 08:18:50 +020013285 These actions are used to set the destination IP/Port address to the value of
13286 specified expression. Please refer to "http-request set-dst" and
13287 "http-request set-dst-port" for a complete description.
Christopher Faulet469c06c2021-06-25 15:11:35 +020013288
Christopher Faulet71d18922021-10-14 08:18:50 +020013289tcp-request connection set-mark <mark> [ { if | unless } <condition> ]
Willy Tarreau2d392c22015-08-24 01:43:45 +020013290
Christopher Faulet71d18922021-10-14 08:18:50 +020013291 This action is used to set the Netfilter/IPFW MARK in all packets sent to the
13292 client to the value passed in <mark> on platforms which support it. Please
13293 refer to "http-request set-mark" for a complete description.
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013294
Christopher Faulet71d18922021-10-14 08:18:50 +020013295tcp-request connection set-src <expr> [ { if | unless } <condition> ]
13296tcp-request connection set-src-port <expr> [ { if | unless } <condition> ]
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013297
Christopher Faulet71d18922021-10-14 08:18:50 +020013298 These actions are used to set the source IP/Port address to the value of
13299 specified expression. Please refer to "http-request set-src" and
13300 "http-request set-src-port" for a complete description.
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013301
Christopher Faulet71d18922021-10-14 08:18:50 +020013302tcp-request connection set-tos <tos> [ { if | unless } <condition> ]
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013303
Christopher Faulet71d18922021-10-14 08:18:50 +020013304 This is used to set the TOS or DSCP field value of packets sent to the client
13305 to the value passed in <tos> on platforms which support this. Please refer to
13306 "http-request set-tos" for a complete description.
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013307
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010013308tcp-request connection set-var(<var-name>[,<cond>...]) <expr> [ { if | unless } <condition> ]
13309tcp-request connection set-var-fmt(<var-name>[,<cond>...]) <fmt> [ { if | unless } <condition> ]
Jaroslaw Rzeszótkoc8637032021-11-02 16:56:05 +010013310
13311 This is used to set the contents of a variable. The variable is declared
13312 inline. "tcp-request connection" can set variables in the "proc" and "sess"
13313 scopes. Please refer to "http-request set-var" and "http-request set-var-fmt"
13314 for a complete description.
13315
Mathias Weiersmuellerd9b71742022-11-19 00:07:56 +010013316tcp-request connection silent-drop [ rst-ttl <ttl> ] [ { if | unless } <condition> ]
Willy Tarreau4f0d9192013-06-11 20:40:55 +020013317
Christopher Faulet71d18922021-10-14 08:18:50 +020013318 This stops the evaluation of the rules and makes the client-facing connection
13319 suddenly disappear using a system-dependent way that tries to prevent the
13320 client from being notified. Please refer to "http-request silent-drop" for a
13321 complete description.
Willy Tarreau4f0d9192013-06-11 20:40:55 +020013322
Christopher Faulet71d18922021-10-14 08:18:50 +020013323tcp-request connection track-sc0 <key> [table <table>] [ { if | unless } <condition> ]
13324tcp-request connection track-sc1 <key> [table <table>] [ { if | unless } <condition> ]
13325tcp-request connection track-sc2 <key> [table <table>] [ { if | unless } <condition> ]
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013326
Christopher Faulet71d18922021-10-14 08:18:50 +020013327 This enables tracking of sticky counters from current connection. Please
13328 refer to "http-request track-sc0", "http-request track-sc1" and "http-request
13329 track-sc2" for a complete description.
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013330
Jaroslaw Rzeszótkoc8637032021-11-02 16:56:05 +010013331tcp-request connection unset-var(<var-name>) [ { if | unless } <condition> ]
13332
13333 This is used to unset a variable. Please refer to "http-request set-var" for
13334 details about variables.
13335
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013336
Willy Tarreaue9656522010-08-17 15:40:09 +020013337tcp-request content <action> [{if | unless} <condition>]
13338 Perform an action on a new session depending on a layer 4-7 condition
Willy Tarreau62644772008-07-16 18:36:06 +020013339 May be used in sections : defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +020013340 yes(!) | yes | yes | yes
Willy Tarreaue9656522010-08-17 15:40:09 +020013341 Arguments :
Willy Tarreauc870bfd2015-09-28 18:47:38 +020013342 <action> defines the action to perform if the condition applies. See
13343 below.
Willy Tarreau62644772008-07-16 18:36:06 +020013344
Willy Tarreaue9656522010-08-17 15:40:09 +020013345 <condition> is a standard layer 4-7 ACL-based condition (see section 7).
Willy Tarreau62644772008-07-16 18:36:06 +020013346
Davor Ocelice9ed2812017-12-25 17:49:28 +010013347 A request's contents can be analyzed at an early stage of request processing
Willy Tarreaue9656522010-08-17 15:40:09 +020013348 called "TCP content inspection". During this stage, ACL-based rules are
13349 evaluated every time the request contents are updated, until either an
Christopher Fauletae863c62021-03-15 12:03:44 +010013350 "accept", a "reject" or a "switch-mode" rule matches, or the TCP request
13351 inspection delay expires with no matching rule.
Willy Tarreau62644772008-07-16 18:36:06 +020013352
Willy Tarreaue9656522010-08-17 15:40:09 +020013353 The first difference between these rules and "tcp-request connection" rules
13354 is that "tcp-request content" rules can make use of contents to take a
13355 decision. Most often, these decisions will consider a protocol recognition or
13356 validity. The second difference is that content-based rules can be used in
Willy Tarreauf3338342014-01-28 21:40:28 +010013357 both frontends and backends. In case of HTTP keep-alive with the client, all
Daniel Corbett9f0843f2021-05-08 10:50:37 -040013358 tcp-request content rules are evaluated again, so HAProxy keeps a record of
Willy Tarreauf3338342014-01-28 21:40:28 +010013359 what sticky counters were assigned by a "tcp-request connection" versus a
13360 "tcp-request content" rule, and flushes all the content-related ones after
13361 processing an HTTP request, so that they may be evaluated again by the rules
13362 being evaluated again for the next request. This is of particular importance
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030013363 when the rule tracks some L7 information or when it is conditioned by an
Willy Tarreauf3338342014-01-28 21:40:28 +010013364 L7-based ACL, since tracking may change between requests.
Willy Tarreau62644772008-07-16 18:36:06 +020013365
Willy Tarreaue9656522010-08-17 15:40:09 +020013366 Content-based rules are evaluated in their exact declaration order. If no
13367 rule matches or if there is no rule, the default action is to accept the
13368 contents. There is no specific limit to the number of rules which may be
13369 inserted.
Willy Tarreau62644772008-07-16 18:36:06 +020013370
Christopher Faulet71d18922021-10-14 08:18:50 +020013371 The first keyword is the rule's action. Several types of actions are
13372 supported:
13373 - accept
13374 - capture <sample> len <length>
13375 - do-resolve(<var>,<resolvers>,[ipv4,ipv6]) <expr>
13376 - reject
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +010013377 - sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
Emeric Brun4d7ada82021-06-30 19:04:16 +020013378 - sc-inc-gpc(<idx>,<sc-id>)
Thierry FOURNIERe0627bd2015-08-04 08:20:33 +020013379 - sc-inc-gpc0(<sc-id>)
Frédéric Lécaille6778b272018-01-29 15:22:53 +010013380 - sc-inc-gpc1(<sc-id>)
Emeric Brun877b0b52021-06-30 18:57:49 +020013381 - sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
Cédric Dufour0d7712d2019-11-06 18:38:53 +010013382 - sc-set-gpt0(<sc-id>) { <int> | <expr> }
Christopher Faulet71d18922021-10-14 08:18:50 +020013383 - send-spoe-group <engine-name> <group-name>
Christopher Fauletda2e1172023-01-13 15:33:32 +010013384 - set-bandwidth-limit <name> [limit {<expr> | <size>}] [period {<expr> | <time>}]
Baptiste Assmanne1afd4f2019-04-18 16:21:13 +020013385 - set-dst <expr>
13386 - set-dst-port <expr>
Christopher Faulet551a6412021-06-25 14:35:29 +020013387 - set-log-level <level>
Christopher Faulet469c06c2021-06-25 15:11:35 +020013388 - set-mark <mark>
Christopher Faulet1da374a2021-06-25 14:46:02 +020013389 - set-nice <nice>
Christopher Faulet71d18922021-10-14 08:18:50 +020013390 - set-priority-class <expr>
13391 - set-priority-offset <expr>
Christopher Faulet1e83b702021-06-23 12:07:21 +020013392 - set-src <expr>
13393 - set-src-port <expr>
Christopher Faulet469c06c2021-06-25 15:11:35 +020013394 - set-tos <tos>
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010013395 - set-var(<var-name>[,<cond>...]) <expr>
13396 - set-var-fmt(<var-name>[,<cond>...]) <fmt>
Mathias Weiersmueller2fb47af2023-01-09 13:52:06 +010013397 - silent-drop [ rst-ttl <ttl> ]
Christopher Fauletae863c62021-03-15 12:03:44 +010013398 - switch-mode http [ proto <name> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013399 - track-sc0 <key> [table <table>]
13400 - track-sc1 <key> [table <table>]
13401 - track-sc2 <key> [table <table>]
Christopher Faulet85d79c92016-11-09 16:54:56 +010013402 - unset-var(<var-name>)
Christopher Faulet579d83b2019-11-22 15:34:17 +010013403 - use-service <service-name>
Willy Tarreau62644772008-07-16 18:36:06 +020013404
Christopher Faulet71d18922021-10-14 08:18:50 +020013405 The supported actions are described below.
Willy Tarreau62644772008-07-16 18:36:06 +020013406
Willy Tarreauf3338342014-01-28 21:40:28 +010013407 While there is nothing mandatory about it, it is recommended to use the
13408 track-sc0 in "tcp-request connection" rules, track-sc1 for "tcp-request
13409 content" rules in the frontend, and track-sc2 for "tcp-request content"
13410 rules in the backend, because that makes the configuration more readable
13411 and easier to troubleshoot, but this is just a guideline and all counters
13412 may be used everywhere.
Willy Tarreau62644772008-07-16 18:36:06 +020013413
Christopher Faulet71d18922021-10-14 08:18:50 +020013414 This directive is only available from named defaults sections, not anonymous
13415 ones. Rules defined in the defaults section are evaluated before ones in the
13416 associated proxy section. To avoid ambiguities, in this case the same
13417 defaults section cannot be used by proxies with the frontend capability and
13418 by proxies with the backend capability. It means a listen section cannot use
13419 a defaults section defining such rules.
13420
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010013421 Note that the "if/unless" condition is optional. If no condition is set on
Willy Tarreaue9656522010-08-17 15:40:09 +020013422 the action, it is simply performed unconditionally. That can be useful for
13423 "track-sc*" actions as well as for changing the default action to a reject.
Willy Tarreau62644772008-07-16 18:36:06 +020013424
Christopher Faulet2079a4a2020-10-02 11:48:57 +020013425 Note also that it is recommended to use a "tcp-request session" rule to track
13426 information that does *not* depend on Layer 7 contents, especially for HTTP
13427 frontends. Some HTTP processing are performed at the session level and may
13428 lead to an early rejection of the requests. Thus, the tracking at the content
13429 level may be disturbed in such case. A warning is emitted during startup to
13430 prevent, as far as possible, such unreliable usage.
13431
Willy Tarreaue9656522010-08-17 15:40:09 +020013432 It is perfectly possible to match layer 7 contents with "tcp-request content"
Christopher Faulet7ea509e2020-10-02 11:38:46 +020013433 rules from a TCP proxy, since HTTP-specific ACL matches are able to
13434 preliminarily parse the contents of a buffer before extracting the required
13435 data. If the buffered contents do not parse as a valid HTTP message, then the
13436 ACL does not match. The parser which is involved there is exactly the same
13437 as for all other HTTP processing, so there is no risk of parsing something
13438 differently. In an HTTP frontend or an HTTP backend, it is guaranteed that
13439 HTTP contents will always be immediately present when the rule is evaluated
13440 first because the HTTP parsing is performed in the early stages of the
13441 connection processing, at the session level. But for such proxies, using
13442 "http-request" rules is much more natural and recommended.
Willy Tarreau62644772008-07-16 18:36:06 +020013443
Willy Tarreau5d5b5d82012-12-09 12:00:04 +010013444 Tracking layer7 information is also possible provided that the information
Willy Tarreau4d54c7c2014-09-16 15:48:15 +020013445 are present when the rule is processed. The rule processing engine is able to
13446 wait until the inspect delay expires when the data to be tracked is not yet
13447 available.
Willy Tarreau5d5b5d82012-12-09 12:00:04 +010013448
Christopher Faulet579d83b2019-11-22 15:34:17 +010013449 Example:
Aurelien DARRAGONd49b5592022-10-05 18:09:33 +020013450 tcp-request content use-service lua.deny if { src -f /etc/haproxy/blacklist.lst }
Christopher Faulet579d83b2019-11-22 15:34:17 +010013451
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020013452 Example:
13453
13454 tcp-request content set-var(sess.my_var) src
Willy Tarreau9a621ae2021-09-02 21:00:38 +020013455 tcp-request content set-var-fmt(sess.from) %[src]:%[src_port]
Christopher Faulet85d79c92016-11-09 16:54:56 +010013456 tcp-request content unset-var(sess.my_var2)
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020013457
Willy Tarreau62644772008-07-16 18:36:06 +020013458 Example:
Willy Tarreaue9656522010-08-17 15:40:09 +020013459 # Accept HTTP requests containing a Host header saying "example.com"
Christopher Fauletae863c62021-03-15 12:03:44 +010013460 # and reject everything else. (Only works for HTTP/1 connections)
Willy Tarreaue9656522010-08-17 15:40:09 +020013461 acl is_host_com hdr(Host) -i example.com
13462 tcp-request inspect-delay 30s
Willy Tarreauc0239e02012-04-16 14:42:55 +020013463 tcp-request content accept if is_host_com
Willy Tarreaue9656522010-08-17 15:40:09 +020013464 tcp-request content reject
13465
Christopher Fauletae863c62021-03-15 12:03:44 +010013466 # Accept HTTP requests containing a Host header saying "example.com"
13467 # and reject everything else. (works for HTTP/1 and HTTP/2 connections)
13468 acl is_host_com hdr(Host) -i example.com
13469 tcp-request inspect-delay 5s
13470 tcp-request switch-mode http if HTTP
13471 tcp-request reject # non-HTTP traffic is implicit here
13472 ...
13473 http-request reject unless is_host_com
13474
Willy Tarreaue9656522010-08-17 15:40:09 +020013475 Example:
Willy Tarreau62644772008-07-16 18:36:06 +020013476 # reject SMTP connection if client speaks first
13477 tcp-request inspect-delay 30s
Christian Ruppert59e66e32022-02-20 22:54:01 +010013478 acl content_present req.len gt 0
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013479 tcp-request content reject if content_present
Willy Tarreau62644772008-07-16 18:36:06 +020013480
13481 # Forward HTTPS connection only if client speaks
13482 tcp-request inspect-delay 30s
Christian Ruppert59e66e32022-02-20 22:54:01 +010013483 acl content_present req.len gt 0
Willy Tarreau68c03ab2010-08-06 15:08:45 +020013484 tcp-request content accept if content_present
Willy Tarreaue9656522010-08-17 15:40:09 +020013485 tcp-request content reject
13486
Willy Tarreau5d5b5d82012-12-09 12:00:04 +010013487 Example:
Jarno Huuskonene5ae7022017-04-03 14:36:21 +030013488 # Track the last IP(stick-table type string) from X-Forwarded-For
Willy Tarreau5d5b5d82012-12-09 12:00:04 +010013489 tcp-request inspect-delay 10s
Willy Tarreau4d54c7c2014-09-16 15:48:15 +020013490 tcp-request content track-sc0 hdr(x-forwarded-for,-1)
Jarno Huuskonene5ae7022017-04-03 14:36:21 +030013491 # Or track the last IP(stick-table type ip|ipv6) from X-Forwarded-For
13492 tcp-request content track-sc0 req.hdr_ip(x-forwarded-for,-1)
Willy Tarreau5d5b5d82012-12-09 12:00:04 +010013493
13494 Example:
13495 # track request counts per "base" (concatenation of Host+URL)
13496 tcp-request inspect-delay 10s
Willy Tarreau4d54c7c2014-09-16 15:48:15 +020013497 tcp-request content track-sc0 base table req-rate
Willy Tarreau5d5b5d82012-12-09 12:00:04 +010013498
Willy Tarreaue9656522010-08-17 15:40:09 +020013499 Example: track per-frontend and per-backend counters, block abusers at the
Jarno Huuskonene5ae7022017-04-03 14:36:21 +030013500 frontend when the backend detects abuse(and marks gpc0).
Willy Tarreaue9656522010-08-17 15:40:09 +020013501
13502 frontend http
Davor Ocelice9ed2812017-12-25 17:49:28 +010013503 # Use General Purpose Counter 0 in SC0 as a global abuse counter
Willy Tarreaue9656522010-08-17 15:40:09 +020013504 # protecting all our sites
13505 stick-table type ip size 1m expire 5m store gpc0
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020013506 tcp-request connection track-sc0 src
13507 tcp-request connection reject if { sc0_get_gpc0 gt 0 }
Willy Tarreaue9656522010-08-17 15:40:09 +020013508 ...
13509 use_backend http_dynamic if { path_end .php }
13510
13511 backend http_dynamic
13512 # if a source makes too fast requests to this dynamic site (tracked
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020013513 # by SC1), block it globally in the frontend.
Willy Tarreaue9656522010-08-17 15:40:09 +020013514 stick-table type ip size 1m expire 5m store http_req_rate(10s)
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020013515 acl click_too_fast sc1_http_req_rate gt 10
Jarno Huuskonene5ae7022017-04-03 14:36:21 +030013516 acl mark_as_abuser sc0_inc_gpc0(http) gt 0
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020013517 tcp-request content track-sc1 src
Willy Tarreaue9656522010-08-17 15:40:09 +020013518 tcp-request content reject if click_too_fast mark_as_abuser
Willy Tarreau62644772008-07-16 18:36:06 +020013519
Willy Tarreauc57f0e22009-05-10 13:12:33 +020013520 See section 7 about ACL usage.
Willy Tarreau62644772008-07-16 18:36:06 +020013521
Jarno Huuskonen95b012b2017-04-06 13:59:14 +030013522 See also : "tcp-request connection", "tcp-request session",
13523 "tcp-request inspect-delay", and "http-request".
Willy Tarreau62644772008-07-16 18:36:06 +020013524
Christopher Faulet71d18922021-10-14 08:18:50 +020013525tcp-request content accept [ { if | unless } <condition> ]
13526
13527 This is used to accept the connection. No further "tcp-request content"
Christopher Faulet27025602021-11-09 17:58:12 +010013528 rules are evaluated for the current section.
Christopher Faulet71d18922021-10-14 08:18:50 +020013529
13530tcp-request content capture <sample> len <length>
13531 [ { if | unless } <condition> ]
13532
13533 This captures sample expression <sample> from the request buffer, and
13534 converts it to a string of at most <len> characters. The resulting string is
13535 stored into the next request "capture" slot, so it will possibly appear next
13536 to some captured HTTP headers. It will then automatically appear in the logs,
13537 and it will be possible to extract it using sample fetch rules to feed it
13538 into headers or anything. The length should be limited given that this size
13539 will be allocated for each capture during the whole session life. Please
13540 check section 7.3 (Fetching samples) and "capture request header" for more
13541 information.
13542
13543tcp-request content do-resolve(<var>,<resolvers>,[ipv4,ipv6]) <expr>
13544
13545 This action performs a DNS resolution of the output of <expr> and stores the
13546 result in the variable <var>. Please refer to "http-request do-resolve" for a
13547 complete description.
13548
13549tcp-request content reject [ { if | unless } <condition> ]
13550
13551 This is used to reject the connection. No further "tcp-request content" rules
13552 are evaluated.
13553
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +010013554tcp-request content sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
13555 [ { if | unless } <condition> ]
13556
13557 This action increments the General Purpose Counter according to the sticky
13558 counter designated by <sc-id>. Please refer to "http-request sc-add-gpc" for
13559 a complete description.
13560
Christopher Faulet71d18922021-10-14 08:18:50 +020013561tcp-request content sc-inc-gpc(<idx>,<sc-id>) [ { if | unless } <condition> ]
13562tcp-request content sc-inc-gpc0(<sc-id>) [ { if | unless } <condition> ]
13563tcp-request content sc-inc-gpc1(<sc-id>) [ { if | unless } <condition> ]
13564
13565 These actions increment the General Purppose Counters according to the sticky
13566 counter designated by <sc-id>. Please refer to "http-request sc-inc-gpc",
13567 "http-request sc-inc-gpc0" and "http-request sc-inc-gpc1" for a complete
13568 description.
13569
13570tcp-request content sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
13571 [ { if | unless } <condition> ]
13572tcp-request content sc-set-gpt0(<sc-id>) { <int> | <expr> }
13573 [ { if | unless } <condition> ]
13574
13575 These actions set the 32-bit unsigned General Purpose Tags according to the
13576 sticky counter designated by <sc-id>. Please refer to "http-request
Johannes Naabc7899802023-08-10 14:10:37 +020013577 sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
Christopher Faulet71d18922021-10-14 08:18:50 +020013578
13579tcp-request content send-spoe-group <engine-name> <group-name>
13580 [ { if | unless } <condition> ]
13581
13582 Thaction is is used to trigger sending of a group of SPOE messages. Please
13583 refer to "http-request send-spoe-group" for a complete description.
13584
Christopher Fauletda2e1172023-01-13 15:33:32 +010013585tcp-request content set-bandwidth-limit <name> [limit { <expr> | <size> }]
13586 [period { <expr> | <time> }] [ { if | unless } <condition> ]
Christopher Faulet2b677702022-06-22 16:55:04 +020013587
13588 This action is used to enable the bandwidth limitation filter <name>, either
13589 on the upload or download direction depending on the filter type. Please
13590 refer to "http-request set-bandwidth-limit" for a complete description.
13591
Christopher Faulet71d18922021-10-14 08:18:50 +020013592tcp-request content set-dst <expr> [ { if | unless } <condition> ]
13593tcp-request content set-dst-port <expr> [ { if | unless } <condition> ]
13594
13595 These actions are used to set the destination IP/Port address to the value of
13596 specified expression. Please refer to "http-request set-dst" and
13597 "http-request set-dst-port" for a complete description.
13598
13599tcp-request content set-log-level <level> [ { if | unless } <condition> ]
13600
13601 This action is used to set the log level of the current session. Please refer
13602 to "http-request set-log-level". for a complete description.
13603
13604tcp-request content set-mark <mark> [ { if | unless } <condition> ]
13605
13606 This action is used to set the Netfilter/IPFW MARK in all packets sent to the
13607 client to the value passed in <mark> on platforms which support it. Please
13608 refer to "http-request set-mark" for a complete description.
13609
13610tcp-request content set-nice <nice> [ { if | unless } <condition> ]
13611
13612 This sets the "nice" factor of the current request being processed. Please
13613 refer to "http-request set-nice" for a complete description.
13614
13615tcp-request content set-priority-class <expr> [ { if | unless } <condition> ]
13616
13617 This is used to set the queue priority class of the current request. Please
13618 refer to "http-request set-priority-class" for a complete description.
13619
13620tcp-request content set-priority-offset <expr> [ { if | unless } <condition> ]
13621
13622 This is used to set the queue priority timestamp offset of the current
13623 request. Please refer to "http-request set-priority-offset" for a complete
13624 description.
13625
Christopher Faulet1e83b702021-06-23 12:07:21 +020013626tcp-request content set-src <expr> [ { if | unless } <condition> ]
13627tcp-request content set-src-port <expr> [ { if | unless } <condition> ]
13628
13629 These actions are used to set the source IP/Port address to the value of
13630 specified expression. Please refer to "http-request set-src" and
13631 "http-request set-src-port" for a complete description.
13632
Christopher Faulet71d18922021-10-14 08:18:50 +020013633tcp-request content set-tos <tos> [ { if | unless } <condition> ]
13634
13635 This is used to set the TOS or DSCP field value of packets sent to the client
13636 to the value passed in <tos> on platforms which support this. Please refer to
13637 "http-request set-tos" for a complete description.
13638
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010013639tcp-request content set-var(<var-name>[,<cond>...]) <expr> [ { if | unless } <condition> ]
13640tcp-request content set-var-fmt(<var-name>[,<cond>...]) <fmt> [ { if | unless } <condition> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013641
13642 This is used to set the contents of a variable. The variable is declared
13643 inline. Please refer to "http-request set-var" and "http-request set-var-fmt"
13644 for a complete description.
13645
Mathias Weiersmuellerd9b71742022-11-19 00:07:56 +010013646tcp-request content silent-drop [ rst-ttl <ttl> ] [ { if | unless } <condition> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013647
13648 This stops the evaluation of the rules and makes the client-facing connection
13649 suddenly disappear using a system-dependent way that tries to prevent the
13650 client from being notified. Please refer to "http-request silent-drop" for a
13651 complete description.
13652
13653tcp-request content switch-mode http [ proto <name> ]
13654 [ { if | unless } <condition> ]
13655
13656 This action is used to perform a connection upgrade. Only HTTP upgrades are
13657 supported for now. The protocol may optionally be specified. This action is
13658 only available for a proxy with the frontend capability. The connection
13659 upgrade is immediately performed, following "tcp-request content" rules are
13660 not evaluated. This upgrade method should be preferred to the implicit one
13661 consisting to rely on the backend mode. When used, it is possible to set HTTP
13662 directives in a frontend without any warning. These directives will be
13663 conditionally evaluated if the HTTP upgrade is performed. However, an HTTP
13664 backend must still be selected. It remains unsupported to route an HTTP
13665 connection (upgraded or not) to a TCP server.
13666
13667 See section 4 about Proxies for more details on HTTP upgrades.
13668
13669tcp-request content track-sc0 <key> [table <table>] [ { if | unless } <condition> ]
13670tcp-request content track-sc1 <key> [table <table>] [ { if | unless } <condition> ]
13671tcp-request content track-sc2 <key> [table <table>] [ { if | unless } <condition> ]
13672
13673 This enables tracking of sticky counters from current connection. Please
13674 refer to "http-request track-sc0", "http-request track-sc1" and "http-request
13675 track-sc2" for a complete description.
13676
13677tcp-request content unset-var(<var-name>) [ { if | unless } <condition> ]
13678
13679 This is used to unset a variable. Please refer to "http-request set-var" for
13680 details about variables.
13681
Aleksandar Lazic332258a2022-03-30 00:11:40 +020013682tcp-request content use-service <service-name> [ { if | unless } <condition> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013683
13684 This action is used to executes a TCP service which will reply to the request
13685 and stop the evaluation of the rules. This service may choose to reply by
13686 sending any valid response or it may immediately close the connection without
13687 sending anything. Outside natives services, it is possible to write your own
13688 services in Lua. No further "tcp-request content" rules are evaluated.
13689
Willy Tarreau62644772008-07-16 18:36:06 +020013690
13691tcp-request inspect-delay <timeout>
13692 Set the maximum allowed time to wait for data during content inspection
13693 May be used in sections : defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +020013694 yes(!) | yes | yes | yes
Willy Tarreau62644772008-07-16 18:36:06 +020013695 Arguments :
13696 <timeout> is the timeout value specified in milliseconds by default, but
13697 can be in any other unit if the number is suffixed by the unit,
13698 as explained at the top of this document.
13699
Daniel Corbett9f0843f2021-05-08 10:50:37 -040013700 People using HAProxy primarily as a TCP relay are often worried about the
Willy Tarreau62644772008-07-16 18:36:06 +020013701 risk of passing any type of protocol to a server without any analysis. In
13702 order to be able to analyze the request contents, we must first withhold
13703 the data then analyze them. This statement simply enables withholding of
13704 data for at most the specified amount of time.
13705
Willy Tarreaufb356202010-08-03 14:02:05 +020013706 TCP content inspection applies very early when a connection reaches a
13707 frontend, then very early when the connection is forwarded to a backend. This
13708 means that a connection may experience a first delay in the frontend and a
13709 second delay in the backend if both have tcp-request rules.
13710
Daniel Corbett9f0843f2021-05-08 10:50:37 -040013711 Note that when performing content inspection, HAProxy will evaluate the whole
Willy Tarreau62644772008-07-16 18:36:06 +020013712 rules for every new chunk which gets in, taking into account the fact that
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010013713 those data are partial. If no rule matches before the aforementioned delay,
Willy Tarreau62644772008-07-16 18:36:06 +020013714 a last check is performed upon expiration, this time considering that the
Daniel Corbett9f0843f2021-05-08 10:50:37 -040013715 contents are definitive. If no delay is set, HAProxy will not wait at all
Willy Tarreaud869b242009-03-15 14:43:58 +010013716 and will immediately apply a verdict based on the available information.
13717 Obviously this is unlikely to be very useful and might even be racy, so such
13718 setups are not recommended.
Willy Tarreau62644772008-07-16 18:36:06 +020013719
Christopher Faulet43525ab2023-05-16 08:15:12 +020013720 Note the inspection delay is shortened if an connection error or shutdown is
13721 experienced or if the request buffer appears as full.
13722
Willy Tarreau62644772008-07-16 18:36:06 +020013723 As soon as a rule matches, the request is released and continues as usual. If
13724 the timeout is reached and no rule matches, the default policy will be to let
13725 it pass through unaffected.
13726
13727 For most protocols, it is enough to set it to a few seconds, as most clients
13728 send the full request immediately upon connection. Add 3 or more seconds to
13729 cover TCP retransmits but that's all. For some protocols, it may make sense
Willy Tarreaud72758d2010-01-12 10:42:19 +010013730 to use large values, for instance to ensure that the client never talks
Davor Ocelice9ed2812017-12-25 17:49:28 +010013731 before the server (e.g. SMTP), or to wait for a client to talk before passing
13732 data to the server (e.g. SSL). Note that the client timeout must cover at
Willy Tarreaub824b002010-09-29 16:36:16 +020013733 least the inspection delay, otherwise it will expire first. If the client
13734 closes the connection or if the buffer is full, the delay immediately expires
13735 since the contents will not be able to change anymore.
Willy Tarreau62644772008-07-16 18:36:06 +020013736
Christopher Faulet6e0425b2021-10-13 19:27:38 +020013737 This directive is only available from named defaults sections, not anonymous
13738 ones. Proxies inherit this value from their defaults section.
13739
Willy Tarreau55165fe2009-05-10 12:02:55 +020013740 See also : "tcp-request content accept", "tcp-request content reject",
Willy Tarreau62644772008-07-16 18:36:06 +020013741 "timeout client".
13742
13743
Christopher Faulet2468c212021-10-13 22:00:39 +020013744tcp-request session <action> [{if | unless} <condition>]
13745 Perform an action on a validated session depending on a layer 5 condition
13746 May be used in sections : defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +020013747 yes(!) | yes | yes | no
Christopher Faulet2468c212021-10-13 22:00:39 +020013748 Arguments :
13749 <action> defines the action to perform if the condition applies. See
13750 below.
13751
13752 <condition> is a standard layer5-only ACL-based condition (see section 7).
13753
13754 Once a session is validated, (i.e. after all handshakes have been completed),
13755 it is possible to evaluate some conditions to decide whether this session
13756 must be accepted or dropped or have its counters tracked. Those conditions
13757 cannot make use of any data contents because no buffers are allocated yet and
Anubhave09efaa2021-10-14 22:28:25 +053013758 the processing cannot wait at this stage. The main use case is to copy some
Christopher Faulet2468c212021-10-13 22:00:39 +020013759 early information into variables (since variables are accessible in the
13760 session), or to keep track of some information collected after the handshake,
13761 such as SSL-level elements (SNI, ciphers, client cert's CN) or information
13762 from the PROXY protocol header (e.g. track a source forwarded this way). The
13763 extracted information can thus be copied to a variable or tracked using
13764 "track-sc" rules. Of course it is also possible to decide to accept/reject as
13765 with other rulesets. Most operations performed here could also be performed
13766 in "tcp-request content" rules, except that in HTTP these rules are evaluated
13767 for each new request, and that might not always be acceptable. For example a
13768 rule might increment a counter on each evaluation. It would also be possible
13769 that a country is resolved by geolocation from the source IP address,
13770 assigned to a session-wide variable, then the source address rewritten from
13771 an HTTP header for all requests. If some contents need to be inspected in
13772 order to take the decision, the "tcp-request content" statements must be used
13773 instead.
13774
13775 The "tcp-request session" rules are evaluated in their exact declaration
13776 order. If no rule matches or if there is no rule, the default action is to
13777 accept the incoming session. There is no specific limit to the number of
13778 rules which may be inserted.
13779
Christopher Faulet71d18922021-10-14 08:18:50 +020013780 The first keyword is the rule's action. Several types of actions are
13781 supported:
13782 - accept
13783 - reject
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +010013784 - sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
Christopher Faulet2468c212021-10-13 22:00:39 +020013785 - sc-inc-gpc(<idx>,<sc-id>)
13786 - sc-inc-gpc0(<sc-id>)
13787 - sc-inc-gpc1(<sc-id>)
13788 - sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
13789 - sc-set-gpt0(<sc-id>) { <int> | <expr> }
Christopher Faulet2468c212021-10-13 22:00:39 +020013790 - set-dst <expr>
13791 - set-dst-port <expr>
Christopher Faulet71d18922021-10-14 08:18:50 +020013792 - set-mark <mark>
Christopher Faulet2468c212021-10-13 22:00:39 +020013793 - set-src <expr>
13794 - set-src-port <expr>
13795 - set-tos <tos>
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010013796 - set-var(<var-name>[,<cond>...]) <expr>
13797 - set-var-fmt(<var-name>[,<cond>...]) <fmt>
Mathias Weiersmueller2fb47af2023-01-09 13:52:06 +010013798 - silent-drop [ rst-ttl <ttl> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013799 - track-sc0 <key> [table <table>]
13800 - track-sc1 <key> [table <table>]
13801 - track-sc2 <key> [table <table>]
13802 - unset-var(<var-name>)
Christopher Faulet2468c212021-10-13 22:00:39 +020013803
Christopher Faulet71d18922021-10-14 08:18:50 +020013804 The supported actions are described below.
13805
13806 This directive is only available from named defaults sections, not anonymous
13807 ones. Rules defined in the defaults section are evaluated before ones in the
13808 associated proxy section. To avoid ambiguities, in this case the same
13809 defaults section cannot be used by proxies with the frontend capability and
13810 by proxies with the backend capability. It means a listen section cannot use
13811 a defaults section defining such rules.
Christopher Faulet2468c212021-10-13 22:00:39 +020013812
13813 Note that the "if/unless" condition is optional. If no condition is set on
13814 the action, it is simply performed unconditionally. That can be useful for
13815 "track-sc*" actions as well as for changing the default action to a reject.
13816
13817 Example: track the original source address by default, or the one advertised
13818 in the PROXY protocol header for connection coming from the local
13819 proxies. The first connection-level rule enables receipt of the
13820 PROXY protocol for these ones, the second rule tracks whatever
13821 address we decide to keep after optional decoding.
13822
13823 tcp-request connection expect-proxy layer4 if { src -f proxies.lst }
13824 tcp-request session track-sc0 src
13825
13826 Example: accept all sessions from white-listed hosts, reject too fast
13827 sessions without counting them, and track accepted sessions.
13828 This results in session rate being capped from abusive sources.
13829
13830 tcp-request session accept if { src -f /etc/haproxy/whitelist.lst }
13831 tcp-request session reject if { src_sess_rate gt 10 }
13832 tcp-request session track-sc0 src
13833
13834 Example: accept all sessions from white-listed hosts, count all other
13835 sessions and reject too fast ones. This results in abusive ones
13836 being blocked as long as they don't slow down.
13837
13838 tcp-request session accept if { src -f /etc/haproxy/whitelist.lst }
13839 tcp-request session track-sc0 src
13840 tcp-request session reject if { sc0_sess_rate gt 10 }
13841
13842 See section 7 about ACL usage.
13843
13844 See also : "tcp-request connection", "tcp-request content", "stick-table"
13845
Christopher Faulet71d18922021-10-14 08:18:50 +020013846tcp-request session accept [ { if | unless } <condition> ]
13847
13848 This is used to accept the connection. No further "tcp-request session"
13849 rules are evaluated.
13850
13851tcp-request session reject [ { if | unless } <condition> ]
13852
13853 This is used to reject the connection. No further "tcp-request session" rules
13854 are evaluated.
13855
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +010013856tcp-request session sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
13857 [ { if | unless } <condition> ]
13858
13859 This action increments the General Purpose Counter according to the sticky
13860 counter designated by <sc-id>. Please refer to "http-request sc-add-gpc" for
13861 a complete description.
13862
Christopher Faulet71d18922021-10-14 08:18:50 +020013863tcp-request session sc-inc-gpc(<idx>,<sc-id>) [ { if | unless } <condition> ]
13864tcp-request session sc-inc-gpc0(<sc-id>) [ { if | unless } <condition> ]
13865tcp-request session sc-inc-gpc1(<sc-id>) [ { if | unless } <condition> ]
13866
13867 These actions increment the General Purppose Counters according to the sticky
13868 counter designated by <sc-id>. Please refer to "http-request sc-inc-gpc",
13869 "http-request sc-inc-gpc0" and "http-request sc-inc-gpc1" for a complete
13870 description.
13871
13872tcp-request session sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
13873 [ { if | unless } <condition> ]
13874tcp-request session sc-set-gpt0(<sc-id>) { <int> | <expr> }
13875 [ { if | unless } <condition> ]
13876
13877 These actions set the 32-bit unsigned General Purpose Tags according to the
13878 sticky counter designated by <sc-id>. Please refer to "tcp-request connection
Johannes Naabc7899802023-08-10 14:10:37 +020013879 sc-set-gpt" and "tcp-request connection sc-set-gpt0" for a complete
Christopher Faulet71d18922021-10-14 08:18:50 +020013880 description.
13881
13882tcp-request session set-dst <expr> [ { if | unless } <condition> ]
13883tcp-request session set-dst-port <expr> [ { if | unless } <condition> ]
13884
13885 These actions are used to set the destination IP/Port address to the value of
13886 specified expression. Please refer to "http-request set-dst" and
13887 "http-request set-dst-port" for a complete description.
13888
13889tcp-request session set-mark <mark> [ { if | unless } <condition> ]
13890
13891 This action is used to set the Netfilter/IPFW MARK in all packets sent to the
13892 client to the value passed in <mark> on platforms which support it. Please
13893 refer to "http-request set-mark" for a complete description.
13894
13895tcp-request session set-src <expr> [ { if | unless } <condition> ]
13896tcp-request session set-src-port <expr> [ { if | unless } <condition> ]
13897
13898 These actions are used to set the source IP/Port address to the value of
13899 specified expression. Please refer to "http-request set-src" and
13900 "http-request set-src-port" for a complete description.
13901
13902tcp-request session set-tos <tos> [ { if | unless } <condition> ]
13903
13904 This is used to set the TOS or DSCP field value of packets sent to the client
13905 to the value passed in <tos> on platforms which support this. Please refer to
13906 "http-request set-tos" for a complete description.
13907
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010013908tcp-request session set-var(<var-name>[,<cond>...]) <expr> [ { if | unless } <condition> ]
13909tcp-request session set-var-fmt(<var-name>[,<cond>...]) <fmt> [ { if | unless } <condition> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013910
13911 This is used to set the contents of a variable. The variable is declared
13912 inline. Please refer to "http-request set-var" and "http-request set-var-fmt"
13913 for a complete description.
13914
Mathias Weiersmuellerd9b71742022-11-19 00:07:56 +010013915tcp-request session silent-drop [ rst-ttl <ttl> ] [ { if | unless } <condition> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013916
13917 This stops the evaluation of the rules and makes the client-facing connection
13918 suddenly disappear using a system-dependent way that tries to prevent the
13919 client from being notified. Please refer to "http-request silent-drop" for a
13920 complete description.
13921
13922tcp-request session track-sc0 <key> [table <table>] [ { if | unless } <condition> ]
13923tcp-request session track-sc1 <key> [table <table>] [ { if | unless } <condition> ]
13924tcp-request session track-sc2 <key> [table <table>] [ { if | unless } <condition> ]
13925
13926 This enables tracking of sticky counters from current connection. Please
13927 refer to "http-request track-sc0", "http-request track-sc1" and "http-request
13928 track-sc2" for a complete description.
13929
13930tcp-request session unset-var(<var-name>) [ { if | unless } <condition> ]
13931
13932 This is used to unset a variable. Please refer to "http-request set-var" for
13933 details about variables.
13934
Christopher Faulet2468c212021-10-13 22:00:39 +020013935
Emeric Brun0a3b67f2010-09-24 15:34:53 +020013936tcp-response content <action> [{if | unless} <condition>]
13937 Perform an action on a session response depending on a layer 4-7 condition
13938 May be used in sections : defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +020013939 yes(!) | no | yes | yes
Emeric Brun0a3b67f2010-09-24 15:34:53 +020013940 Arguments :
Willy Tarreauc870bfd2015-09-28 18:47:38 +020013941 <action> defines the action to perform if the condition applies. See
13942 below.
Emeric Brun0a3b67f2010-09-24 15:34:53 +020013943
13944 <condition> is a standard layer 4-7 ACL-based condition (see section 7).
13945
Davor Ocelice9ed2812017-12-25 17:49:28 +010013946 Response contents can be analyzed at an early stage of response processing
Emeric Brun0a3b67f2010-09-24 15:34:53 +020013947 called "TCP content inspection". During this stage, ACL-based rules are
13948 evaluated every time the response contents are updated, until either an
Willy Tarreaucc1e04b2013-09-11 23:20:29 +020013949 "accept", "close" or a "reject" rule matches, or a TCP response inspection
13950 delay is set and expires with no matching rule.
Emeric Brun0a3b67f2010-09-24 15:34:53 +020013951
13952 Most often, these decisions will consider a protocol recognition or validity.
13953
13954 Content-based rules are evaluated in their exact declaration order. If no
13955 rule matches or if there is no rule, the default action is to accept the
13956 contents. There is no specific limit to the number of rules which may be
13957 inserted.
13958
Christopher Faulet71d18922021-10-14 08:18:50 +020013959 The first keyword is the rule's action. Several types of actions are
13960 supported:
13961 - accept
13962 - close
13963 - reject
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +010013964 - sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
Christopher Faulet71d18922021-10-14 08:18:50 +020013965 - sc-inc-gpc(<idx>,<sc-id>)
13966 - sc-inc-gpc0(<sc-id>)
13967 - sc-inc-gpc1(<sc-id>)
13968 - sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
13969 - sc-set-gpt0(<sc-id>) { <int> | <expr> }
13970 - send-spoe-group <engine-name> <group-name>
Christopher Fauletda2e1172023-01-13 15:33:32 +010013971 - set-bandwidth-limit <name> [limit {<expr> | <size>}] [period {<expr> | <time>}]
Christopher Faulet71d18922021-10-14 08:18:50 +020013972 - set-log-level <level>
13973 - set-mark <mark>
13974 - set-nice <nice>
13975 - set-tos <tos>
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010013976 - set-var(<var-name>[,<cond>...]) <expr>
13977 - set-var-fmt(<var-name>[,<cond>...]) <fmt>
Mathias Weiersmueller2fb47af2023-01-09 13:52:06 +010013978 - silent-drop [ rst-ttl <ttl> ]
Christopher Faulet71d18922021-10-14 08:18:50 +020013979 - unset-var(<var-name>)
13980
13981 The supported actions are described below.
13982
Christopher Faulet6e0425b2021-10-13 19:27:38 +020013983 This directive is only available from named defaults sections, not anonymous
13984 ones. Rules defined in the defaults section are evaluated before ones in the
13985 associated proxy section. To avoid ambiguities, in this case the same
13986 defaults section cannot be used by proxies with the frontend capability and
13987 by proxies with the backend capability. It means a listen section cannot use
13988 a defaults section defining such rules.
13989
Christopher Faulet71d18922021-10-14 08:18:50 +020013990 Note that the "if/unless" condition is optional. If no condition is set on
13991 the action, it is simply performed unconditionally. That can be useful for
13992 for changing the default action to a reject.
13993
Thierry FOURNIER236657b2015-08-19 08:25:14 +020013994 Several types of actions are supported :
Emeric Brun0a3b67f2010-09-24 15:34:53 +020013995
Christopher Faulet71d18922021-10-14 08:18:50 +020013996 It is perfectly possible to match layer 7 contents with "tcp-response
13997 content" rules, but then it is important to ensure that a full response has
13998 been buffered, otherwise no contents will match. In order to achieve this,
13999 the best solution involves detecting the HTTP protocol during the inspection
14000 period.
Willy Tarreaucc1e04b2013-09-11 23:20:29 +020014001
Christopher Faulet71d18922021-10-14 08:18:50 +020014002 See section 7 about ACL usage.
Emeric Brun0a3b67f2010-09-24 15:34:53 +020014003
Christopher Faulet71d18922021-10-14 08:18:50 +020014004 See also : "tcp-request content", "tcp-response inspect-delay"
Christopher Faulet551a6412021-06-25 14:35:29 +020014005
Christopher Faulet71d18922021-10-14 08:18:50 +020014006tcp-response content accept [ { if | unless } <condition> ]
Christopher Faulet469c06c2021-06-25 15:11:35 +020014007
Christopher Faulet71d18922021-10-14 08:18:50 +020014008 This is used to accept the response. No further "tcp-response content" rules
14009 are evaluated.
Christopher Faulet1da374a2021-06-25 14:46:02 +020014010
Christopher Faulet71d18922021-10-14 08:18:50 +020014011tcp-response content close [ { if | unless } <condition> ]
Christopher Faulet469c06c2021-06-25 15:11:35 +020014012
Christopher Faulet71d18922021-10-14 08:18:50 +020014013 This is used to immediately closes the connection with the server. No further
14014 "tcp-response content" rules are evaluated. The main purpose of this action
14015 is to force a connection to be finished between a client and a server after
14016 an exchange when the application protocol expects some long time outs to
14017 elapse first. The goal is to eliminate idle connections which take
14018 significant resources on servers with certain protocols.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020014019
Christopher Faulet71d18922021-10-14 08:18:50 +020014020tcp-response content reject [ { if | unless } <condition> ]
Willy Tarreau9a621ae2021-09-02 21:00:38 +020014021
Christopher Faulet71d18922021-10-14 08:18:50 +020014022 This is used to reject the response. No further "tcp-response content" rules
14023 are evaluated.
Christopher Faulet85d79c92016-11-09 16:54:56 +010014024
Aurelien DARRAGON5b4e16e2023-03-17 11:46:37 +010014025tcp-response content sc-add-gpc(<idx>,<sc-id>) { <int> | <expr> }
14026 [ { if | unless } <condition> ]
14027
14028 This action increments the General Purpose Counter according to the sticky
14029 counter designated by <sc-id>. Please refer to "http-request sc-add-gpc" for
14030 a complete description.
14031
Christopher Faulet71d18922021-10-14 08:18:50 +020014032tcp-response content sc-inc-gpc(<idx>,<sc-id>) [ { if | unless } <condition> ]
14033tcp-response content sc-inc-gpc0(<sc-id>) [ { if | unless } <condition> ]
14034tcp-response content sc-inc-gpc1(<sc-id>) [ { if | unless } <condition> ]
Emeric Brun4d7ada82021-06-30 19:04:16 +020014035
Christopher Faulet71d18922021-10-14 08:18:50 +020014036 These actions increment the General Purppose Counters according to the sticky
14037 counter designated by <sc-id>. Please refer to "http-request sc-inc-gpc",
14038 "http-request sc-inc-gpc0" and "http-request sc-inc-gpc1" for a complete
14039 description.
Thierry FOURNIERe0627bd2015-08-04 08:20:33 +020014040
Christopher Faulet71d18922021-10-14 08:18:50 +020014041tcp-response content sc-set-gpt(<idx>,<sc-id>) { <int> | <expr> }
14042 [ { if | unless } <condition> ]
14043tcp-resposne content sc-set-gpt0(<sc-id>) { <int> | <expr> }
14044 [ { if | unless } <condition> ]
Frédéric Lécaille6778b272018-01-29 15:22:53 +010014045
Christopher Faulet71d18922021-10-14 08:18:50 +020014046 These actions set the 32-bit unsigned General Purpose Tags according to the
14047 sticky counter designated by <sc-id>. Please refer to "http-request
Johannes Naabc7899802023-08-10 14:10:37 +020014048 sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
Emeric Brun877b0b52021-06-30 18:57:49 +020014049
Christopher Faulet71d18922021-10-14 08:18:50 +020014050tcp-response content send-spoe-group <engine-name> <group-name>
14051 [ { if | unless } <condition> ]
Thierry FOURNIER236657b2015-08-19 08:25:14 +020014052
Christopher Faulet71d18922021-10-14 08:18:50 +020014053 Thaction is is used to trigger sending of a group of SPOE messages. Please
14054 refer to "http-request send-spoe-group" for a complete description.
Willy Tarreau2d392c22015-08-24 01:43:45 +020014055
Christopher Faulet2b677702022-06-22 16:55:04 +020014056
Christopher Fauletda2e1172023-01-13 15:33:32 +010014057tcp-response content set-bandwidth-limit <name> [limit { <expr> | <size> }]
14058 [period { <expr> | <time> }] [ { if | unless } <condition> ]
Christopher Faulet2b677702022-06-22 16:55:04 +020014059
14060 This action is used to enable the bandwidth limitation filter <name>, either
14061 on the upload or download direction depending on the filter type. Please
14062 refer to "http-request set-bandwidth-limit" for a complete description.
14063
Christopher Faulet71d18922021-10-14 08:18:50 +020014064tcp-response content set-log-level <level> [ { if | unless } <condition> ]
Christopher Faulet76c09ef2017-09-21 11:03:52 +020014065
Christopher Faulet71d18922021-10-14 08:18:50 +020014066 This action is used to set the log level of the current session. Please refer
14067 to "http-request set-log-level". for a complete description.
Emeric Brun0a3b67f2010-09-24 15:34:53 +020014068
Christopher Faulet71d18922021-10-14 08:18:50 +020014069tcp-response content set-mark <mark> [ { if | unless } <condition> ]
Emeric Brun0a3b67f2010-09-24 15:34:53 +020014070
Christopher Faulet71d18922021-10-14 08:18:50 +020014071 This action is used to set the Netfilter/IPFW MARK in all packets sent to the
14072 client to the value passed in <mark> on platforms which support it. Please
14073 refer to "http-request set-mark" for a complete description.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020014074
Christopher Faulet71d18922021-10-14 08:18:50 +020014075tcp-response content set-nice <nice> [ { if | unless } <condition> ]
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020014076
Christopher Faulet71d18922021-10-14 08:18:50 +020014077 This sets the "nice" factor of the current request being processed. Please
14078 refer to "http-request set-nice" for a complete description.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020014079
Christopher Faulet71d18922021-10-14 08:18:50 +020014080tcp-response content set-tos <tos> [ { if | unless } <condition> ]
Willy Tarreau9a621ae2021-09-02 21:00:38 +020014081
Christopher Faulet71d18922021-10-14 08:18:50 +020014082 This is used to set the TOS or DSCP field value of packets sent to the client
14083 to the value passed in <tos> on platforms which support this. Please refer to
14084 "http-request set-tos" for a complete description.
Christopher Faulet85d79c92016-11-09 16:54:56 +010014085
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010014086tcp-response content set-var(<var-name>[,<cond>...]) <expr> [ { if | unless } <condition> ]
14087tcp-response content set-var-fmt(<var-name>[,<cond>...]) <fmt> [ { if | unless } <condition> ]
Christopher Faulet76c09ef2017-09-21 11:03:52 +020014088
Christopher Faulet71d18922021-10-14 08:18:50 +020014089 This is used to set the contents of a variable. The variable is declared
14090 inline. Please refer to "http-request set-var" and "http-request set-var-fmt"
14091 for a complete description.
Christopher Faulet76c09ef2017-09-21 11:03:52 +020014092
Mathias Weiersmuellerd9b71742022-11-19 00:07:56 +010014093tcp-response content silent-drop [ rst-ttl <ttl> ] [ { if | unless } <condition> ]
Christopher Faulet76c09ef2017-09-21 11:03:52 +020014094
Christopher Faulet71d18922021-10-14 08:18:50 +020014095 This stops the evaluation of the rules and makes the client-facing connection
14096 suddenly disappear using a system-dependent way that tries to prevent the
14097 client from being notified. Please refer to "http-request silent-drop" for a
14098 complete description.
Emeric Brun0a3b67f2010-09-24 15:34:53 +020014099
Christopher Faulet71d18922021-10-14 08:18:50 +020014100tcp-response content unset-var(<var-name>) [ { if | unless } <condition> ]
Emeric Brun0a3b67f2010-09-24 15:34:53 +020014101
Christopher Faulet71d18922021-10-14 08:18:50 +020014102 This is used to unset a variable. Please refer to "http-request set-var" for
14103 details about variables.
14104
Emeric Brun0a3b67f2010-09-24 15:34:53 +020014105
14106tcp-response inspect-delay <timeout>
14107 Set the maximum allowed time to wait for a response during content inspection
14108 May be used in sections : defaults | frontend | listen | backend
Christopher Faulet6e0425b2021-10-13 19:27:38 +020014109 yes(!) | no | yes | yes
Emeric Brun0a3b67f2010-09-24 15:34:53 +020014110 Arguments :
14111 <timeout> is the timeout value specified in milliseconds by default, but
14112 can be in any other unit if the number is suffixed by the unit,
14113 as explained at the top of this document.
14114
Christopher Faulet71d18922021-10-14 08:18:50 +020014115 This directive is only available from named defaults sections, not anonymous
14116 ones. Proxies inherit this value from their defaults section.
Christopher Faulet6e0425b2021-10-13 19:27:38 +020014117
Emeric Brun0a3b67f2010-09-24 15:34:53 +020014118 See also : "tcp-response content", "tcp-request inspect-delay".
14119
14120
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +010014121timeout check <timeout>
14122 Set additional check timeout, but only after a connection has been already
14123 established.
14124
14125 May be used in sections: defaults | frontend | listen | backend
14126 yes | no | yes | yes
14127 Arguments:
14128 <timeout> is the timeout value specified in milliseconds by default, but
14129 can be in any other unit if the number is suffixed by the unit,
14130 as explained at the top of this document.
14131
Daniel Corbett9f0843f2021-05-08 10:50:37 -040014132 If set, HAProxy uses min("timeout connect", "inter") as a connect timeout
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +010014133 for check and "timeout check" as an additional read timeout. The "min" is
Davor Ocelice9ed2812017-12-25 17:49:28 +010014134 used so that people running with *very* long "timeout connect" (e.g. those
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +010014135 who needed this due to the queue or tarpit) do not slow down their checks.
Willy Tarreaud7550a22010-02-10 05:10:19 +010014136 (Please also note that there is no valid reason to have such long connect
14137 timeouts, because "timeout queue" and "timeout tarpit" can always be used to
14138 avoid that).
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +010014139
Daniel Corbett9f0843f2021-05-08 10:50:37 -040014140 If "timeout check" is not set HAProxy uses "inter" for complete check
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +010014141 timeout (connect + read) exactly like all <1.3.15 version.
14142
14143 In most cases check request is much simpler and faster to handle than normal
14144 requests and people may want to kick out laggy servers so this timeout should
Willy Tarreau41a340d2008-01-22 12:25:31 +010014145 be smaller than "timeout server".
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +010014146
14147 This parameter is specific to backends, but can be specified once for all in
14148 "defaults" sections. This is in fact one of the easiest solutions not to
14149 forget about it.
14150
Christopher Faulet6e0425b2021-10-13 19:27:38 +020014151 This directive is only available from named defaults sections, not anonymous
14152 ones. Proxies inherit this value from their defaults section.
14153
Willy Tarreau41a340d2008-01-22 12:25:31 +010014154 See also: "timeout connect", "timeout queue", "timeout server",
14155 "timeout tarpit".
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +010014156
14157
Willy Tarreau0ba27502007-12-24 16:55:16 +010014158timeout client <timeout>
Willy Tarreau0ba27502007-12-24 16:55:16 +010014159 Set the maximum inactivity time on the client side.
14160 May be used in sections : defaults | frontend | listen | backend
14161 yes | yes | yes | no
14162 Arguments :
Willy Tarreau844e3c52008-01-11 16:28:18 +010014163 <timeout> is the timeout value specified in milliseconds by default, but
Willy Tarreau0ba27502007-12-24 16:55:16 +010014164 can be in any other unit if the number is suffixed by the unit,
14165 as explained at the top of this document.
14166
14167 The inactivity timeout applies when the client is expected to acknowledge or
14168 send data. In HTTP mode, this timeout is particularly important to consider
14169 during the first phase, when the client sends the request, and during the
Baptiste Assmann2e1941e2016-03-06 23:24:12 +010014170 response while it is reading data sent by the server. That said, for the
14171 first phase, it is preferable to set the "timeout http-request" to better
14172 protect HAProxy from Slowloris like attacks. The value is specified in
14173 milliseconds by default, but can be in any other unit if the number is
Willy Tarreau0ba27502007-12-24 16:55:16 +010014174 suffixed by the unit, as specified at the top of this document. In TCP mode
14175 (and to a lesser extent, in HTTP mode), it is highly recommended that the
14176 client timeout remains equal to the server timeout in order to avoid complex
Willy Tarreaud2a4aa22008-01-31 15:28:22 +010014177 situations to debug. It is a good practice to cover one or several TCP packet
Willy Tarreau0ba27502007-12-24 16:55:16 +010014178 losses by specifying timeouts that are slightly above multiples of 3 seconds
Davor Ocelice9ed2812017-12-25 17:49:28 +010014179 (e.g. 4 or 5 seconds). If some long-lived sessions are mixed with short-lived
14180 sessions (e.g. WebSocket and HTTP), it's worth considering "timeout tunnel",
Willy Tarreau05cdd962014-05-10 14:30:07 +020014181 which overrides "timeout client" and "timeout server" for tunnels, as well as
14182 "timeout client-fin" for half-closed connections.
Willy Tarreau0ba27502007-12-24 16:55:16 +010014183
14184 This parameter is specific to frontends, but can be specified once for all in
14185 "defaults" sections. This is in fact one of the easiest solutions not to
14186 forget about it. An unspecified timeout results in an infinite timeout, which
14187 is not recommended. Such a usage is accepted and works but reports a warning
John Roeslerfb2fce12019-07-10 15:45:51 -050014188 during startup because it may result in accumulation of expired sessions in
Willy Tarreau0ba27502007-12-24 16:55:16 +010014189 the system if the system's timeouts are not configured either.
14190
Tim Duesterhus86e6b6e2019-05-14 20:57:59 +020014191 See also : "timeout server", "timeout tunnel", "timeout http-request".
Willy Tarreau0ba27502007-12-24 16:55:16 +010014192
Willy Tarreau0ba27502007-12-24 16:55:16 +010014193
Willy Tarreau05cdd962014-05-10 14:30:07 +020014194timeout client-fin <timeout>
14195 Set the inactivity timeout on the client side for half-closed connections.
14196 May be used in sections : defaults | frontend | listen | backend
14197 yes | yes | yes | no
14198 Arguments :
14199 <timeout> is the timeout value specified in milliseconds by default, but
14200 can be in any other unit if the number is suffixed by the unit,
14201 as explained at the top of this document.
14202
14203 The inactivity timeout applies when the client is expected to acknowledge or
14204 send data while one direction is already shut down. This timeout is different
14205 from "timeout client" in that it only applies to connections which are closed
14206 in one direction. This is particularly useful to avoid keeping connections in
14207 FIN_WAIT state for too long when clients do not disconnect cleanly. This
14208 problem is particularly common long connections such as RDP or WebSocket.
14209 Note that this timeout can override "timeout tunnel" when a connection shuts
Willy Tarreau599391a2017-11-24 10:16:00 +010014210 down in one direction. It is applied to idle HTTP/2 connections once a GOAWAY
14211 frame was sent, often indicating an expectation that the connection quickly
14212 ends.
Willy Tarreau05cdd962014-05-10 14:30:07 +020014213
14214 This parameter is specific to frontends, but can be specified once for all in
14215 "defaults" sections. By default it is not set, so half-closed connections
14216 will use the other timeouts (timeout.client or timeout.tunnel).
14217
14218 See also : "timeout client", "timeout server-fin", and "timeout tunnel".
14219
14220
Willy Tarreau0ba27502007-12-24 16:55:16 +010014221timeout connect <timeout>
Willy Tarreau0ba27502007-12-24 16:55:16 +010014222 Set the maximum time to wait for a connection attempt to a server to succeed.
14223 May be used in sections : defaults | frontend | listen | backend
14224 yes | no | yes | yes
14225 Arguments :
Willy Tarreau844e3c52008-01-11 16:28:18 +010014226 <timeout> is the timeout value specified in milliseconds by default, but
Willy Tarreau0ba27502007-12-24 16:55:16 +010014227 can be in any other unit if the number is suffixed by the unit,
14228 as explained at the top of this document.
14229
Daniel Corbett9f0843f2021-05-08 10:50:37 -040014230 If the server is located on the same LAN as HAProxy, the connection should be
Willy Tarreaud2a4aa22008-01-31 15:28:22 +010014231 immediate (less than a few milliseconds). Anyway, it is a good practice to
Willy Tarreaud72758d2010-01-12 10:42:19 +010014232 cover one or several TCP packet losses by specifying timeouts that are
Davor Ocelice9ed2812017-12-25 17:49:28 +010014233 slightly above multiples of 3 seconds (e.g. 4 or 5 seconds). By default, the
Krzysztof Piotr Oledzki5259dfe2008-01-21 01:54:06 +010014234 connect timeout also presets both queue and tarpit timeouts to the same value
14235 if these have not been specified.
Willy Tarreau0ba27502007-12-24 16:55:16 +010014236
14237 This parameter is specific to backends, but can be specified once for all in
14238 "defaults" sections. This is in fact one of the easiest solutions not to
14239 forget about it. An unspecified timeout results in an infinite timeout, which
14240 is not recommended. Such a usage is accepted and works but reports a warning
John Roeslerfb2fce12019-07-10 15:45:51 -050014241 during startup because it may result in accumulation of failed sessions in
Willy Tarreau0ba27502007-12-24 16:55:16 +010014242 the system if the system's timeouts are not configured either.
14243
Tim Duesterhus86e6b6e2019-05-14 20:57:59 +020014244 See also: "timeout check", "timeout queue", "timeout server", "timeout tarpit".
Willy Tarreau0ba27502007-12-24 16:55:16 +010014245
Willy Tarreau0ba27502007-12-24 16:55:16 +010014246
Willy Tarreaub16a5742010-01-10 14:46:16 +010014247timeout http-keep-alive <timeout>
14248 Set the maximum allowed time to wait for a new HTTP request to appear
14249 May be used in sections : defaults | frontend | listen | backend
14250 yes | yes | yes | yes
14251 Arguments :
14252 <timeout> is the timeout value specified in milliseconds by default, but
14253 can be in any other unit if the number is suffixed by the unit,
14254 as explained at the top of this document.
14255
14256 By default, the time to wait for a new request in case of keep-alive is set
14257 by "timeout http-request". However this is not always convenient because some
14258 people want very short keep-alive timeouts in order to release connections
14259 faster, and others prefer to have larger ones but still have short timeouts
14260 once the request has started to present itself.
14261
14262 The "http-keep-alive" timeout covers these needs. It will define how long to
14263 wait for a new HTTP request to start coming after a response was sent. Once
14264 the first byte of request has been seen, the "http-request" timeout is used
14265 to wait for the complete request to come. Note that empty lines prior to a
14266 new request do not refresh the timeout and are not counted as a new request.
14267
14268 There is also another difference between the two timeouts : when a connection
14269 expires during timeout http-keep-alive, no error is returned, the connection
14270 just closes. If the connection expires in "http-request" while waiting for a
14271 connection to complete, a HTTP 408 error is returned.
14272
14273 In general it is optimal to set this value to a few tens to hundreds of
14274 milliseconds, to allow users to fetch all objects of a page at once but
Davor Ocelice9ed2812017-12-25 17:49:28 +010014275 without waiting for further clicks. Also, if set to a very small value (e.g.
Willy Tarreaub16a5742010-01-10 14:46:16 +010014276 1 millisecond) it will probably only accept pipelined requests but not the
14277 non-pipelined ones. It may be a nice trade-off for very large sites running
Patrick Mézard2382ad62010-05-09 10:43:32 +020014278 with tens to hundreds of thousands of clients.
Willy Tarreaub16a5742010-01-10 14:46:16 +010014279
14280 If this parameter is not set, the "http-request" timeout applies, and if both
14281 are not set, "timeout client" still applies at the lower level. It should be
14282 set in the frontend to take effect, unless the frontend is in TCP mode, in
14283 which case the HTTP backend's timeout will be used.
14284
14285 See also : "timeout http-request", "timeout client".
14286
14287
Willy Tarreau036fae02008-01-06 13:24:40 +010014288timeout http-request <timeout>
14289 Set the maximum allowed time to wait for a complete HTTP request
14290 May be used in sections : defaults | frontend | listen | backend
Willy Tarreaucd7afc02009-07-12 10:03:17 +020014291 yes | yes | yes | yes
Willy Tarreau036fae02008-01-06 13:24:40 +010014292 Arguments :
Willy Tarreau844e3c52008-01-11 16:28:18 +010014293 <timeout> is the timeout value specified in milliseconds by default, but
Willy Tarreau036fae02008-01-06 13:24:40 +010014294 can be in any other unit if the number is suffixed by the unit,
14295 as explained at the top of this document.
14296
14297 In order to offer DoS protection, it may be required to lower the maximum
14298 accepted time to receive a complete HTTP request without affecting the client
14299 timeout. This helps protecting against established connections on which
14300 nothing is sent. The client timeout cannot offer a good protection against
14301 this abuse because it is an inactivity timeout, which means that if the
14302 attacker sends one character every now and then, the timeout will not
14303 trigger. With the HTTP request timeout, no matter what speed the client
Willy Tarreau2705a612014-05-23 17:38:34 +020014304 types, the request will be aborted if it does not complete in time. When the
14305 timeout expires, an HTTP 408 response is sent to the client to inform it
14306 about the problem, and the connection is closed. The logs will report
14307 termination codes "cR". Some recent browsers are having problems with this
Davor Ocelice9ed2812017-12-25 17:49:28 +010014308 standard, well-documented behavior, so it might be needed to hide the 408
Willy Tarreau0f228a02015-05-01 15:37:53 +020014309 code using "option http-ignore-probes" or "errorfile 408 /dev/null". See
14310 more details in the explanations of the "cR" termination code in section 8.5.
Willy Tarreau036fae02008-01-06 13:24:40 +010014311
Baptiste Assmanneccdf432015-10-28 13:49:01 +010014312 By default, this timeout only applies to the header part of the request,
14313 and not to any data. As soon as the empty line is received, this timeout is
14314 not used anymore. When combined with "option http-buffer-request", this
14315 timeout also applies to the body of the request..
14316 It is used again on keep-alive connections to wait for a second
Willy Tarreaub16a5742010-01-10 14:46:16 +010014317 request if "timeout http-keep-alive" is not set.
Willy Tarreau036fae02008-01-06 13:24:40 +010014318
14319 Generally it is enough to set it to a few seconds, as most clients send the
14320 full request immediately upon connection. Add 3 or more seconds to cover TCP
Davor Ocelice9ed2812017-12-25 17:49:28 +010014321 retransmits but that's all. Setting it to very low values (e.g. 50 ms) will
Willy Tarreau036fae02008-01-06 13:24:40 +010014322 generally work on local networks as long as there are no packet losses. This
14323 will prevent people from sending bare HTTP requests using telnet.
14324
14325 If this parameter is not set, the client timeout still applies between each
Willy Tarreaucd7afc02009-07-12 10:03:17 +020014326 chunk of the incoming request. It should be set in the frontend to take
14327 effect, unless the frontend is in TCP mode, in which case the HTTP backend's
14328 timeout will be used.
Willy Tarreau036fae02008-01-06 13:24:40 +010014329
Willy Tarreau0f228a02015-05-01 15:37:53 +020014330 See also : "errorfile", "http-ignore-probes", "timeout http-keep-alive", and
Baptiste Assmanneccdf432015-10-28 13:49:01 +010014331 "timeout client", "option http-buffer-request".
Willy Tarreau036fae02008-01-06 13:24:40 +010014332
Willy Tarreau844e3c52008-01-11 16:28:18 +010014333
14334timeout queue <timeout>
14335 Set the maximum time to wait in the queue for a connection slot to be free
14336 May be used in sections : defaults | frontend | listen | backend
14337 yes | no | yes | yes
14338 Arguments :
14339 <timeout> is the timeout value specified in milliseconds by default, but
14340 can be in any other unit if the number is suffixed by the unit,
14341 as explained at the top of this document.
14342
14343 When a server's maxconn is reached, connections are left pending in a queue
14344 which may be server-specific or global to the backend. In order not to wait
14345 indefinitely, a timeout is applied to requests pending in the queue. If the
14346 timeout is reached, it is considered that the request will almost never be
14347 served, so it is dropped and a 503 error is returned to the client.
14348
14349 The "timeout queue" statement allows to fix the maximum time for a request to
14350 be left pending in a queue. If unspecified, the same value as the backend's
14351 connection timeout ("timeout connect") is used, for backwards compatibility
14352 with older versions with no "timeout queue" parameter.
14353
Tim Duesterhus86e6b6e2019-05-14 20:57:59 +020014354 See also : "timeout connect".
Willy Tarreau844e3c52008-01-11 16:28:18 +010014355
14356
14357timeout server <timeout>
Willy Tarreau844e3c52008-01-11 16:28:18 +010014358 Set the maximum inactivity time on the server side.
14359 May be used in sections : defaults | frontend | listen | backend
14360 yes | no | yes | yes
14361 Arguments :
14362 <timeout> is the timeout value specified in milliseconds by default, but
14363 can be in any other unit if the number is suffixed by the unit,
14364 as explained at the top of this document.
14365
14366 The inactivity timeout applies when the server is expected to acknowledge or
14367 send data. In HTTP mode, this timeout is particularly important to consider
14368 during the first phase of the server's response, when it has to send the
14369 headers, as it directly represents the server's processing time for the
14370 request. To find out what value to put there, it's often good to start with
14371 what would be considered as unacceptable response times, then check the logs
14372 to observe the response time distribution, and adjust the value accordingly.
14373
14374 The value is specified in milliseconds by default, but can be in any other
14375 unit if the number is suffixed by the unit, as specified at the top of this
14376 document. In TCP mode (and to a lesser extent, in HTTP mode), it is highly
14377 recommended that the client timeout remains equal to the server timeout in
14378 order to avoid complex situations to debug. Whatever the expected server
Willy Tarreaud2a4aa22008-01-31 15:28:22 +010014379 response times, it is a good practice to cover at least one or several TCP
Willy Tarreau844e3c52008-01-11 16:28:18 +010014380 packet losses by specifying timeouts that are slightly above multiples of 3
Davor Ocelice9ed2812017-12-25 17:49:28 +010014381 seconds (e.g. 4 or 5 seconds minimum). If some long-lived sessions are mixed
14382 with short-lived sessions (e.g. WebSocket and HTTP), it's worth considering
Willy Tarreauce887fd2012-05-12 12:50:00 +020014383 "timeout tunnel", which overrides "timeout client" and "timeout server" for
14384 tunnels.
Willy Tarreau844e3c52008-01-11 16:28:18 +010014385
14386 This parameter is specific to backends, but can be specified once for all in
14387 "defaults" sections. This is in fact one of the easiest solutions not to
14388 forget about it. An unspecified timeout results in an infinite timeout, which
14389 is not recommended. Such a usage is accepted and works but reports a warning
John Roeslerfb2fce12019-07-10 15:45:51 -050014390 during startup because it may result in accumulation of expired sessions in
Willy Tarreau844e3c52008-01-11 16:28:18 +010014391 the system if the system's timeouts are not configured either.
14392
Tim Duesterhus86e6b6e2019-05-14 20:57:59 +020014393 See also : "timeout client" and "timeout tunnel".
Willy Tarreau844e3c52008-01-11 16:28:18 +010014394
Willy Tarreau05cdd962014-05-10 14:30:07 +020014395
14396timeout server-fin <timeout>
14397 Set the inactivity timeout on the server side for half-closed connections.
14398 May be used in sections : defaults | frontend | listen | backend
14399 yes | no | yes | yes
14400 Arguments :
14401 <timeout> is the timeout value specified in milliseconds by default, but
14402 can be in any other unit if the number is suffixed by the unit,
14403 as explained at the top of this document.
14404
14405 The inactivity timeout applies when the server is expected to acknowledge or
14406 send data while one direction is already shut down. This timeout is different
14407 from "timeout server" in that it only applies to connections which are closed
14408 in one direction. This is particularly useful to avoid keeping connections in
14409 FIN_WAIT state for too long when a remote server does not disconnect cleanly.
14410 This problem is particularly common long connections such as RDP or WebSocket.
14411 Note that this timeout can override "timeout tunnel" when a connection shuts
14412 down in one direction. This setting was provided for completeness, but in most
14413 situations, it should not be needed.
14414
14415 This parameter is specific to backends, but can be specified once for all in
14416 "defaults" sections. By default it is not set, so half-closed connections
14417 will use the other timeouts (timeout.server or timeout.tunnel).
14418
14419 See also : "timeout client-fin", "timeout server", and "timeout tunnel".
14420
Willy Tarreau844e3c52008-01-11 16:28:18 +010014421
14422timeout tarpit <timeout>
Cyril Bonté78caf842010-03-10 22:41:43 +010014423 Set the duration for which tarpitted connections will be maintained
Willy Tarreau844e3c52008-01-11 16:28:18 +010014424 May be used in sections : defaults | frontend | listen | backend
14425 yes | yes | yes | yes
14426 Arguments :
14427 <timeout> is the tarpit duration specified in milliseconds by default, but
14428 can be in any other unit if the number is suffixed by the unit,
14429 as explained at the top of this document.
14430
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020014431 When a connection is tarpitted using "http-request tarpit", it is maintained
14432 open with no activity for a certain amount of time, then closed. "timeout
14433 tarpit" defines how long it will be maintained open.
Willy Tarreau844e3c52008-01-11 16:28:18 +010014434
14435 The value is specified in milliseconds by default, but can be in any other
14436 unit if the number is suffixed by the unit, as specified at the top of this
14437 document. If unspecified, the same value as the backend's connection timeout
14438 ("timeout connect") is used, for backwards compatibility with older versions
Cyril Bonté78caf842010-03-10 22:41:43 +010014439 with no "timeout tarpit" parameter.
Willy Tarreau844e3c52008-01-11 16:28:18 +010014440
Tim Duesterhus86e6b6e2019-05-14 20:57:59 +020014441 See also : "timeout connect".
Willy Tarreau844e3c52008-01-11 16:28:18 +010014442
14443
Willy Tarreauce887fd2012-05-12 12:50:00 +020014444timeout tunnel <timeout>
14445 Set the maximum inactivity time on the client and server side for tunnels.
14446 May be used in sections : defaults | frontend | listen | backend
14447 yes | no | yes | yes
14448 Arguments :
14449 <timeout> is the timeout value specified in milliseconds by default, but
14450 can be in any other unit if the number is suffixed by the unit,
14451 as explained at the top of this document.
14452
Jamie Gloudonaaa21002012-08-25 00:18:33 -040014453 The tunnel timeout applies when a bidirectional connection is established
Willy Tarreauce887fd2012-05-12 12:50:00 +020014454 between a client and a server, and the connection remains inactive in both
14455 directions. This timeout supersedes both the client and server timeouts once
14456 the connection becomes a tunnel. In TCP, this timeout is used as soon as no
Davor Ocelice9ed2812017-12-25 17:49:28 +010014457 analyzer remains attached to either connection (e.g. tcp content rules are
14458 accepted). In HTTP, this timeout is used when a connection is upgraded (e.g.
Willy Tarreauce887fd2012-05-12 12:50:00 +020014459 when switching to the WebSocket protocol, or forwarding a CONNECT request
14460 to a proxy), or after the first response when no keepalive/close option is
14461 specified.
14462
Willy Tarreau05cdd962014-05-10 14:30:07 +020014463 Since this timeout is usually used in conjunction with long-lived connections,
14464 it usually is a good idea to also set "timeout client-fin" to handle the
14465 situation where a client suddenly disappears from the net and does not
14466 acknowledge a close, or sends a shutdown and does not acknowledge pending
14467 data anymore. This can happen in lossy networks where firewalls are present,
14468 and is detected by the presence of large amounts of sessions in a FIN_WAIT
14469 state.
14470
Willy Tarreauce887fd2012-05-12 12:50:00 +020014471 The value is specified in milliseconds by default, but can be in any other
14472 unit if the number is suffixed by the unit, as specified at the top of this
14473 document. Whatever the expected normal idle time, it is a good practice to
14474 cover at least one or several TCP packet losses by specifying timeouts that
Davor Ocelice9ed2812017-12-25 17:49:28 +010014475 are slightly above multiples of 3 seconds (e.g. 4 or 5 seconds minimum).
Willy Tarreauce887fd2012-05-12 12:50:00 +020014476
14477 This parameter is specific to backends, but can be specified once for all in
14478 "defaults" sections. This is in fact one of the easiest solutions not to
14479 forget about it.
14480
14481 Example :
14482 defaults http
14483 option http-server-close
14484 timeout connect 5s
14485 timeout client 30s
Willy Tarreau05cdd962014-05-10 14:30:07 +020014486 timeout client-fin 30s
Willy Tarreauce887fd2012-05-12 12:50:00 +020014487 timeout server 30s
14488 timeout tunnel 1h # timeout to use with WebSocket and CONNECT
14489
Willy Tarreau05cdd962014-05-10 14:30:07 +020014490 See also : "timeout client", "timeout client-fin", "timeout server".
Willy Tarreauce887fd2012-05-12 12:50:00 +020014491
14492
Willy Tarreau844e3c52008-01-11 16:28:18 +010014493transparent (deprecated)
14494 Enable client-side transparent proxying
14495 May be used in sections : defaults | frontend | listen | backend
Willy Tarreau4b1f8592008-12-23 23:13:55 +010014496 yes | no | yes | yes
Willy Tarreau844e3c52008-01-11 16:28:18 +010014497 Arguments : none
14498
14499 This keyword was introduced in order to provide layer 7 persistence to layer
14500 3 load balancers. The idea is to use the OS's ability to redirect an incoming
14501 connection for a remote address to a local process (here HAProxy), and let
14502 this process know what address was initially requested. When this option is
14503 used, sessions without cookies will be forwarded to the original destination
14504 IP address of the incoming request (which should match that of another
14505 equipment), while requests with cookies will still be forwarded to the
14506 appropriate server.
14507
14508 The "transparent" keyword is deprecated, use "option transparent" instead.
14509
14510 Note that contrary to a common belief, this option does NOT make HAProxy
14511 present the client's IP to the server when establishing the connection.
14512
Willy Tarreau844e3c52008-01-11 16:28:18 +010014513 See also: "option transparent"
14514
William Lallemanda73203e2012-03-12 12:48:57 +010014515unique-id-format <string>
14516 Generate a unique ID for each request.
14517 May be used in sections : defaults | frontend | listen | backend
14518 yes | yes | yes | no
14519 Arguments :
14520 <string> is a log-format string.
14521
Cyril Bonté108cf6e2012-04-21 23:30:29 +020014522 This keyword creates a ID for each request using the custom log format. A
14523 unique ID is useful to trace a request passing through many components of
14524 a complex infrastructure. The newly created ID may also be logged using the
14525 %ID tag the log-format string.
William Lallemanda73203e2012-03-12 12:48:57 +010014526
Cyril Bonté108cf6e2012-04-21 23:30:29 +020014527 The format should be composed from elements that are guaranteed to be
Daniel Corbett9f0843f2021-05-08 10:50:37 -040014528 unique when combined together. For instance, if multiple HAProxy instances
Cyril Bonté108cf6e2012-04-21 23:30:29 +020014529 are involved, it might be important to include the node name. It is often
14530 needed to log the incoming connection's source and destination addresses
14531 and ports. Note that since multiple requests may be performed over the same
14532 connection, including a request counter may help differentiate them.
14533 Similarly, a timestamp may protect against a rollover of the counter.
14534 Logging the process ID will avoid collisions after a service restart.
William Lallemanda73203e2012-03-12 12:48:57 +010014535
Cyril Bonté108cf6e2012-04-21 23:30:29 +020014536 It is recommended to use hexadecimal notation for many fields since it
14537 makes them more compact and saves space in logs.
William Lallemanda73203e2012-03-12 12:48:57 +010014538
Cyril Bonté108cf6e2012-04-21 23:30:29 +020014539 Example:
William Lallemanda73203e2012-03-12 12:48:57 +010014540
Julien Vehentf21be322014-03-07 08:27:34 -050014541 unique-id-format %{+X}o\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid
William Lallemanda73203e2012-03-12 12:48:57 +010014542
14543 will generate:
14544
14545 7F000001:8296_7F00001E:1F90_4F7B0A69_0003:790A
14546
14547 See also: "unique-id-header"
14548
14549unique-id-header <name>
14550 Add a unique ID header in the HTTP request.
14551 May be used in sections : defaults | frontend | listen | backend
14552 yes | yes | yes | no
14553 Arguments :
14554 <name> is the name of the header.
14555
Cyril Bonté108cf6e2012-04-21 23:30:29 +020014556 Add a unique-id header in the HTTP request sent to the server, using the
14557 unique-id-format. It can't work if the unique-id-format doesn't exist.
William Lallemanda73203e2012-03-12 12:48:57 +010014558
Cyril Bonté108cf6e2012-04-21 23:30:29 +020014559 Example:
William Lallemanda73203e2012-03-12 12:48:57 +010014560
Julien Vehentf21be322014-03-07 08:27:34 -050014561 unique-id-format %{+X}o\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid
William Lallemanda73203e2012-03-12 12:48:57 +010014562 unique-id-header X-Unique-ID
14563
14564 will generate:
14565
14566 X-Unique-ID: 7F000001:8296_7F00001E:1F90_4F7B0A69_0003:790A
14567
14568 See also: "unique-id-format"
Willy Tarreau844e3c52008-01-11 16:28:18 +010014569
Willy Tarreauf51658d2014-04-23 01:21:56 +020014570use_backend <backend> [{if | unless} <condition>]
Willy Tarreau1d0dfb12009-07-07 15:10:31 +020014571 Switch to a specific backend if/unless an ACL-based condition is matched.
Willy Tarreau844e3c52008-01-11 16:28:18 +010014572 May be used in sections : defaults | frontend | listen | backend
14573 no | yes | yes | no
14574 Arguments :
Bertrand Jacquin702d44f2013-11-19 11:43:06 +010014575 <backend> is the name of a valid backend or "listen" section, or a
14576 "log-format" string resolving to a backend name.
Willy Tarreau844e3c52008-01-11 16:28:18 +010014577
Willy Tarreauf51658d2014-04-23 01:21:56 +020014578 <condition> is a condition composed of ACLs, as described in section 7. If
14579 it is omitted, the rule is unconditionally applied.
Willy Tarreau844e3c52008-01-11 16:28:18 +010014580
14581 When doing content-switching, connections arrive on a frontend and are then
14582 dispatched to various backends depending on a number of conditions. The
14583 relation between the conditions and the backends is described with the
Willy Tarreau1d0dfb12009-07-07 15:10:31 +020014584 "use_backend" keyword. While it is normally used with HTTP processing, it can
Davor Ocelice9ed2812017-12-25 17:49:28 +010014585 also be used in pure TCP, either without content using stateless ACLs (e.g.
Willy Tarreau1d0dfb12009-07-07 15:10:31 +020014586 source address validation) or combined with a "tcp-request" rule to wait for
14587 some payload.
Willy Tarreau844e3c52008-01-11 16:28:18 +010014588
14589 There may be as many "use_backend" rules as desired. All of these rules are
14590 evaluated in their declaration order, and the first one which matches will
14591 assign the backend.
14592
14593 In the first form, the backend will be used if the condition is met. In the
14594 second form, the backend will be used if the condition is not met. If no
14595 condition is valid, the backend defined with "default_backend" will be used.
14596 If no default backend is defined, either the servers in the same section are
14597 used (in case of a "listen" section) or, in case of a frontend, no server is
14598 used and a 503 service unavailable response is returned.
14599
Willy Tarreau51aecc72009-07-12 09:47:04 +020014600 Note that it is possible to switch from a TCP frontend to an HTTP backend. In
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010014601 this case, either the frontend has already checked that the protocol is HTTP,
Willy Tarreau51aecc72009-07-12 09:47:04 +020014602 and backend processing will immediately follow, or the backend will wait for
14603 a complete HTTP request to get in. This feature is useful when a frontend
14604 must decode several protocols on a unique port, one of them being HTTP.
14605
Bertrand Jacquin702d44f2013-11-19 11:43:06 +010014606 When <backend> is a simple name, it is resolved at configuration time, and an
14607 error is reported if the specified backend does not exist. If <backend> is
14608 a log-format string instead, no check may be done at configuration time, so
14609 the backend name is resolved dynamically at run time. If the resulting
14610 backend name does not correspond to any valid backend, no other rule is
14611 evaluated, and the default_backend directive is applied instead. Note that
14612 when using dynamic backend names, it is highly recommended to use a prefix
14613 that no other backend uses in order to ensure that an unauthorized backend
14614 cannot be forced from the request.
14615
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030014616 It is worth mentioning that "use_backend" rules with an explicit name are
Bertrand Jacquin702d44f2013-11-19 11:43:06 +010014617 used to detect the association between frontends and backends to compute the
14618 backend's "fullconn" setting. This cannot be done for dynamic names.
14619
14620 See also: "default_backend", "tcp-request", "fullconn", "log-format", and
14621 section 7 about ACLs.
Willy Tarreaud72758d2010-01-12 10:42:19 +010014622
Christopher Fauletb30b3102019-09-12 23:03:09 +020014623use-fcgi-app <name>
14624 Defines the FastCGI application to use for the backend.
14625 May be used in sections : defaults | frontend | listen | backend
14626 no | no | yes | yes
14627 Arguments :
14628 <name> is the name of the FastCGI application to use.
14629
14630 See section 10.1 about FastCGI application setup for details.
Willy Tarreau036fae02008-01-06 13:24:40 +010014631
Willy Tarreau4a5cade2012-04-05 21:09:48 +020014632use-server <server> if <condition>
14633use-server <server> unless <condition>
14634 Only use a specific server if/unless an ACL-based condition is matched.
14635 May be used in sections : defaults | frontend | listen | backend
14636 no | no | yes | yes
14637 Arguments :
Jerome Magnin824186b2020-03-29 09:37:12 +020014638 <server> is the name of a valid server in the same backend section
14639 or a "log-format" string resolving to a server name.
Willy Tarreau4a5cade2012-04-05 21:09:48 +020014640
14641 <condition> is a condition composed of ACLs, as described in section 7.
14642
14643 By default, connections which arrive to a backend are load-balanced across
14644 the available servers according to the configured algorithm, unless a
14645 persistence mechanism such as a cookie is used and found in the request.
14646
14647 Sometimes it is desirable to forward a particular request to a specific
14648 server without having to declare a dedicated backend for this server. This
14649 can be achieved using the "use-server" rules. These rules are evaluated after
14650 the "redirect" rules and before evaluating cookies, and they have precedence
14651 on them. There may be as many "use-server" rules as desired. All of these
14652 rules are evaluated in their declaration order, and the first one which
14653 matches will assign the server.
14654
14655 If a rule designates a server which is down, and "option persist" is not used
14656 and no force-persist rule was validated, it is ignored and evaluation goes on
14657 with the next rules until one matches.
14658
14659 In the first form, the server will be used if the condition is met. In the
14660 second form, the server will be used if the condition is not met. If no
14661 condition is valid, the processing continues and the server will be assigned
14662 according to other persistence mechanisms.
14663
14664 Note that even if a rule is matched, cookie processing is still performed but
14665 does not assign the server. This allows prefixed cookies to have their prefix
14666 stripped.
14667
14668 The "use-server" statement works both in HTTP and TCP mode. This makes it
14669 suitable for use with content-based inspection. For instance, a server could
Lukas Tribusa267b5d2020-07-19 00:25:06 +020014670 be selected in a farm according to the TLS SNI field when using protocols with
Alex5c866202021-06-05 13:23:08 +020014671 implicit TLS (also see "req.ssl_sni"). And if these servers have their weight
Lukas Tribusa267b5d2020-07-19 00:25:06 +020014672 set to zero, they will not be used for other traffic.
Willy Tarreau4a5cade2012-04-05 21:09:48 +020014673
14674 Example :
14675 # intercept incoming TLS requests based on the SNI field
Alex5c866202021-06-05 13:23:08 +020014676 use-server www if { req.ssl_sni -i www.example.com }
Willy Tarreau4a5cade2012-04-05 21:09:48 +020014677 server www 192.168.0.1:443 weight 0
Alex5c866202021-06-05 13:23:08 +020014678 use-server mail if { req.ssl_sni -i mail.example.com }
Lukas Tribusa267b5d2020-07-19 00:25:06 +020014679 server mail 192.168.0.1:465 weight 0
Alex5c866202021-06-05 13:23:08 +020014680 use-server imap if { req.ssl_sni -i imap.example.com }
Lukas Tribus98a3e3f2017-03-26 12:55:35 +000014681 server imap 192.168.0.1:993 weight 0
Willy Tarreau4a5cade2012-04-05 21:09:48 +020014682 # all the rest is forwarded to this server
14683 server default 192.168.0.2:443 check
14684
Jerome Magnin824186b2020-03-29 09:37:12 +020014685 When <server> is a simple name, it is checked against existing servers in the
14686 configuration and an error is reported if the specified server does not exist.
14687 If it is a log-format, no check is performed when parsing the configuration,
14688 and if we can't resolve a valid server name at runtime but the use-server rule
Ilya Shipitsin11057a32020-06-21 21:18:27 +050014689 was conditioned by an ACL returning true, no other use-server rule is applied
Jerome Magnin824186b2020-03-29 09:37:12 +020014690 and we fall back to load balancing.
14691
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030014692 See also: "use_backend", section 5 about server and section 7 about ACLs.
Willy Tarreau4a5cade2012-04-05 21:09:48 +020014693
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014694
Davor Ocelice9ed2812017-12-25 17:49:28 +0100146955. Bind and server options
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014696--------------------------
14697
14698The "bind", "server" and "default-server" keywords support a number of settings
14699depending on some build options and on the system HAProxy was built on. These
14700settings generally each consist in one word sometimes followed by a value,
14701written on the same line as the "bind" or "server" line. All these options are
14702described in this section.
14703
14704
147055.1. Bind options
14706-----------------
14707
14708The "bind" keyword supports a certain number of settings which are all passed
14709as arguments on the same line. The order in which those arguments appear makes
14710no importance, provided that they appear after the bind address. All of these
14711parameters are optional. Some of them consist in a single words (booleans),
14712while other ones expect a value after them. In this case, the value must be
14713provided immediately after the setting name.
14714
14715The currently supported settings are the following ones.
14716
Bertrand Jacquin93b227d2016-06-04 15:11:10 +010014717accept-netscaler-cip <magic number>
14718 Enforces the use of the NetScaler Client IP insertion protocol over any
14719 connection accepted by any of the TCP sockets declared on the same line. The
14720 NetScaler Client IP insertion protocol dictates the layer 3/4 addresses of
14721 the incoming connection to be used everywhere an address is used, with the
14722 only exception of "tcp-request connection" rules which will only see the
14723 real connection address. Logs will reflect the addresses indicated in the
14724 protocol, unless it is violated, in which case the real address will still
14725 be used. This keyword combined with support from external components can be
14726 used as an efficient and reliable alternative to the X-Forwarded-For
Bertrand Jacquin90759682016-06-06 15:35:39 +010014727 mechanism which is not always reliable and not even always usable. See also
14728 "tcp-request connection expect-netscaler-cip" for a finer-grained setting of
14729 which client is allowed to use the protocol.
Bertrand Jacquin93b227d2016-06-04 15:11:10 +010014730
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014731accept-proxy
14732 Enforces the use of the PROXY protocol over any connection accepted by any of
Willy Tarreau77992672014-06-14 11:06:17 +020014733 the sockets declared on the same line. Versions 1 and 2 of the PROXY protocol
14734 are supported and correctly detected. The PROXY protocol dictates the layer
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014735 3/4 addresses of the incoming connection to be used everywhere an address is
14736 used, with the only exception of "tcp-request connection" rules which will
14737 only see the real connection address. Logs will reflect the addresses
14738 indicated in the protocol, unless it is violated, in which case the real
Davor Ocelice9ed2812017-12-25 17:49:28 +010014739 address will still be used. This keyword combined with support from external
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014740 components can be used as an efficient and reliable alternative to the
14741 X-Forwarded-For mechanism which is not always reliable and not even always
Willy Tarreau4f0d9192013-06-11 20:40:55 +020014742 usable. See also "tcp-request connection expect-proxy" for a finer-grained
14743 setting of which client is allowed to use the protocol.
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014744
Olivier Houchardc2aae742017-09-22 18:26:28 +020014745allow-0rtt
Bertrand Jacquina25282b2018-08-14 00:56:13 +010014746 Allow receiving early data when using TLSv1.3. This is disabled by default,
Olivier Houchard69752962019-01-08 15:35:32 +010014747 due to security considerations. Because it is vulnerable to replay attacks,
John Roeslerfb2fce12019-07-10 15:45:51 -050014748 you should only allow if for requests that are safe to replay, i.e. requests
Olivier Houchard69752962019-01-08 15:35:32 +010014749 that are idempotent. You can use the "wait-for-handshake" action for any
14750 request that wouldn't be safe with early data.
Olivier Houchardc2aae742017-09-22 18:26:28 +020014751
Willy Tarreauab861d32013-04-02 02:30:41 +020014752alpn <protocols>
14753 This enables the TLS ALPN extension and advertises the specified protocol
14754 list as supported on top of ALPN. The protocol list consists in a comma-
14755 delimited list of protocol names, for instance: "http/1.1,http/1.0" (without
John Roeslerfb2fce12019-07-10 15:45:51 -050014756 quotes). This requires that the SSL library is built with support for TLS
Willy Tarreauab861d32013-04-02 02:30:41 +020014757 extensions enabled (check with haproxy -vv). The ALPN extension replaces the
Willy Tarreau5003ac72023-04-19 09:12:33 +020014758 initial NPN extension. At the protocol layer, ALPN is required to enable
14759 HTTP/2 on an HTTPS frontend and HTTP/3 on a QUIC frontend. However, when such
14760 frontends have none of "npn", "alpn" and "no-alpn" set, a default value of
14761 "h2,http/1.1" will be used for a regular HTTPS frontend, and "h3" for a QUIC
14762 frontend. Versions of OpenSSL prior to 1.0.2 didn't support ALPN and only
14763 supposed the now obsolete NPN extension. At the time of writing this, most
14764 browsers still support both ALPN and NPN for HTTP/2 so a fallback to NPN may
14765 still work for a while. But ALPN must be used whenever possible. Protocols
14766 not advertised are not negotiated. For example it is possible to only accept
14767 HTTP/2 connections with this:
Willy Tarreau95c4e142017-11-26 12:18:55 +010014768
Willy Tarreau5003ac72023-04-19 09:12:33 +020014769 bind :443 ssl crt pub.pem alpn h2 # explicitly disable HTTP/1.1
Willy Tarreauab861d32013-04-02 02:30:41 +020014770
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +020014771 QUIC supports only h3 and hq-interop as ALPN. h3 is for HTTP/3 and hq-interop
14772 is used for http/0.9 and QUIC interop runner (see https://interop.seemann.io).
Willy Tarreau74d7cc02023-04-19 09:10:47 +020014773 Each "alpn" statement will replace a previous one. In order to remove them,
14774 use "no-alpn".
Frédéric Lécaillef717a4b2022-05-25 15:42:15 +020014775
Willy Tarreau5003ac72023-04-19 09:12:33 +020014776 Note that some old browsers such as Firefox 88 used to experience issues with
14777 WebSocket over H2, and in case such a setup is encountered, it may be needed
14778 to either explicitly disable HTTP/2 in the "alpn" string by forcing it to
14779 "http/1.1" or "no-alpn", or to enable "h2-workaround-bogus-websocket-clients"
14780 globally.
14781
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014782backlog <backlog>
Willy Tarreaue2711c72019-02-27 15:39:41 +010014783 Sets the socket's backlog to this value. If unspecified or 0, the frontend's
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014784 backlog is used instead, which generally defaults to the maxconn value.
14785
Emmanuel Hocdete7f2b732017-01-09 16:15:54 +010014786curves <curves>
14787 This setting is only available when support for OpenSSL was built in. It sets
14788 the string describing the list of elliptic curves algorithms ("curve suite")
14789 that are negotiated during the SSL/TLS handshake with ECDHE. The format of the
14790 string is a colon-delimited list of curve name.
14791 Example: "X25519:P-256" (without quote)
14792 When "curves" is set, "ecdhe" parameter is ignored.
14793
Emeric Brun7fb34422012-09-28 15:26:15 +020014794ecdhe <named curve>
14795 This setting is only available when support for OpenSSL was built in. It sets
Emeric Brun6924ef82013-03-06 14:08:53 +010014796 the named curve (RFC 4492) used to generate ECDH ephemeral keys. By default,
14797 used named curve is prime256v1.
Emeric Brun7fb34422012-09-28 15:26:15 +020014798
Emeric Brunfd33a262012-10-11 16:28:27 +020014799ca-file <cafile>
Emeric Brun1a073b42012-09-28 17:07:34 +020014800 This setting is only available when support for OpenSSL was built in. It
14801 designates a PEM file from which to load CA certificates used to verify
William Lallemand34107802022-04-01 23:49:11 +020014802 client's certificate. It is possible to load a directory containing multiple
14803 CAs, in this case HAProxy will try to load every ".pem", ".crt", ".cer", and
William Lallemande4b93eb2022-05-09 09:29:00 +020014804 .crl" available in the directory, files starting with a dot are ignored.
Emeric Brun1a073b42012-09-28 17:07:34 +020014805
William Lallemand1639d6c2022-05-26 00:18:46 +020014806 Warning: The "@system-ca" parameter could be used in place of the cafile
14807 in order to use the trusted CAs of your system, like its done with the server
14808 directive. But you mustn't use it unless you know what you are doing.
14809 Configuring it this way basically mean that the bind will accept any client
14810 certificate generated from one of the CA present on your system, which is
Ilya Shipitsin6f86eaa2022-11-30 16:22:42 +050014811 extremely insecure.
William Lallemand1639d6c2022-05-26 00:18:46 +020014812
Emeric Brunb6dc9342012-09-28 17:55:37 +020014813ca-ignore-err [all|<errorID>,...]
14814 This setting is only available when support for OpenSSL was built in.
14815 Sets a comma separated list of errorIDs to ignore during verify at depth > 0.
William Lallemand960fb742022-11-03 16:31:50 +010014816 It could be a numerical ID, or the constant name (X509_V_ERR) which is
14817 available in the OpenSSL documentation:
14818 https://www.openssl.org/docs/manmaster/man3/X509_STORE_CTX_get_error.html#ERROR-CODES
14819 It is recommended to use the constant name as the numerical value can change
14820 in new version of OpenSSL.
Emeric Brunb6dc9342012-09-28 17:55:37 +020014821 If set to 'all', all errors are ignored. SSL handshake is not aborted if an
14822 error is ignored.
14823
Christopher Faulet31af49d2015-06-09 17:29:50 +020014824ca-sign-file <cafile>
14825 This setting is only available when support for OpenSSL was built in. It
14826 designates a PEM file containing both the CA certificate and the CA private
14827 key used to create and sign server's certificates. This is a mandatory
14828 setting when the dynamic generation of certificates is enabled. See
14829 'generate-certificates' for details.
14830
Bertrand Jacquind4d0a232016-11-13 16:37:12 +000014831ca-sign-pass <passphrase>
Christopher Faulet31af49d2015-06-09 17:29:50 +020014832 This setting is only available when support for OpenSSL was built in. It is
14833 the CA private key passphrase. This setting is optional and used only when
14834 the dynamic generation of certificates is enabled. See
14835 'generate-certificates' for details.
14836
Emmanuel Hocdet842e94e2019-12-16 16:39:17 +010014837ca-verify-file <cafile>
14838 This setting designates a PEM file from which to load CA certificates used to
14839 verify client's certificate. It designates CA certificates which must not be
14840 included in CA names sent in server hello message. Typically, "ca-file" must
14841 be defined with intermediate certificates, and "ca-verify-file" with
14842 certificates to ending the chain, like root CA.
14843
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014844ciphers <ciphers>
14845 This setting is only available when support for OpenSSL was built in. It sets
14846 the string describing the list of cipher algorithms ("cipher suite") that are
Bertrand Jacquin8cf7c1e2019-02-03 18:35:25 +000014847 negotiated during the SSL/TLS handshake up to TLSv1.2. The format of the
Bertrand Jacquin4f03ab02019-02-03 18:48:49 +000014848 string is defined in "man 1 ciphers" from OpenSSL man pages. For background
Dirkjan Bussink415150f2018-09-14 11:14:21 +020014849 information and recommendations see e.g.
14850 (https://wiki.mozilla.org/Security/Server_Side_TLS) and
14851 (https://mozilla.github.io/server-side-tls/ssl-config-generator/). For TLSv1.3
14852 cipher configuration, please check the "ciphersuites" keyword.
14853
14854ciphersuites <ciphersuites>
14855 This setting is only available when support for OpenSSL was built in and
14856 OpenSSL 1.1.1 or later was used to build HAProxy. It sets the string describing
14857 the list of cipher algorithms ("cipher suite") that are negotiated during the
14858 TLSv1.3 handshake. The format of the string is defined in "man 1 ciphers" from
Bertrand Jacquin4f03ab02019-02-03 18:48:49 +000014859 OpenSSL man pages under the "ciphersuites" section. For cipher configuration
14860 for TLSv1.2 and earlier, please check the "ciphers" keyword.
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014861
William Lallemandb6ae2aa2023-05-05 00:05:46 +020014862client-sigalgs <sigalgs>
14863 This setting is only available when support for OpenSSL was built in. It sets
14864 the string describing the list of signature algorithms related to client
14865 authentication that are negotiated . The format of the string is defined in
14866 "man 3 SSL_CTX_set1_client_sigalgs" from the OpenSSL man pages. It is not
14867 recommended to use this setting if no specific usecase was identified.
14868
Emeric Brunfd33a262012-10-11 16:28:27 +020014869crl-file <crlfile>
Emeric Brun1a073b42012-09-28 17:07:34 +020014870 This setting is only available when support for OpenSSL was built in. It
14871 designates a PEM file from which to load certificate revocation list used
Remi Tricot-Le Breton02bd6842021-05-04 12:22:34 +020014872 to verify client's certificate. You need to provide a certificate revocation
14873 list for every certificate of your certificate authority chain.
Emeric Brun1a073b42012-09-28 17:07:34 +020014874
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014875crt <cert>
Alex Davies0fbf0162013-03-02 16:04:50 +000014876 This setting is only available when support for OpenSSL was built in. It
14877 designates a PEM file containing both the required certificates and any
14878 associated private keys. This file can be built by concatenating multiple
14879 PEM files into one (e.g. cat cert.pem key.pem > combined.pem). If your CA
14880 requires an intermediate certificate, this can also be concatenated into this
Emmanuel Hocdet70df7bf2019-01-04 11:08:20 +010014881 file. Intermediate certificate can also be shared in a directory via
14882 "issuers-chain-path" directive.
Alex Davies0fbf0162013-03-02 16:04:50 +000014883
William Lallemand4c5adbf2020-02-24 14:23:22 +010014884 If the file does not contain a private key, HAProxy will try to load
14885 the key at the same path suffixed by a ".key".
14886
Alex Davies0fbf0162013-03-02 16:04:50 +000014887 If the OpenSSL used supports Diffie-Hellman, parameters present in this file
14888 are loaded.
14889
14890 If a directory name is used instead of a PEM file, then all files found in
William Lallemand3f25ae32020-02-24 16:30:12 +010014891 that directory will be loaded in alphabetic order unless their name ends
William Lallemand589570d2022-05-09 10:30:51 +020014892 with '.key', '.issuer', '.ocsp' or '.sctl' (reserved extensions). Files
14893 starting with a dot are also ignored. This directive may be specified multiple
14894 times in order to load certificates from multiple files or directories. The
14895 certificates will be presented to clients who provide a valid TLS Server Name
14896 Indication field matching one of their CN or alt subjects. Wildcards are
14897 supported, where a wildcard character '*' is used instead of the first
14898 hostname component (e.g. *.example.org matches www.example.org but not
William Lallemand5c099352023-04-04 16:28:58 +020014899 www.sub.example.org). If an empty directory is used, HAProxy will not start
14900 unless the "strict-sni" keyword is used.
Alex Davies0fbf0162013-03-02 16:04:50 +000014901
14902 If no SNI is provided by the client or if the SSL library does not support
14903 TLS extensions, or if the client provides an SNI hostname which does not
14904 match any certificate, then the first loaded certificate will be presented.
14905 This means that when loading certificates from a directory, it is highly
Cyril Bonté3180f7b2015-01-25 00:16:08 +010014906 recommended to load the default one first as a file or to ensure that it will
14907 always be the first one in the directory.
Alex Davies0fbf0162013-03-02 16:04:50 +000014908
Emeric Brune032bfa2012-09-28 13:01:45 +020014909 Note that the same cert may be loaded multiple times without side effects.
Willy Tarreaub6205fd2012-09-24 12:27:33 +020014910
Davor Ocelice9ed2812017-12-25 17:49:28 +010014911 Some CAs (such as GoDaddy) offer a drop down list of server types that do not
Alex Davies0fbf0162013-03-02 16:04:50 +000014912 include HAProxy when obtaining a certificate. If this happens be sure to
Davor Ocelice9ed2812017-12-25 17:49:28 +010014913 choose a web server that the CA believes requires an intermediate CA (for
14914 GoDaddy, selection Apache Tomcat will get the correct bundle, but many
Alex Davies0fbf0162013-03-02 16:04:50 +000014915 others, e.g. nginx, result in a wrong bundle that will not work for some
14916 clients).
14917
Daniel Corbett9f0843f2021-05-08 10:50:37 -040014918 For each PEM file, HAProxy checks for the presence of file at the same path
Emeric Brun4147b2e2014-06-16 18:36:30 +020014919 suffixed by ".ocsp". If such file is found, support for the TLS Certificate
14920 Status Request extension (also known as "OCSP stapling") is automatically
14921 enabled. The content of this file is optional. If not empty, it must contain
14922 a valid OCSP Response in DER format. In order to be valid an OCSP Response
14923 must comply with the following rules: it has to indicate a good status,
14924 it has to be a single response for the certificate of the PEM file, and it
14925 has to be valid at the moment of addition. If these rules are not respected
14926 the OCSP Response is ignored and a warning is emitted. In order to identify
14927 which certificate an OCSP Response applies to, the issuer's certificate is
14928 necessary. If the issuer's certificate is not found in the PEM file, it will
14929 be loaded from a file at the same path as the PEM file suffixed by ".issuer"
14930 if it exists otherwise it will fail with an error.
14931
Daniel Corbett9f0843f2021-05-08 10:50:37 -040014932 For each PEM file, HAProxy also checks for the presence of file at the same
Janusz Dziemidowicz2c701b52015-03-07 23:03:59 +010014933 path suffixed by ".sctl". If such file is found, support for Certificate
14934 Transparency (RFC6962) TLS extension is enabled. The file must contain a
14935 valid Signed Certificate Timestamp List, as described in RFC. File is parsed
14936 to check basic syntax, but no signatures are verified.
14937
yanbzhu6c25e9e2016-01-05 12:52:02 -050014938 There are cases where it is desirable to support multiple key types, e.g. RSA
14939 and ECDSA in the cipher suites offered to the clients. This allows clients
14940 that support EC certificates to be able to use EC ciphers, while
14941 simultaneously supporting older, RSA only clients.
yanbzhud19630c2015-12-14 15:10:25 -050014942
William Lallemandf9ff3ec2020-10-02 17:57:44 +020014943 To achieve this, OpenSSL 1.1.1 is required, you can configure this behavior
14944 by providing one crt entry per certificate type, or by configuring a "cert
14945 bundle" like it was required before HAProxy 1.8. See "ssl-load-extra-files".
yanbzhud19630c2015-12-14 15:10:25 -050014946
Emeric Brunb6dc9342012-09-28 17:55:37 +020014947crt-ignore-err <errors>
Alex Davies0fbf0162013-03-02 16:04:50 +000014948 This setting is only available when support for OpenSSL was built in. Sets a
William Lallemand960fb742022-11-03 16:31:50 +010014949 comma separated list of errorIDs to ignore during verify at depth == 0.
14950 It could be a numerical ID, or the constant name (X509_V_ERR) which is
14951 available in the OpenSSL documentation:
14952 https://www.openssl.org/docs/manmaster/man3/X509_STORE_CTX_get_error.html#ERROR-CODES
14953 It is recommended to use the constant name as the numerical value can change
14954 in new version of OpenSSL.
14955 If set to 'all', all errors are ignored. SSL handshake is not aborted if an
14956 error is ignored.
Emeric Brunb6dc9342012-09-28 17:55:37 +020014957
Emmanuel Hocdetfe616562013-01-22 15:31:15 +010014958crt-list <file>
14959 This setting is only available when support for OpenSSL was built in. It
Emmanuel Hocdet98263292016-12-29 18:26:15 +010014960 designates a list of PEM file with an optional ssl configuration and a SNI
14961 filter per certificate, with the following format for each line :
Emmanuel Hocdetfe616562013-01-22 15:31:15 +010014962
Emmanuel Hocdet98263292016-12-29 18:26:15 +010014963 <crtfile> [\[<sslbindconf> ...\]] [[!]<snifilter> ...]
14964
William Lallemand5d036392020-06-30 16:11:36 +020014965 sslbindconf supports "allow-0rtt", "alpn", "ca-file", "ca-verify-file",
14966 "ciphers", "ciphersuites", "crl-file", "curves", "ecdhe", "no-ca-names",
14967 "npn", "verify" configuration. With BoringSSL and Openssl >= 1.1.1
14968 "ssl-min-ver" and "ssl-max-ver" are also supported. It overrides the
14969 configuration set in bind line for the certificate.
Emmanuel Hocdetfe616562013-01-22 15:31:15 +010014970
Emmanuel Hocdet7c41a1b2013-05-07 20:20:06 +020014971 Wildcards are supported in the SNI filter. Negative filter are also supported,
Joao Moraise51fab02020-11-21 07:42:20 -030014972 useful in combination with a wildcard filter to exclude a particular SNI, or
14973 after the first certificate to exclude a pattern from its CN or Subject Alt
14974 Name (SAN). The certificates will be presented to clients who provide a valid
14975 TLS Server Name Indication field matching one of the SNI filters. If no SNI
14976 filter is specified, the CN and SAN are used. This directive may be specified
Emmanuel Hocdet7c41a1b2013-05-07 20:20:06 +020014977 multiple times. See the "crt" option for more information. The default
14978 certificate is still needed to meet OpenSSL expectations. If it is not used,
14979 the 'strict-sni' option may be used.
Emmanuel Hocdetfe616562013-01-22 15:31:15 +010014980
William Lallemandf9ff3ec2020-10-02 17:57:44 +020014981 Multi-cert bundling (see "ssl-load-extra-files") is supported with crt-list,
14982 as long as only the base name is given in the crt-list. SNI filter will do
14983 the same work on all bundled certificates.
yanbzhud19630c2015-12-14 15:10:25 -050014984
William Lallemand7c26ed72020-06-03 17:34:48 +020014985 Empty lines as well as lines beginning with a hash ('#') will be ignored.
14986
Joao Moraisaa8fcc42020-11-24 08:24:30 -030014987 The first declared certificate of a bind line is used as the default
Daniel Corbett9f0843f2021-05-08 10:50:37 -040014988 certificate, either from crt or crt-list option, which HAProxy should use in
Joao Moraisaa8fcc42020-11-24 08:24:30 -030014989 the TLS handshake if no other certificate matches. This certificate will also
14990 be used if the provided SNI matches its CN or SAN, even if a matching SNI
14991 filter is found on any crt-list. The SNI filter !* can be used after the first
14992 declared certificate to not include its CN and SAN in the SNI tree, so it will
14993 never match except if no other certificate matches. This way the first
14994 declared certificate act as a fallback.
Joao Moraise51fab02020-11-21 07:42:20 -030014995
Willy Tarreau5003ac72023-04-19 09:12:33 +020014996 When no ALPN is set, the "bind" line's default one is used. If a "bind" line
14997 has no "no-alpn", "alpn" nor "npn" set, a default value will be used
14998 depending on the protocol (see "alpn" above). However if the "bind" line has
14999 a different default, or explicitly disables ALPN using "no-alpn", it is
15000 possible to force a specific value for a certificate.
15001
Emmanuel Hocdet98263292016-12-29 18:26:15 +010015002 crt-list file example:
Joao Moraise51fab02020-11-21 07:42:20 -030015003 cert1.pem !*
William Lallemand7c26ed72020-06-03 17:34:48 +020015004 # comment
Emmanuel Hocdet05942112017-02-20 16:11:50 +010015005 cert2.pem [alpn h2,http/1.1]
Emmanuel Hocdet98263292016-12-29 18:26:15 +010015006 certW.pem *.domain.tld !secure.domain.tld
Emmanuel Hocdet05942112017-02-20 16:11:50 +010015007 certS.pem [curves X25519:P-256 ciphers ECDHE-ECDSA-AES256-GCM-SHA384] secure.domain.tld
Emmanuel Hocdet98263292016-12-29 18:26:15 +010015008
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015009defer-accept
15010 Is an optional keyword which is supported only on certain Linux kernels. It
15011 states that a connection will only be accepted once some data arrive on it,
15012 or at worst after the first retransmit. This should be used only on protocols
Davor Ocelice9ed2812017-12-25 17:49:28 +010015013 for which the client talks first (e.g. HTTP). It can slightly improve
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015014 performance by ensuring that most of the request is already available when
15015 the connection is accepted. On the other hand, it will not be able to detect
15016 connections which don't talk. It is important to note that this option is
15017 broken in all kernels up to 2.6.31, as the connection is never accepted until
15018 the client talks. This can cause issues with front firewalls which would see
15019 an established connection while the proxy will only see it in SYN_RECV. This
15020 option is only supported on TCPv4/TCPv6 sockets and ignored by other ones.
15021
William Lallemandf6975e92017-05-26 17:42:10 +020015022expose-fd listeners
15023 This option is only usable with the stats socket. It gives your stats socket
15024 the capability to pass listeners FD to another HAProxy process.
William Lallemand2be557f2021-11-24 18:45:37 +010015025 In master-worker mode, this is not required anymore, the listeners will be
15026 passed using the internal socketpairs between the master and the workers.
Davor Ocelice9ed2812017-12-25 17:49:28 +010015027 See also "-x" in the management guide.
William Lallemandf6975e92017-05-26 17:42:10 +020015028
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015029force-sslv3
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015030 This option enforces use of SSLv3 only on SSL connections instantiated from
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015031 this listener. SSLv3 is generally less expensive than the TLS counterparts
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015032 for high connection rates. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015033 "ssl-default-bind-options". See also "ssl-min-ver" and "ssl-max-ver".
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015034
15035force-tlsv10
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015036 This option enforces use of TLSv1.0 only on SSL connections instantiated from
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015037 this listener. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015038 "ssl-default-bind-options". See also "ssl-min-ver" and "ssl-max-ver".
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015039
15040force-tlsv11
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015041 This option enforces use of TLSv1.1 only on SSL connections instantiated from
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015042 this listener. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015043 "ssl-default-bind-options". See also "ssl-min-ver" and "ssl-max-ver".
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015044
15045force-tlsv12
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015046 This option enforces use of TLSv1.2 only on SSL connections instantiated from
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015047 this listener. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015048 "ssl-default-bind-options". See also "ssl-min-ver" and "ssl-max-ver".
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015049
Emmanuel Hocdet42fb9802017-03-30 19:29:39 +020015050force-tlsv13
15051 This option enforces use of TLSv1.3 only on SSL connections instantiated from
15052 this listener. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015053 "ssl-default-bind-options". See also "ssl-min-ver" and "ssl-max-ver".
Emmanuel Hocdet42fb9802017-03-30 19:29:39 +020015054
Christopher Faulet31af49d2015-06-09 17:29:50 +020015055generate-certificates
15056 This setting is only available when support for OpenSSL was built in. It
15057 enables the dynamic SSL certificates generation. A CA certificate and its
15058 private key are necessary (see 'ca-sign-file'). When HAProxy is configured as
15059 a transparent forward proxy, SSL requests generate errors because of a common
15060 name mismatch on the certificate presented to the client. With this option
15061 enabled, HAProxy will try to forge a certificate using the SNI hostname
15062 indicated by the client. This is done only if no certificate matches the SNI
15063 hostname (see 'crt-list'). If an error occurs, the default certificate is
15064 used, else the 'strict-sni' option is set.
15065 It can also be used when HAProxy is configured as a reverse proxy to ease the
15066 deployment of an architecture with many backends.
15067
15068 Creating a SSL certificate is an expensive operation, so a LRU cache is used
15069 to store forged certificates (see 'tune.ssl.ssl-ctx-cache-size'). It
Davor Ocelice9ed2812017-12-25 17:49:28 +010015070 increases the HAProxy's memory footprint to reduce latency when the same
Christopher Faulet31af49d2015-06-09 17:29:50 +020015071 certificate is used many times.
15072
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015073gid <gid>
15074 Sets the group of the UNIX sockets to the designated system gid. It can also
15075 be set by default in the global section's "unix-bind" statement. Note that
15076 some platforms simply ignore this. This setting is equivalent to the "group"
15077 setting except that the group ID is used instead of its name. This setting is
15078 ignored by non UNIX sockets.
15079
15080group <group>
15081 Sets the group of the UNIX sockets to the designated system group. It can
15082 also be set by default in the global section's "unix-bind" statement. Note
15083 that some platforms simply ignore this. This setting is equivalent to the
15084 "gid" setting except that the group name is used instead of its gid. This
15085 setting is ignored by non UNIX sockets.
15086
15087id <id>
15088 Fixes the socket ID. By default, socket IDs are automatically assigned, but
15089 sometimes it is more convenient to fix them to ease monitoring. This value
15090 must be strictly positive and unique within the listener/frontend. This
15091 option can only be used when defining only a single socket.
15092
15093interface <interface>
Lukas Tribusfce2e962013-02-12 22:13:19 +010015094 Restricts the socket to a specific interface. When specified, only packets
15095 received from that particular interface are processed by the socket. This is
15096 currently only supported on Linux. The interface must be a primary system
15097 interface, not an aliased interface. It is also possible to bind multiple
15098 frontends to the same address if they are bound to different interfaces. Note
15099 that binding to a network interface requires root privileges. This parameter
Jérôme Magnin61275192018-02-07 11:39:58 +010015100 is only compatible with TCPv4/TCPv6 sockets. When specified, return traffic
15101 uses the same interface as inbound traffic, and its associated routing table,
15102 even if there are explicit routes through different interfaces configured.
15103 This can prove useful to address asymmetric routing issues when the same
15104 client IP addresses need to be able to reach frontends hosted on different
15105 interfaces.
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015106
Willy Tarreauabb175f2012-09-24 12:43:26 +020015107level <level>
15108 This setting is used with the stats sockets only to restrict the nature of
15109 the commands that can be issued on the socket. It is ignored by other
15110 sockets. <level> can be one of :
Davor Ocelice9ed2812017-12-25 17:49:28 +010015111 - "user" is the least privileged level; only non-sensitive stats can be
Willy Tarreauabb175f2012-09-24 12:43:26 +020015112 read, and no change is allowed. It would make sense on systems where it
15113 is not easy to restrict access to the socket.
15114 - "operator" is the default level and fits most common uses. All data can
Davor Ocelice9ed2812017-12-25 17:49:28 +010015115 be read, and only non-sensitive changes are permitted (e.g. clear max
Willy Tarreauabb175f2012-09-24 12:43:26 +020015116 counters).
Davor Ocelice9ed2812017-12-25 17:49:28 +010015117 - "admin" should be used with care, as everything is permitted (e.g. clear
Willy Tarreauabb175f2012-09-24 12:43:26 +020015118 all counters).
15119
Andjelko Iharosc4df59e2017-07-20 11:59:48 +020015120severity-output <format>
15121 This setting is used with the stats sockets only to configure severity
15122 level output prepended to informational feedback messages. Severity
15123 level of messages can range between 0 and 7, conforming to syslog
15124 rfc5424. Valid and successful socket commands requesting data
15125 (i.e. "show map", "get acl foo" etc.) will never have a severity level
15126 prepended. It is ignored by other sockets. <format> can be one of :
15127 - "none" (default) no severity level is prepended to feedback messages.
15128 - "number" severity level is prepended as a number.
15129 - "string" severity level is prepended as a string following the
15130 rfc5424 convention.
15131
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015132maxconn <maxconn>
15133 Limits the sockets to this number of concurrent connections. Extraneous
15134 connections will remain in the system's backlog until a connection is
15135 released. If unspecified, the limit will be the same as the frontend's
15136 maxconn. Note that in case of port ranges or multiple addresses, the same
15137 value will be applied to each socket. This setting enables different
15138 limitations on expensive sockets, for instance SSL entries which may easily
15139 eat all memory.
15140
15141mode <mode>
15142 Sets the octal mode used to define access permissions on the UNIX socket. It
15143 can also be set by default in the global section's "unix-bind" statement.
15144 Note that some platforms simply ignore this. This setting is ignored by non
15145 UNIX sockets.
15146
15147mss <maxseg>
15148 Sets the TCP Maximum Segment Size (MSS) value to be advertised on incoming
15149 connections. This can be used to force a lower MSS for certain specific
15150 ports, for instance for connections passing through a VPN. Note that this
15151 relies on a kernel feature which is theoretically supported under Linux but
15152 was buggy in all versions prior to 2.6.28. It may or may not work on other
15153 operating systems. It may also not change the advertised value but change the
15154 effective size of outgoing segments. The commonly advertised value for TCPv4
15155 over Ethernet networks is 1460 = 1500(MTU) - 40(IP+TCP). If this value is
15156 positive, it will be used as the advertised MSS. If it is negative, it will
15157 indicate by how much to reduce the incoming connection's advertised MSS for
15158 outgoing segments. This parameter is only compatible with TCP v4/v6 sockets.
15159
15160name <name>
15161 Sets an optional name for these sockets, which will be reported on the stats
15162 page.
15163
Willy Tarreaud72f0f32015-10-13 14:50:22 +020015164namespace <name>
15165 On Linux, it is possible to specify which network namespace a socket will
15166 belong to. This directive makes it possible to explicitly bind a listener to
15167 a namespace different from the default one. Please refer to your operating
15168 system's documentation to find more details about network namespaces.
15169
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015170nice <nice>
15171 Sets the 'niceness' of connections initiated from the socket. Value must be
15172 in the range -1024..1024 inclusive, and defaults to zero. Positive values
15173 means that such connections are more friendly to others and easily offer
15174 their place in the scheduler. On the opposite, negative values mean that
15175 connections want to run with a higher priority than others. The difference
15176 only happens under high loads when the system is close to saturation.
15177 Negative values are appropriate for low-latency or administration services,
15178 and high values are generally recommended for CPU intensive tasks such as SSL
15179 processing or bulk transfers which are less sensible to latency. For example,
15180 it may make sense to use a positive value for an SMTP socket and a negative
15181 one for an RDP socket.
15182
Willy Tarreau74d7cc02023-04-19 09:10:47 +020015183no-alpn
15184 Disables ALPN processing (technically speaking this sets the ALPN string to
15185 an empty string that will not be advertised). It permits to cancel a previous
15186 occurrence of an "alpn" setting and to disable application protocol
Willy Tarreau5003ac72023-04-19 09:12:33 +020015187 negotiation. It may also be used to prevent a listener from negotiating ALPN
15188 with a client on an HTTPS or QUIC listener; by default, HTTPS listeners will
15189 advertise "h2,http/1.1" and QUIC listeners will advertise "h3". See also
15190 "alpn" bove. Note that when using "crt-list", a certificate may override the
15191 "alpn" setting and re-enable its processing.
Willy Tarreau74d7cc02023-04-19 09:10:47 +020015192
Emmanuel Hocdet174dfe52017-07-28 15:01:05 +020015193no-ca-names
15194 This setting is only available when support for OpenSSL was built in. It
15195 prevents from send CA names in server hello message when ca-file is used.
Emmanuel Hocdet842e94e2019-12-16 16:39:17 +010015196 Use "ca-verify-file" instead of "ca-file" with "no-ca-names".
Emmanuel Hocdet174dfe52017-07-28 15:01:05 +020015197
Emeric Brun9b3009b2012-10-05 11:55:06 +020015198no-sslv3
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015199 This setting is only available when support for OpenSSL was built in. It
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015200 disables support for SSLv3 on any sockets instantiated from the listener when
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015201 SSL is supported. Note that SSLv2 is forced disabled in the code and cannot
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015202 be enabled using any configuration option. This option is also available on
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015203 global statement "ssl-default-bind-options". Use "ssl-min-ver" and
15204 "ssl-max-ver" instead.
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015205
Emeric Brun90ad8722012-10-02 14:00:59 +020015206no-tls-tickets
15207 This setting is only available when support for OpenSSL was built in. It
15208 disables the stateless session resumption (RFC 5077 TLS Ticket
15209 extension) and force to use stateful session resumption. Stateless
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015210 session resumption is more expensive in CPU usage. This option is also
15211 available on global statement "ssl-default-bind-options".
Lukas Tribusbdb386d2020-03-10 00:56:09 +010015212 The TLS ticket mechanism is only used up to TLS 1.2.
15213 Forward Secrecy is compromised with TLS tickets, unless ticket keys
15214 are periodically rotated (via reload or by using "tls-ticket-keys").
Emeric Brun90ad8722012-10-02 14:00:59 +020015215
Emeric Brun9b3009b2012-10-05 11:55:06 +020015216no-tlsv10
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015217 This setting is only available when support for OpenSSL was built in. It
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015218 disables support for TLSv1.0 on any sockets instantiated from the listener
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015219 when SSL is supported. Note that SSLv2 is forced disabled in the code and
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015220 cannot be enabled using any configuration option. This option is also
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015221 available on global statement "ssl-default-bind-options". Use "ssl-min-ver"
15222 and "ssl-max-ver" instead.
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015223
Emeric Brun9b3009b2012-10-05 11:55:06 +020015224no-tlsv11
Emeric Brunf5da4932012-09-28 19:42:54 +020015225 This setting is only available when support for OpenSSL was built in. It
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015226 disables support for TLSv1.1 on any sockets instantiated from the listener
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015227 when SSL is supported. Note that SSLv2 is forced disabled in the code and
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015228 cannot be enabled using any configuration option. This option is also
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015229 available on global statement "ssl-default-bind-options". Use "ssl-min-ver"
15230 and "ssl-max-ver" instead.
Emeric Brunf5da4932012-09-28 19:42:54 +020015231
Emeric Brun9b3009b2012-10-05 11:55:06 +020015232no-tlsv12
Emeric Brunf5da4932012-09-28 19:42:54 +020015233 This setting is only available when support for OpenSSL was built in. It
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015234 disables support for TLSv1.2 on any sockets instantiated from the listener
Emeric Brun2cb7ae52012-10-05 14:14:21 +020015235 when SSL is supported. Note that SSLv2 is forced disabled in the code and
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015236 cannot be enabled using any configuration option. This option is also
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015237 available on global statement "ssl-default-bind-options". Use "ssl-min-ver"
15238 and "ssl-max-ver" instead.
Emeric Brunf5da4932012-09-28 19:42:54 +020015239
Emmanuel Hocdet42fb9802017-03-30 19:29:39 +020015240no-tlsv13
15241 This setting is only available when support for OpenSSL was built in. It
15242 disables support for TLSv1.3 on any sockets instantiated from the listener
15243 when SSL is supported. Note that SSLv2 is forced disabled in the code and
15244 cannot be enabled using any configuration option. This option is also
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015245 available on global statement "ssl-default-bind-options". Use "ssl-min-ver"
15246 and "ssl-max-ver" instead.
Emmanuel Hocdet42fb9802017-03-30 19:29:39 +020015247
Willy Tarreau6c9a3d52012-10-18 18:57:14 +020015248npn <protocols>
15249 This enables the NPN TLS extension and advertises the specified protocol list
15250 as supported on top of NPN. The protocol list consists in a comma-delimited
15251 list of protocol names, for instance: "http/1.1,http/1.0" (without quotes).
John Roeslerfb2fce12019-07-10 15:45:51 -050015252 This requires that the SSL library is built with support for TLS extensions
Willy Tarreauab861d32013-04-02 02:30:41 +020015253 enabled (check with haproxy -vv). Note that the NPN extension has been
Willy Tarreau95c4e142017-11-26 12:18:55 +010015254 replaced with the ALPN extension (see the "alpn" keyword), though this one is
15255 only available starting with OpenSSL 1.0.2. If HTTP/2 is desired on an older
15256 version of OpenSSL, NPN might still be used as most clients still support it
15257 at the time of writing this. It is possible to enable both NPN and ALPN
15258 though it probably doesn't make any sense out of testing.
Willy Tarreau6c9a3d52012-10-18 18:57:14 +020015259
Remi Tricot-Le Breton44f9bf52023-06-23 17:01:09 +020015260ocsp-update [ off | on ] (crt-list only)
Remi Tricot-Le Bretond5d77962022-12-20 11:11:15 +010015261 Enable automatic OCSP response update when set to 'on', disable it otherwise.
15262 Its value defaults to 'off'.
Remi Tricot-Le Breton44f9bf52023-06-23 17:01:09 +020015263 Please note that for now, this option can only be used in a crt-list line, it
15264 cannot be used directly on a bind line. It lies in this "Bind options"
15265 section because it is still a frontend option. This limitation was set so
15266 that the option applies to only one certificate at a time.
15267 If a given certificate is used in multiple crt-lists with different values of
15268 the 'ocsp-update' set, an error will be raised. Here is an example
15269 configuration enabling it:
15270
15271 haproxy.cfg:
15272 frontend fe
15273 bind :443 ssl crt-list haproxy.list
15274
15275 haproxy.list:
15276 server_cert.pem [ocsp-update on] foo.bar
15277
Remi Tricot-Le Bretond5d77962022-12-20 11:11:15 +010015278 When the option is set to 'on', we will try to get an ocsp response whenever
15279 an ocsp uri is found in the frontend's certificate. The only limitation of
15280 this mode is that the certificate's issuer will have to be known in order for
15281 the OCSP certid to be built.
15282 Each OCSP response will be updated at least once an hour, and even more
15283 frequently if a given OCSP response has an expire date earlier than this one
15284 hour limit. A minimum update interval of 5 minutes will still exist in order
15285 to avoid updating too often responses that have a really short expire time or
15286 even no 'Next Update' at all. Because of this hard limit, please note that
15287 when auto update is set to 'on' or 'auto', any OCSP response loaded during
15288 init will not be updated until at least 5 minutes, even if its expire time
15289 ends before now+5m. This should not be too much of a hassle since an OCSP
15290 response must be valid when it gets loaded during init (its expire time must
15291 be in the future) so it is unlikely that this response expires in such a
15292 short time after init.
15293 On the other hand, if a certificate has an OCSP uri specified and no OCSP
15294 response, setting this option to 'on' for the given certificate will ensure
Remi Tricot-Le Breton44f9bf52023-06-23 17:01:09 +020015295 that the OCSP response gets fetched automatically right after init.
15296 The default minimum and maximum delays (5 minutes and 1 hour respectively)
15297 can be configured by the "tune.ssl.ocsp-update.maxdelay" and
Remi Tricot-Le Breton58432372023-02-28 17:46:29 +010015298 "tune.ssl.ocsp-update.mindelay" global options.
15299
Remi Tricot-Le Bretonc9bfe322023-03-13 15:56:31 +010015300 Whenever an OCSP response is updated by the auto update task or following a
15301 call to the "update ssl ocsp-response" CLI command, a dedicated log line is
15302 emitted. It follows a dedicated log-format that contains the following header
15303 "%ci:%cp [%tr] %ft" and is followed by specific OCSP-related information:
15304 - the path of the corresponding frontend certificate
15305 - a numerical update status
15306 - a textual update status
15307 - the number of update failures for the given response
15308 - the number of update successes for the givan response
Remi Tricot-Le Bretonb33fe2f2023-02-28 17:46:25 +010015309 See "show ssl ocsp-updates" CLI command for a full list of error codes and
Remi Tricot-Le Bretonc9bfe322023-03-13 15:56:31 +010015310 error messages. This line is emitted regardless of the success or failure of
15311 the concerned OCSP response update.
15312 The OCSP request/response is sent and received through an http_client
15313 instance that has the dontlog-normal option set and that uses the regular
15314 HTTP log format in case of error (unreachable OCSP responder for instance).
15315 If such an error occurs, another log line that contains HTTP-related
15316 information will then be emitted alongside the "regular" OCSP one (which will
Remi Tricot-Le Breton5c24f902023-06-23 17:01:08 +020015317 likely have "HTTP error" as text status). But if a purely HTTP error happens
Remi Tricot-Le Bretonc9bfe322023-03-13 15:56:31 +010015318 (unreachable OCSP responder for instance), an extra log line that follows the
15319 regular HTTP log-format will be emitted.
Remi Tricot-Le Breton5c24f902023-06-23 17:01:08 +020015320 Here are two examples of such log lines, with a successful OCSP update log
15321 line first and then an example of an HTTP error with the two different lines
15322 (lines were spit and the URL was shortened for readability):
15323 <134>Mar 6 11:16:53 haproxy[14872]: -:- [06/Mar/2023:11:16:52.808] \
15324 <OCSP-UPDATE> /path_to_cert/foo.pem 1 "Update successful" 0 1
Remi Tricot-Le Bretonc9bfe322023-03-13 15:56:31 +010015325
Remi Tricot-Le Breton5c24f902023-06-23 17:01:08 +020015326 <134>Mar 6 11:18:55 haproxy[14872]: -:- [06/Mar/2023:11:18:54.207] \
15327 <OCSP-UPDATE> /path_to_cert/bar.pem 2 "HTTP error" 1 0
15328 <134>Mar 6 11:18:55 haproxy[14872]: -:- [06/Mar/2023:11:18:52.200] \
15329 <OCSP-UPDATE> -/- 2/0/-1/-1/3009 503 217 - - SC-- 0/0/0/0/3 0/0 {} \
15330 "GET http://127.0.0.1:12345/MEMwQT HTTP/1.1"
Remi Tricot-Le Bretond5d77962022-12-20 11:11:15 +010015331
Remi Tricot-Le Breton44f9bf52023-06-23 17:01:09 +020015332 Troubleshooting:
15333 A common error that can happen with let's encrypt certificates is if the DNS
15334 resolution provides an IPv6 address and your system does not have a valid
15335 outgoing IPv6 route. In such a case, you can either create the appropriate
15336 route or set the "httpclient.resolvers.prefer ipv4" option in the global
15337 section.
15338 In case of "OCSP response check failure" error, you might want to check that
15339 the issuer certificate that you provided is valid.
15340
Lukas Tribus53ae85c2017-05-04 15:45:40 +000015341prefer-client-ciphers
15342 Use the client's preference when selecting the cipher suite, by default
15343 the server's preference is enforced. This option is also available on
15344 global statement "ssl-default-bind-options".
Lukas Tribus926594f2018-05-18 17:55:57 +020015345 Note that with OpenSSL >= 1.1.1 ChaCha20-Poly1305 is reprioritized anyway
15346 (without setting this option), if a ChaCha20-Poly1305 cipher is at the top of
15347 the client cipher list.
Lukas Tribus53ae85c2017-05-04 15:45:40 +000015348
Christopher Fauleta717b992018-04-10 14:43:00 +020015349proto <name>
15350 Forces the multiplexer's protocol to use for the incoming connections. It
15351 must be compatible with the mode of the frontend (TCP or HTTP). It must also
15352 be usable on the frontend side. The list of available protocols is reported
Christopher Faulet982e17d2021-03-26 14:44:18 +010015353 in haproxy -vv. The protocols properties are reported : the mode (TCP/HTTP),
15354 the side (FE/BE), the mux name and its flags.
15355
Christopher Fauleta97cced2022-04-12 18:04:10 +020015356 Some protocols are subject to the head-of-line blocking on server side
15357 (flag=HOL_RISK). Finally some protocols don't support upgrades (flag=NO_UPG).
15358 The HTX compatibility is also reported (flag=HTX).
Christopher Faulet982e17d2021-03-26 14:44:18 +010015359
15360 Here are the protocols that may be used as argument to a "proto" directive on
15361 a bind line :
15362
Christopher Fauleta97cced2022-04-12 18:04:10 +020015363 h2 : mode=HTTP side=FE|BE mux=H2 flags=HTX|HOL_RISK|NO_UPG
Christopher Faulet982e17d2021-03-26 14:44:18 +010015364 h1 : mode=HTTP side=FE|BE mux=H1 flags=HTX|NO_UPG
15365 none : mode=TCP side=FE|BE mux=PASS flags=NO_UPG
15366
Daniel Corbett67a82712020-07-06 23:01:19 -040015367 Idea behind this option is to bypass the selection of the best multiplexer's
Christopher Fauleta717b992018-04-10 14:43:00 +020015368 protocol for all connections instantiated from this listening socket. For
Joseph Herlant71b4b152018-11-13 16:55:16 -080015369 instance, it is possible to force the http/2 on clear TCP by specifying "proto
Christopher Fauleta717b992018-04-10 14:43:00 +020015370 h2" on the bind line.
15371
Frédéric Lécaille43910a92022-07-11 10:24:21 +020015372quic-cc-algo [ cubic | newreno ]
Frédéric Lécaille43910a92022-07-11 10:24:21 +020015373 This is a QUIC specific setting to select the congestion control algorithm
15374 for any connection attempts to the configured QUIC listeners. They are similar
15375 to those used by TCP.
15376
15377 Default value: cubic
15378
Frédéric Lécailleaa8daed2022-05-23 11:38:58 +020015379quic-force-retry
Frédéric Lécailleaa8daed2022-05-23 11:38:58 +020015380 This is a QUIC specific setting which forces the use of the QUIC Retry feature
15381 for all the connection attempts to the configured QUIC listeners. It consists
15382 in veryfying the peers are able to receive packets at the transport address
15383 they used to initiate a new connection, sending them a Retry packet which
15384 contains a token. This token must be sent back to the Retry packet sender,
15385 this latter being the only one to be able to validate the token. Note that QUIC
15386 Retry will always be used even if a Retry threshold was set (see
Amaury Denoyelle996ca7d2022-11-14 16:17:13 +010015387 "tune.quic.retry-threshold" setting).
15388
15389 This setting requires the cluster secret to be set or else an error will be
15390 reported on startup (see "cluster-secret").
Frédéric Lécailleaa8daed2022-05-23 11:38:58 +020015391
15392 See https://www.rfc-editor.org/rfc/rfc9000.html#section-8.1.2 for more
15393 information about QUIC retry.
15394
Willy Tarreaua07635e2023-04-13 17:25:43 +020015395shards <number> | by-thread | by-group
Willy Tarreau6dfbef42021-10-12 15:23:03 +020015396 In multi-threaded mode, on operating systems supporting multiple listeners on
15397 the same IP:port, this will automatically create this number of multiple
15398 identical listeners for the same line, all bound to a fair share of the number
15399 of the threads attached to this listener. This can sometimes be useful when
15400 using very large thread counts where the in-kernel locking on a single socket
15401 starts to cause a significant overhead. In this case the incoming traffic is
15402 distributed over multiple sockets and the contention is reduced. Note that
15403 doing this can easily increase the CPU usage by making more threads work a
15404 little bit.
15405
15406 If the number of shards is higher than the number of available threads, it
15407 will automatically be trimmed to the number of threads (i.e. one shard per
15408 thread). The special "by-thread" value also creates as many shards as there
15409 are threads on the "bind" line. Since the system will evenly distribute the
15410 incoming traffic between all these shards, it is important that this number
Willy Tarreaua07635e2023-04-13 17:25:43 +020015411 is an integral divisor of the number of threads. Alternately, the other
15412 special value "by-group" will create one shard per thread group. This can
15413 be useful when dealing with many threads and not wanting to create too many
15414 sockets. The load distribution will be a bit less optimal but the contention
15415 (especially in the system) will still be lower than with a single socket.
Willy Tarreau6dfbef42021-10-12 15:23:03 +020015416
Willy Tarreauc1fbdd62023-04-22 11:38:55 +020015417 On operating systems that do not support multiple sockets bound to the same
15418 address, "by-thread" and "by-group" will automatically fall back to a single
15419 shard. For "by-group" this is done without any warning since it doesn't
15420 change anything for a single group, and will result in sockets being
15421 duplicated for each group anyway. However, for "by-thread", a diagnostic
15422 warning will be emitted if this happens since the resulting number of
15423 listeners will not be the expected one.
15424
William Lallemand1d3c8222023-05-04 15:33:55 +020015425sigalgs <sigalgs>
15426 This setting is only available when support for OpenSSL was built in. It sets
15427 the string describing the list of signature algorithms that are negotiated
15428 during the TLSv1.2 and TLSv1.3 handshake. The format of the string is defined
15429 in "man 3 SSL_CTX_set1_sigalgs" from the OpenSSL man pages. It is not
15430 recommended to use this setting unless compatibility with a middlebox is
15431 required.
15432
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015433ssl
15434 This setting is only available when support for OpenSSL was built in. It
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015435 enables SSL deciphering on connections instantiated from this listener. A
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015436 certificate is necessary (see "crt" above). All contents in the buffers will
15437 appear in clear text, so that ACLs and HTTP processing will only have access
Emmanuel Hocdetbd695fe2017-05-15 15:53:41 +020015438 to deciphered contents. SSLv3 is disabled per default, use "ssl-min-ver SSLv3"
15439 to enable it.
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015440
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015441ssl-max-ver [ SSLv3 | TLSv1.0 | TLSv1.1 | TLSv1.2 | TLSv1.3 ]
15442 This option enforces use of <version> or lower on SSL connections instantiated
William Lallemand50df1cb2020-06-02 10:52:24 +020015443 from this listener. Using this setting without "ssl-min-ver" can be
15444 ambiguous because the default ssl-min-ver value could change in future HAProxy
15445 versions. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015446 "ssl-default-bind-options". See also "ssl-min-ver".
15447
15448ssl-min-ver [ SSLv3 | TLSv1.0 | TLSv1.1 | TLSv1.2 | TLSv1.3 ]
William Lallemand50df1cb2020-06-02 10:52:24 +020015449 This option enforces use of <version> or upper on SSL connections
15450 instantiated from this listener. The default value is "TLSv1.2". This option
15451 is also available on global statement "ssl-default-bind-options".
15452 See also "ssl-max-ver".
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015453
Emmanuel Hocdet65623372013-01-24 17:17:15 +010015454strict-sni
15455 This setting is only available when support for OpenSSL was built in. The
15456 SSL/TLS negotiation is allow only if the client provided an SNI which match
William Lallemand5c099352023-04-04 16:28:58 +020015457 a certificate. The default certificate is not used. This option also allows
15458 to start without any certificate on a bind line, so an empty directory could
15459 be used and filled later from the stats socket.
15460 See the "crt" option for more information. See "add ssl crt-list" command in
15461 the management guide.
Emmanuel Hocdet65623372013-01-24 17:17:15 +010015462
Willy Tarreau2af207a2015-02-04 00:45:58 +010015463tcp-ut <delay>
Tim Düsterhus4896c442016-11-29 02:15:19 +010015464 Sets the TCP User Timeout for all incoming connections instantiated from this
Willy Tarreau2af207a2015-02-04 00:45:58 +010015465 listening socket. This option is available on Linux since version 2.6.37. It
Daniel Corbett9f0843f2021-05-08 10:50:37 -040015466 allows HAProxy to configure a timeout for sockets which contain data not
Davor Ocelice9ed2812017-12-25 17:49:28 +010015467 receiving an acknowledgment for the configured delay. This is especially
Willy Tarreau2af207a2015-02-04 00:45:58 +010015468 useful on long-lived connections experiencing long idle periods such as
15469 remote terminals or database connection pools, where the client and server
15470 timeouts must remain high to allow a long period of idle, but where it is
15471 important to detect that the client has disappeared in order to release all
15472 resources associated with its connection (and the server's session). The
15473 argument is a delay expressed in milliseconds by default. This only works
15474 for regular TCP connections, and is ignored for other protocols.
15475
Willy Tarreau1c862c52012-10-05 16:21:00 +020015476tfo
Lukas Tribus0defb902013-02-13 23:35:39 +010015477 Is an optional keyword which is supported only on Linux kernels >= 3.7. It
Willy Tarreau1c862c52012-10-05 16:21:00 +020015478 enables TCP Fast Open on the listening socket, which means that clients which
15479 support this feature will be able to send a request and receive a response
15480 during the 3-way handshake starting from second connection, thus saving one
15481 round-trip after the first connection. This only makes sense with protocols
15482 that use high connection rates and where each round trip matters. This can
15483 possibly cause issues with many firewalls which do not accept data on SYN
15484 packets, so this option should only be enabled once well tested. This option
Lukas Tribus0999f762013-04-02 16:43:24 +020015485 is only supported on TCPv4/TCPv6 sockets and ignored by other ones. You may
15486 need to build HAProxy with USE_TFO=1 if your libc doesn't define
15487 TCP_FASTOPEN.
Willy Tarreau1c862c52012-10-05 16:21:00 +020015488
Willy Tarreauf0de8ca2023-01-31 19:31:27 +010015489thread [<thread-group>/]<thread-set>[,...]
Willy Tarreauc8cac042021-09-21 14:31:29 +020015490 This restricts the list of threads on which this listener is allowed to run.
15491 It does not enforce any of them but eliminates those which do not match. It
15492 limits the threads allowed to process incoming connections for this listener.
Willy Tarreaud57b9ff2021-09-29 18:50:31 +020015493
15494 There are two numbering schemes. By default, thread numbers are absolute in
15495 the process, comprised between 1 and the value specified in global.nbthread.
Willy Tarreauf0de8ca2023-01-31 19:31:27 +010015496 It is also possible to designate a thread number using its relative number
15497 inside its thread group, by specifying the thread group number first, then a
15498 slash ('/') and the relative thread number(s). In this case thread numbers
15499 also start at 1 and end at 32 or 64 depending on the platform. When absolute
15500 thread numbers are specified, they will be automatically translated to
15501 relative numbers once thread groups are known. Usually, absolute numbers are
15502 preferred for simple configurations, and relative ones are preferred for
15503 complex configurations where CPU arrangement matters for performance.
Willy Tarreaud57b9ff2021-09-29 18:50:31 +020015504
Willy Tarreauf0de8ca2023-01-31 19:31:27 +010015505 After the optional thread group number, the "thread-set" specification must
15506 use the following format:
Willy Tarreauc8cac042021-09-21 14:31:29 +020015507
Willy Tarreauf0de8ca2023-01-31 19:31:27 +010015508 "all" | "odd" | "even" | [number][-[number]]
15509
15510 As their names imply, "all" validates all threads within the set (either all
15511 of the group's when a group is specified, or all of the process' threads),
15512 "odd" validates all odd-numberred threads (every other thread starting at 1)
15513 either for the process or the group, and "even" validates all even-numberred
15514 threads (every other thread starting at 2). If instead thread number ranges
15515 are used, then all threads included in the range from the first to the last
15516 thread number are validated. The numbers are either relative to the group
Willy Tarreau7fd87562023-02-28 08:19:37 +010015517 or absolute depending on the presence of a thread group number. If the first
Willy Tarreauf0de8ca2023-01-31 19:31:27 +010015518 thread number is omitted, "1" is used, representing either the first thread
15519 of the group or the first thread of the process. If the last thread number is
15520 omitted, either the last thread number of the group (32 or 64) is used, or
15521 the last thread number of the process (global.nbthread).
15522
15523 These ranges may be repeated and delimited by a comma, so that non-contiguous
15524 thread sets can be specified, and the group, if present, must be specified
15525 again for each new range. Note that it is not permitted to mix group-relative
15526 and absolute specifications because the whole "bind" line must use either
15527 an absolute notation or a relative one, as those not set will be resolved at
15528 the end of the parsing.
Willy Tarreauc8cac042021-09-21 14:31:29 +020015529
Willy Tarreau09b52d12023-02-27 16:42:32 +010015530 It is important to know that each listener described by a "bind" line creates
15531 at least one socket represented by at least one file descriptor. Since file
15532 descriptors cannot span multiple thread groups, if a "bind" line specifies a
15533 thread range that covers more than one group, several file descriptors will
15534 automatically be created so that there is at least one per group. Technically
15535 speaking they all refer to the same socket in the kernel, but they will get a
15536 distinct identifier in haproxy and will even have a dedicated stats entry if
15537 "option socket-stats" is used.
15538
Willy Tarreauf0de8ca2023-01-31 19:31:27 +010015539 The main purpose is to have multiple bind lines sharing the same IP:port but
15540 not the same thread in a listener, so that the system can distribute the
15541 incoming connections into multiple queues, bypassing haproxy's internal queue
15542 load balancing. Currently Linux 3.9 and above is known for supporting this.
Willy Tarreau09b52d12023-02-27 16:42:32 +010015543 See also the "shards" keyword above that automates duplication of "bind"
15544 lines and their assignment to multiple groups of threads.
Willy Tarreauc8cac042021-09-21 14:31:29 +020015545
Nenad Merdanovic188ad3e2015-02-27 19:56:50 +010015546tls-ticket-keys <keyfile>
15547 Sets the TLS ticket keys file to load the keys from. The keys need to be 48
Emeric Brun9e754772019-01-10 17:51:55 +010015548 or 80 bytes long, depending if aes128 or aes256 is used, encoded with base64
15549 with one line per key (ex. openssl rand 80 | openssl base64 -A | xargs echo).
15550 The first key determines the key length used for next keys: you can't mix
15551 aes128 and aes256 keys. Number of keys is specified by the TLS_TICKETS_NO
15552 build option (default 3) and at least as many keys need to be present in
15553 the file. Last TLS_TICKETS_NO keys will be used for decryption and the
15554 penultimate one for encryption. This enables easy key rotation by just
15555 appending new key to the file and reloading the process. Keys must be
15556 periodically rotated (ex. every 12h) or Perfect Forward Secrecy is
15557 compromised. It is also a good idea to keep the keys off any permanent
Nenad Merdanovic188ad3e2015-02-27 19:56:50 +010015558 storage such as hard drives (hint: use tmpfs and don't swap those files).
15559 Lifetime hint can be changed using tune.ssl.timeout.
15560
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015561transparent
15562 Is an optional keyword which is supported only on certain Linux kernels. It
15563 indicates that the addresses will be bound even if they do not belong to the
15564 local machine, and that packets targeting any of these addresses will be
15565 intercepted just as if the addresses were locally configured. This normally
15566 requires that IP forwarding is enabled. Caution! do not use this with the
15567 default address '*', as it would redirect any traffic for the specified port.
15568 This keyword is available only when HAProxy is built with USE_LINUX_TPROXY=1.
15569 This parameter is only compatible with TCPv4 and TCPv6 sockets, depending on
15570 kernel version. Some distribution kernels include backports of the feature,
15571 so check for support with your vendor.
15572
Willy Tarreau77e3af92012-11-24 15:07:23 +010015573v4v6
15574 Is an optional keyword which is supported only on most recent systems
15575 including Linux kernels >= 2.4.21. It is used to bind a socket to both IPv4
15576 and IPv6 when it uses the default address. Doing so is sometimes necessary
15577 on systems which bind to IPv6 only by default. It has no effect on non-IPv6
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015578 sockets, and is overridden by the "v6only" option.
Willy Tarreau77e3af92012-11-24 15:07:23 +010015579
Willy Tarreau9b6700f2012-11-24 11:55:28 +010015580v6only
15581 Is an optional keyword which is supported only on most recent systems
15582 including Linux kernels >= 2.4.21. It is used to bind a socket to IPv6 only
15583 when it uses the default address. Doing so is sometimes preferred to doing it
Willy Tarreau77e3af92012-11-24 15:07:23 +010015584 system-wide as it is per-listener. It has no effect on non-IPv6 sockets and
15585 has precedence over the "v4v6" option.
Willy Tarreau9b6700f2012-11-24 11:55:28 +010015586
Willy Tarreaub6205fd2012-09-24 12:27:33 +020015587uid <uid>
15588 Sets the owner of the UNIX sockets to the designated system uid. It can also
15589 be set by default in the global section's "unix-bind" statement. Note that
15590 some platforms simply ignore this. This setting is equivalent to the "user"
15591 setting except that the user numeric ID is used instead of its name. This
15592 setting is ignored by non UNIX sockets.
15593
15594user <user>
15595 Sets the owner of the UNIX sockets to the designated system user. It can also
15596 be set by default in the global section's "unix-bind" statement. Note that
15597 some platforms simply ignore this. This setting is equivalent to the "uid"
15598 setting except that the user name is used instead of its uid. This setting is
15599 ignored by non UNIX sockets.
15600
Emeric Brun1a073b42012-09-28 17:07:34 +020015601verify [none|optional|required]
15602 This setting is only available when support for OpenSSL was built in. If set
15603 to 'none', client certificate is not requested. This is the default. In other
15604 cases, a client certificate is requested. If the client does not provide a
15605 certificate after the request and if 'verify' is set to 'required', then the
15606 handshake is aborted, while it would have succeeded if set to 'optional'. The
Emeric Brunfd33a262012-10-11 16:28:27 +020015607 certificate provided by the client is always verified using CAs from
15608 'ca-file' and optional CRLs from 'crl-file'. On verify failure the handshake
15609 is aborted, regardless of the 'verify' option, unless the error code exactly
15610 matches one of those listed with 'ca-ignore-err' or 'crt-ignore-err'.
Willy Tarreau4a5cade2012-04-05 21:09:48 +020015611
Willy Tarreaub6205fd2012-09-24 12:27:33 +0200156125.2. Server and default-server options
Cyril Bontéf0c60612010-02-06 14:44:47 +010015613------------------------------------
Willy Tarreau6a06a402007-07-15 20:15:28 +020015614
Krzysztof Piotr Oledzkic6df0662010-01-05 16:38:49 +010015615The "server" and "default-server" keywords support a certain number of settings
15616which are all passed as arguments on the server line. The order in which those
15617arguments appear does not count, and they are all optional. Some of those
15618settings are single words (booleans) while others expect one or several values
15619after them. In this case, the values must immediately follow the setting name.
15620Except default-server, all those settings must be specified after the server's
15621address if they are used:
Willy Tarreau6a06a402007-07-15 20:15:28 +020015622
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015623 server <name> <address>[:port] [settings ...]
Krzysztof Piotr Oledzkic6df0662010-01-05 16:38:49 +010015624 default-server [settings ...]
Willy Tarreau6a06a402007-07-15 20:15:28 +020015625
Frédéric Lécailled2376272017-03-21 18:52:12 +010015626Note that all these settings are supported both by "server" and "default-server"
15627keywords, except "id" which is only supported by "server".
15628
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010015629The currently supported settings are the following ones.
Willy Tarreau0ba27502007-12-24 16:55:16 +010015630
Willy Tarreauceb4ac92012-04-28 00:41:46 +020015631addr <ipv4|ipv6>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015632 Using the "addr" parameter, it becomes possible to use a different IP address
Baptiste Assmann13f83532016-03-06 23:14:36 +010015633 to send health-checks or to probe the agent-check. On some servers, it may be
15634 desirable to dedicate an IP address to specific component able to perform
15635 complex tests which are more suitable to health-checks than the application.
15636 This parameter is ignored if the "check" parameter is not set. See also the
15637 "port" parameter.
Willy Tarreau6a06a402007-07-15 20:15:28 +020015638
Simon Hormand60d6912013-11-25 10:46:36 +090015639agent-check
15640 Enable an auxiliary agent check which is run independently of a regular
Willy Tarreau81f5d942013-12-09 20:51:51 +010015641 health check. An agent health check is performed by making a TCP connection
Willy Tarreau7a0139e2018-12-16 08:42:56 +010015642 to the port set by the "agent-port" parameter and reading an ASCII string
15643 terminated by the first '\r' or '\n' met. The string is made of a series of
15644 words delimited by spaces, tabs or commas in any order, each consisting of :
Simon Hormand60d6912013-11-25 10:46:36 +090015645
Willy Tarreau81f5d942013-12-09 20:51:51 +010015646 - An ASCII representation of a positive integer percentage, e.g. "75%".
Simon Hormand60d6912013-11-25 10:46:36 +090015647 Values in this format will set the weight proportional to the initial
Daniel Corbett9f0843f2021-05-08 10:50:37 -040015648 weight of a server as configured when HAProxy starts. Note that a zero
Willy Tarreauc5af3a62014-10-07 15:27:33 +020015649 weight is reported on the stats page as "DRAIN" since it has the same
15650 effect on the server (it's removed from the LB farm).
Simon Hormand60d6912013-11-25 10:46:36 +090015651
Davor Ocelice9ed2812017-12-25 17:49:28 +010015652 - The string "maxconn:" followed by an integer (no space between). Values
15653 in this format will set the maxconn of a server. The maximum number of
15654 connections advertised needs to be multiplied by the number of load
15655 balancers and different backends that use this health check to get the
15656 total number of connections the server might receive. Example: maxconn:30
Nenad Merdanovic174dd372016-04-24 23:10:06 +020015657
Willy Tarreau81f5d942013-12-09 20:51:51 +010015658 - The word "ready". This will turn the server's administrative state to the
Davor Ocelice9ed2812017-12-25 17:49:28 +010015659 READY mode, thus canceling any DRAIN or MAINT state
Simon Hormand60d6912013-11-25 10:46:36 +090015660
Willy Tarreau81f5d942013-12-09 20:51:51 +010015661 - The word "drain". This will turn the server's administrative state to the
15662 DRAIN mode, thus it will not accept any new connections other than those
15663 that are accepted via persistence.
Simon Hormand60d6912013-11-25 10:46:36 +090015664
Willy Tarreau81f5d942013-12-09 20:51:51 +010015665 - The word "maint". This will turn the server's administrative state to the
15666 MAINT mode, thus it will not accept any new connections at all, and health
15667 checks will be stopped.
Simon Hormand60d6912013-11-25 10:46:36 +090015668
William Dauchyf8e795c2020-09-26 13:35:51 +020015669 - The words "down", "fail", or "stopped", optionally followed by a
Willy Tarreau81f5d942013-12-09 20:51:51 +010015670 description string after a sharp ('#'). All of these mark the server's
15671 operating state as DOWN, but since the word itself is reported on the stats
15672 page, the difference allows an administrator to know if the situation was
15673 expected or not : the service may intentionally be stopped, may appear up
Davor Ocelice9ed2812017-12-25 17:49:28 +010015674 but fail some validity tests, or may be seen as down (e.g. missing process,
Willy Tarreau81f5d942013-12-09 20:51:51 +010015675 or port not responding).
Simon Hormand60d6912013-11-25 10:46:36 +090015676
Willy Tarreau81f5d942013-12-09 20:51:51 +010015677 - The word "up" sets back the server's operating state as UP if health checks
15678 also report that the service is accessible.
Simon Hormand60d6912013-11-25 10:46:36 +090015679
Willy Tarreau81f5d942013-12-09 20:51:51 +010015680 Parameters which are not advertised by the agent are not changed. For
15681 example, an agent might be designed to monitor CPU usage and only report a
15682 relative weight and never interact with the operating status. Similarly, an
15683 agent could be designed as an end-user interface with 3 radio buttons
15684 allowing an administrator to change only the administrative state. However,
15685 it is important to consider that only the agent may revert its own actions,
15686 so if a server is set to DRAIN mode or to DOWN state using the agent, the
15687 agent must implement the other equivalent actions to bring the service into
15688 operations again.
Simon Hormand60d6912013-11-25 10:46:36 +090015689
Simon Horman2f1f9552013-11-25 10:46:37 +090015690 Failure to connect to the agent is not considered an error as connectivity
15691 is tested by the regular health check which is enabled by the "check"
Willy Tarreau81f5d942013-12-09 20:51:51 +010015692 parameter. Warning though, it is not a good idea to stop an agent after it
15693 reports "down", since only an agent reporting "up" will be able to turn the
15694 server up again. Note that the CLI on the Unix stats socket is also able to
Willy Tarreau989222a2016-01-15 10:26:26 +010015695 force an agent's result in order to work around a bogus agent if needed.
Simon Horman2f1f9552013-11-25 10:46:37 +090015696
Willy Tarreau81f5d942013-12-09 20:51:51 +010015697 Requires the "agent-port" parameter to be set. See also the "agent-inter"
Frédéric Lécailled2376272017-03-21 18:52:12 +010015698 and "no-agent-check" parameters.
Simon Hormand60d6912013-11-25 10:46:36 +090015699
James Brown55f9ff12015-10-21 18:19:05 -070015700agent-send <string>
Daniel Corbett9f0843f2021-05-08 10:50:37 -040015701 If this option is specified, HAProxy will send the given string (verbatim)
James Brown55f9ff12015-10-21 18:19:05 -070015702 to the agent server upon connection. You could, for example, encode
15703 the backend name into this string, which would enable your agent to send
15704 different responses based on the backend. Make sure to include a '\n' if
15705 you want to terminate your request with a newline.
15706
Simon Hormand60d6912013-11-25 10:46:36 +090015707agent-inter <delay>
15708 The "agent-inter" parameter sets the interval between two agent checks
15709 to <delay> milliseconds. If left unspecified, the delay defaults to 2000 ms.
15710
15711 Just as with every other time-based parameter, it may be entered in any
15712 other explicit unit among { us, ms, s, m, h, d }. The "agent-inter"
15713 parameter also serves as a timeout for agent checks "timeout check" is
15714 not set. In order to reduce "resonance" effects when multiple servers are
15715 hosted on the same hardware, the agent and health checks of all servers
15716 are started with a small time offset between them. It is also possible to
15717 add some random noise in the agent and health checks interval using the
15718 global "spread-checks" keyword. This makes sense for instance when a lot
15719 of backends use the same servers.
15720
15721 See also the "agent-check" and "agent-port" parameters.
15722
Misiek768d8602017-01-09 09:52:43 +010015723agent-addr <addr>
15724 The "agent-addr" parameter sets address for agent check.
15725
15726 You can offload agent-check to another target, so you can make single place
Daniel Corbett9f0843f2021-05-08 10:50:37 -040015727 managing status and weights of servers defined in HAProxy in case you can't
Misiek768d8602017-01-09 09:52:43 +010015728 make self-aware and self-managing services. You can specify both IP or
15729 hostname, it will be resolved.
15730
Simon Hormand60d6912013-11-25 10:46:36 +090015731agent-port <port>
15732 The "agent-port" parameter sets the TCP port used for agent checks.
15733
15734 See also the "agent-check" and "agent-inter" parameters.
15735
Olivier Houchard8cb2d2e2019-05-06 18:58:48 +020015736allow-0rtt
15737 Allow sending early data to the server when using TLS 1.3.
Olivier Houchard22c9b442019-05-06 19:01:04 +020015738 Note that early data will be sent only if the client used early data, or
15739 if the backend uses "retry-on" with the "0rtt-rejected" keyword.
Olivier Houchard8cb2d2e2019-05-06 18:58:48 +020015740
Olivier Houchardc7566002018-11-20 23:33:50 +010015741alpn <protocols>
15742 This enables the TLS ALPN extension and advertises the specified protocol
15743 list as supported on top of ALPN. The protocol list consists in a comma-
15744 delimited list of protocol names, for instance: "http/1.1,http/1.0" (without
John Roeslerfb2fce12019-07-10 15:45:51 -050015745 quotes). This requires that the SSL library is built with support for TLS
Olivier Houchardc7566002018-11-20 23:33:50 +010015746 extensions enabled (check with haproxy -vv). The ALPN extension replaces the
15747 initial NPN extension. ALPN is required to connect to HTTP/2 servers.
15748 Versions of OpenSSL prior to 1.0.2 didn't support ALPN and only supposed the
15749 now obsolete NPN extension.
15750 If both HTTP/2 and HTTP/1.1 are expected to be supported, both versions can
15751 be advertised, in order of preference, like below :
15752
15753 server 127.0.0.1:443 ssl crt pub.pem alpn h2,http/1.1
15754
Amaury Denoyellef9d59572021-10-18 14:40:29 +020015755 See also "ws" to use an alternative ALPN for websocket streams.
15756
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015757backup
15758 When "backup" is present on a server line, the server is only used in load
15759 balancing when all other non-backup servers are unavailable. Requests coming
15760 with a persistence cookie referencing the server will always be served
15761 though. By default, only the first operational backup server is used, unless
Frédéric Lécailled2376272017-03-21 18:52:12 +010015762 the "allbackups" option is set in the backend. See also the "no-backup" and
15763 "allbackups" options.
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010015764
Emeric Brunef42d922012-10-11 16:11:36 +020015765ca-file <cafile>
15766 This setting is only available when support for OpenSSL was built in. It
15767 designates a PEM file from which to load CA certificates used to verify
William Lallemand34107802022-04-01 23:49:11 +020015768 server's certificate. It is possible to load a directory containing multiple
15769 CAs, in this case HAProxy will try to load every ".pem", ".crt", ".cer", and
William Lallemande4b93eb2022-05-09 09:29:00 +020015770 .crl" available in the directory, files starting with a dot are ignored.
William Lallemand34107802022-04-01 23:49:11 +020015771
15772 In order to use the trusted CAs of your system, the "@system-ca" parameter
15773 could be used in place of the cafile. The location of this directory could be
15774 overwritten by setting the SSL_CERT_DIR environment variable.
Emeric Brunef42d922012-10-11 16:11:36 +020015775
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015776check
Jerome Magnin90702bc2020-04-26 14:23:04 +020015777 This option enables health checks on a server:
15778 - when not set, no health checking is performed, and the server is always
15779 considered available.
15780 - when set and no other check method is configured, the server is considered
15781 available when a connection can be established at the highest configured
15782 transport layer. This means TCP by default, or SSL/TLS when "ssl" or
15783 "check-ssl" are set, both possibly combined with connection prefixes such
15784 as a PROXY protocol header when "send-proxy" or "check-send-proxy" are
Amaury Denoyelle7d098be2022-03-09 14:20:10 +010015785 set. This behavior is slightly different for dynamic servers, read the
15786 following paragraphs for more details.
Jerome Magnin90702bc2020-04-26 14:23:04 +020015787 - when set and an application-level health check is defined, the
15788 application-level exchanges are performed on top of the configured
15789 transport layer and the server is considered available if all of the
15790 exchanges succeed.
15791
15792 By default, health checks are performed on the same address and port as
15793 configured on the server, using the same encapsulation parameters (SSL/TLS,
15794 proxy-protocol header, etc... ). It is possible to change the destination
15795 address using "addr" and the port using "port". When done, it is assumed the
15796 server isn't checked on the service port, and configured encapsulation
Ilya Shipitsin4329a9a2020-05-05 21:17:10 +050015797 parameters are not reused. One must explicitly set "check-send-proxy" to send
Jerome Magnin90702bc2020-04-26 14:23:04 +020015798 connection headers, "check-ssl" to use SSL/TLS.
15799
Amaury Denoyelle7d098be2022-03-09 14:20:10 +010015800 Note that the implicit configuration of ssl and PROXY protocol is not
Willy Tarreau55b96892022-05-31 08:07:43 +020015801 performed for dynamic servers. In this case, it is required to explicitly
Amaury Denoyelle7d098be2022-03-09 14:20:10 +010015802 use "check-ssl" and "check-send-proxy" when wanted, even if the check port is
15803 not overridden.
15804
Jerome Magnin90702bc2020-04-26 14:23:04 +020015805 When "sni" or "alpn" are set on the server line, their value is not used for
15806 health checks and one must use "check-sni" or "check-alpn".
15807
15808 The default source address for health check traffic is the same as the one
15809 defined in the backend. It can be changed with the "source" keyword.
15810
15811 The interval between checks can be set using the "inter" keyword, and the
15812 "rise" and "fall" keywords can be used to define how many successful or
15813 failed health checks are required to flag a server available or not
15814 available.
15815
15816 Optional application-level health checks can be configured with "option
15817 httpchk", "option mysql-check" "option smtpchk", "option pgsql-check",
15818 "option ldap-check", or "option redis-check".
15819
15820 Example:
15821 # simple tcp check
15822 backend foo
15823 server s1 192.168.0.1:80 check
15824 # this does a tcp connect + tls handshake
15825 backend foo
15826 server s1 192.168.0.1:443 ssl check
15827 # simple tcp check is enough for check success
15828 backend foo
15829 option tcp-check
15830 tcp-check connect
15831 server s1 192.168.0.1:443 ssl check
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010015832
Willy Tarreau6c16adc2012-10-05 00:04:16 +020015833check-send-proxy
15834 This option forces emission of a PROXY protocol line with outgoing health
15835 checks, regardless of whether the server uses send-proxy or not for the
15836 normal traffic. By default, the PROXY protocol is enabled for health checks
15837 if it is already enabled for normal traffic and if no "port" nor "addr"
15838 directive is present. However, if such a directive is present, the
15839 "check-send-proxy" option needs to be used to force the use of the
15840 protocol. See also the "send-proxy" option for more information.
15841
Olivier Houchard92150142018-12-21 19:47:01 +010015842check-alpn <protocols>
15843 Defines which protocols to advertise with ALPN. The protocol list consists in
15844 a comma-delimited list of protocol names, for instance: "http/1.1,http/1.0"
15845 (without quotes). If it is not set, the server ALPN is used.
15846
Christopher Fauletedc6ed92020-04-23 16:27:59 +020015847check-proto <name>
15848 Forces the multiplexer's protocol to use for the server's health-check
15849 connections. It must be compatible with the health-check type (TCP or
15850 HTTP). It must also be usable on the backend side. The list of available
Christopher Faulet982e17d2021-03-26 14:44:18 +010015851 protocols is reported in haproxy -vv. The protocols properties are
15852 reported : the mode (TCP/HTTP), the side (FE/BE), the mux name and its flags.
15853
Christopher Fauleta97cced2022-04-12 18:04:10 +020015854 Some protocols are subject to the head-of-line blocking on server side
15855 (flag=HOL_RISK). Finally some protocols don't support upgrades (flag=NO_UPG).
15856 The HTX compatibility is also reported (flag=HTX).
Christopher Faulet982e17d2021-03-26 14:44:18 +010015857
15858 Here are the protocols that may be used as argument to a "check-proto"
15859 directive on a server line:
15860
Christopher Fauleta97cced2022-04-12 18:04:10 +020015861 h2 : mode=HTTP side=FE|BE mux=H2 flags=HTX|HOL_RISK|NO_UPG
Christopher Faulet982e17d2021-03-26 14:44:18 +010015862 fcgi : mode=HTTP side=BE mux=FCGI flags=HTX|HOL_RISK|NO_UPG
15863 h1 : mode=HTTP side=FE|BE mux=H1 flags=HTX|NO_UPG
15864 none : mode=TCP side=FE|BE mux=PASS flags=NO_UPG
15865
Daniel Corbett67a82712020-07-06 23:01:19 -040015866 Idea behind this option is to bypass the selection of the best multiplexer's
Christopher Fauletedc6ed92020-04-23 16:27:59 +020015867 protocol for health-check connections established to this server.
15868 If not defined, the server one will be used, if set.
15869
Jérôme Magninae9bb762018-12-09 16:08:26 +010015870check-sni <sni>
Olivier Houchard9130a962017-10-17 17:33:43 +020015871 This option allows you to specify the SNI to be used when doing health checks
Jérôme Magninae9bb762018-12-09 16:08:26 +010015872 over SSL. It is only possible to use a string to set <sni>. If you want to
15873 set a SNI for proxied traffic, see "sni".
Olivier Houchard9130a962017-10-17 17:33:43 +020015874
Willy Tarreau763a95b2012-10-04 23:15:39 +020015875check-ssl
15876 This option forces encryption of all health checks over SSL, regardless of
15877 whether the server uses SSL or not for the normal traffic. This is generally
15878 used when an explicit "port" or "addr" directive is specified and SSL health
15879 checks are not inherited. It is important to understand that this option
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030015880 inserts an SSL transport layer below the checks, so that a simple TCP connect
Willy Tarreau763a95b2012-10-04 23:15:39 +020015881 check becomes an SSL connect, which replaces the old ssl-hello-chk. The most
15882 common use is to send HTTPS checks by combining "httpchk" with SSL checks.
Davor Ocelice9ed2812017-12-25 17:49:28 +010015883 All SSL settings are common to health checks and traffic (e.g. ciphers).
Frédéric Lécailled2376272017-03-21 18:52:12 +010015884 See the "ssl" option for more information and "no-check-ssl" to disable
15885 this option.
Willy Tarreau763a95b2012-10-04 23:15:39 +020015886
Alexander Liu2a54bb72019-05-22 19:44:48 +080015887check-via-socks4
John Roeslerfb2fce12019-07-10 15:45:51 -050015888 This option enables outgoing health checks using upstream socks4 proxy. By
Alexander Liu2a54bb72019-05-22 19:44:48 +080015889 default, the health checks won't go through socks tunnel even it was enabled
15890 for normal traffic.
15891
Willy Tarreaua0ee1d02012-09-10 09:01:23 +020015892ciphers <ciphers>
Dirkjan Bussink415150f2018-09-14 11:14:21 +020015893 This setting is only available when support for OpenSSL was built in. This
15894 option sets the string describing the list of cipher algorithms that is
15895 negotiated during the SSL/TLS handshake with the server. The format of the
Bertrand Jacquin4f03ab02019-02-03 18:48:49 +000015896 string is defined in "man 1 ciphers" from OpenSSL man pages. For background
15897 information and recommendations see e.g.
15898 (https://wiki.mozilla.org/Security/Server_Side_TLS) and
15899 (https://mozilla.github.io/server-side-tls/ssl-config-generator/). For TLSv1.3
15900 cipher configuration, please check the "ciphersuites" keyword.
Willy Tarreaua0ee1d02012-09-10 09:01:23 +020015901
Dirkjan Bussink415150f2018-09-14 11:14:21 +020015902ciphersuites <ciphersuites>
15903 This setting is only available when support for OpenSSL was built in and
15904 OpenSSL 1.1.1 or later was used to build HAProxy. This option sets the string
15905 describing the list of cipher algorithms that is negotiated during the TLS
15906 1.3 handshake with the server. The format of the string is defined in
Bertrand Jacquin4f03ab02019-02-03 18:48:49 +000015907 "man 1 ciphers" from OpenSSL man pages under the "ciphersuites" section.
15908 For cipher configuration for TLSv1.2 and earlier, please check the "ciphers"
15909 keyword.
Dirkjan Bussink415150f2018-09-14 11:14:21 +020015910
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015911cookie <value>
15912 The "cookie" parameter sets the cookie value assigned to the server to
15913 <value>. This value will be checked in incoming requests, and the first
15914 operational server possessing the same value will be selected. In return, in
15915 cookie insertion or rewrite modes, this value will be assigned to the cookie
15916 sent to the client. There is nothing wrong in having several servers sharing
15917 the same cookie value, and it is in fact somewhat common between normal and
15918 backup servers. See also the "cookie" keyword in backend section.
15919
Emeric Brunef42d922012-10-11 16:11:36 +020015920crl-file <crlfile>
15921 This setting is only available when support for OpenSSL was built in. It
15922 designates a PEM file from which to load certificate revocation list used
15923 to verify server's certificate.
15924
Emeric Bruna7aa3092012-10-26 12:58:00 +020015925crt <cert>
15926 This setting is only available when support for OpenSSL was built in.
15927 It designates a PEM file from which to load both a certificate and the
15928 associated private key. This file can be built by concatenating both PEM
15929 files into one. This certificate will be sent if the server send a client
15930 certificate request.
15931
Remi Tricot-Le Breton7c980df2021-05-07 15:28:08 +020015932 If the file does not contain a private key, HAProxy will try to load the key
15933 at the same path suffixed by a ".key" (provided the "ssl-load-extra-files"
15934 option is set accordingly).
15935
Willy Tarreau96839092010-03-29 10:02:24 +020015936disabled
15937 The "disabled" keyword starts the server in the "disabled" state. That means
15938 that it is marked down in maintenance mode, and no connection other than the
15939 ones allowed by persist mode will reach it. It is very well suited to setup
15940 new servers, because normal traffic will never reach them, while it is still
15941 possible to test the service by making use of the force-persist mechanism.
Frédéric Lécailled2376272017-03-21 18:52:12 +010015942 See also "enabled" setting.
Willy Tarreau96839092010-03-29 10:02:24 +020015943
Frédéric Lécailled2376272017-03-21 18:52:12 +010015944enabled
15945 This option may be used as 'server' setting to reset any 'disabled'
15946 setting which would have been inherited from 'default-server' directive as
15947 default value.
15948 It may also be used as 'default-server' setting to reset any previous
15949 'default-server' 'disabled' setting.
Willy Tarreau96839092010-03-29 10:02:24 +020015950
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010015951error-limit <count>
Willy Tarreau983e01e2010-01-11 18:42:06 +010015952 If health observing is enabled, the "error-limit" parameter specifies the
15953 number of consecutive errors that triggers event selected by the "on-error"
15954 option. By default it is set to 10 consecutive errors.
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010015955
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010015956 See also the "check", "error-limit" and "on-error".
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010015957
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010015958fall <count>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015959 The "fall" parameter states that a server will be considered as dead after
15960 <count> consecutive unsuccessful health checks. This value defaults to 3 if
15961 unspecified. See also the "check", "inter" and "rise" parameters.
15962
Emeric Brun8694b9a2012-10-05 14:39:07 +020015963force-sslv3
15964 This option enforces use of SSLv3 only when SSL is used to communicate with
15965 the server. SSLv3 is generally less expensive than the TLS counterparts for
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015966 high connection rates. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015967 "ssl-default-server-options". See also "ssl-min-ver" and ssl-max-ver".
Emeric Brun8694b9a2012-10-05 14:39:07 +020015968
15969force-tlsv10
15970 This option enforces use of TLSv1.0 only when SSL is used to communicate with
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015971 the server. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015972 "ssl-default-server-options". See also "ssl-min-ver" and ssl-max-ver".
Emeric Brun8694b9a2012-10-05 14:39:07 +020015973
15974force-tlsv11
15975 This option enforces use of TLSv1.1 only when SSL is used to communicate with
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015976 the server. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015977 "ssl-default-server-options". See also "ssl-min-ver" and ssl-max-ver".
Emeric Brun8694b9a2012-10-05 14:39:07 +020015978
15979force-tlsv12
15980 This option enforces use of TLSv1.2 only when SSL is used to communicate with
Emeric Brun2c86cbf2014-10-30 15:56:50 +010015981 the server. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015982 "ssl-default-server-options". See also "ssl-min-ver" and ssl-max-ver".
Emeric Brun8694b9a2012-10-05 14:39:07 +020015983
Emmanuel Hocdet42fb9802017-03-30 19:29:39 +020015984force-tlsv13
15985 This option enforces use of TLSv1.3 only when SSL is used to communicate with
15986 the server. This option is also available on global statement
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020015987 "ssl-default-server-options". See also "ssl-min-ver" and ssl-max-ver".
Emmanuel Hocdet42fb9802017-03-30 19:29:39 +020015988
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015989id <value>
Willy Tarreau53fb4ae2009-10-04 23:04:08 +020015990 Set a persistent ID for the server. This ID must be positive and unique for
15991 the proxy. An unused ID will automatically be assigned if unset. The first
15992 assigned value will be 1. This ID is currently only returned in statistics.
Willy Tarreauc57f0e22009-05-10 13:12:33 +020015993
Willy Tarreau6a031d12016-11-07 19:42:35 +010015994init-addr {last | libc | none | <ip>},[...]*
15995 Indicate in what order the server's address should be resolved upon startup
15996 if it uses an FQDN. Attempts are made to resolve the address by applying in
Davor Ocelice9ed2812017-12-25 17:49:28 +010015997 turn each of the methods mentioned in the comma-delimited list. The first
Willy Tarreau6a031d12016-11-07 19:42:35 +010015998 method which succeeds is used. If the end of the list is reached without
15999 finding a working method, an error is thrown. Method "last" suggests to pick
16000 the address which appears in the state file (see "server-state-file"). Method
16001 "libc" uses the libc's internal resolver (gethostbyname() or getaddrinfo()
16002 depending on the operating system and build options). Method "none"
16003 specifically indicates that the server should start without any valid IP
16004 address in a down state. It can be useful to ignore some DNS issues upon
16005 startup, waiting for the situation to get fixed later. Finally, an IP address
16006 (IPv4 or IPv6) may be provided. It can be the currently known address of the
Davor Ocelice9ed2812017-12-25 17:49:28 +010016007 server (e.g. filled by a configuration generator), or the address of a dummy
Willy Tarreau6a031d12016-11-07 19:42:35 +010016008 server used to catch old sessions and present them with a decent error
16009 message for example. When the "first" load balancing algorithm is used, this
16010 IP address could point to a fake server used to trigger the creation of new
16011 instances on the fly. This option defaults to "last,libc" indicating that the
16012 previous address found in the state file (if any) is used first, otherwise
16013 the libc's resolver is used. This ensures continued compatibility with the
Davor Ocelice9ed2812017-12-25 17:49:28 +010016014 historic behavior.
Willy Tarreau6a031d12016-11-07 19:42:35 +010016015
16016 Example:
16017 defaults
16018 # never fail on address resolution
16019 default-server init-addr last,libc,none
16020
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016021inter <delay>
16022fastinter <delay>
16023downinter <delay>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016024 The "inter" parameter sets the interval between two consecutive health checks
16025 to <delay> milliseconds. If left unspecified, the delay defaults to 2000 ms.
16026 It is also possible to use "fastinter" and "downinter" to optimize delays
16027 between checks depending on the server state :
16028
Pieter Baauw44fc9df2015-09-17 21:30:46 +020016029 Server state | Interval used
16030 ----------------------------------------+----------------------------------
16031 UP 100% (non-transitional) | "inter"
16032 ----------------------------------------+----------------------------------
16033 Transitionally UP (going down "fall"), | "fastinter" if set,
16034 Transitionally DOWN (going up "rise"), | "inter" otherwise.
16035 or yet unchecked. |
16036 ----------------------------------------+----------------------------------
16037 DOWN 100% (non-transitional) | "downinter" if set,
16038 | "inter" otherwise.
16039 ----------------------------------------+----------------------------------
Willy Tarreaud72758d2010-01-12 10:42:19 +010016040
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016041 Just as with every other time-based parameter, they can be entered in any
16042 other explicit unit among { us, ms, s, m, h, d }. The "inter" parameter also
16043 serves as a timeout for health checks sent to servers if "timeout check" is
16044 not set. In order to reduce "resonance" effects when multiple servers are
Simon Hormand60d6912013-11-25 10:46:36 +090016045 hosted on the same hardware, the agent and health checks of all servers
16046 are started with a small time offset between them. It is also possible to
16047 add some random noise in the agent and health checks interval using the
16048 global "spread-checks" keyword. This makes sense for instance when a lot
16049 of backends use the same servers.
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016050
Emeric Brun97556472020-05-30 01:42:45 +020016051log-proto <logproto>
16052 The "log-proto" specifies the protocol used to forward event messages to
16053 a server configured in a ring section. Possible values are "legacy"
16054 and "octet-count" corresponding respectively to "Non-transparent-framing"
16055 and "Octet counting" in rfc6587. "legacy" is the default.
16056
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016057maxconn <maxconn>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016058 The "maxconn" parameter specifies the maximal number of concurrent
16059 connections that will be sent to this server. If the number of incoming
Tim Duesterhuscefbbd92019-11-27 22:35:27 +010016060 concurrent connections goes higher than this value, they will be queued,
16061 waiting for a slot to be released. This parameter is very important as it can
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016062 save fragile servers from going down under extreme loads. If a "minconn"
16063 parameter is specified, the limit becomes dynamic. The default value is "0"
16064 which means unlimited. See also the "minconn" and "maxqueue" parameters, and
16065 the backend's "fullconn" keyword.
16066
Tim Duesterhuscefbbd92019-11-27 22:35:27 +010016067 In HTTP mode this parameter limits the number of concurrent requests instead
16068 of the number of connections. Multiple requests might be multiplexed over a
16069 single TCP connection to the server. As an example if you specify a maxconn
16070 of 50 you might see between 1 and 50 actual server connections, but no more
16071 than 50 concurrent requests.
16072
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016073maxqueue <maxqueue>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016074 The "maxqueue" parameter specifies the maximal number of connections which
16075 will wait in the queue for this server. If this limit is reached, next
16076 requests will be redispatched to other servers instead of indefinitely
16077 waiting to be served. This will break persistence but may allow people to
Willy Tarreau8ae8c482020-10-22 17:19:07 +020016078 quickly re-log in when the server they try to connect to is dying. Some load
16079 balancing algorithms such as leastconn take this into account and accept to
16080 add requests into a server's queue up to this value if it is explicitly set
16081 to a value greater than zero, which often allows to better smooth the load
16082 when dealing with single-digit maxconn values. The default value is "0" which
16083 means the queue is unlimited. See also the "maxconn" and "minconn" parameters
16084 and "balance leastconn".
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016085
Willy Tarreau9c538e02019-01-23 10:21:49 +010016086max-reuse <count>
16087 The "max-reuse" argument indicates the HTTP connection processors that they
16088 should not reuse a server connection more than this number of times to send
16089 new requests. Permitted values are -1 (the default), which disables this
16090 limit, or any positive value. Value zero will effectively disable keep-alive.
16091 This is only used to work around certain server bugs which cause them to leak
16092 resources over time. The argument is not necessarily respected by the lower
16093 layers as there might be technical limitations making it impossible to
16094 enforce. At least HTTP/2 connections to servers will respect it.
16095
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016096minconn <minconn>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016097 When the "minconn" parameter is set, the maxconn limit becomes a dynamic
16098 limit following the backend's load. The server will always accept at least
16099 <minconn> connections, never more than <maxconn>, and the limit will be on
16100 the ramp between both values when the backend has less than <fullconn>
16101 concurrent connections. This makes it possible to limit the load on the
16102 server during normal loads, but push it further for important loads without
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010016103 overloading the server during exceptional loads. See also the "maxconn"
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016104 and "maxqueue" parameters, as well as the "fullconn" backend keyword.
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010016105
Willy Tarreaud72f0f32015-10-13 14:50:22 +020016106namespace <name>
16107 On Linux, it is possible to specify which network namespace a socket will
16108 belong to. This directive makes it possible to explicitly bind a server to
16109 a namespace different from the default one. Please refer to your operating
16110 system's documentation to find more details about network namespaces.
16111
Frédéric Lécailled2376272017-03-21 18:52:12 +010016112no-agent-check
16113 This option may be used as "server" setting to reset any "agent-check"
16114 setting which would have been inherited from "default-server" directive as
16115 default value.
16116 It may also be used as "default-server" setting to reset any previous
16117 "default-server" "agent-check" setting.
16118
16119no-backup
16120 This option may be used as "server" setting to reset any "backup"
16121 setting which would have been inherited from "default-server" directive as
16122 default value.
16123 It may also be used as "default-server" setting to reset any previous
16124 "default-server" "backup" setting.
16125
16126no-check
16127 This option may be used as "server" setting to reset any "check"
16128 setting which would have been inherited from "default-server" directive as
16129 default value.
16130 It may also be used as "default-server" setting to reset any previous
16131 "default-server" "check" setting.
16132
16133no-check-ssl
16134 This option may be used as "server" setting to reset any "check-ssl"
16135 setting which would have been inherited from "default-server" directive as
16136 default value.
16137 It may also be used as "default-server" setting to reset any previous
16138 "default-server" "check-ssl" setting.
16139
Frédéric Lécailled2376272017-03-21 18:52:12 +010016140no-send-proxy
16141 This option may be used as "server" setting to reset any "send-proxy"
16142 setting which would have been inherited from "default-server" directive as
16143 default value.
16144 It may also be used as "default-server" setting to reset any previous
16145 "default-server" "send-proxy" setting.
16146
16147no-send-proxy-v2
16148 This option may be used as "server" setting to reset any "send-proxy-v2"
16149 setting which would have been inherited from "default-server" directive as
16150 default value.
16151 It may also be used as "default-server" setting to reset any previous
16152 "default-server" "send-proxy-v2" setting.
16153
16154no-send-proxy-v2-ssl
16155 This option may be used as "server" setting to reset any "send-proxy-v2-ssl"
16156 setting which would have been inherited from "default-server" directive as
16157 default value.
16158 It may also be used as "default-server" setting to reset any previous
16159 "default-server" "send-proxy-v2-ssl" setting.
16160
16161no-send-proxy-v2-ssl-cn
16162 This option may be used as "server" setting to reset any "send-proxy-v2-ssl-cn"
16163 setting which would have been inherited from "default-server" directive as
16164 default value.
16165 It may also be used as "default-server" setting to reset any previous
16166 "default-server" "send-proxy-v2-ssl-cn" setting.
16167
16168no-ssl
16169 This option may be used as "server" setting to reset any "ssl"
16170 setting which would have been inherited from "default-server" directive as
16171 default value.
16172 It may also be used as "default-server" setting to reset any previous
16173 "default-server" "ssl" setting.
16174
William Dauchyf6370442020-11-14 19:25:33 +010016175 Note that using `default-server ssl` setting and `no-ssl` on server will
16176 however init SSL connection, so it can be later be enabled through the
16177 runtime API: see `set server` commands in management doc.
16178
Willy Tarreau2a3fb1c2015-02-05 16:47:07 +010016179no-ssl-reuse
16180 This option disables SSL session reuse when SSL is used to communicate with
16181 the server. It will force the server to perform a full handshake for every
16182 new connection. It's probably only useful for benchmarking, troubleshooting,
16183 and for paranoid users.
16184
Emeric Brun9b3009b2012-10-05 11:55:06 +020016185no-sslv3
Willy Tarreaua0ee1d02012-09-10 09:01:23 +020016186 This option disables support for SSLv3 when SSL is used to communicate with
16187 the server. Note that SSLv2 is disabled in the code and cannot be enabled
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020016188 using any configuration option. Use "ssl-min-ver" and "ssl-max-ver" instead.
Willy Tarreaua0ee1d02012-09-10 09:01:23 +020016189
Emmanuel Hocdet6cb2d1e2017-03-30 14:43:31 +020016190 Supported in default-server: No
16191
Emeric Brunf9c5c472012-10-11 15:28:34 +020016192no-tls-tickets
16193 This setting is only available when support for OpenSSL was built in. It
16194 disables the stateless session resumption (RFC 5077 TLS Ticket
16195 extension) and force to use stateful session resumption. Stateless
Emeric Brun2c86cbf2014-10-30 15:56:50 +010016196 session resumption is more expensive in CPU usage for servers. This option
16197 is also available on global statement "ssl-default-server-options".
Lukas Tribusbdb386d2020-03-10 00:56:09 +010016198 The TLS ticket mechanism is only used up to TLS 1.2.
16199 Forward Secrecy is compromised with TLS tickets, unless ticket keys
16200 are periodically rotated (via reload or by using "tls-ticket-keys").
Frédéric Lécailled2376272017-03-21 18:52:12 +010016201 See also "tls-tickets".
Emeric Brunf9c5c472012-10-11 15:28:34 +020016202
Emeric Brun9b3009b2012-10-05 11:55:06 +020016203no-tlsv10
Emeric Brun8694b9a2012-10-05 14:39:07 +020016204 This option disables support for TLSv1.0 when SSL is used to communicate with
Emeric Brunf5da4932012-09-28 19:42:54 +020016205 the server. Note that SSLv2 is disabled in the code and cannot be enabled
16206 using any configuration option. TLSv1 is more expensive than SSLv3 so it
Emeric Brun2c86cbf2014-10-30 15:56:50 +010016207 often makes sense to disable it when communicating with local servers. This
16208 option is also available on global statement "ssl-default-server-options".
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020016209 Use "ssl-min-ver" and "ssl-max-ver" instead.
Willy Tarreau763a95b2012-10-04 23:15:39 +020016210
Emmanuel Hocdet6cb2d1e2017-03-30 14:43:31 +020016211 Supported in default-server: No
16212
Emeric Brun9b3009b2012-10-05 11:55:06 +020016213no-tlsv11
Emeric Brun8694b9a2012-10-05 14:39:07 +020016214 This option disables support for TLSv1.1 when SSL is used to communicate with
Emeric Brunf5da4932012-09-28 19:42:54 +020016215 the server. Note that SSLv2 is disabled in the code and cannot be enabled
16216 using any configuration option. TLSv1 is more expensive than SSLv3 so it
Emeric Brun2c86cbf2014-10-30 15:56:50 +010016217 often makes sense to disable it when communicating with local servers. This
16218 option is also available on global statement "ssl-default-server-options".
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020016219 Use "ssl-min-ver" and "ssl-max-ver" instead.
Willy Tarreau763a95b2012-10-04 23:15:39 +020016220
Emmanuel Hocdet6cb2d1e2017-03-30 14:43:31 +020016221 Supported in default-server: No
16222
Emeric Brun9b3009b2012-10-05 11:55:06 +020016223no-tlsv12
Emeric Brun8694b9a2012-10-05 14:39:07 +020016224 This option disables support for TLSv1.2 when SSL is used to communicate with
Willy Tarreaua0ee1d02012-09-10 09:01:23 +020016225 the server. Note that SSLv2 is disabled in the code and cannot be enabled
16226 using any configuration option. TLSv1 is more expensive than SSLv3 so it
Emeric Brun2c86cbf2014-10-30 15:56:50 +010016227 often makes sense to disable it when communicating with local servers. This
16228 option is also available on global statement "ssl-default-server-options".
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020016229 Use "ssl-min-ver" and "ssl-max-ver" instead.
Emmanuel Hocdet42fb9802017-03-30 19:29:39 +020016230
16231 Supported in default-server: No
16232
16233no-tlsv13
16234 This option disables support for TLSv1.3 when SSL is used to communicate with
16235 the server. Note that SSLv2 is disabled in the code and cannot be enabled
16236 using any configuration option. TLSv1 is more expensive than SSLv3 so it
16237 often makes sense to disable it when communicating with local servers. This
16238 option is also available on global statement "ssl-default-server-options".
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020016239 Use "ssl-min-ver" and "ssl-max-ver" instead.
Willy Tarreaua0ee1d02012-09-10 09:01:23 +020016240
Emmanuel Hocdet6cb2d1e2017-03-30 14:43:31 +020016241 Supported in default-server: No
16242
Frédéric Lécailled2376272017-03-21 18:52:12 +010016243no-verifyhost
16244 This option may be used as "server" setting to reset any "verifyhost"
16245 setting which would have been inherited from "default-server" directive as
16246 default value.
16247 It may also be used as "default-server" setting to reset any previous
16248 "default-server" "verifyhost" setting.
Willy Tarreau763a95b2012-10-04 23:15:39 +020016249
Frédéric Lécaille1b9423d2019-07-04 14:19:06 +020016250no-tfo
16251 This option may be used as "server" setting to reset any "tfo"
16252 setting which would have been inherited from "default-server" directive as
16253 default value.
16254 It may also be used as "default-server" setting to reset any previous
16255 "default-server" "tfo" setting.
16256
Simon Hormanfa461682011-06-25 09:39:49 +090016257non-stick
16258 Never add connections allocated to this sever to a stick-table.
16259 This may be used in conjunction with backup to ensure that
16260 stick-table persistence is disabled for backup servers.
16261
Olivier Houchardc7566002018-11-20 23:33:50 +010016262npn <protocols>
16263 This enables the NPN TLS extension and advertises the specified protocol list
16264 as supported on top of NPN. The protocol list consists in a comma-delimited
16265 list of protocol names, for instance: "http/1.1,http/1.0" (without quotes).
John Roeslerfb2fce12019-07-10 15:45:51 -050016266 This requires that the SSL library is built with support for TLS extensions
Olivier Houchardc7566002018-11-20 23:33:50 +010016267 enabled (check with haproxy -vv). Note that the NPN extension has been
16268 replaced with the ALPN extension (see the "alpn" keyword), though this one is
16269 only available starting with OpenSSL 1.0.2.
16270
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010016271observe <mode>
16272 This option enables health adjusting based on observing communication with
16273 the server. By default this functionality is disabled and enabling it also
16274 requires to enable health checks. There are two supported modes: "layer4" and
16275 "layer7". In layer4 mode, only successful/unsuccessful tcp connections are
16276 significant. In layer7, which is only allowed for http proxies, responses
16277 received from server are verified, like valid/wrong http code, unparsable
Willy Tarreau150d1462012-03-10 08:19:02 +010016278 headers, a timeout, etc. Valid status codes include 100 to 499, 501 and 505.
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010016279
16280 See also the "check", "on-error" and "error-limit".
16281
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016282on-error <mode>
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010016283 Select what should happen when enough consecutive errors are detected.
16284 Currently, four modes are available:
16285 - fastinter: force fastinter
16286 - fail-check: simulate a failed check, also forces fastinter (default)
16287 - sudden-death: simulate a pre-fatal failed health check, one more failed
16288 check will mark a server down, forces fastinter
16289 - mark-down: mark the server immediately down and force fastinter
16290
16291 See also the "check", "observe" and "error-limit".
16292
Simon Hormane0d1bfb2011-06-21 14:34:58 +090016293on-marked-down <action>
16294 Modify what occurs when a server is marked down.
16295 Currently one action is available:
Justin Karnegeseb2c24a2012-05-24 15:28:52 -070016296 - shutdown-sessions: Shutdown peer sessions. When this setting is enabled,
16297 all connections to the server are immediately terminated when the server
16298 goes down. It might be used if the health check detects more complex cases
16299 than a simple connection status, and long timeouts would cause the service
16300 to remain unresponsive for too long a time. For instance, a health check
16301 might detect that a database is stuck and that there's no chance to reuse
16302 existing connections anymore. Connections killed this way are logged with
16303 a 'D' termination code (for "Down").
Simon Hormane0d1bfb2011-06-21 14:34:58 +090016304
16305 Actions are disabled by default
16306
Justin Karnegeseb2c24a2012-05-24 15:28:52 -070016307on-marked-up <action>
16308 Modify what occurs when a server is marked up.
16309 Currently one action is available:
16310 - shutdown-backup-sessions: Shutdown sessions on all backup servers. This is
16311 done only if the server is not in backup state and if it is not disabled
16312 (it must have an effective weight > 0). This can be used sometimes to force
16313 an active server to take all the traffic back after recovery when dealing
Davor Ocelice9ed2812017-12-25 17:49:28 +010016314 with long sessions (e.g. LDAP, SQL, ...). Doing this can cause more trouble
16315 than it tries to solve (e.g. incomplete transactions), so use this feature
Justin Karnegeseb2c24a2012-05-24 15:28:52 -070016316 with extreme care. Sessions killed because a server comes up are logged
16317 with an 'U' termination code (for "Up").
16318
16319 Actions are disabled by default
16320
Willy Tarreau2f3f4d32020-07-01 07:43:51 +020016321pool-low-conn <max>
16322 Set a low threshold on the number of idling connections for a server, below
16323 which a thread will not try to steal a connection from another thread. This
16324 can be useful to improve CPU usage patterns in scenarios involving many very
16325 fast servers, in order to ensure all threads will keep a few idle connections
16326 all the time instead of letting them accumulate over one thread and migrating
16327 them from thread to thread. Typical values of twice the number of threads
16328 seem to show very good performance already with sub-millisecond response
16329 times. The default is zero, indicating that any idle connection can be used
16330 at any time. It is the recommended setting for normal use. This only applies
16331 to connections that can be shared according to the same principles as those
Willy Tarreau0784db82021-02-19 11:45:22 +010016332 applying to "http-reuse". In case connection sharing between threads would
16333 be disabled via "tune.idle-pool.shared", it can become very important to use
16334 this setting to make sure each thread always has a few connections, or the
16335 connection reuse rate will decrease as thread count increases.
Willy Tarreau2f3f4d32020-07-01 07:43:51 +020016336
Olivier Houchard006e3102018-12-10 18:30:32 +010016337pool-max-conn <max>
16338 Set the maximum number of idling connections for a server. -1 means unlimited
16339 connections, 0 means no idle connections. The default is -1. When idle
16340 connections are enabled, orphaned idle connections which do not belong to any
16341 client session anymore are moved to a dedicated pool so that they remain
16342 usable by future clients. This only applies to connections that can be shared
16343 according to the same principles as those applying to "http-reuse".
16344
Olivier Houchardb7b3faa2018-12-14 18:15:36 +010016345pool-purge-delay <delay>
16346 Sets the delay to start purging idle connections. Each <delay> interval, half
Olivier Houcharda56eebf2019-03-19 16:44:02 +010016347 of the idle connections are closed. 0 means we don't keep any idle connection.
Willy Tarreaufb553652019-06-04 14:06:31 +020016348 The default is 5s.
Olivier Houchardb7b3faa2018-12-14 18:15:36 +010016349
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016350port <port>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016351 Using the "port" parameter, it becomes possible to use a different port to
William Dauchy4858fb22021-02-03 22:30:09 +010016352 send health-checks or to probe the agent-check. On some servers, it may be
16353 desirable to dedicate a port to a specific component able to perform complex
16354 tests which are more suitable to health-checks than the application. It is
16355 common to run a simple script in inetd for instance. This parameter is
16356 ignored if the "check" parameter is not set. See also the "addr" parameter.
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016357
Christopher Faulet8ed0a3e2018-04-10 14:45:45 +020016358proto <name>
Christopher Faulet8ed0a3e2018-04-10 14:45:45 +020016359 Forces the multiplexer's protocol to use for the outgoing connections to this
16360 server. It must be compatible with the mode of the backend (TCP or HTTP). It
16361 must also be usable on the backend side. The list of available protocols is
Christopher Faulet982e17d2021-03-26 14:44:18 +010016362 reported in haproxy -vv.The protocols properties are reported : the mode
16363 (TCP/HTTP), the side (FE/BE), the mux name and its flags.
16364
Christopher Fauleta97cced2022-04-12 18:04:10 +020016365 Some protocols are subject to the head-of-line blocking on server side
16366 (flag=HOL_RISK). Finally some protocols don't support upgrades (flag=NO_UPG).
16367 The HTX compatibility is also reported (flag=HTX).
Christopher Faulet982e17d2021-03-26 14:44:18 +010016368
16369 Here are the protocols that may be used as argument to a "proto" directive on
16370 a server line :
16371
Christopher Fauleta97cced2022-04-12 18:04:10 +020016372 h2 : mode=HTTP side=FE|BE mux=H2 flags=HTX|HOL_RISK|NO_UPG
Christopher Faulet982e17d2021-03-26 14:44:18 +010016373 fcgi : mode=HTTP side=BE mux=FCGI flags=HTX|HOL_RISK|NO_UPG
16374 h1 : mode=HTTP side=FE|BE mux=H1 flags=HTX|NO_UPG
16375 none : mode=TCP side=FE|BE mux=PASS flags=NO_UPG
16376
Daniel Corbett67a82712020-07-06 23:01:19 -040016377 Idea behind this option is to bypass the selection of the best multiplexer's
Christopher Faulet8ed0a3e2018-04-10 14:45:45 +020016378 protocol for all connections established to this server.
16379
Amaury Denoyellef9d59572021-10-18 14:40:29 +020016380 See also "ws" to use an alternative protocol for websocket streams.
16381
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016382redir <prefix>
16383 The "redir" parameter enables the redirection mode for all GET and HEAD
16384 requests addressing this server. This means that instead of having HAProxy
16385 forward the request to the server, it will send an "HTTP 302" response with
16386 the "Location" header composed of this prefix immediately followed by the
16387 requested URI beginning at the leading '/' of the path component. That means
16388 that no trailing slash should be used after <prefix>. All invalid requests
16389 will be rejected, and all non-GET or HEAD requests will be normally served by
16390 the server. Note that since the response is completely forged, no header
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010016391 mangling nor cookie insertion is possible in the response. However, cookies in
Davor Ocelice9ed2812017-12-25 17:49:28 +010016392 requests are still analyzed, making this solution completely usable to direct
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016393 users to a remote location in case of local disaster. Main use consists in
16394 increasing bandwidth for static servers by having the clients directly
16395 connect to them. Note: never use a relative location here, it would cause a
16396 loop between the client and HAProxy!
16397
16398 Example : server srv1 192.168.1.1:80 redir http://image1.mydomain.com check
16399
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016400rise <count>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016401 The "rise" parameter states that a server will be considered as operational
16402 after <count> consecutive successful health checks. This value defaults to 2
16403 if unspecified. See also the "check", "inter" and "fall" parameters.
16404
Baptiste Assmann8e2d9432018-06-22 15:04:43 +020016405resolve-opts <option>,<option>,...
16406 Comma separated list of options to apply to DNS resolution linked to this
16407 server.
16408
16409 Available options:
16410
16411 * allow-dup-ip
16412 By default, HAProxy prevents IP address duplication in a backend when DNS
16413 resolution at runtime is in operation.
16414 That said, for some cases, it makes sense that two servers (in the same
16415 backend, being resolved by the same FQDN) have the same IP address.
16416 For such case, simply enable this option.
16417 This is the opposite of prevent-dup-ip.
16418
Daniel Corbettf8716912019-11-17 09:48:56 -050016419 * ignore-weight
16420 Ignore any weight that is set within an SRV record. This is useful when
16421 you would like to control the weights using an alternate method, such as
16422 using an "agent-check" or through the runtime api.
16423
Baptiste Assmann8e2d9432018-06-22 15:04:43 +020016424 * prevent-dup-ip
16425 Ensure HAProxy's default behavior is enforced on a server: prevent re-using
16426 an IP address already set to a server in the same backend and sharing the
16427 same fqdn.
16428 This is the opposite of allow-dup-ip.
16429
16430 Example:
16431 backend b_myapp
16432 default-server init-addr none resolvers dns
16433 server s1 myapp.example.com:80 check resolve-opts allow-dup-ip
16434 server s2 myapp.example.com:81 check resolve-opts allow-dup-ip
16435
16436 With the option allow-dup-ip set:
16437 * if the nameserver returns a single IP address, then both servers will use
16438 it
16439 * If the nameserver returns 2 IP addresses, then each server will pick up a
16440 different address
16441
16442 Default value: not set
16443
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016444resolve-prefer <family>
16445 When DNS resolution is enabled for a server and multiple IP addresses from
16446 different families are returned, HAProxy will prefer using an IP address
16447 from the family mentioned in the "resolve-prefer" parameter.
16448 Available families: "ipv4" and "ipv6"
16449
Baptiste Assmannc4aabae2015-08-04 22:43:06 +020016450 Default value: ipv6
16451
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +020016452 Example:
16453
16454 server s1 app1.domain.com:80 resolvers mydns resolve-prefer ipv6
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016455
Thierry Fournierac88cfe2016-02-17 22:05:30 +010016456resolve-net <network>[,<network[,...]]
John Roeslerfb2fce12019-07-10 15:45:51 -050016457 This option prioritizes the choice of an ip address matching a network. This is
Thierry Fournierac88cfe2016-02-17 22:05:30 +010016458 useful with clouds to prefer a local ip. In some cases, a cloud high
Tim Düsterhus4896c442016-11-29 02:15:19 +010016459 availability service can be announced with many ip addresses on many
Davor Ocelice9ed2812017-12-25 17:49:28 +010016460 different datacenters. The latency between datacenter is not negligible, so
16461 this patch permits to prefer a local datacenter. If no address matches the
Thierry Fournierac88cfe2016-02-17 22:05:30 +010016462 configured network, another address is selected.
16463
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +020016464 Example:
16465
16466 server s1 app1.domain.com:80 resolvers mydns resolve-net 10.0.0.0/8
Thierry Fournierac88cfe2016-02-17 22:05:30 +010016467
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016468resolvers <id>
16469 Points to an existing "resolvers" section to resolve current server's
16470 hostname.
16471
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +020016472 Example:
16473
16474 server s1 app1.domain.com:80 check resolvers mydns
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016475
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +020016476 See also section 5.3
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016477
Willy Tarreau5ab04ec2011-03-20 10:32:26 +010016478send-proxy
16479 The "send-proxy" parameter enforces use of the PROXY protocol over any
16480 connection established to this server. The PROXY protocol informs the other
16481 end about the layer 3/4 addresses of the incoming connection, so that it can
16482 know the client's address or the public address it accessed to, whatever the
Bertrand Jacquin93b227d2016-06-04 15:11:10 +010016483 upper layer protocol. For connections accepted by an "accept-proxy" or
16484 "accept-netscaler-cip" listener, the advertised address will be used. Only
16485 TCPv4 and TCPv6 address families are supported. Other families such as
16486 Unix sockets, will report an UNKNOWN family. Servers using this option can
Daniel Corbett9f0843f2021-05-08 10:50:37 -040016487 fully be chained to another instance of HAProxy listening with an
Bertrand Jacquin93b227d2016-06-04 15:11:10 +010016488 "accept-proxy" setting. This setting must not be used if the server isn't
16489 aware of the protocol. When health checks are sent to the server, the PROXY
16490 protocol is automatically used when this option is set, unless there is an
16491 explicit "port" or "addr" directive, in which case an explicit
16492 "check-send-proxy" directive would also be needed to use the PROXY protocol.
Frédéric Lécailled2376272017-03-21 18:52:12 +010016493 See also the "no-send-proxy" option of this section and "accept-proxy" and
16494 "accept-netscaler-cip" option of the "bind" keyword.
Willy Tarreau5ab04ec2011-03-20 10:32:26 +010016495
David Safb76832014-05-08 23:42:08 -040016496send-proxy-v2
16497 The "send-proxy-v2" parameter enforces use of the PROXY protocol version 2
16498 over any connection established to this server. The PROXY protocol informs
16499 the other end about the layer 3/4 addresses of the incoming connection, so
16500 that it can know the client's address or the public address it accessed to,
Emmanuel Hocdet404d9782017-10-24 10:55:14 +020016501 whatever the upper layer protocol. It also send ALPN information if an alpn
16502 have been negotiated. This setting must not be used if the server isn't aware
16503 of this version of the protocol. See also the "no-send-proxy-v2" option of
16504 this section and send-proxy" option of the "bind" keyword.
David Safb76832014-05-08 23:42:08 -040016505
Emmanuel Hocdetf643b802018-02-01 15:20:32 +010016506proxy-v2-options <option>[,<option>]*
Tim Duesterhuscf6e0c82020-03-13 12:34:24 +010016507 The "proxy-v2-options" parameter add options to send in PROXY protocol
16508 version 2 when "send-proxy-v2" is used. Options available are:
16509
16510 - ssl : See also "send-proxy-v2-ssl".
16511 - cert-cn : See also "send-proxy-v2-ssl-cn".
16512 - ssl-cipher: Name of the used cipher.
16513 - cert-sig : Signature algorithm of the used certificate.
16514 - cert-key : Key algorithm of the used certificate
16515 - authority : Host name value passed by the client (only SNI from a TLS
16516 connection is supported).
16517 - crc32c : Checksum of the PROXYv2 header.
16518 - unique-id : Send a unique ID generated using the frontend's
16519 "unique-id-format" within the PROXYv2 header.
16520 This unique-id is primarily meant for "mode tcp". It can
16521 lead to unexpected results in "mode http", because the
16522 generated unique ID is also used for the first HTTP request
16523 within a Keep-Alive connection.
Emmanuel Hocdetf643b802018-02-01 15:20:32 +010016524
David Safb76832014-05-08 23:42:08 -040016525send-proxy-v2-ssl
16526 The "send-proxy-v2-ssl" parameter enforces use of the PROXY protocol version
16527 2 over any connection established to this server. The PROXY protocol informs
16528 the other end about the layer 3/4 addresses of the incoming connection, so
16529 that it can know the client's address or the public address it accessed to,
16530 whatever the upper layer protocol. In addition, the SSL information extension
16531 of the PROXY protocol is added to the PROXY protocol header. This setting
16532 must not be used if the server isn't aware of this version of the protocol.
Frédéric Lécailled2376272017-03-21 18:52:12 +010016533 See also the "no-send-proxy-v2-ssl" option of this section and the
16534 "send-proxy-v2" option of the "bind" keyword.
David Safb76832014-05-08 23:42:08 -040016535
16536send-proxy-v2-ssl-cn
16537 The "send-proxy-v2-ssl" parameter enforces use of the PROXY protocol version
16538 2 over any connection established to this server. The PROXY protocol informs
16539 the other end about the layer 3/4 addresses of the incoming connection, so
16540 that it can know the client's address or the public address it accessed to,
16541 whatever the upper layer protocol. In addition, the SSL information extension
16542 of the PROXY protocol, along along with the Common Name from the subject of
16543 the client certificate (if any), is added to the PROXY protocol header. This
16544 setting must not be used if the server isn't aware of this version of the
Davor Ocelice9ed2812017-12-25 17:49:28 +010016545 protocol. See also the "no-send-proxy-v2-ssl-cn" option of this section and
16546 the "send-proxy-v2" option of the "bind" keyword.
David Safb76832014-05-08 23:42:08 -040016547
Frédéric Lécaille36d15652022-10-17 14:58:19 +020016548shard <shard>
16549 This parameter in used only in the context of stick-tables synchronisation
16550 with peers protocol. The "shard" parameter identifies the peers which will
16551 receive all the stick-table updates for keys with this shard as distribution
16552 hash. The accepted values are 0 up to "shards" parameter value specified in
16553 the "peers" section. 0 value is the default value meaning that the peer will
16554 receive all the key updates. Greater values than "shards" will be ignored.
16555 This is also the case for any value provided to the local peer.
16556
16557 Example :
16558
16559 peers mypeers
16560 shards 3
16561 peer A 127.0.0.1:40001 # local peer without shard value (0 internally)
16562 peer B 127.0.0.1:40002 shard 1
16563 peer C 127.0.0.1:40003 shard 2
16564 peer D 127.0.0.1:40004 shard 3
16565
16566
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016567slowstart <start_time_in_ms>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016568 The "slowstart" parameter for a server accepts a value in milliseconds which
16569 indicates after how long a server which has just come back up will run at
16570 full speed. Just as with every other time-based parameter, it can be entered
16571 in any other explicit unit among { us, ms, s, m, h, d }. The speed grows
16572 linearly from 0 to 100% during this time. The limitation applies to two
16573 parameters :
16574
16575 - maxconn: the number of connections accepted by the server will grow from 1
16576 to 100% of the usual dynamic limit defined by (minconn,maxconn,fullconn).
16577
16578 - weight: when the backend uses a dynamic weighted algorithm, the weight
16579 grows linearly from 1 to 100%. In this case, the weight is updated at every
16580 health-check. For this reason, it is important that the "inter" parameter
16581 is smaller than the "slowstart", in order to maximize the number of steps.
16582
Daniel Corbett9f0843f2021-05-08 10:50:37 -040016583 The slowstart never applies when HAProxy starts, otherwise it would cause
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016584 trouble to running servers. It only applies when a server has been previously
16585 seen as failed.
16586
Willy Tarreau732eac42015-07-09 11:40:25 +020016587sni <expression>
16588 The "sni" parameter evaluates the sample fetch expression, converts it to a
16589 string and uses the result as the host name sent in the SNI TLS extension to
16590 the server. A typical use case is to send the SNI received from the client in
Willy Tarreaud26fb572022-11-25 10:12:12 +010016591 a bridged TCP/SSL scenario, using the "ssl_fc_sni" sample fetch for the
16592 expression. THIS MUST NOT BE USED FOR HTTPS, where req.hdr(host) should be
16593 used instead, since SNI in HTTPS must always match the Host field and clients
16594 are allowed to use different host names over the same connection). If
Willy Tarreau2ab88672017-07-05 18:23:03 +020016595 "verify required" is set (which is the recommended setting), the resulting
Willy Tarreauad92a9a2017-07-28 11:38:41 +020016596 name will also be matched against the server certificate's names. See the
Jérôme Magninb36a6d22018-12-09 16:03:40 +010016597 "verify" directive for more details. If you want to set a SNI for health
16598 checks, see the "check-sni" directive for more details.
Willy Tarreau732eac42015-07-09 11:40:25 +020016599
Willy Tarreauc6f4ce82009-06-10 11:09:37 +020016600source <addr>[:<pl>[-<ph>]] [usesrc { <addr2>[:<port2>] | client | clientip } ]
Willy Tarreaubce70882009-09-07 11:51:47 +020016601source <addr>[:<port>] [usesrc { <addr2>[:<port2>] | hdr_ip(<hdr>[,<occ>]) } ]
Willy Tarreauc6f4ce82009-06-10 11:09:37 +020016602source <addr>[:<pl>[-<ph>]] [interface <name>] ...
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016603 The "source" parameter sets the source address which will be used when
16604 connecting to the server. It follows the exact same parameters and principle
16605 as the backend "source" keyword, except that it only applies to the server
16606 referencing it. Please consult the "source" keyword for details.
16607
Willy Tarreauc6f4ce82009-06-10 11:09:37 +020016608 Additionally, the "source" statement on a server line allows one to specify a
16609 source port range by indicating the lower and higher bounds delimited by a
16610 dash ('-'). Some operating systems might require a valid IP address when a
16611 source port range is specified. It is permitted to have the same IP/range for
16612 several servers. Doing so makes it possible to bypass the maximum of 64k
16613 total concurrent connections. The limit will then reach 64k connections per
16614 server.
16615
Lukas Tribus7d56c6d2016-09-13 09:51:15 +000016616 Since Linux 4.2/libc 2.23 IP_BIND_ADDRESS_NO_PORT is set for connections
16617 specifying the source address without port(s).
16618
Willy Tarreaua0ee1d02012-09-10 09:01:23 +020016619ssl
Willy Tarreau44f65392013-06-25 07:56:20 +020016620 This option enables SSL ciphering on outgoing connections to the server. It
16621 is critical to verify server certificates using "verify" when using SSL to
16622 connect to servers, otherwise the communication is prone to trivial man in
16623 the-middle attacks rendering SSL useless. When this option is used, health
16624 checks are automatically sent in SSL too unless there is a "port" or an
16625 "addr" directive indicating the check should be sent to a different location.
Frédéric Lécailled2376272017-03-21 18:52:12 +010016626 See the "no-ssl" to disable "ssl" option and "check-ssl" option to force
16627 SSL health checks.
Willy Tarreau763a95b2012-10-04 23:15:39 +020016628
Emmanuel Hocdete1c722b2017-03-31 15:02:54 +020016629ssl-max-ver [ SSLv3 | TLSv1.0 | TLSv1.1 | TLSv1.2 | TLSv1.3 ]
16630 This option enforces use of <version> or lower when SSL is used to communicate
16631 with the server. This option is also available on global statement
16632 "ssl-default-server-options". See also "ssl-min-ver".
16633
16634ssl-min-ver [ SSLv3 | TLSv1.0 | TLSv1.1 | TLSv1.2 | TLSv1.3 ]
16635 This option enforces use of <version> or upper when SSL is used to communicate
16636 with the server. This option is also available on global statement
16637 "ssl-default-server-options". See also "ssl-max-ver".
16638
Frédéric Lécailled2376272017-03-21 18:52:12 +010016639ssl-reuse
16640 This option may be used as "server" setting to reset any "no-ssl-reuse"
16641 setting which would have been inherited from "default-server" directive as
16642 default value.
16643 It may also be used as "default-server" setting to reset any previous
16644 "default-server" "no-ssl-reuse" setting.
16645
16646stick
16647 This option may be used as "server" setting to reset any "non-stick"
16648 setting which would have been inherited from "default-server" directive as
16649 default value.
16650 It may also be used as "default-server" setting to reset any previous
16651 "default-server" "non-stick" setting.
Willy Tarreaua0ee1d02012-09-10 09:01:23 +020016652
Alexander Liu2a54bb72019-05-22 19:44:48 +080016653socks4 <addr>:<port>
John Roeslerfb2fce12019-07-10 15:45:51 -050016654 This option enables upstream socks4 tunnel for outgoing connections to the
Alexander Liu2a54bb72019-05-22 19:44:48 +080016655 server. Using this option won't force the health check to go via socks4 by
16656 default. You will have to use the keyword "check-via-socks4" to enable it.
16657
Willy Tarreau163d4622015-10-13 16:16:41 +020016658tcp-ut <delay>
16659 Sets the TCP User Timeout for all outgoing connections to this server. This
Daniel Corbett9f0843f2021-05-08 10:50:37 -040016660 option is available on Linux since version 2.6.37. It allows HAProxy to
Willy Tarreau163d4622015-10-13 16:16:41 +020016661 configure a timeout for sockets which contain data not receiving an
Davor Ocelice9ed2812017-12-25 17:49:28 +010016662 acknowledgment for the configured delay. This is especially useful on
Willy Tarreau163d4622015-10-13 16:16:41 +020016663 long-lived connections experiencing long idle periods such as remote
16664 terminals or database connection pools, where the client and server timeouts
16665 must remain high to allow a long period of idle, but where it is important to
16666 detect that the server has disappeared in order to release all resources
16667 associated with its connection (and the client's session). One typical use
16668 case is also to force dead server connections to die when health checks are
16669 too slow or during a soft reload since health checks are then disabled. The
16670 argument is a delay expressed in milliseconds by default. This only works for
16671 regular TCP connections, and is ignored for other protocols.
16672
Willy Tarreau034c88c2017-01-23 23:36:45 +010016673tfo
16674 This option enables using TCP fast open when connecting to servers, on
16675 systems that support it (currently only the Linux kernel >= 4.11).
16676 See the "tfo" bind option for more information about TCP fast open.
16677 Please note that when using tfo, you should also use the "conn-failure",
Daniel Corbett9f0843f2021-05-08 10:50:37 -040016678 "empty-response" and "response-timeout" keywords for "retry-on", or HAProxy
Frédéric Lécaille1b9423d2019-07-04 14:19:06 +020016679 won't be able to retry the connection on failure. See also "no-tfo".
Willy Tarreau034c88c2017-01-23 23:36:45 +010016680
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016681track [<proxy>/]<server>
Willy Tarreau32091232014-05-16 13:52:00 +020016682 This option enables ability to set the current state of the server by tracking
16683 another one. It is possible to track a server which itself tracks another
16684 server, provided that at the end of the chain, a server has health checks
16685 enabled. If <proxy> is omitted the current one is used. If disable-on-404 is
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016686 used, it has to be enabled on both proxies.
16687
Frédéric Lécailled2376272017-03-21 18:52:12 +010016688tls-tickets
16689 This option may be used as "server" setting to reset any "no-tls-tickets"
16690 setting which would have been inherited from "default-server" directive as
16691 default value.
Lukas Tribusbdb386d2020-03-10 00:56:09 +010016692 The TLS ticket mechanism is only used up to TLS 1.2.
16693 Forward Secrecy is compromised with TLS tickets, unless ticket keys
16694 are periodically rotated (via reload or by using "tls-ticket-keys").
Frédéric Lécailled2376272017-03-21 18:52:12 +010016695 It may also be used as "default-server" setting to reset any previous
Bjoern Jacke5ab7eb62020-02-13 14:16:16 +010016696 "default-server" "no-tls-tickets" setting.
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016697
Emeric Brunef42d922012-10-11 16:11:36 +020016698verify [none|required]
16699 This setting is only available when support for OpenSSL was built in. If set
Emeric Brun850efd52014-01-29 12:24:34 +010016700 to 'none', server certificate is not verified. In the other case, The
Willy Tarreauad92a9a2017-07-28 11:38:41 +020016701 certificate provided by the server is verified using CAs from 'ca-file' and
16702 optional CRLs from 'crl-file' after having checked that the names provided in
Davor Ocelice9ed2812017-12-25 17:49:28 +010016703 the certificate's subject and subjectAlternateNames attributes match either
Willy Tarreauad92a9a2017-07-28 11:38:41 +020016704 the name passed using the "sni" directive, or if not provided, the static
16705 host name passed using the "verifyhost" directive. When no name is found, the
16706 certificate's names are ignored. For this reason, without SNI it's important
16707 to use "verifyhost". On verification failure the handshake is aborted. It is
16708 critically important to verify server certificates when using SSL to connect
16709 to servers, otherwise the communication is prone to trivial man-in-the-middle
16710 attacks rendering SSL totally useless. Unless "ssl_server_verify" appears in
16711 the global section, "verify" is set to "required" by default.
Emeric Brunef42d922012-10-11 16:11:36 +020016712
Evan Broderbe554312013-06-27 00:05:25 -070016713verifyhost <hostname>
16714 This setting is only available when support for OpenSSL was built in, and
Willy Tarreauad92a9a2017-07-28 11:38:41 +020016715 only takes effect if 'verify required' is also specified. This directive sets
16716 a default static hostname to check the server's certificate against when no
16717 SNI was used to connect to the server. If SNI is not used, this is the only
16718 way to enable hostname verification. This static hostname, when set, will
16719 also be used for health checks (which cannot provide an SNI value). If none
16720 of the hostnames in the certificate match the specified hostname, the
16721 handshake is aborted. The hostnames in the server-provided certificate may
16722 include wildcards. See also "verify", "sni" and "no-verifyhost" options.
Evan Broderbe554312013-06-27 00:05:25 -070016723
Krzysztof Piotr Oledzkic53601c2010-01-06 10:50:42 +010016724weight <weight>
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016725 The "weight" parameter is used to adjust the server's weight relative to
16726 other servers. All servers will receive a load proportional to their weight
16727 relative to the sum of all weights, so the higher the weight, the higher the
Willy Tarreau6704d672009-06-15 10:56:05 +020016728 load. The default weight is 1, and the maximal value is 256. A value of 0
16729 means the server will not participate in load-balancing but will still accept
16730 persistent connections. If this parameter is used to distribute the load
16731 according to server's capacity, it is recommended to start with values which
16732 can both grow and shrink, for instance between 10 and 100 to leave enough
16733 room above and below for later adjustments.
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016734
Amaury Denoyellef9d59572021-10-18 14:40:29 +020016735ws { auto | h1 | h2 }
16736 This option allows to configure the protocol used when relaying websocket
16737 streams. This is most notably useful when using an HTTP/2 backend without the
16738 support for H2 websockets through the RFC8441.
16739
16740 The default mode is "auto". This will reuse the same protocol as the main
16741 one. The only difference is when using ALPN. In this case, it can try to
16742 downgrade the ALPN to "http/1.1" only for websocket streams if the configured
16743 server ALPN contains it.
16744
16745 The value "h1" is used to force HTTP/1.1 for websockets streams, through ALPN
16746 if SSL ALPN is activated for the server. Similarly, "h2" can be used to
16747 force HTTP/2.0 websockets. Use this value with care : the server must support
16748 RFC8441 or an error will be reported by haproxy when relaying websockets.
16749
16750 Note that NPN is not taken into account as its usage has been deprecated in
16751 favor of the ALPN extension.
16752
16753 See also "alpn" and "proto".
16754
Willy Tarreauc57f0e22009-05-10 13:12:33 +020016755
Cyril Bonté46175dd2015-07-02 22:45:32 +0200167565.3. Server IP address resolution using DNS
16757-------------------------------------------
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016758
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016759HAProxy allows using a host name on the server line to retrieve its IP address
16760using name servers. By default, HAProxy resolves the name when parsing the
Thayne McCombscdbcca92021-01-07 21:24:41 -070016761configuration file, at startup and cache the result for the process's life.
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016762This is not sufficient in some cases, such as in Amazon where a server's IP
16763can change after a reboot or an ELB Virtual IP can change based on current
16764workload.
16765This chapter describes how HAProxy can be configured to process server's name
16766resolution at run time.
16767Whether run time server name resolution has been enable or not, HAProxy will
16768carry on doing the first resolution when parsing the configuration.
16769
16770
Cyril Bonté46175dd2015-07-02 22:45:32 +0200167715.3.1. Global overview
16772----------------------
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016773
16774As we've seen in introduction, name resolution in HAProxy occurs at two
16775different steps of the process life:
16776
16777 1. when starting up, HAProxy parses the server line definition and matches a
16778 host name. It uses libc functions to get the host name resolved. This
16779 resolution relies on /etc/resolv.conf file.
16780
Christopher Faulet67957bd2017-09-27 11:00:59 +020016781 2. at run time, HAProxy performs periodically name resolutions for servers
16782 requiring DNS resolutions.
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016783
16784A few other events can trigger a name resolution at run time:
16785 - when a server's health check ends up in a connection timeout: this may be
16786 because the server has a new IP address. So we need to trigger a name
16787 resolution to know this new IP.
16788
Christopher Faulet67957bd2017-09-27 11:00:59 +020016789When using resolvers, the server name can either be a hostname, or a SRV label.
Davor Ocelice9ed2812017-12-25 17:49:28 +010016790HAProxy considers anything that starts with an underscore as a SRV label. If a
Christopher Faulet67957bd2017-09-27 11:00:59 +020016791SRV label is specified, then the corresponding SRV records will be retrieved
16792from the DNS server, and the provided hostnames will be used. The SRV label
Daniel Corbett9f0843f2021-05-08 10:50:37 -040016793will be checked periodically, and if any server are added or removed, HAProxy
Christopher Faulet67957bd2017-09-27 11:00:59 +020016794will automatically do the same.
Olivier Houchardecfa18d2017-08-07 17:30:03 +020016795
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016796A few things important to notice:
John Roeslerfb2fce12019-07-10 15:45:51 -050016797 - all the name servers are queried in the meantime. HAProxy will process the
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016798 first valid response.
16799
16800 - a resolution is considered as invalid (NX, timeout, refused), when all the
16801 servers return an error.
16802
16803
Cyril Bonté46175dd2015-07-02 22:45:32 +0200168045.3.2. The resolvers section
16805----------------------------
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016806
16807This section is dedicated to host information related to name resolution in
Christopher Faulet67957bd2017-09-27 11:00:59 +020016808HAProxy. There can be as many as resolvers section as needed. Each section can
16809contain many name servers.
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016810
William Lallemandc33df2e2022-05-06 17:14:00 +020016811At startup, HAProxy tries to generate a resolvers section named "default", if
16812no section was named this way in the configuration. This section is used by
16813default by the httpclient and uses the parse-resolv-conf keyword. If HAProxy
16814failed to generate automatically this section, no error or warning are emitted.
16815
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016816When multiple name servers are configured in a resolvers section, then HAProxy
16817uses the first valid response. In case of invalid responses, only the last one
16818is treated. Purpose is to give the chance to a slow server to deliver a valid
16819answer after a fast faulty or outdated server.
16820
16821When each server returns a different error type, then only the last error is
Christopher Faulet67957bd2017-09-27 11:00:59 +020016822used by HAProxy. The following processing is applied on this error:
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016823
Christopher Faulet67957bd2017-09-27 11:00:59 +020016824 1. HAProxy retries the same DNS query with a new query type. The A queries are
16825 switch to AAAA or the opposite. SRV queries are not concerned here. Timeout
16826 errors are also excluded.
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016827
Christopher Faulet67957bd2017-09-27 11:00:59 +020016828 2. When the fallback on the query type was done (or not applicable), HAProxy
16829 retries the original DNS query, with the preferred query type.
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016830
Thierry Fournier55c40ea2021-12-15 19:03:52 +010016831 3. HAProxy retries previous steps <resolve_retries> times. If no valid
Christopher Faulet67957bd2017-09-27 11:00:59 +020016832 response is received after that, it stops the DNS resolution and reports
16833 the error.
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016834
Christopher Faulet67957bd2017-09-27 11:00:59 +020016835For example, with 2 name servers configured in a resolvers section, the
16836following scenarios are possible:
16837
16838 - First response is valid and is applied directly, second response is
16839 ignored
16840
16841 - First response is invalid and second one is valid, then second response is
16842 applied
16843
16844 - First response is a NX domain and second one a truncated response, then
16845 HAProxy retries the query with a new type
16846
16847 - First response is a NX domain and second one is a timeout, then HAProxy
16848 retries the query with a new type
16849
16850 - Query timed out for both name servers, then HAProxy retries it with the
16851 same query type
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016852
Daniel Corbett9f0843f2021-05-08 10:50:37 -040016853As a DNS server may not answer all the IPs in one DNS request, HAProxy keeps
Olivier Houcharda8c6db82017-07-06 18:46:47 +020016854a cache of previous answers, an answer will be considered obsolete after
Christopher Faulet67957bd2017-09-27 11:00:59 +020016855<hold obsolete> seconds without the IP returned.
Olivier Houcharda8c6db82017-07-06 18:46:47 +020016856
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016857
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016858resolvers <resolvers id>
Davor Ocelice9ed2812017-12-25 17:49:28 +010016859 Creates a new name server list labeled <resolvers id>
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016860
16861A resolvers section accept the following parameters:
16862
Baptiste Assmann2af08fe2017-08-14 00:13:01 +020016863accepted_payload_size <nb>
Davor Ocelice9ed2812017-12-25 17:49:28 +010016864 Defines the maximum payload size accepted by HAProxy and announced to all the
Christopher Faulet67957bd2017-09-27 11:00:59 +020016865 name servers configured in this resolvers section.
Baptiste Assmann2af08fe2017-08-14 00:13:01 +020016866 <nb> is in bytes. If not set, HAProxy announces 512. (minimal value defined
16867 by RFC 6891)
16868
Emeric Brun4c751952021-03-08 16:41:29 +010016869 Note: the maximum allowed value is 65535. Recommended value for UDP is
16870 4096 and it is not recommended to exceed 8192 except if you are sure
16871 that your system and network can handle this (over 65507 makes no sense
16872 since is the maximum UDP payload size). If you are using only TCP
16873 nameservers to handle huge DNS responses, you should put this value
16874 to the max: 65535.
Baptiste Assmann9d8dbbc2017-08-18 23:35:08 +020016875
Emeric Brunc8f3e452021-04-07 16:04:54 +020016876nameserver <name> <address>[:port] [param*]
16877 Used to configure a nameserver. <name> of the nameserver should ne unique.
16878 By default the <address> is considered of type datagram. This means if an
16879 IPv4 or IPv6 is configured without special address prefixes (paragraph 11.)
16880 the UDP protocol will be used. If an stream protocol address prefix is used,
16881 the nameserver will be considered as a stream server (TCP for instance) and
16882 "server" parameters found in 5.2 paragraph which are relevant for DNS
16883 resolving will be considered. Note: currently, in TCP mode, 4 queries are
16884 pipelined on the same connections. A batch of idle connections are removed
16885 every 5 seconds. "maxconn" can be configured to limit the amount of those
Emeric Brun56fc5d92021-02-12 20:05:45 +010016886 concurrent connections and TLS should also usable if the server supports.
16887
Ben Draut44e609b2018-05-29 15:40:08 -060016888parse-resolv-conf
16889 Adds all nameservers found in /etc/resolv.conf to this resolvers nameservers
16890 list. Ordered as if each nameserver in /etc/resolv.conf was individually
16891 placed in the resolvers section in place of this directive.
16892
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016893hold <status> <period>
Christopher Faulet24b319b2023-02-27 17:53:31 +010016894 Upon receiving the DNS response <status>, determines whether a server's state
16895 should change from UP to DOWN. To make that determination, it checks whether
16896 any valid status has been received during the past <period> in order to
16897 counteract the just received invalid status.
16898
16899 <status> : last name resolution status.
16900 nx After receiving an NXDOMAIN status, check for any valid
16901 status during the concluding period.
16902
16903 refused After receiving a REFUSED status, check for any valid
16904 status during the concluding period.
16905
16906 timeout After the "timeout retry" has struck, check for any
16907 valid status during the concluding period.
16908
16909 other After receiving any other invalid status, check for any
16910 valid status during the concluding period.
16911
16912 valid Applies only to "http-request do-resolve" and
16913 "tcp-request content do-resolve" actions. It defines the
16914 period for which the server will maintain a valid response
16915 before triggering another resolution. It does not affect
16916 dynamic resolution of servers.
16917
16918 obsolete Defines how long to wait before removing obsolete DNS
16919 records after an updated answer record is received. It
16920 applies to SRV records.
16921
16922 <period> : Amount of time into the past during which a valid response must
16923 have been received. It follows the HAProxy time format and is in
16924 milliseconds by default.
16925
16926 For a server that relies on dynamic DNS resolution to determine its IP
16927 address, receiving an invalid DNS response, such as NXDOMAIN, will lead to
16928 changing the server's state from UP to DOWN. The hold directives define how
16929 far into the past to look for a valid response. If a valid response has been
16930 received within <period>, the just received invalid status will be ignored.
16931
16932 Unless a valid response has been receiving during the concluding period, the
16933 server will be marked as DOWN. For example, if "hold nx 30s" is set and the
16934 last received DNS response was NXDOMAIN, the server will be marked DOWN
16935 unless a valid response has been received during the last 30 seconds.
16936
16937 A server in the DOWN state will be marked UP immediately upon receiving a
16938 valid status from the DNS server.
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016939
Christopher Faulet24b319b2023-02-27 17:53:31 +010016940 A separate behavior exists for "hold valid" and "hold obsolete".
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016941
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016942resolve_retries <nb>
16943 Defines the number <nb> of queries to send to resolve a server name before
16944 giving up.
16945 Default value: 3
16946
Baptiste Assmann62b75b42015-09-09 01:11:36 +020016947 A retry occurs on name server timeout or when the full sequence of DNS query
16948 type failover is over and we need to start up from the default ANY query
16949 type.
16950
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016951timeout <event> <time>
16952 Defines timeouts related to name resolution
16953 <event> : the event on which the <time> timeout period applies to.
16954 events available are:
Frédéric Lécaille93d33162019-03-06 09:35:59 +010016955 - resolve : default time to trigger name resolutions when no
16956 other time applied.
Christopher Faulet67957bd2017-09-27 11:00:59 +020016957 Default value: 1s
16958 - retry : time between two DNS queries, when no valid response
Frédéric Lécaille93d33162019-03-06 09:35:59 +010016959 have been received.
Christopher Faulet67957bd2017-09-27 11:00:59 +020016960 Default value: 1s
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016961 <time> : time related to the event. It follows the HAProxy time format.
16962 <time> is expressed in milliseconds.
16963
Olivier Doucetaa1ea8a2016-08-05 17:15:20 +020016964 Example:
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016965
16966 resolvers mydns
16967 nameserver dns1 10.0.0.1:53
16968 nameserver dns2 10.0.0.2:53
Emeric Brunc8f3e452021-04-07 16:04:54 +020016969 nameserver dns3 tcp@10.0.0.3:53
Ben Draut44e609b2018-05-29 15:40:08 -060016970 parse-resolv-conf
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016971 resolve_retries 3
Christopher Faulet67957bd2017-09-27 11:00:59 +020016972 timeout resolve 1s
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016973 timeout retry 1s
Baptiste Assmann987e16d2016-11-02 22:23:31 +010016974 hold other 30s
16975 hold refused 30s
16976 hold nx 30s
16977 hold timeout 30s
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016978 hold valid 10s
Olivier Houcharda8c6db82017-07-06 18:46:47 +020016979 hold obsolete 30s
Baptiste Assmann1fa66662015-04-14 00:28:47 +020016980
16981
Christopher Faulet87f1f3d2019-07-18 14:51:20 +0200169826. Cache
16983---------
16984
16985HAProxy provides a cache, which was designed to perform cache on small objects
16986(favicon, css...). This is a minimalist low-maintenance cache which runs in
16987RAM.
16988
Willy Tarreau317804d2021-06-15 11:35:31 +020016989The cache is based on a memory area shared between all threads, and split in 1kB
16990blocks.
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020016991
16992If an object is not used anymore, it can be deleted to store a new object
16993independently of its expiration date. The oldest objects are deleted first
16994when we try to allocate a new one.
16995
16996The cache uses a hash of the host header and the URI as the key.
16997
16998It's possible to view the status of a cache using the Unix socket command
16999"show cache" consult section 9.3 "Unix Socket commands" of Management Guide
17000for more details.
17001
17002When an object is delivered from the cache, the server name in the log is
17003replaced by "<CACHE>".
17004
17005
170066.1. Limitation
17007----------------
17008
17009The cache won't store and won't deliver objects in these cases:
17010
17011- If the response is not a 200
Remi Tricot-Le Breton4f730832020-11-26 15:51:50 +010017012- If the response contains a Vary header and either the process-vary option is
17013 disabled, or a currently unmanaged header is specified in the Vary value (only
17014 accept-encoding and referer are managed for now)
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020017015- If the Content-Length + the headers size is greater than "max-object-size"
17016- If the response is not cacheable
Remi Tricot-Le Bretond493bc82020-11-26 15:51:29 +010017017- If the response does not have an explicit expiration time (s-maxage or max-age
17018 Cache-Control directives or Expires header) or a validator (ETag or Last-Modified
17019 headers)
Remi Tricot-Le Breton5853c0c2020-12-10 17:58:43 +010017020- If the process-vary option is enabled and there are already max-secondary-entries
17021 entries with the same primary key as the current response
Remi Tricot-Le Breton6ca89162021-01-07 14:50:51 +010017022- If the process-vary option is enabled and the response has an unknown encoding (not
17023 mentioned in https://www.iana.org/assignments/http-parameters/http-parameters.xhtml)
17024 while varying on the accept-encoding client header
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020017025
17026- If the request is not a GET
17027- If the HTTP version of the request is smaller than 1.1
17028- If the request contains an Authorization header
17029
17030
170316.2. Setup
17032-----------
17033
17034To setup a cache, you must define a cache section and use it in a proxy with
17035the corresponding http-request and response actions.
17036
17037
170386.2.1. Cache section
17039---------------------
17040
17041cache <name>
17042 Declare a cache section, allocate a shared cache memory named <name>, the
17043 size of cache is mandatory.
17044
17045total-max-size <megabytes>
17046 Define the size in RAM of the cache in megabytes. This size is split in
17047 blocks of 1kB which are used by the cache entries. Its maximum value is 4095.
17048
17049max-object-size <bytes>
17050 Define the maximum size of the objects to be cached. Must not be greater than
17051 an half of "total-max-size". If not set, it equals to a 256th of the cache size.
17052 All objects with sizes larger than "max-object-size" will not be cached.
17053
17054max-age <seconds>
Remi Tricot-Le Breton5853c0c2020-12-10 17:58:43 +010017055 Define the maximum expiration duration. The expiration is set as the lowest
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020017056 value between the s-maxage or max-age (in this order) directive in the
17057 Cache-Control response header and this value. The default value is 60
17058 seconds, which means that you can't cache an object more than 60 seconds by
17059 default.
17060
Remi Tricot-Le Bretone6cc5b52020-12-23 18:13:53 +010017061process-vary <on/off>
17062 Enable or disable the processing of the Vary header. When disabled, a response
Remi Tricot-Le Breton754b2422020-11-16 15:56:10 +010017063 containing such a header will never be cached. When enabled, we need to calculate
17064 a preliminary hash for a subset of request headers on all the incoming requests
17065 (which might come with a cpu cost) which will be used to build a secondary key
Remi Tricot-Le Bretone6cc5b52020-12-23 18:13:53 +010017066 for a given request (see RFC 7234#4.1). The default value is off (disabled).
Remi Tricot-Le Breton754b2422020-11-16 15:56:10 +010017067
Remi Tricot-Le Breton5853c0c2020-12-10 17:58:43 +010017068max-secondary-entries <number>
17069 Define the maximum number of simultaneous secondary entries with the same primary
17070 key in the cache. This needs the vary support to be enabled. Its default value is 10
17071 and should be passed a strictly positive integer.
17072
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020017073
170746.2.2. Proxy section
17075---------------------
17076
17077http-request cache-use <name> [ { if | unless } <condition> ]
17078 Try to deliver a cached object from the cache <name>. This directive is also
17079 mandatory to store the cache as it calculates the cache hash. If you want to
17080 use a condition for both storage and delivering that's a good idea to put it
17081 after this one.
17082
17083http-response cache-store <name> [ { if | unless } <condition> ]
17084 Store an http-response within the cache. The storage of the response headers
17085 is done at this step, which means you can use others http-response actions
17086 to modify headers before or after the storage of the response. This action
17087 is responsible for the setup of the cache storage filter.
17088
17089
17090Example:
17091
17092 backend bck1
17093 mode http
17094
17095 http-request cache-use foobar
17096 http-response cache-store foobar
17097 server srv1 127.0.0.1:80
17098
17099 cache foobar
17100 total-max-size 4
17101 max-age 240
17102
17103
Willy Tarreau74ca5042013-06-11 23:12:07 +0200171047. Using ACLs and fetching samples
17105----------------------------------
17106
Davor Ocelice9ed2812017-12-25 17:49:28 +010017107HAProxy is capable of extracting data from request or response streams, from
Willy Tarreau74ca5042013-06-11 23:12:07 +020017108client or server information, from tables, environmental information etc...
17109The action of extracting such data is called fetching a sample. Once retrieved,
17110these samples may be used for various purposes such as a key to a stick-table,
17111but most common usages consist in matching them against predefined constant
17112data called patterns.
17113
17114
171157.1. ACL basics
17116---------------
Willy Tarreauc57f0e22009-05-10 13:12:33 +020017117
17118The use of Access Control Lists (ACL) provides a flexible solution to perform
17119content switching and generally to take decisions based on content extracted
17120from the request, the response or any environmental status. The principle is
17121simple :
17122
Willy Tarreau74ca5042013-06-11 23:12:07 +020017123 - extract a data sample from a stream, table or the environment
Willy Tarreaue6b11e42013-11-26 19:02:32 +010017124 - optionally apply some format conversion to the extracted sample
Willy Tarreau74ca5042013-06-11 23:12:07 +020017125 - apply one or multiple pattern matching methods on this sample
17126 - perform actions only when a pattern matches the sample
Willy Tarreauc57f0e22009-05-10 13:12:33 +020017127
Willy Tarreau74ca5042013-06-11 23:12:07 +020017128The actions generally consist in blocking a request, selecting a backend, or
17129adding a header.
Willy Tarreauc57f0e22009-05-10 13:12:33 +020017130
17131In order to define a test, the "acl" keyword is used. The syntax is :
17132
Willy Tarreau74ca5042013-06-11 23:12:07 +020017133 acl <aclname> <criterion> [flags] [operator] [<value>] ...
Willy Tarreauc57f0e22009-05-10 13:12:33 +020017134
17135This creates a new ACL <aclname> or completes an existing one with new tests.
17136Those tests apply to the portion of request/response specified in <criterion>
17137and may be adjusted with optional flags [flags]. Some criteria also support
Willy Tarreaue6b11e42013-11-26 19:02:32 +010017138an operator which may be specified before the set of values. Optionally some
17139conversion operators may be applied to the sample, and they will be specified
17140as a comma-delimited list of keywords just after the first keyword. The values
17141are of the type supported by the criterion, and are separated by spaces.
Willy Tarreauc57f0e22009-05-10 13:12:33 +020017142
17143ACL names must be formed from upper and lower case letters, digits, '-' (dash),
17144'_' (underscore) , '.' (dot) and ':' (colon). ACL names are case-sensitive,
17145which means that "my_acl" and "My_Acl" are two different ACLs.
17146
17147There is no enforced limit to the number of ACLs. The unused ones do not affect
17148performance, they just consume a small amount of memory.
17149
Willy Tarreau74ca5042013-06-11 23:12:07 +020017150The criterion generally is the name of a sample fetch method, or one of its ACL
17151specific declinations. The default test method is implied by the output type of
17152this sample fetch method. The ACL declinations can describe alternate matching
Willy Tarreaue6b11e42013-11-26 19:02:32 +010017153methods of a same sample fetch method. The sample fetch methods are the only
17154ones supporting a conversion.
Willy Tarreau74ca5042013-06-11 23:12:07 +020017155
17156Sample fetch methods return data which can be of the following types :
17157 - boolean
17158 - integer (signed or unsigned)
17159 - IPv4 or IPv6 address
17160 - string
17161 - data block
17162
Willy Tarreaue6b11e42013-11-26 19:02:32 +010017163Converters transform any of these data into any of these. For example, some
17164converters might convert a string to a lower-case string while other ones
17165would turn a string to an IPv4 address, or apply a netmask to an IP address.
17166The resulting sample is of the type of the last converter applied to the list,
17167which defaults to the type of the sample fetch method.
17168
Thierry FOURNIER2a06e392014-05-11 15:49:55 +020017169Each sample or converter returns data of a specific type, specified with its
17170keyword in this documentation. When an ACL is declared using a standard sample
17171fetch method, certain types automatically involved a default matching method
17172which are summarized in the table below :
17173
17174 +---------------------+-----------------+
17175 | Sample or converter | Default |
17176 | output type | matching method |
17177 +---------------------+-----------------+
17178 | boolean | bool |
17179 +---------------------+-----------------+
17180 | integer | int |
17181 +---------------------+-----------------+
17182 | ip | ip |
17183 +---------------------+-----------------+
17184 | string | str |
17185 +---------------------+-----------------+
17186 | binary | none, use "-m" |
17187 +---------------------+-----------------+
17188
17189Note that in order to match a binary samples, it is mandatory to specify a
17190matching method, see below.
17191
Willy Tarreau74ca5042013-06-11 23:12:07 +020017192The ACL engine can match these types against patterns of the following types :
17193 - boolean
17194 - integer or integer range
17195 - IP address / network
17196 - string (exact, substring, suffix, prefix, subdir, domain)
17197 - regular expression
17198 - hex block
17199
Willy Tarreauc57f0e22009-05-10 13:12:33 +020017200The following ACL flags are currently supported :
17201
Willy Tarreau2b5285d2010-05-09 23:45:24 +020017202 -i : ignore case during matching of all subsequent patterns.
17203 -f : load patterns from a file.
Willy Tarreau74ca5042013-06-11 23:12:07 +020017204 -m : use a specific pattern matching method
Thierry FOURNIERb7729c92014-02-11 16:24:41 +010017205 -n : forbid the DNS resolutions
Thierry FOURNIER9860c412014-01-29 14:23:29 +010017206 -M : load the file pointed by -f like a map file.
Thierry FOURNIER3534d882014-01-20 17:01:44 +010017207 -u : force the unique id of the ACL
Willy Tarreau6a06a402007-07-15 20:15:28 +020017208 -- : force end of flags. Useful when a string looks like one of the flags.
17209
Willy Tarreau74ca5042013-06-11 23:12:07 +020017210The "-f" flag is followed by the name of a file from which all lines will be
17211read as individual values. It is even possible to pass multiple "-f" arguments
17212if the patterns are to be loaded from multiple files. Empty lines as well as
17213lines beginning with a sharp ('#') will be ignored. All leading spaces and tabs
17214will be stripped. If it is absolutely necessary to insert a valid pattern
17215beginning with a sharp, just prefix it with a space so that it is not taken for
Daniel Corbett9f0843f2021-05-08 10:50:37 -040017216a comment. Depending on the data type and match method, HAProxy may load the
Willy Tarreau74ca5042013-06-11 23:12:07 +020017217lines into a binary tree, allowing very fast lookups. This is true for IPv4 and
17218exact string matching. In this case, duplicates will automatically be removed.
17219
Thierry FOURNIER9860c412014-01-29 14:23:29 +010017220The "-M" flag allows an ACL to use a map file. If this flag is set, the file is
17221parsed as two column file. The first column contains the patterns used by the
17222ACL, and the second column contain the samples. The sample can be used later by
17223a map. This can be useful in some rare cases where an ACL would just be used to
17224check for the existence of a pattern in a map before a mapping is applied.
17225
Thierry FOURNIER3534d882014-01-20 17:01:44 +010017226The "-u" flag forces the unique id of the ACL. This unique id is used with the
17227socket interface to identify ACL and dynamically change its values. Note that a
17228file is always identified by its name even if an id is set.
17229
Willy Tarreau74ca5042013-06-11 23:12:07 +020017230Also, note that the "-i" flag applies to subsequent entries and not to entries
17231loaded from files preceding it. For instance :
17232
17233 acl valid-ua hdr(user-agent) -f exact-ua.lst -i -f generic-ua.lst test
17234
17235In this example, each line of "exact-ua.lst" will be exactly matched against
17236the "user-agent" header of the request. Then each line of "generic-ua" will be
17237case-insensitively matched. Then the word "test" will be insensitively matched
17238as well.
17239
17240The "-m" flag is used to select a specific pattern matching method on the input
17241sample. All ACL-specific criteria imply a pattern matching method and generally
17242do not need this flag. However, this flag is useful with generic sample fetch
17243methods to describe how they're going to be matched against the patterns. This
17244is required for sample fetches which return data type for which there is no
Davor Ocelice9ed2812017-12-25 17:49:28 +010017245obvious matching method (e.g. string or binary). When "-m" is specified and
Willy Tarreau74ca5042013-06-11 23:12:07 +020017246followed by a pattern matching method name, this method is used instead of the
17247default one for the criterion. This makes it possible to match contents in ways
17248that were not initially planned, or with sample fetch methods which return a
17249string. The matching method also affects the way the patterns are parsed.
17250
Thierry FOURNIERb7729c92014-02-11 16:24:41 +010017251The "-n" flag forbids the dns resolutions. It is used with the load of ip files.
17252By default, if the parser cannot parse ip address it considers that the parsed
17253string is maybe a domain name and try dns resolution. The flag "-n" disable this
17254resolution. It is useful for detecting malformed ip lists. Note that if the DNS
Daniel Corbett9f0843f2021-05-08 10:50:37 -040017255server is not reachable, the HAProxy configuration parsing may last many minutes
John Roeslerfb2fce12019-07-10 15:45:51 -050017256waiting for the timeout. During this time no error messages are displayed. The
Thierry FOURNIERb7729c92014-02-11 16:24:41 +010017257flag "-n" disable this behavior. Note also that during the runtime, this
17258function is disabled for the dynamic acl modifications.
17259
Willy Tarreau74ca5042013-06-11 23:12:07 +020017260There are some restrictions however. Not all methods can be used with all
17261sample fetch methods. Also, if "-m" is used in conjunction with "-f", it must
17262be placed first. The pattern matching method must be one of the following :
Willy Tarreau5adeda12013-03-31 22:13:34 +020017263
17264 - "found" : only check if the requested sample could be found in the stream,
17265 but do not compare it against any pattern. It is recommended not
Willy Tarreau74ca5042013-06-11 23:12:07 +020017266 to pass any pattern to avoid confusion. This matching method is
17267 particularly useful to detect presence of certain contents such
17268 as headers, cookies, etc... even if they are empty and without
17269 comparing them to anything nor counting them.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017270
17271 - "bool" : check the value as a boolean. It can only be applied to fetches
17272 which return a boolean or integer value, and takes no pattern.
Willy Tarreau74ca5042013-06-11 23:12:07 +020017273 Value zero or false does not match, all other values do match.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017274
17275 - "int" : match the value as an integer. It can be used with integer and
Willy Tarreau74ca5042013-06-11 23:12:07 +020017276 boolean samples. Boolean false is integer 0, true is integer 1.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017277
17278 - "ip" : match the value as an IPv4 or IPv6 address. It is compatible
Willy Tarreau74ca5042013-06-11 23:12:07 +020017279 with IP address samples only, so it is implied and never needed.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017280
Davor Ocelice9ed2812017-12-25 17:49:28 +010017281 - "bin" : match the contents against a hexadecimal string representing a
Willy Tarreau5adeda12013-03-31 22:13:34 +020017282 binary sequence. This may be used with binary or string samples.
17283
17284 - "len" : match the sample's length as an integer. This may be used with
17285 binary or string samples.
17286
Willy Tarreau74ca5042013-06-11 23:12:07 +020017287 - "str" : exact match : match the contents against a string. This may be
17288 used with binary or string samples.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017289
Willy Tarreau74ca5042013-06-11 23:12:07 +020017290 - "sub" : substring match : check that the contents contain at least one of
17291 the provided string patterns. This may be used with binary or
17292 string samples.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017293
Willy Tarreau74ca5042013-06-11 23:12:07 +020017294 - "reg" : regex match : match the contents against a list of regular
17295 expressions. This may be used with binary or string samples.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017296
Willy Tarreau74ca5042013-06-11 23:12:07 +020017297 - "beg" : prefix match : check that the contents begin like the provided
17298 string patterns. This may be used with binary or string samples.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017299
Willy Tarreau74ca5042013-06-11 23:12:07 +020017300 - "end" : suffix match : check that the contents end like the provided
17301 string patterns. This may be used with binary or string samples.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017302
Willy Tarreau74ca5042013-06-11 23:12:07 +020017303 - "dir" : subdir match : check that a slash-delimited portion of the
17304 contents exactly matches one of the provided string patterns.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017305 This may be used with binary or string samples.
17306
Willy Tarreau74ca5042013-06-11 23:12:07 +020017307 - "dom" : domain match : check that a dot-delimited portion of the contents
17308 exactly match one of the provided string patterns. This may be
17309 used with binary or string samples.
Willy Tarreau5adeda12013-03-31 22:13:34 +020017310
17311For example, to quickly detect the presence of cookie "JSESSIONID" in an HTTP
17312request, it is possible to do :
17313
Christian Ruppert59e66e32022-02-20 22:54:01 +010017314 acl jsess_present req.cook(JSESSIONID) -m found
Willy Tarreau5adeda12013-03-31 22:13:34 +020017315
17316In order to apply a regular expression on the 500 first bytes of data in the
17317buffer, one would use the following acl :
17318
Christian Ruppert59e66e32022-02-20 22:54:01 +010017319 acl script_tag req.payload(0,500) -m reg -i <script>
Willy Tarreau5adeda12013-03-31 22:13:34 +020017320
Willy Tarreaue6b11e42013-11-26 19:02:32 +010017321On systems where the regex library is much slower when using "-i", it is
17322possible to convert the sample to lowercase before matching, like this :
17323
Christian Ruppert59e66e32022-02-20 22:54:01 +010017324 acl script_tag req.payload(0,500),lower -m reg <script>
Willy Tarreaue6b11e42013-11-26 19:02:32 +010017325
Willy Tarreau74ca5042013-06-11 23:12:07 +020017326All ACL-specific criteria imply a default matching method. Most often, these
17327criteria are composed by concatenating the name of the original sample fetch
17328method and the matching method. For example, "hdr_beg" applies the "beg" match
Willy Tarreau4f4fea42022-11-25 10:49:41 +010017329to samples retrieved using the "hdr" fetch method. This matching method is only
17330usable when the keyword is used alone, without any converter. In case any such
17331converter were to be applied after such an ACL keyword, the default matching
17332method from the ACL keyword is simply ignored since what will matter for the
17333matching is the output type of the last converter. Since all ACL-specific
Willy Tarreau74ca5042013-06-11 23:12:07 +020017334criteria rely on a sample fetch method, it is always possible instead to use
17335the original sample fetch method and the explicit matching method using "-m".
Willy Tarreau2b5285d2010-05-09 23:45:24 +020017336
Willy Tarreau74ca5042013-06-11 23:12:07 +020017337If an alternate match is specified using "-m" on an ACL-specific criterion,
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030017338the matching method is simply applied to the underlying sample fetch method.
17339For example, all ACLs below are exact equivalent :
Willy Tarreau2b5285d2010-05-09 23:45:24 +020017340
Willy Tarreau74ca5042013-06-11 23:12:07 +020017341 acl short_form hdr_beg(host) www.
17342 acl alternate1 hdr_beg(host) -m beg www.
17343 acl alternate2 hdr_dom(host) -m beg www.
17344 acl alternate3 hdr(host) -m beg www.
Willy Tarreau2b5285d2010-05-09 23:45:24 +020017345
Willy Tarreau2b5285d2010-05-09 23:45:24 +020017346
Thierry FOURNIER2a06e392014-05-11 15:49:55 +020017347The table below summarizes the compatibility matrix between sample or converter
17348types and the pattern types to fetch against. It indicates for each compatible
17349combination the name of the matching method to be used, surrounded with angle
17350brackets ">" and "<" when the method is the default one and will work by
17351default without "-m".
Willy Tarreau0ba27502007-12-24 16:55:16 +010017352
Willy Tarreau74ca5042013-06-11 23:12:07 +020017353 +-------------------------------------------------+
17354 | Input sample type |
17355 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIER2a06e392014-05-11 15:49:55 +020017356 | pattern type | boolean | integer | ip | string | binary |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017357 +----------------------+---------+---------+---------+---------+---------+
17358 | none (presence only) | found | found | found | found | found |
17359 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIER2a06e392014-05-11 15:49:55 +020017360 | none (boolean value) |> bool <| bool | | bool | |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017361 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIER2a06e392014-05-11 15:49:55 +020017362 | integer (value) | int |> int <| int | int | |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017363 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIERe3ded592013-12-06 15:36:54 +010017364 | integer (length) | len | len | len | len | len |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017365 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIER2a06e392014-05-11 15:49:55 +020017366 | IP address | | |> ip <| ip | ip |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017367 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIER2a06e392014-05-11 15:49:55 +020017368 | exact string | str | str | str |> str <| str |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017369 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIERe3ded592013-12-06 15:36:54 +010017370 | prefix | beg | beg | beg | beg | beg |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017371 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIERe3ded592013-12-06 15:36:54 +010017372 | suffix | end | end | end | end | end |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017373 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIERe3ded592013-12-06 15:36:54 +010017374 | substring | sub | sub | sub | sub | sub |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017375 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIERe3ded592013-12-06 15:36:54 +010017376 | subdir | dir | dir | dir | dir | dir |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017377 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIERe3ded592013-12-06 15:36:54 +010017378 | domain | dom | dom | dom | dom | dom |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017379 +----------------------+---------+---------+---------+---------+---------+
Thierry FOURNIERe3ded592013-12-06 15:36:54 +010017380 | regex | reg | reg | reg | reg | reg |
Willy Tarreau74ca5042013-06-11 23:12:07 +020017381 +----------------------+---------+---------+---------+---------+---------+
17382 | hex block | | | | bin | bin |
17383 +----------------------+---------+---------+---------+---------+---------+
Willy Tarreau6a06a402007-07-15 20:15:28 +020017384
17385
Willy Tarreau74ca5042013-06-11 23:12:07 +0200173867.1.1. Matching booleans
17387------------------------
17388
17389In order to match a boolean, no value is needed and all values are ignored.
17390Boolean matching is used by default for all fetch methods of type "boolean".
17391When boolean matching is used, the fetched value is returned as-is, which means
17392that a boolean "true" will always match and a boolean "false" will never match.
17393
17394Boolean matching may also be enforced using "-m bool" on fetch methods which
17395return an integer value. Then, integer value 0 is converted to the boolean
17396"false" and all other values are converted to "true".
17397
Willy Tarreau6a06a402007-07-15 20:15:28 +020017398
Willy Tarreau74ca5042013-06-11 23:12:07 +0200173997.1.2. Matching integers
17400------------------------
17401
17402Integer matching applies by default to integer fetch methods. It can also be
17403enforced on boolean fetches using "-m int". In this case, "false" is converted
17404to the integer 0, and "true" is converted to the integer 1.
17405
17406Integer matching also supports integer ranges and operators. Note that integer
17407matching only applies to positive values. A range is a value expressed with a
17408lower and an upper bound separated with a colon, both of which may be omitted.
Willy Tarreau6a06a402007-07-15 20:15:28 +020017409
17410For instance, "1024:65535" is a valid range to represent a range of
17411unprivileged ports, and "1024:" would also work. "0:1023" is a valid
17412representation of privileged ports, and ":1023" would also work.
17413
Willy Tarreau62644772008-07-16 18:36:06 +020017414As a special case, some ACL functions support decimal numbers which are in fact
17415two integers separated by a dot. This is used with some version checks for
17416instance. All integer properties apply to those decimal numbers, including
17417ranges and operators.
17418
Willy Tarreau6a06a402007-07-15 20:15:28 +020017419For an easier usage, comparison operators are also supported. Note that using
Willy Tarreau0ba27502007-12-24 16:55:16 +010017420operators with ranges does not make much sense and is strongly discouraged.
17421Similarly, it does not make much sense to perform order comparisons with a set
17422of values.
Willy Tarreau6a06a402007-07-15 20:15:28 +020017423
Willy Tarreau0ba27502007-12-24 16:55:16 +010017424Available operators for integer matching are :
Willy Tarreau6a06a402007-07-15 20:15:28 +020017425
17426 eq : true if the tested value equals at least one value
17427 ge : true if the tested value is greater than or equal to at least one value
17428 gt : true if the tested value is greater than at least one value
17429 le : true if the tested value is less than or equal to at least one value
17430 lt : true if the tested value is less than at least one value
17431
Willy Tarreau0ba27502007-12-24 16:55:16 +010017432For instance, the following ACL matches any negative Content-Length header :
Willy Tarreau6a06a402007-07-15 20:15:28 +020017433
Christian Ruppert59e66e32022-02-20 22:54:01 +010017434 acl negative-length req.hdr_val(content-length) lt 0
Willy Tarreau6a06a402007-07-15 20:15:28 +020017435
Willy Tarreau62644772008-07-16 18:36:06 +020017436This one matches SSL versions between 3.0 and 3.1 (inclusive) :
17437
Christian Ruppert59e66e32022-02-20 22:54:01 +010017438 acl sslv3 req.ssl_ver 3:3.1
Willy Tarreau62644772008-07-16 18:36:06 +020017439
Willy Tarreau6a06a402007-07-15 20:15:28 +020017440
Willy Tarreau74ca5042013-06-11 23:12:07 +0200174417.1.3. Matching strings
17442-----------------------
17443
17444String matching applies to string or binary fetch methods, and exists in 6
17445different forms :
17446
17447 - exact match (-m str) : the extracted string must exactly match the
Davor Ocelice9ed2812017-12-25 17:49:28 +010017448 patterns;
Willy Tarreau74ca5042013-06-11 23:12:07 +020017449
17450 - substring match (-m sub) : the patterns are looked up inside the
Davor Ocelice9ed2812017-12-25 17:49:28 +010017451 extracted string, and the ACL matches if any of them is found inside;
Willy Tarreau74ca5042013-06-11 23:12:07 +020017452
17453 - prefix match (-m beg) : the patterns are compared with the beginning of
17454 the extracted string, and the ACL matches if any of them matches.
17455
17456 - suffix match (-m end) : the patterns are compared with the end of the
17457 extracted string, and the ACL matches if any of them matches.
17458
Willy Tarreauf386a2d2022-11-25 12:02:25 +010017459 - subdir match (-m dir) : the patterns are looked up anywhere inside the
17460 extracted string, delimited with slashes ("/"), the beginning or the end
17461 of the string. The ACL matches if any of them matches. As such, the string
17462 "/images/png/logo/32x32.png", would match "/images", "/images/png",
17463 "images/png", "/png/logo", "logo/32x32.png" or "32x32.png" but not "png"
17464 nor "32x32".
Willy Tarreau74ca5042013-06-11 23:12:07 +020017465
Willy Tarreauf386a2d2022-11-25 12:02:25 +010017466 - domain match (-m dom) : the patterns are looked up anywhere inside the
17467 extracted string, delimited with dots ("."), colons (":"), slashes ("/"),
17468 question marks ("?"), the beginning or the end of the string. This is made
17469 to be used with URLs. Leading and trailing delimiters in the pattern are
17470 ignored. The ACL matches if any of them matches. As such, in the example
17471 string "http://www1.dc-eu.example.com:80/blah", the patterns "http",
17472 "www1", ".www1", "dc-eu", "example", "com", "80", "dc-eu.example",
17473 "blah", ":www1:", "dc-eu.example:80" would match, but not "eu" nor "dc".
17474 Using it to match domain suffixes for filtering or routing is generally
17475 not a good idea, as the routing could easily be fooled by prepending the
17476 matching prefix in front of another domain for example.
Willy Tarreau6a06a402007-07-15 20:15:28 +020017477
17478String matching applies to verbatim strings as they are passed, with the
17479exception of the backslash ("\") which makes it possible to escape some
17480characters such as the space. If the "-i" flag is passed before the first
17481string, then the matching will be performed ignoring the case. In order
17482to match the string "-i", either set it second, or pass the "--" flag
Willy Tarreau0ba27502007-12-24 16:55:16 +010017483before the first string. Same applies of course to match the string "--".
Willy Tarreau6a06a402007-07-15 20:15:28 +020017484
Mathias Weiersmuellercb250fc2019-12-02 09:43:40 +010017485Do not use string matches for binary fetches which might contain null bytes
17486(0x00), as the comparison stops at the occurrence of the first null byte.
17487Instead, convert the binary fetch to a hex string with the hex converter first.
17488
17489Example:
17490 # matches if the string <tag> is present in the binary sample
17491 acl tag_found req.payload(0,0),hex -m sub 3C7461673E
17492
Willy Tarreau6a06a402007-07-15 20:15:28 +020017493
Willy Tarreau74ca5042013-06-11 23:12:07 +0200174947.1.4. Matching regular expressions (regexes)
17495---------------------------------------------
Willy Tarreau6a06a402007-07-15 20:15:28 +020017496
17497Just like with string matching, regex matching applies to verbatim strings as
17498they are passed, with the exception of the backslash ("\") which makes it
17499possible to escape some characters such as the space. If the "-i" flag is
17500passed before the first regex, then the matching will be performed ignoring
17501the case. In order to match the string "-i", either set it second, or pass
Willy Tarreau0ba27502007-12-24 16:55:16 +010017502the "--" flag before the first string. Same principle applies of course to
17503match the string "--".
Willy Tarreau6a06a402007-07-15 20:15:28 +020017504
17505
Willy Tarreau74ca5042013-06-11 23:12:07 +0200175067.1.5. Matching arbitrary data blocks
17507-------------------------------------
17508
17509It is possible to match some extracted samples against a binary block which may
17510not safely be represented as a string. For this, the patterns must be passed as
17511a series of hexadecimal digits in an even number, when the match method is set
17512to binary. Each sequence of two digits will represent a byte. The hexadecimal
17513digits may be used upper or lower case.
17514
17515Example :
17516 # match "Hello\n" in the input stream (\x48 \x65 \x6c \x6c \x6f \x0a)
Christian Ruppert59e66e32022-02-20 22:54:01 +010017517 acl hello req.payload(0,6) -m bin 48656c6c6f0a
Willy Tarreau74ca5042013-06-11 23:12:07 +020017518
17519
175207.1.6. Matching IPv4 and IPv6 addresses
17521---------------------------------------
Willy Tarreau6a06a402007-07-15 20:15:28 +020017522
17523IPv4 addresses values can be specified either as plain addresses or with a
17524netmask appended, in which case the IPv4 address matches whenever it is
17525within the network. Plain addresses may also be replaced with a resolvable
Willy Tarreaud2a4aa22008-01-31 15:28:22 +010017526host name, but this practice is generally discouraged as it makes it more
Willy Tarreau0ba27502007-12-24 16:55:16 +010017527difficult to read and debug configurations. If hostnames are used, you should
17528at least ensure that they are present in /etc/hosts so that the configuration
17529does not depend on any random DNS match at the moment the configuration is
17530parsed.
Willy Tarreau6a06a402007-07-15 20:15:28 +020017531
Daniel Schnellereba56342016-04-13 00:26:52 +020017532The dotted IPv4 address notation is supported in both regular as well as the
17533abbreviated form with all-0-octets omitted:
17534
17535 +------------------+------------------+------------------+
17536 | Example 1 | Example 2 | Example 3 |
17537 +------------------+------------------+------------------+
17538 | 192.168.0.1 | 10.0.0.12 | 127.0.0.1 |
17539 | 192.168.1 | 10.12 | 127.1 |
17540 | 192.168.0.1/22 | 10.0.0.12/8 | 127.0.0.1/8 |
17541 | 192.168.1/22 | 10.12/8 | 127.1/8 |
17542 +------------------+------------------+------------------+
17543
17544Notice that this is different from RFC 4632 CIDR address notation in which
17545192.168.42/24 would be equivalent to 192.168.42.0/24.
17546
Willy Tarreauceb4ac92012-04-28 00:41:46 +020017547IPv6 may be entered in their usual form, with or without a netmask appended.
17548Only bit counts are accepted for IPv6 netmasks. In order to avoid any risk of
17549trouble with randomly resolved IP addresses, host names are never allowed in
17550IPv6 patterns.
17551
17552HAProxy is also able to match IPv4 addresses with IPv6 addresses in the
17553following situations :
17554 - tested address is IPv4, pattern address is IPv4, the match applies
17555 in IPv4 using the supplied mask if any.
17556 - tested address is IPv6, pattern address is IPv6, the match applies
17557 in IPv6 using the supplied mask if any.
17558 - tested address is IPv6, pattern address is IPv4, the match applies in IPv4
17559 using the pattern's mask if the IPv6 address matches with 2002:IPV4::,
17560 ::IPV4 or ::ffff:IPV4, otherwise it fails.
17561 - tested address is IPv4, pattern address is IPv6, the IPv4 address is first
17562 converted to IPv6 by prefixing ::ffff: in front of it, then the match is
17563 applied in IPv6 using the supplied IPv6 mask.
17564
Willy Tarreau74ca5042013-06-11 23:12:07 +020017565
175667.2. Using ACLs to form conditions
17567----------------------------------
17568
17569Some actions are only performed upon a valid condition. A condition is a
17570combination of ACLs with operators. 3 operators are supported :
17571
17572 - AND (implicit)
17573 - OR (explicit with the "or" keyword or the "||" operator)
17574 - Negation with the exclamation mark ("!")
Willy Tarreau6a06a402007-07-15 20:15:28 +020017575
Willy Tarreau74ca5042013-06-11 23:12:07 +020017576A condition is formed as a disjunctive form:
Willy Tarreau6a06a402007-07-15 20:15:28 +020017577
Willy Tarreau74ca5042013-06-11 23:12:07 +020017578 [!]acl1 [!]acl2 ... [!]acln { or [!]acl1 [!]acl2 ... [!]acln } ...
Willy Tarreaubef91e72013-03-31 23:14:46 +020017579
Willy Tarreau74ca5042013-06-11 23:12:07 +020017580Such conditions are generally used after an "if" or "unless" statement,
17581indicating when the condition will trigger the action.
Willy Tarreaubef91e72013-03-31 23:14:46 +020017582
Willy Tarreau74ca5042013-06-11 23:12:07 +020017583For instance, to block HTTP requests to the "*" URL with methods other than
17584"OPTIONS", as well as POST requests without content-length, and GET or HEAD
17585requests with a content-length greater than 0, and finally every request which
17586is not either GET/HEAD/POST/OPTIONS !
17587
Christian Ruppert59e66e32022-02-20 22:54:01 +010017588 acl missing_cl req.hdr_cnt(Content-length) eq 0
Jarno Huuskonen84c51ec2017-04-03 14:20:34 +030017589 http-request deny if HTTP_URL_STAR !METH_OPTIONS || METH_POST missing_cl
17590 http-request deny if METH_GET HTTP_CONTENT
17591 http-request deny unless METH_GET or METH_POST or METH_OPTIONS
Willy Tarreau74ca5042013-06-11 23:12:07 +020017592
17593To select a different backend for requests to static contents on the "www" site
17594and to every request on the "img", "video", "download" and "ftp" hosts :
17595
17596 acl url_static path_beg /static /images /img /css
17597 acl url_static path_end .gif .png .jpg .css .js
17598 acl host_www hdr_beg(host) -i www
17599 acl host_static hdr_beg(host) -i img. video. download. ftp.
17600
Davor Ocelice9ed2812017-12-25 17:49:28 +010017601 # now use backend "static" for all static-only hosts, and for static URLs
Willy Tarreau74ca5042013-06-11 23:12:07 +020017602 # of host "www". Use backend "www" for the rest.
17603 use_backend static if host_static or host_www url_static
17604 use_backend www if host_www
17605
17606It is also possible to form rules using "anonymous ACLs". Those are unnamed ACL
17607expressions that are built on the fly without needing to be declared. They must
17608be enclosed between braces, with a space before and after each brace (because
17609the braces must be seen as independent words). Example :
17610
17611 The following rule :
17612
Christian Ruppert59e66e32022-02-20 22:54:01 +010017613 acl missing_cl req.hdr_cnt(Content-length) eq 0
Jarno Huuskonen84c51ec2017-04-03 14:20:34 +030017614 http-request deny if METH_POST missing_cl
Willy Tarreau74ca5042013-06-11 23:12:07 +020017615
17616 Can also be written that way :
17617
Christian Ruppert59e66e32022-02-20 22:54:01 +010017618 http-request deny if METH_POST { req.hdr_cnt(Content-length) eq 0 }
Willy Tarreau74ca5042013-06-11 23:12:07 +020017619
17620It is generally not recommended to use this construct because it's a lot easier
17621to leave errors in the configuration when written that way. However, for very
17622simple rules matching only one source IP address for instance, it can make more
17623sense to use them than to declare ACLs with random names. Another example of
17624good use is the following :
17625
17626 With named ACLs :
17627
17628 acl site_dead nbsrv(dynamic) lt 2
17629 acl site_dead nbsrv(static) lt 2
17630 monitor fail if site_dead
17631
17632 With anonymous ACLs :
17633
17634 monitor fail if { nbsrv(dynamic) lt 2 } || { nbsrv(static) lt 2 }
17635
Jarno Huuskonen84c51ec2017-04-03 14:20:34 +030017636See section 4.2 for detailed help on the "http-request deny" and "use_backend"
17637keywords.
Willy Tarreau74ca5042013-06-11 23:12:07 +020017638
17639
176407.3. Fetching samples
17641---------------------
17642
17643Historically, sample fetch methods were only used to retrieve data to match
17644against patterns using ACLs. With the arrival of stick-tables, a new class of
17645sample fetch methods was created, most often sharing the same syntax as their
17646ACL counterpart. These sample fetch methods are also known as "fetches". As
17647of now, ACLs and fetches have converged. All ACL fetch methods have been made
17648available as fetch methods, and ACLs may use any sample fetch method as well.
17649
17650This section details all available sample fetch methods and their output type.
17651Some sample fetch methods have deprecated aliases that are used to maintain
17652compatibility with existing configurations. They are then explicitly marked as
17653deprecated and should not be used in new setups.
17654
17655The ACL derivatives are also indicated when available, with their respective
17656matching methods. These ones all have a well defined default pattern matching
17657method, so it is never necessary (though allowed) to pass the "-m" option to
17658indicate how the sample will be matched using ACLs.
17659
17660As indicated in the sample type versus matching compatibility matrix above,
17661when using a generic sample fetch method in an ACL, the "-m" option is
17662mandatory unless the sample type is one of boolean, integer, IPv4 or IPv6. When
17663the same keyword exists as an ACL keyword and as a standard fetch method, the
17664ACL engine will automatically pick the ACL-only one by default.
17665
17666Some of these keywords support one or multiple mandatory arguments, and one or
17667multiple optional arguments. These arguments are strongly typed and are checked
17668when the configuration is parsed so that there is no risk of running with an
Davor Ocelice9ed2812017-12-25 17:49:28 +010017669incorrect argument (e.g. an unresolved backend name). Fetch function arguments
17670are passed between parenthesis and are delimited by commas. When an argument
Willy Tarreau74ca5042013-06-11 23:12:07 +020017671is optional, it will be indicated below between square brackets ('[ ]'). When
17672all arguments are optional, the parenthesis may be omitted.
17673
17674Thus, the syntax of a standard sample fetch method is one of the following :
17675 - name
17676 - name(arg1)
17677 - name(arg1,arg2)
17678
Thierry FOURNIER060762e2014-04-23 13:29:15 +020017679
176807.3.1. Converters
17681-----------------
17682
Willy Tarreaue6b11e42013-11-26 19:02:32 +010017683Sample fetch methods may be combined with transformations to be applied on top
17684of the fetched sample (also called "converters"). These combinations form what
17685is called "sample expressions" and the result is a "sample". Initially this
17686was only supported by "stick on" and "stick store-request" directives but this
Davor Ocelice9ed2812017-12-25 17:49:28 +010017687has now be extended to all places where samples may be used (ACLs, log-format,
Willy Tarreaue6b11e42013-11-26 19:02:32 +010017688unique-id-format, add-header, ...).
17689
17690These transformations are enumerated as a series of specific keywords after the
17691sample fetch method. These keywords may equally be appended immediately after
17692the fetch keyword's argument, delimited by a comma. These keywords can also
Davor Ocelice9ed2812017-12-25 17:49:28 +010017693support some arguments (e.g. a netmask) which must be passed in parenthesis.
Willy Tarreau0ba27502007-12-24 16:55:16 +010017694
Willy Tarreau97707872015-01-27 15:12:13 +010017695A certain category of converters are bitwise and arithmetic operators which
17696support performing basic operations on integers. Some bitwise operations are
17697supported (and, or, xor, cpl) and some arithmetic operations are supported
17698(add, sub, mul, div, mod, neg). Some comparators are provided (odd, even, not,
17699bool) which make it possible to report a match without having to write an ACL.
17700
Willy Tarreau74ca5042013-06-11 23:12:07 +020017701The currently available list of transformation keywords include :
Willy Tarreau0ba27502007-12-24 16:55:16 +010017702
Ben Shillitof25e8e52016-12-02 14:25:37 +00001770351d.single(<prop>[,<prop>*])
17704 Returns values for the properties requested as a string, where values are
17705 separated by the delimiter specified with "51degrees-property-separator".
17706 The device is identified using the User-Agent header passed to the
17707 converter. The function can be passed up to five property names, and if a
17708 property name can't be found, the value "NoData" is returned.
17709
17710 Example :
Davor Ocelice9ed2812017-12-25 17:49:28 +010017711 # Here the header "X-51D-DeviceTypeMobileTablet" is added to the request,
17712 # containing values for the three properties requested by using the
Ben Shillitof25e8e52016-12-02 14:25:37 +000017713 # User-Agent passed to the converter.
17714 frontend http-in
17715 bind *:8081
17716 default_backend servers
17717 http-request set-header X-51D-DeviceTypeMobileTablet \
17718 %[req.fhdr(User-Agent),51d.single(DeviceType,IsMobile,IsTablet)]
17719
Aurelien DARRAGON5c6f86f2022-12-30 16:23:08 +010017720rfc7239_is_valid
17721 Returns true if input header is RFC 7239 compliant header value and false
17722 otherwise.
17723
17724 Example:
17725 acl valid req.hdr(forwarded),rfc7239_is_valid
17726 #input: "for=127.0.0.1;proto=http"
17727 # output: TRUE
17728 #input: "proto=custom"
17729 # output: FALSE
17730
Aurelien DARRAGON6fb58b82022-12-30 16:37:03 +010017731rfc7239_field(<field>)
17732 Extracts a single field/parameter from RFC 7239 compliant header value input.
17733
17734 Supported fields are:
17735 - proto: either 'http' or 'https'
17736 - host: http compliant host
17737 - for: RFC7239 node
17738 - by: RFC7239 node
17739
17740 More info here:
17741 https://www.rfc-editor.org/rfc/rfc7239.html#section-6
17742
17743 Example:
17744 # extract host field from forwarded header and store it in req.fhost var
17745 http-request set-var(req.fhost) req.hdr(forwarded),rfc7239_field(host)
17746 #input: "proto=https;host=\"haproxy.org:80\""
17747 # output: "haproxy.org:80"
17748
17749 # extract for field from forwarded header and store it in req.ffor var
17750 http-request set-var(req.ffor) req.hdr(forwarded),rfc7239_field(for)
17751 #input: "proto=https;host=\"haproxy.org:80\";for=\"127.0.0.1:9999\""
17752 # output: "127.0.0.1:9999"
17753
Aurelien DARRAGON07d67532022-12-30 16:45:42 +010017754rfc7239_n2nn
17755 Converts RFC7239 node (provided by 'for' or 'by' 7239 header fields)
17756 into its corresponding nodename final form:
17757 - ipv4 address
17758 - ipv6 address
17759 - 'unknown'
17760 - '_obfs' identifier
17761
17762 Example:
17763 # extract 'for' field from forwarded header, extract nodename from
17764 # resulting node identifier and store the result in req.fnn
17765 http-request set-var(req.fnn) req.hdr(forwarded),rfc7239_field(for),rfc7239_n2nn
Aurelien DARRAGONac456ab2023-05-30 09:47:53 +020017766 #input: "127.0.0.1:9999"
17767 # output: 127.0.0.1 (ipv4)
17768 #input: "[ab:cd:ff:ff:ff:ff:ff:ff]:9998"
17769 # output: ab:cd:ff:ff:ff:ff:ff:ff (ipv6)
17770 #input: "_name:_port"
17771 # output: "_name" (string)
Aurelien DARRAGON07d67532022-12-30 16:45:42 +010017772
Aurelien DARRAGON9a273b42022-12-30 16:56:08 +010017773rfc7239_n2np
17774 Converts RFC7239 node (provided by 'for' or 'by' 7239 header fields)
17775 into its corresponding nodeport final form:
17776 - unsigned integer
17777 - '_obfs' identifier
17778
17779 Example:
17780 # extract 'by' field from forwarded header, extract node port from
17781 # resulting node identifier and store the result in req.fnp
17782 http-request set-var(req.fnp) req.hdr(forwarded),rfc7239_field(by),rfc7239_n2np
Aurelien DARRAGON06d8aad2023-06-02 15:29:17 +020017783 #input: "127.0.0.1:9999"
Aurelien DARRAGONac456ab2023-05-30 09:47:53 +020017784 # output: 9999 (integer)
17785 #input: "[ab:cd:ff:ff:ff:ff:ff:ff]:9998"
17786 # output: 9998 (integer)
17787 #input: "_name:_port"
17788 # output: "_port" (string)
Aurelien DARRAGON9a273b42022-12-30 16:56:08 +010017789
Willy Tarreau97707872015-01-27 15:12:13 +010017790add(<value>)
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020017791 Adds <value> to the input value of type signed integer, and returns the
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020017792 result as a signed integer. <value> can be a numeric value or a variable
Daniel Schneller0b547052016-03-21 20:46:57 +010017793 name. The name of the variable starts with an indication about its scope. The
17794 scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010017795 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010017796 "sess" : the variable is shared with the whole session
17797 "txn" : the variable is shared with the transaction (request and response)
17798 "req" : the variable is shared only during request processing
17799 "res" : the variable is shared only during response processing
Davor Ocelice9ed2812017-12-25 17:49:28 +010017800 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010017801 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Willy Tarreau97707872015-01-27 15:12:13 +010017802
Nikola Sale0dbf0382022-04-03 18:11:53 +020017803add_item(<delim>,[<var>][,<suff>]])
17804 Concatenates a minimum of 2 and up to 3 fields after the current sample which
17805 is then turned into a string. The first one, <delim>, is a constant string,
17806 that will be appended immediately after the existing sample if an existing
17807 sample is not empty and either the <var> or the <suff> is not empty. The
17808 second one, <var>, is a variable name. The variable will be looked up, its
17809 contents converted to a string, and it will be appended immediately after
17810 the <delim> part. If the variable is not found, nothing is appended. It is
17811 optional and may optionally be followed by a constant string <suff>, however
17812 if <var> is omitted, then <suff> is mandatory. This converter is similar to
17813 the concat converter and can be used to build new variables made of a
17814 succession of other variables but the main difference is that it does the
17815 checks if adding a delimiter makes sense as wouldn't be the case if e.g. the
17816 current sample is empty. That situation would require 2 separate rules using
17817 concat converter where the first rule would have to check if the current
17818 sample string is empty before adding a delimiter. If commas or closing
17819 parenthesis are needed as delimiters, they must be protected by quotes or
17820 backslashes, themselves protected so that they are not stripped by the first
Willy Tarreaub143d112022-11-25 09:27:15 +010017821 level parser (please see section 2.2 for quoting and escaping). See examples
17822 below.
Nikola Sale0dbf0382022-04-03 18:11:53 +020017823
17824 Example:
17825 http-request set-var(req.tagged) 'var(req.tagged),add_item(",",req.score1,"(site1)") if src,in_table(site1)'
17826 http-request set-var(req.tagged) 'var(req.tagged),add_item(",",req.score2,"(site2)") if src,in_table(site2)'
17827 http-request set-var(req.tagged) 'var(req.tagged),add_item(",",req.score3,"(site3)") if src,in_table(site3)'
17828 http-request set-header x-tagged %[var(req.tagged)]
17829
17830 http-request set-var(req.tagged) 'var(req.tagged),add_item(",",req.score1),add_item(",",req.score2)'
17831 http-request set-var(req.tagged) 'var(req.tagged),add_item(",",,(site1))' if src,in_table(site1)
17832
Nenad Merdanovicc31499d2019-03-23 11:00:32 +010017833aes_gcm_dec(<bits>,<nonce>,<key>,<aead_tag>)
17834 Decrypts the raw byte input using the AES128-GCM, AES192-GCM or
17835 AES256-GCM algorithm, depending on the <bits> parameter. All other parameters
17836 need to be base64 encoded and the returned result is in raw byte format.
17837 If the <aead_tag> validation fails, the converter doesn't return any data.
17838 The <nonce>, <key> and <aead_tag> can either be strings or variables. This
17839 converter requires at least OpenSSL 1.0.1.
17840
17841 Example:
17842 http-response set-header X-Decrypted-Text %[var(txn.enc),\
17843 aes_gcm_dec(128,txn.nonce,Zm9vb2Zvb29mb29wZm9vbw==,txn.aead_tag)]
17844
Willy Tarreau97707872015-01-27 15:12:13 +010017845and(<value>)
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020017846 Performs a bitwise "AND" between <value> and the input value of type signed
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020017847 integer, and returns the result as an signed integer. <value> can be a
Daniel Schneller0b547052016-03-21 20:46:57 +010017848 numeric value or a variable name. The name of the variable starts with an
17849 indication about its scope. The scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010017850 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010017851 "sess" : the variable is shared with the whole session
17852 "txn" : the variable is shared with the transaction (request and response)
17853 "req" : the variable is shared only during request processing
17854 "res" : the variable is shared only during response processing
Davor Ocelice9ed2812017-12-25 17:49:28 +010017855 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010017856 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Willy Tarreau97707872015-01-27 15:12:13 +010017857
Holger Just1bfc24b2017-05-06 00:56:53 +020017858b64dec
17859 Converts (decodes) a base64 encoded input string to its binary
17860 representation. It performs the inverse operation of base64().
Moemen MHEDHBI92f7d432021-04-01 20:53:59 +020017861 For base64url("URL and Filename Safe Alphabet" (RFC 4648)) variant
17862 see "ub64dec".
Holger Just1bfc24b2017-05-06 00:56:53 +020017863
Emeric Brun53d1a982014-04-30 18:21:37 +020017864base64
17865 Converts a binary input sample to a base64 string. It is used to log or
Davor Ocelice9ed2812017-12-25 17:49:28 +010017866 transfer binary content in a way that can be reliably transferred (e.g.
Moemen MHEDHBI92f7d432021-04-01 20:53:59 +020017867 an SSL ID can be copied in a header). For base64url("URL and Filename
17868 Safe Alphabet" (RFC 4648)) variant see "ub64enc".
Emeric Brun53d1a982014-04-30 18:21:37 +020017869
Marcin Deranek40ca09c2021-07-13 14:05:24 +020017870be2dec(<separator>,<chunk_size>,[<truncate>])
17871 Converts big-endian binary input sample to a string containing an unsigned
17872 integer number per <chunk_size> input bytes. <separator> is put every
17873 <chunk_size> binary input bytes if specified. <truncate> flag indicates
17874 whatever binary input is truncated at <chunk_size> boundaries. <chunk_size>
17875 maximum value is limited by the size of long long int (8 bytes).
17876
17877 Example:
17878 bin(01020304050607),be2dec(:,2) # 258:772:1286:7
17879 bin(01020304050607),be2dec(-,2,1) # 258-772-1286
17880 bin(01020304050607),be2dec(,2,1) # 2587721286
17881 bin(7f000001),be2dec(.,1) # 127.0.0.1
17882
Marcin Deranekda0264a2021-07-13 14:08:56 +020017883be2hex([<separator>],[<chunk_size>],[<truncate>])
17884 Converts big-endian binary input sample to a hex string containing two hex
17885 digits per input byte. It is used to log or transfer hex dumps of some
17886 binary input data in a way that can be reliably transferred (e.g. an SSL ID
17887 can be copied in a header). <separator> is put every <chunk_size> binary
17888 input bytes if specified. <truncate> flag indicates whatever binary input is
17889 truncated at <chunk_size> boundaries.
17890
17891 Example:
17892 bin(01020304050607),be2hex # 01020304050607
17893 bin(01020304050607),be2hex(:,2) # 0102:0304:0506:07
17894 bin(01020304050607),be2hex(--,2,1) # 0102--0304--0506
17895 bin(0102030405060708),be2hex(,3,1) # 010203040506
17896
Willy Tarreau97707872015-01-27 15:12:13 +010017897bool
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020017898 Returns a boolean TRUE if the input value of type signed integer is
Willy Tarreau97707872015-01-27 15:12:13 +010017899 non-null, otherwise returns FALSE. Used in conjunction with and(), it can be
Davor Ocelice9ed2812017-12-25 17:49:28 +010017900 used to report true/false for bit testing on input values (e.g. verify the
Willy Tarreau97707872015-01-27 15:12:13 +010017901 presence of a flag).
17902
Emeric Brun54c4ac82014-11-03 15:32:43 +010017903bytes(<offset>[,<length>])
17904 Extracts some bytes from an input binary sample. The result is a binary
17905 sample starting at an offset (in bytes) of the original sample and
Tim Düsterhus4896c442016-11-29 02:15:19 +010017906 optionally truncated at the given length.
Emeric Brun54c4ac82014-11-03 15:32:43 +010017907
Willy Tarreau280f42b2018-02-19 15:34:12 +010017908concat([<start>],[<var>],[<end>])
17909 Concatenates up to 3 fields after the current sample which is then turned to
17910 a string. The first one, <start>, is a constant string, that will be appended
17911 immediately after the existing sample. It may be omitted if not used. The
17912 second one, <var>, is a variable name. The variable will be looked up, its
17913 contents converted to a string, and it will be appended immediately after the
17914 <first> part. If the variable is not found, nothing is appended. It may be
17915 omitted as well. The third field, <end> is a constant string that will be
17916 appended after the variable. It may also be omitted. Together, these elements
17917 allow to concatenate variables with delimiters to an existing set of
17918 variables. This can be used to build new variables made of a succession of
Willy Tarreauef21fac2020-02-14 13:37:20 +010017919 other variables, such as colon-delimited values. If commas or closing
Daniel Corbett67a82712020-07-06 23:01:19 -040017920 parenthesis are needed as delimiters, they must be protected by quotes or
Willy Tarreauef21fac2020-02-14 13:37:20 +010017921 backslashes, themselves protected so that they are not stripped by the first
Willy Tarreau9a621ae2021-09-02 21:00:38 +020017922 level parser. This is often used to build composite variables from other
17923 ones, but sometimes using a format string with multiple fields may be more
17924 convenient. See examples below.
Willy Tarreau280f42b2018-02-19 15:34:12 +010017925
17926 Example:
17927 tcp-request session set-var(sess.src) src
17928 tcp-request session set-var(sess.dn) ssl_c_s_dn
17929 tcp-request session set-var(txn.sig) str(),concat(<ip=,sess.ip,>),concat(<dn=,sess.dn,>)
Willy Tarreauef21fac2020-02-14 13:37:20 +010017930 tcp-request session set-var(txn.ipport) "str(),concat('addr=(',sess.ip),concat(',',sess.port,')')"
Willy Tarreau9a621ae2021-09-02 21:00:38 +020017931 tcp-request session set-var-fmt(txn.ipport) "addr=(%[sess.ip],%[sess.port])" ## does the same
Willy Tarreau280f42b2018-02-19 15:34:12 +010017932 http-request set-header x-hap-sig %[var(txn.sig)]
17933
Willy Tarreau97707872015-01-27 15:12:13 +010017934cpl
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020017935 Takes the input value of type signed integer, applies a ones-complement
17936 (flips all bits) and returns the result as an signed integer.
Willy Tarreau97707872015-01-27 15:12:13 +010017937
Willy Tarreau80599772015-01-20 19:35:24 +010017938crc32([<avalanche>])
17939 Hashes a binary input sample into an unsigned 32-bit quantity using the CRC32
17940 hash function. Optionally, it is possible to apply a full avalanche hash
17941 function to the output if the optional <avalanche> argument equals 1. This
17942 converter uses the same functions as used by the various hash-based load
17943 balancing algorithms, so it will provide exactly the same results. It is
17944 provided for compatibility with other software which want a CRC32 to be
17945 computed on some input keys, so it follows the most common implementation as
17946 found in Ethernet, Gzip, PNG, etc... It is slower than the other algorithms
17947 but may provide a better or at least less predictable distribution. It must
17948 not be used for security purposes as a 32-bit hash is trivial to break. See
Emmanuel Hocdet50791a72018-03-21 11:19:01 +010017949 also "djb2", "sdbm", "wt6", "crc32c" and the "hash-type" directive.
17950
17951crc32c([<avalanche>])
17952 Hashes a binary input sample into an unsigned 32-bit quantity using the CRC32C
17953 hash function. Optionally, it is possible to apply a full avalanche hash
17954 function to the output if the optional <avalanche> argument equals 1. This
17955 converter uses the same functions as described in RFC4960, Appendix B [8].
17956 It is provided for compatibility with other software which want a CRC32C to be
17957 computed on some input keys. It is slower than the other algorithms and it must
17958 not be used for security purposes as a 32-bit hash is trivial to break. See
17959 also "djb2", "sdbm", "wt6", "crc32" and the "hash-type" directive.
Willy Tarreau80599772015-01-20 19:35:24 +010017960
Christopher Fauletea159d62020-04-01 16:21:44 +020017961cut_crlf
17962 Cuts the string representation of the input sample on the first carriage
17963 return ('\r') or newline ('\n') character found. Only the string length is
17964 updated.
17965
David Carlier29b3ca32015-09-25 14:09:21 +010017966da-csv-conv(<prop>[,<prop>*])
David Carlier4542b102015-06-01 13:54:29 +020017967 Asks the DeviceAtlas converter to identify the User Agent string passed on
17968 input, and to emit a string made of the concatenation of the properties
17969 enumerated in argument, delimited by the separator defined by the global
17970 keyword "deviceatlas-property-separator", or by default the pipe character
Daniel Corbett9f0843f2021-05-08 10:50:37 -040017971 ('|'). There's a limit of 12 different properties imposed by the HAProxy
David Carlier4542b102015-06-01 13:54:29 +020017972 configuration language.
17973
17974 Example:
17975 frontend www
Cyril Bonté307ee1e2015-09-28 23:16:06 +020017976 bind *:8881
17977 default_backend servers
David Carlier840b0242016-03-16 10:09:55 +000017978 http-request set-header X-DeviceAtlas-Data %[req.fhdr(User-Agent),da-csv(primaryHardwareType,osName,osVersion,browserName,browserVersion,browserRenderingEngine)]
David Carlier4542b102015-06-01 13:54:29 +020017979
Willy Tarreau0851fd52019-12-17 10:07:25 +010017980debug([<prefix][,<destination>])
17981 This converter is used as debug tool. It takes a capture of the input sample
17982 and sends it to event sink <destination>, which may designate a ring buffer
17983 such as "buf0", as well as "stdout", or "stderr". Available sinks may be
17984 checked at run time by issuing "show events" on the CLI. When not specified,
17985 the output will be "buf0", which may be consulted via the CLI's "show events"
17986 command. An optional prefix <prefix> may be passed to help distinguish
17987 outputs from multiple expressions. It will then appear before the colon in
17988 the output message. The input sample is passed as-is on the output, so that
17989 it is safe to insert the debug converter anywhere in a chain, even with non-
17990 printable sample types.
17991
17992 Example:
17993 tcp-request connection track-sc0 src,debug(track-sc)
Thierry FOURNIER9687c772015-05-07 15:46:29 +020017994
Patrick Gansterer8e366512020-04-22 16:47:57 +020017995digest(<algorithm>)
17996 Converts a binary input sample to a message digest. The result is a binary
17997 sample. The <algorithm> must be an OpenSSL message digest name (e.g. sha256).
17998
Daniel Corbett9f0843f2021-05-08 10:50:37 -040017999 Please note that this converter is only available when HAProxy has been
Patrick Gansterer8e366512020-04-22 16:47:57 +020018000 compiled with USE_OPENSSL.
18001
Willy Tarreau97707872015-01-27 15:12:13 +010018002div(<value>)
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018003 Divides the input value of type signed integer by <value>, and returns the
18004 result as an signed integer. If <value> is null, the largest unsigned
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020018005 integer is returned (typically 2^63-1). <value> can be a numeric value or a
Daniel Schneller0b547052016-03-21 20:46:57 +010018006 variable name. The name of the variable starts with an indication about its
18007 scope. The scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010018008 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010018009 "sess" : the variable is shared with the whole session
18010 "txn" : the variable is shared with the transaction (request and response)
18011 "req" : the variable is shared only during request processing
18012 "res" : the variable is shared only during response processing
Davor Ocelice9ed2812017-12-25 17:49:28 +010018013 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010018014 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Willy Tarreau97707872015-01-27 15:12:13 +010018015
Willy Tarreau23ec4ca2014-07-15 20:15:37 +020018016djb2([<avalanche>])
18017 Hashes a binary input sample into an unsigned 32-bit quantity using the DJB2
18018 hash function. Optionally, it is possible to apply a full avalanche hash
18019 function to the output if the optional <avalanche> argument equals 1. This
18020 converter uses the same functions as used by the various hash-based load
18021 balancing algorithms, so it will provide exactly the same results. It is
18022 mostly intended for debugging, but can be used as a stick-table entry to
18023 collect rough statistics. It must not be used for security purposes as a
Emmanuel Hocdet50791a72018-03-21 11:19:01 +010018024 32-bit hash is trivial to break. See also "crc32", "sdbm", "wt6", "crc32c",
18025 and the "hash-type" directive.
Willy Tarreau23ec4ca2014-07-15 20:15:37 +020018026
Willy Tarreau97707872015-01-27 15:12:13 +010018027even
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018028 Returns a boolean TRUE if the input value of type signed integer is even
Willy Tarreau97707872015-01-27 15:12:13 +010018029 otherwise returns FALSE. It is functionally equivalent to "not,and(1),bool".
18030
Marcin Deranek9631a282018-04-16 14:30:46 +020018031field(<index>,<delimiters>[,<count>])
18032 Extracts the substring at the given index counting from the beginning
18033 (positive index) or from the end (negative index) considering given delimiters
18034 from an input string. Indexes start at 1 or -1 and delimiters are a string
18035 formatted list of chars. Optionally you can specify <count> of fields to
18036 extract (default: 1). Value of 0 indicates extraction of all remaining
18037 fields.
18038
18039 Example :
18040 str(f1_f2_f3__f5),field(5,_) # f5
18041 str(f1_f2_f3__f5),field(2,_,0) # f2_f3__f5
18042 str(f1_f2_f3__f5),field(2,_,2) # f2_f3
18043 str(f1_f2_f3__f5),field(-2,_,3) # f2_f3_
18044 str(f1_f2_f3__f5),field(-3,_,0) # f1_f2_f3
Emeric Brunf399b0d2014-11-03 17:07:03 +010018045
Baptiste Assmanne138dda2020-10-22 15:39:03 +020018046fix_is_valid
18047 Parses a binary payload and performs sanity checks regarding FIX (Financial
18048 Information eXchange):
18049
18050 - checks that all tag IDs and values are not empty and the tags IDs are well
18051 numeric
Ilya Shipitsin2272d8a2020-12-21 01:22:40 +050018052 - checks the BeginString tag is the first tag with a valid FIX version
Baptiste Assmanne138dda2020-10-22 15:39:03 +020018053 - checks the BodyLength tag is the second one with the right body length
Christopher Fauleted4bef72021-03-18 17:40:56 +010018054 - checks the MsgType tag is the third tag.
Baptiste Assmanne138dda2020-10-22 15:39:03 +020018055 - checks that last tag in the message is the CheckSum tag with a valid
18056 checksum
18057
18058 Due to current HAProxy design, only the first message sent by the client and
18059 the server can be parsed.
18060
18061 This converter returns a boolean, true if the payload contains a valid FIX
18062 message, false if not.
18063
18064 See also the fix_tag_value converter.
18065
18066 Example:
18067 tcp-request inspect-delay 10s
18068 tcp-request content reject unless { req.payload(0,0),fix_is_valid }
18069
18070fix_tag_value(<tag>)
18071 Parses a FIX (Financial Information eXchange) message and extracts the value
18072 from the tag <tag>. <tag> can be a string or an integer pointing to the
18073 desired tag. Any integer value is accepted, but only the following strings
18074 are translated into their integer equivalent: BeginString, BodyLength,
Daniel Corbettbefef702021-03-09 23:00:34 -050018075 MsgType, SenderCompID, TargetCompID, CheckSum. More tag names can be easily
Baptiste Assmanne138dda2020-10-22 15:39:03 +020018076 added.
18077
18078 Due to current HAProxy design, only the first message sent by the client and
18079 the server can be parsed. No message validation is performed by this
18080 converter. It is highly recommended to validate the message first using
18081 fix_is_valid converter.
18082
18083 See also the fix_is_valid converter.
18084
18085 Example:
18086 tcp-request inspect-delay 10s
18087 tcp-request content reject unless { req.payload(0,0),fix_is_valid }
18088 # MsgType tag ID is 35, so both lines below will return the same content
18089 tcp-request content set-var(txn.foo) req.payload(0,0),fix_tag_value(35)
18090 tcp-request content set-var(txn.bar) req.payload(0,0),fix_tag_value(MsgType)
18091
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018092hex
Davor Ocelice9ed2812017-12-25 17:49:28 +010018093 Converts a binary input sample to a hex string containing two hex digits per
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018094 input byte. It is used to log or transfer hex dumps of some binary input data
Davor Ocelice9ed2812017-12-25 17:49:28 +010018095 in a way that can be reliably transferred (e.g. an SSL ID can be copied in a
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018096 header).
Thierry FOURNIER2f49d6d2014-03-12 15:01:52 +010018097
Dragan Dosen3f957b22017-10-24 09:27:34 +020018098hex2i
18099 Converts a hex string containing two hex digits per input byte to an
John Roeslerfb2fce12019-07-10 15:45:51 -050018100 integer. If the input value cannot be converted, then zero is returned.
Dragan Dosen3f957b22017-10-24 09:27:34 +020018101
Christopher Faulet4ccc12f2020-04-01 09:08:32 +020018102htonl
18103 Converts the input integer value to its 32-bit binary representation in the
18104 network byte order. Because sample fetches own signed 64-bit integer, when
18105 this converter is used, the input integer value is first casted to an
18106 unsigned 32-bit integer.
18107
Tim Duesterhusa3082092021-01-21 17:40:49 +010018108hmac(<algorithm>,<key>)
Patrick Gansterer8e366512020-04-22 16:47:57 +020018109 Converts a binary input sample to a message authentication code with the given
18110 key. The result is a binary sample. The <algorithm> must be one of the
18111 registered OpenSSL message digest names (e.g. sha256). The <key> parameter must
18112 be base64 encoded and can either be a string or a variable.
18113
Daniel Corbett9f0843f2021-05-08 10:50:37 -040018114 Please note that this converter is only available when HAProxy has been
Patrick Gansterer8e366512020-04-22 16:47:57 +020018115 compiled with USE_OPENSSL.
18116
William Lallemanddd754cb2022-08-26 16:21:28 +020018117host_only
18118 Converts a string which contains a Host header value and removes its port.
18119 The input must respect the format of the host header value
18120 (rfc9110#section-7.2). It will support that kind of input: hostname,
18121 hostname:80, 127.0.0.1, 127.0.0.1:80, [::1], [::1]:80.
18122
18123 This converter also sets the string in lowercase.
18124
18125 See also: "port_only" converter which will return the port.
18126
Cyril Bonté6bcd1822019-11-05 23:13:59 +010018127http_date([<offset],[<unit>])
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018128 Converts an integer supposed to contain a date since epoch to a string
18129 representing this date in a format suitable for use in HTTP header fields. If
Damien Claisseae6f1252019-10-30 15:57:28 +000018130 an offset value is specified, then it is added to the date before the
18131 conversion is operated. This is particularly useful to emit Date header fields,
18132 Expires values in responses when combined with a positive offset, or
18133 Last-Modified values when the offset is negative.
18134 If a unit value is specified, then consider the timestamp as either
18135 "s" for seconds (default behavior), "ms" for milliseconds, or "us" for
18136 microseconds since epoch. Offset is assumed to have the same unit as
18137 input timestamp.
Willy Tarreau74ca5042013-06-11 23:12:07 +020018138
Tim Duesterhus3943e4f2020-09-11 14:25:23 +020018139iif(<true>,<false>)
18140 Returns the <true> string if the input value is true. Returns the <false>
18141 string otherwise.
18142
18143 Example:
Tim Duesterhus870713b2020-09-11 17:13:12 +020018144 http-request set-header x-forwarded-proto %[ssl_fc,iif(https,http)]
Tim Duesterhus3943e4f2020-09-11 14:25:23 +020018145
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018146in_table(<table>)
18147 Uses the string representation of the input sample to perform a look up in
18148 the specified table. If the key is not found in the table, a boolean false
18149 is returned. Otherwise a boolean true is returned. This can be used to verify
Davor Ocelice9ed2812017-12-25 17:49:28 +010018150 the presence of a certain key in a table tracking some elements (e.g. whether
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018151 or not a source IP address or an Authorization header was already seen).
18152
Tim Duesterhusa3082092021-01-21 17:40:49 +010018153ipmask(<mask4>,[<mask6>])
Tim Duesterhus1478aa72018-01-25 16:24:51 +010018154 Apply a mask to an IP address, and use the result for lookups and storage.
Willy Tarreauffcb2e42014-07-10 16:29:08 +020018155 This can be used to make all hosts within a certain mask to share the same
Tim Duesterhus1478aa72018-01-25 16:24:51 +010018156 table entries and as such use the same server. The mask4 can be passed in
18157 dotted form (e.g. 255.255.255.0) or in CIDR form (e.g. 24). The mask6 can
18158 be passed in quadruplet form (e.g. ffff:ffff::) or in CIDR form (e.g. 64).
18159 If no mask6 is given IPv6 addresses will fail to convert for backwards
18160 compatibility reasons.
Willy Tarreauffcb2e42014-07-10 16:29:08 +020018161
Thierry FOURNIER317e1c42014-08-12 10:20:47 +020018162json([<input-code>])
Davor Ocelice9ed2812017-12-25 17:49:28 +010018163 Escapes the input string and produces an ASCII output string ready to use as a
Thierry FOURNIER317e1c42014-08-12 10:20:47 +020018164 JSON string. The converter tries to decode the input string according to the
Herve COMMOWICK8dfe8632016-08-05 12:01:20 +020018165 <input-code> parameter. It can be "ascii", "utf8", "utf8s", "utf8p" or
Thierry FOURNIER317e1c42014-08-12 10:20:47 +020018166 "utf8ps". The "ascii" decoder never fails. The "utf8" decoder detects 3 types
18167 of errors:
18168 - bad UTF-8 sequence (lone continuation byte, bad number of continuation
18169 bytes, ...)
18170 - invalid range (the decoded value is within a UTF-8 prohibited range),
18171 - code overlong (the value is encoded with more bytes than necessary).
18172
18173 The UTF-8 JSON encoding can produce a "too long value" error when the UTF-8
18174 character is greater than 0xffff because the JSON string escape specification
18175 only authorizes 4 hex digits for the value encoding. The UTF-8 decoder exists
18176 in 4 variants designated by a combination of two suffix letters : "p" for
18177 "permissive" and "s" for "silently ignore". The behaviors of the decoders
18178 are :
Davor Ocelice9ed2812017-12-25 17:49:28 +010018179 - "ascii" : never fails;
18180 - "utf8" : fails on any detected errors;
18181 - "utf8s" : never fails, but removes characters corresponding to errors;
Thierry FOURNIER317e1c42014-08-12 10:20:47 +020018182 - "utf8p" : accepts and fixes the overlong errors, but fails on any other
Davor Ocelice9ed2812017-12-25 17:49:28 +010018183 error;
Thierry FOURNIER317e1c42014-08-12 10:20:47 +020018184 - "utf8ps" : never fails, accepts and fixes the overlong errors, but removes
18185 characters corresponding to the other errors.
18186
18187 This converter is particularly useful for building properly escaped JSON for
Davor Ocelice9ed2812017-12-25 17:49:28 +010018188 logging to servers which consume JSON-formatted traffic logs.
Thierry FOURNIER317e1c42014-08-12 10:20:47 +020018189
18190 Example:
Thierry FOURNIER317e1c42014-08-12 10:20:47 +020018191 capture request header Host len 15
Herve COMMOWICK8dfe8632016-08-05 12:01:20 +020018192 capture request header user-agent len 150
18193 log-format '{"ip":"%[src]","user-agent":"%[capture.req.hdr(1),json(utf8s)]"}'
Thierry FOURNIER317e1c42014-08-12 10:20:47 +020018194
18195 Input request from client 127.0.0.1:
18196 GET / HTTP/1.0
18197 User-Agent: Very "Ugly" UA 1/2
18198
18199 Output log:
18200 {"ip":"127.0.0.1","user-agent":"Very \"Ugly\" UA 1\/2"}
18201
Alex51c8ad42021-04-15 16:45:15 +020018202json_query(<json_path>,[<output_type>])
18203 The json_query converter supports the JSON types string, boolean and
18204 number. Floating point numbers will be returned as a string. By
18205 specifying the output_type 'int' the value will be converted to an
18206 Integer. If conversion is not possible the json_query converter fails.
18207
18208 <json_path> must be a valid JSON Path string as defined in
18209 https://datatracker.ietf.org/doc/draft-ietf-jsonpath-base/
18210
18211 Example:
18212 # get a integer value from the request body
18213 # "{"integer":4}" => 5
18214 http-request set-var(txn.pay_int) req.body,json_query('$.integer','int'),add(1)
18215
18216 # get a key with '.' in the name
18217 # {"my.key":"myvalue"} => myvalue
18218 http-request set-var(txn.pay_mykey) req.body,json_query('$.my\\.key')
18219
18220 # {"boolean-false":false} => 0
18221 http-request set-var(txn.pay_boolean_false) req.body,json_query('$.boolean-false')
18222
18223 # get the value of the key 'iss' from a JWT Bearer token
18224 http-request set-var(txn.token_payload) req.hdr(Authorization),word(2,.),ub64dec,json_query('$.iss')
18225
Remi Tricot-Le Breton0a72f5e2021-10-01 15:36:57 +020018226jwt_header_query([<json_path>],[<output_type>])
18227 When given a JSON Web Token (JWT) in input, either returns the decoded header
18228 part of the token (the first base64-url encoded part of the JWT) if no
18229 parameter is given, or performs a json_query on the decoded header part of
18230 the token. See "json_query" converter for details about the accepted
18231 json_path and output_type parameters.
18232
18233 Please note that this converter is only available when HAProxy has been
18234 compiled with USE_OPENSSL.
18235
18236jwt_payload_query([<json_path>],[<output_type>])
18237 When given a JSON Web Token (JWT) in input, either returns the decoded
18238 payload part of the token (the second base64-url encoded part of the JWT) if
18239 no parameter is given, or performs a json_query on the decoded payload part
18240 of the token. See "json_query" converter for details about the accepted
18241 json_path and output_type parameters.
18242
18243 Please note that this converter is only available when HAProxy has been
18244 compiled with USE_OPENSSL.
18245
Remi Tricot-Le Breton130e1422021-10-01 15:36:58 +020018246jwt_verify(<alg>,<key>)
18247 Performs a signature verification for the JSON Web Token (JWT) given in input
18248 by using the <alg> algorithm and the <key> parameter, which should either
Willy Tarreau0eba94e2021-10-15 11:48:42 +020018249 hold a secret or a path to a public certificate. Returns 1 in case of
Remi Tricot-Le Breton1c891bc2021-10-18 15:14:49 +020018250 verification success, 0 in case of verification error and a strictly negative
18251 value for any other error. Because of all those non-null error return values,
18252 the result of this converter should never be converted to a boolean. See
18253 below for a full list of the possible return values.
Willy Tarreau0eba94e2021-10-15 11:48:42 +020018254
Remi Tricot-Le Breton130e1422021-10-01 15:36:58 +020018255 For now, only JWS tokens using the Compact Serialization format can be
Remi Tricot-Le Breton447a38f2023-03-07 17:43:57 +010018256 processed (three dot-separated base64-url encoded strings). All the
Remi Tricot-Le Bretoncca939e2023-08-10 16:11:27 +020018257 algorithms mentioned in section 3.1 of RFC7518 are managed (HS, ES, RS and PS
18258 with the 256, 384 or 512 key sizes, as well as the special "none" case).
Willy Tarreau0eba94e2021-10-15 11:48:42 +020018259
Remi Tricot-Le Breton130e1422021-10-01 15:36:58 +020018260 If the used algorithm is of the HMAC family, <key> should be the secret used
18261 in the HMAC signature calculation. Otherwise, <key> should be the path to the
18262 public certificate that can be used to validate the token's signature. All
18263 the certificates that might be used to verify JWTs must be known during init
18264 in order to be added into a dedicated certificate cache so that no disk
18265 access is required during runtime. For this reason, any used certificate must
Ilya Shipitsina4d09e72021-11-20 23:11:12 +050018266 be mentioned explicitly at least once in a jwt_verify call. Passing an
Remi Tricot-Le Breton130e1422021-10-01 15:36:58 +020018267 intermediate variable as second parameter is then not advised.
18268
18269 This converter only verifies the signature of the token and does not perform
18270 a full JWT validation as specified in section 7.2 of RFC7519. We do not
18271 ensure that the header and payload contents are fully valid JSON's once
18272 decoded for instance, and no checks are performed regarding their respective
18273 contents.
18274
18275 The possible return values are the following :
18276
Willy Tarreau0eba94e2021-10-15 11:48:42 +020018277 +----+----------------------------------------------------------------------+
18278 | ID | message |
18279 +----+----------------------------------------------------------------------+
Remi Tricot-Le Breton1c891bc2021-10-18 15:14:49 +020018280 | 0 | "Verification failure" |
Ilya Shipitsina4d09e72021-11-20 23:11:12 +050018281 | 1 | "Verification success" |
Remi Tricot-Le Breton1c891bc2021-10-18 15:14:49 +020018282 | -1 | "Unknown algorithm (not mentioned in RFC7518)" |
Remi Tricot-Le Breton447a38f2023-03-07 17:43:57 +010018283 | -2 | "Unmanaged algorithm" |
Remi Tricot-Le Breton1c891bc2021-10-18 15:14:49 +020018284 | -3 | "Invalid token" |
18285 | -4 | "Out of memory" |
18286 | -5 | "Unknown certificate" |
Willy Tarreau0eba94e2021-10-15 11:48:42 +020018287 +----+----------------------------------------------------------------------+
Remi Tricot-Le Breton130e1422021-10-01 15:36:58 +020018288
18289 Please note that this converter is only available when HAProxy has been
18290 compiled with USE_OPENSSL.
18291
18292 Example:
18293 # Get a JWT from the authorization header, extract the "alg" field of its
18294 # JOSE header and use a public certificate to verify a signature
18295 http-request set-var(txn.bearer) http_auth_bearer
18296 http-request set-var(txn.jwt_alg) var(txn.bearer),jwt_header_query('$.alg')
Aurelien DARRAGON4761b0d2023-05-26 14:29:58 +020018297 http-request deny unless { var(txn.jwt_alg) -m str "RS256" }
Remi Tricot-Le Breton130e1422021-10-01 15:36:58 +020018298 http-request deny unless { var(txn.bearer),jwt_verify(txn.jwt_alg,"/path/to/crt.pem") 1 }
18299
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018300language(<value>[,<default>])
18301 Returns the value with the highest q-factor from a list as extracted from the
18302 "accept-language" header using "req.fhdr". Values with no q-factor have a
18303 q-factor of 1. Values with a q-factor of 0 are dropped. Only values which
18304 belong to the list of semi-colon delimited <values> will be considered. The
18305 argument <value> syntax is "lang[;lang[;lang[;...]]]". If no value matches the
18306 given list and a default value is provided, it is returned. Note that language
18307 names may have a variant after a dash ('-'). If this variant is present in the
18308 list, it will be matched, but if it is not, only the base language is checked.
18309 The match is case-sensitive, and the output string is always one of those
Davor Ocelice9ed2812017-12-25 17:49:28 +010018310 provided in arguments. The ordering of arguments is meaningless, only the
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018311 ordering of the values in the request counts, as the first value among
18312 multiple sharing the same q-factor is used.
Thierry FOURNIERad903512014-04-11 17:51:01 +020018313
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018314 Example :
Thierry FOURNIERad903512014-04-11 17:51:01 +020018315
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018316 # this configuration switches to the backend matching a
18317 # given language based on the request :
Thierry FOURNIERad903512014-04-11 17:51:01 +020018318
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018319 acl es req.fhdr(accept-language),language(es;fr;en) -m str es
18320 acl fr req.fhdr(accept-language),language(es;fr;en) -m str fr
18321 acl en req.fhdr(accept-language),language(es;fr;en) -m str en
18322 use_backend spanish if es
18323 use_backend french if fr
18324 use_backend english if en
18325 default_backend choose_your_language
Thierry FOURNIERad903512014-04-11 17:51:01 +020018326
Willy Tarreau60a2ee72017-12-15 07:13:48 +010018327length
Etienne Carriereed0d24e2017-12-13 13:41:34 +010018328 Get the length of the string. This can only be placed after a string
18329 sample fetch function or after a transformation keyword returning a string
18330 type. The result is of type integer.
18331
Willy Tarreauffcb2e42014-07-10 16:29:08 +020018332lower
18333 Convert a string sample to lower case. This can only be placed after a string
18334 sample fetch function or after a transformation keyword returning a string
18335 type. The result is of type string.
18336
Willy Tarreau0dbfdba2014-07-10 16:37:47 +020018337ltime(<format>[,<offset>])
18338 Converts an integer supposed to contain a date since epoch to a string
18339 representing this date in local time using a format defined by the <format>
18340 string using strftime(3). The purpose is to allow any date format to be used
18341 in logs. An optional <offset> in seconds may be applied to the input date
18342 (positive or negative). See the strftime() man page for the format supported
18343 by your operating system. See also the utime converter.
18344
18345 Example :
18346
18347 # Emit two colons, one with the local time and another with ip:port
Davor Ocelice9ed2812017-12-25 17:49:28 +010018348 # e.g. 20140710162350 127.0.0.1:57325
Willy Tarreau0dbfdba2014-07-10 16:37:47 +020018349 log-format %[date,ltime(%Y%m%d%H%M%S)]\ %ci:%cp
18350
Christopher Faulet51fc9d12020-04-01 17:24:41 +020018351ltrim(<chars>)
18352 Skips any characters from <chars> from the beginning of the string
18353 representation of the input sample.
18354
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018355map(<map_file>[,<default_value>])
18356map_<match_type>(<map_file>[,<default_value>])
18357map_<match_type>_<output_type>(<map_file>[,<default_value>])
18358 Search the input value from <map_file> using the <match_type> matching method,
18359 and return the associated value converted to the type <output_type>. If the
18360 input value cannot be found in the <map_file>, the converter returns the
18361 <default_value>. If the <default_value> is not set, the converter fails and
18362 acts as if no input value could be fetched. If the <match_type> is not set, it
18363 defaults to "str". Likewise, if the <output_type> is not set, it defaults to
18364 "str". For convenience, the "map" keyword is an alias for "map_str" and maps a
18365 string to another string.
Thierry FOURNIERd5f624d2013-11-26 11:52:33 +010018366
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018367 It is important to avoid overlapping between the keys : IP addresses and
18368 strings are stored in trees, so the first of the finest match will be used.
18369 Other keys are stored in lists, so the first matching occurrence will be used.
Thierry FOURNIERd5f624d2013-11-26 11:52:33 +010018370
Tim Düsterhus4896c442016-11-29 02:15:19 +010018371 The following array contains the list of all map functions available sorted by
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018372 input type, match type and output type.
Thierry FOURNIERd5f624d2013-11-26 11:52:33 +010018373
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018374 input type | match method | output type str | output type int | output type ip
18375 -----------+--------------+-----------------+-----------------+---------------
18376 str | str | map_str | map_str_int | map_str_ip
18377 -----------+--------------+-----------------+-----------------+---------------
Willy Tarreau787a4c02014-05-10 07:55:30 +020018378 str | beg | map_beg | map_beg_int | map_end_ip
18379 -----------+--------------+-----------------+-----------------+---------------
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018380 str | sub | map_sub | map_sub_int | map_sub_ip
18381 -----------+--------------+-----------------+-----------------+---------------
18382 str | dir | map_dir | map_dir_int | map_dir_ip
18383 -----------+--------------+-----------------+-----------------+---------------
18384 str | dom | map_dom | map_dom_int | map_dom_ip
18385 -----------+--------------+-----------------+-----------------+---------------
18386 str | end | map_end | map_end_int | map_end_ip
18387 -----------+--------------+-----------------+-----------------+---------------
Ruoshan Huang3c5e3742016-12-02 16:25:31 +080018388 str | reg | map_reg | map_reg_int | map_reg_ip
18389 -----------+--------------+-----------------+-----------------+---------------
18390 str | reg | map_regm | map_reg_int | map_reg_ip
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018391 -----------+--------------+-----------------+-----------------+---------------
18392 int | int | map_int | map_int_int | map_int_ip
18393 -----------+--------------+-----------------+-----------------+---------------
18394 ip | ip | map_ip | map_ip_int | map_ip_ip
18395 -----------+--------------+-----------------+-----------------+---------------
Thierry FOURNIERd5f624d2013-11-26 11:52:33 +010018396
Thierry Fournier8feaa662016-02-10 22:55:20 +010018397 The special map called "map_regm" expect matching zone in the regular
18398 expression and modify the output replacing back reference (like "\1") by
18399 the corresponding match text.
18400
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018401 The file contains one key + value per line. Lines which start with '#' are
18402 ignored, just like empty lines. Leading tabs and spaces are stripped. The key
18403 is then the first "word" (series of non-space/tabs characters), and the value
18404 is what follows this series of space/tab till the end of the line excluding
18405 trailing spaces/tabs.
Thierry FOURNIERd5f624d2013-11-26 11:52:33 +010018406
Thierry FOURNIER060762e2014-04-23 13:29:15 +020018407 Example :
18408
18409 # this is a comment and is ignored
18410 2.22.246.0/23 United Kingdom \n
18411 <-><-----------><--><------------><---->
18412 | | | | `- trailing spaces ignored
18413 | | | `---------- value
18414 | | `-------------------- middle spaces ignored
18415 | `---------------------------- key
18416 `------------------------------------ leading spaces ignored
18417
Willy Tarreau97707872015-01-27 15:12:13 +010018418mod(<value>)
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018419 Divides the input value of type signed integer by <value>, and returns the
18420 remainder as an signed integer. If <value> is null, then zero is returned.
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020018421 <value> can be a numeric value or a variable name. The name of the variable
Daniel Schneller0b547052016-03-21 20:46:57 +010018422 starts with an indication about its scope. The scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010018423 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010018424 "sess" : the variable is shared with the whole session
18425 "txn" : the variable is shared with the transaction (request and response)
18426 "req" : the variable is shared only during request processing
18427 "res" : the variable is shared only during response processing
Davor Ocelice9ed2812017-12-25 17:49:28 +010018428 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010018429 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Willy Tarreau97707872015-01-27 15:12:13 +010018430
Alexbf1bd5a2021-04-24 13:02:21 +020018431mqtt_field_value(<packettype>,<fieldname_or_property_ID>)
Baptiste Assmanne279ca62020-10-27 18:10:06 +010018432 Returns value of <fieldname> found in input MQTT payload of type
18433 <packettype>.
18434 <packettype> can be either a string (case insensitive matching) or a numeric
18435 value corresponding to the type of packet we're supposed to extract data
18436 from.
18437 Supported string and integers can be found here:
18438 https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718021
18439 https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901022
18440
18441 <fieldname> depends on <packettype> and can be any of the following below.
18442 (note that <fieldname> matching is case insensitive).
18443 <property id> can only be found in MQTT v5.0 streams. check this table:
18444 https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901029
18445
18446 - CONNECT (or 1): flags, protocol_name, protocol_version, client_identifier,
18447 will_topic, will_payload, username, password, keepalive
18448 OR any property ID as a numeric value (for MQTT v5.0
18449 packets only):
18450 17: Session Expiry Interval
18451 33: Receive Maximum
18452 39: Maximum Packet Size
18453 34: Topic Alias Maximum
18454 25: Request Response Information
18455 23: Request Problem Information
18456 21: Authentication Method
18457 22: Authentication Data
18458 18: Will Delay Interval
18459 1: Payload Format Indicator
18460 2: Message Expiry Interval
18461 3: Content Type
18462 8: Response Topic
18463 9: Correlation Data
18464 Not supported yet:
18465 38: User Property
18466
18467 - CONNACK (or 2): flags, protocol_version, reason_code
18468 OR any property ID as a numeric value (for MQTT v5.0
18469 packets only):
18470 17: Session Expiry Interval
18471 33: Receive Maximum
18472 36: Maximum QoS
18473 37: Retain Available
18474 39: Maximum Packet Size
18475 18: Assigned Client Identifier
18476 34: Topic Alias Maximum
18477 31: Reason String
18478 40; Wildcard Subscription Available
18479 41: Subscription Identifiers Available
18480 42: Shared Subscription Available
18481 19: Server Keep Alive
18482 26: Response Information
18483 28: Server Reference
18484 21: Authentication Method
18485 22: Authentication Data
18486 Not supported yet:
18487 38: User Property
18488
18489 Due to current HAProxy design, only the first message sent by the client and
18490 the server can be parsed. Thus this converter can extract data only from
18491 CONNECT and CONNACK packet types. CONNECT is the first message sent by the
18492 client and CONNACK is the first response sent by the server.
18493
18494 Example:
18495
18496 acl data_in_buffer req.len ge 4
18497 tcp-request content set-var(txn.username) \
18498 req.payload(0,0),mqtt_field_value(connect,protocol_name) \
18499 if data_in_buffer
18500 # do the same as above
18501 tcp-request content set-var(txn.username) \
18502 req.payload(0,0),mqtt_field_value(1,protocol_name) \
18503 if data_in_buffer
18504
18505mqtt_is_valid
18506 Checks that the binary input is a valid MQTT packet. It returns a boolean.
18507
18508 Due to current HAProxy design, only the first message sent by the client and
18509 the server can be parsed. Thus this converter can extract data only from
18510 CONNECT and CONNACK packet types. CONNECT is the first message sent by the
18511 client and CONNACK is the first response sent by the server.
18512
Christopher Faulet140a3572022-03-22 09:41:11 +010018513 Only MQTT 3.1, 3.1.1 and 5.0 are supported.
18514
Baptiste Assmanne279ca62020-10-27 18:10:06 +010018515 Example:
18516
18517 acl data_in_buffer req.len ge 4
Daniel Corbettcc9d9b02021-05-13 10:46:07 -040018518 tcp-request content reject unless { req.payload(0,0),mqtt_is_valid }
Baptiste Assmanne279ca62020-10-27 18:10:06 +010018519
Willy Tarreau97707872015-01-27 15:12:13 +010018520mul(<value>)
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018521 Multiplies the input value of type signed integer by <value>, and returns
Thierry FOURNIER00c005c2015-07-08 01:10:21 +020018522 the product as an signed integer. In case of overflow, the largest possible
18523 value for the sign is returned so that the operation doesn't wrap around.
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020018524 <value> can be a numeric value or a variable name. The name of the variable
Daniel Schneller0b547052016-03-21 20:46:57 +010018525 starts with an indication about its scope. The scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010018526 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010018527 "sess" : the variable is shared with the whole session
18528 "txn" : the variable is shared with the transaction (request and response)
18529 "req" : the variable is shared only during request processing
18530 "res" : the variable is shared only during response processing
Davor Ocelice9ed2812017-12-25 17:49:28 +010018531 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010018532 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Willy Tarreau97707872015-01-27 15:12:13 +010018533
Nenad Merdanovicb7e7c472017-03-12 21:56:55 +010018534nbsrv
18535 Takes an input value of type string, interprets it as a backend name and
18536 returns the number of usable servers in that backend. Can be used in places
18537 where we want to look up a backend from a dynamic name, like a result of a
18538 map lookup.
18539
Willy Tarreau97707872015-01-27 15:12:13 +010018540neg
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018541 Takes the input value of type signed integer, computes the opposite value,
18542 and returns the remainder as an signed integer. 0 is identity. This operator
18543 is provided for reversed subtracts : in order to subtract the input from a
18544 constant, simply perform a "neg,add(value)".
Willy Tarreau97707872015-01-27 15:12:13 +010018545
18546not
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018547 Returns a boolean FALSE if the input value of type signed integer is
Willy Tarreau97707872015-01-27 15:12:13 +010018548 non-null, otherwise returns TRUE. Used in conjunction with and(), it can be
Davor Ocelice9ed2812017-12-25 17:49:28 +010018549 used to report true/false for bit testing on input values (e.g. verify the
Willy Tarreau97707872015-01-27 15:12:13 +010018550 absence of a flag).
18551
18552odd
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018553 Returns a boolean TRUE if the input value of type signed integer is odd
Willy Tarreau97707872015-01-27 15:12:13 +010018554 otherwise returns FALSE. It is functionally equivalent to "and(1),bool".
18555
18556or(<value>)
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018557 Performs a bitwise "OR" between <value> and the input value of type signed
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020018558 integer, and returns the result as an signed integer. <value> can be a
Daniel Schneller0b547052016-03-21 20:46:57 +010018559 numeric value or a variable name. The name of the variable starts with an
18560 indication about its scope. The scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010018561 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010018562 "sess" : the variable is shared with the whole session
18563 "txn" : the variable is shared with the transaction (request and response)
18564 "req" : the variable is shared only during request processing
18565 "res" : the variable is shared only during response processing
Davor Ocelice9ed2812017-12-25 17:49:28 +010018566 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010018567 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Willy Tarreau97707872015-01-27 15:12:13 +010018568
Thayne McCombs02cf4ec2022-12-14 00:19:59 -070018569param(<name>,[<delim>])
18570 This extracts the first occurrence of the parameter <name> in the input string
18571 where parameters are delimited by <delim>, which defaults to "&", and the name
18572 and value of the parameter are separated by a "=". If there is no "=" and
18573 value before the end of the parameter segment, it is treated as equivalent to
18574 a value of an empty string.
18575
18576 This can be useful for extracting parameters from a query string, or possibly
18577 a x-www-form-urlencoded body. In particular, `query,param(<name>)` can be used
18578 as an alternative to `urlp(<name>)` which only uses "&" as a delimiter,
18579 whereas "urlp" also uses "?" and ";".
18580
18581 Note that this converter doesn't do anything special with url encoded
18582 characters. If you want to decode the value, you can use the url_dec converter
18583 on the output. If the name of the parameter in the input might contain encoded
18584 characters, you'll probably want do normalize the input before calling
18585 "param". This can be done using "http-request normalize-uri", in particular
18586 the percent-decode-unreserved and percent-to-uppercase options.
18587
18588 Example :
18589 str(a=b&c=d&a=r),param(a) # b
18590 str(a&b=c),param(a) # ""
18591 str(a=&b&c=a),param(b) # ""
18592 str(a=1;b=2;c=4),param(b,;) # 2
18593 query,param(redirect_uri),urldec()
18594
William Lallemanddd754cb2022-08-26 16:21:28 +020018595port_only
18596 Converts a string which contains a Host header value into an integer by
18597 returning its port.
18598 The input must respect the format of the host header value
18599 (rfc9110#section-7.2). It will support that kind of input: hostname,
18600 hostname:80, 127.0.0.1, 127.0.0.1:80, [::1], [::1]:80.
18601
18602 If no port were provided in the input, it will return 0.
18603
18604 See also: "host_only" converter which will return the host.
18605
Frédéric Lécaillebfe61382019-03-06 14:34:36 +010018606protobuf(<field_number>,[<field_type>])
18607 This extracts the protocol buffers message field in raw mode of an input binary
18608 sample representation of a protocol buffer message with <field_number> as field
18609 number (dotted notation) if <field_type> is not present, or as an integer sample
18610 if this field is present (see also "ungrpc" below).
18611 The list of the authorized types is the following one: "int32", "int64", "uint32",
18612 "uint64", "sint32", "sint64", "bool", "enum" for the "varint" wire type 0
18613 "fixed64", "sfixed64", "double" for the 64bit wire type 1, "fixed32", "sfixed32",
18614 "float" for the wire type 5. Note that "string" is considered as a length-delimited
18615 type, so it does not require any <field_type> argument to be extracted.
18616 More information may be found here about the protocol buffers message field types:
18617 https://developers.google.com/protocol-buffers/docs/encoding
18618
Willy Tarreauc4dc3502015-01-23 20:39:28 +010018619regsub(<regex>,<subst>[,<flags>])
Willy Tarreau7eda8492015-01-20 19:47:06 +010018620 Applies a regex-based substitution to the input string. It does the same
18621 operation as the well-known "sed" utility with "s/<regex>/<subst>/". By
18622 default it will replace in the input string the first occurrence of the
18623 largest part matching the regular expression <regex> with the substitution
18624 string <subst>. It is possible to replace all occurrences instead by adding
18625 the flag "g" in the third argument <flags>. It is also possible to make the
18626 regex case insensitive by adding the flag "i" in <flags>. Since <flags> is a
18627 string, it is made up from the concatenation of all desired flags. Thus if
18628 both "i" and "g" are desired, using "gi" or "ig" will have the same effect.
Willy Tarreauef21fac2020-02-14 13:37:20 +010018629 The first use of this converter is to replace certain characters or sequence
18630 of characters with other ones.
18631
18632 It is highly recommended to enclose the regex part using protected quotes to
18633 improve clarity and never have a closing parenthesis from the regex mixed up
18634 with the parenthesis from the function. Just like in Bourne shell, the first
18635 level of quotes is processed when delimiting word groups on the line, a
18636 second level is usable for argument. It is recommended to use single quotes
18637 outside since these ones do not try to resolve backslashes nor dollar signs.
Willy Tarreau7eda8492015-01-20 19:47:06 +010018638
Willy Tarreaucd0d2ed2020-02-14 17:33:06 +010018639 Examples:
Willy Tarreau7eda8492015-01-20 19:47:06 +010018640
18641 # de-duplicate "/" in header "x-path".
18642 # input: x-path: /////a///b/c/xzxyz/
18643 # output: x-path: /a/b/c/xzxyz/
Willy Tarreauef21fac2020-02-14 13:37:20 +010018644 http-request set-header x-path "%[hdr(x-path),regsub('/+','/','g')]"
Willy Tarreau7eda8492015-01-20 19:47:06 +010018645
Willy Tarreaucd0d2ed2020-02-14 17:33:06 +010018646 # copy query string to x-query and drop all leading '?', ';' and '&'
18647 http-request set-header x-query "%[query,regsub([?;&]*,'')]"
18648
Jerome Magnin07e1e3c2020-02-16 19:20:19 +010018649 # capture groups and backreferences
18650 # both lines do the same.
Willy Tarreau465dc7d2020-10-08 18:05:56 +020018651 http-request redirect location %[url,'regsub("(foo|bar)([0-9]+)?","\2\1",i)']
Jerome Magnin07e1e3c2020-02-16 19:20:19 +010018652 http-request redirect location %[url,regsub(\"(foo|bar)([0-9]+)?\",\"\2\1\",i)]
18653
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020018654capture-req(<id>)
18655 Capture the string entry in the request slot <id> and returns the entry as
18656 is. If the slot doesn't exist, the capture fails silently.
18657
18658 See also: "declare capture", "http-request capture",
Baptiste Assmann5ac425c2015-10-21 23:13:46 +020018659 "http-response capture", "capture.req.hdr" and
18660 "capture.res.hdr" (sample fetches).
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020018661
18662capture-res(<id>)
18663 Capture the string entry in the response slot <id> and returns the entry as
18664 is. If the slot doesn't exist, the capture fails silently.
18665
18666 See also: "declare capture", "http-request capture",
Baptiste Assmann5ac425c2015-10-21 23:13:46 +020018667 "http-response capture", "capture.req.hdr" and
18668 "capture.res.hdr" (sample fetches).
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020018669
Christopher Faulet568415a2020-04-01 17:24:47 +020018670rtrim(<chars>)
18671 Skips any characters from <chars> from the end of the string representation
18672 of the input sample.
18673
Willy Tarreau23ec4ca2014-07-15 20:15:37 +020018674sdbm([<avalanche>])
18675 Hashes a binary input sample into an unsigned 32-bit quantity using the SDBM
18676 hash function. Optionally, it is possible to apply a full avalanche hash
18677 function to the output if the optional <avalanche> argument equals 1. This
18678 converter uses the same functions as used by the various hash-based load
18679 balancing algorithms, so it will provide exactly the same results. It is
18680 mostly intended for debugging, but can be used as a stick-table entry to
18681 collect rough statistics. It must not be used for security purposes as a
Emmanuel Hocdet50791a72018-03-21 11:19:01 +010018682 32-bit hash is trivial to break. See also "crc32", "djb2", "wt6", "crc32c",
18683 and the "hash-type" directive.
Willy Tarreau23ec4ca2014-07-15 20:15:37 +020018684
Tim Duesterhusf38175c2020-06-09 11:48:42 +020018685secure_memcmp(<var>)
18686 Compares the contents of <var> with the input value. Both values are treated
18687 as a binary string. Returns a boolean indicating whether both binary strings
18688 match.
18689
18690 If both binary strings have the same length then the comparison will be
18691 performed in constant time.
18692
Daniel Corbett9f0843f2021-05-08 10:50:37 -040018693 Please note that this converter is only available when HAProxy has been
Tim Duesterhusf38175c2020-06-09 11:48:42 +020018694 compiled with USE_OPENSSL.
18695
18696 Example :
18697
18698 http-request set-var(txn.token) hdr(token)
18699 # Check whether the token sent by the client matches the secret token
18700 # value, without leaking the contents using a timing attack.
18701 acl token_given str(my_secret_token),secure_memcmp(txn.token)
18702
Aurelien DARRAGONfedbc172023-03-23 11:54:44 +010018703set-var(<var>[,<cond>...])
Davor Ocelice9ed2812017-12-25 17:49:28 +010018704 Sets a variable with the input content and returns the content on the output
Remi Tricot-Le Breton164726c2021-12-16 17:14:40 +010018705 as-is if all of the specified conditions are true (see below for a list of
18706 possible conditions). The variable keeps the value and the associated input
18707 type. The name of the variable starts with an indication about its scope. The
18708 scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010018709 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010018710 "sess" : the variable is shared with the whole session
18711 "txn" : the variable is shared with the transaction (request and
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020018712 response),
Daniel Schneller0b547052016-03-21 20:46:57 +010018713 "req" : the variable is shared only during request processing,
18714 "res" : the variable is shared only during response processing.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020018715 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010018716 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020018717
Remi Tricot-Le Breton164726c2021-12-16 17:14:40 +010018718 You can pass at most four conditions to the converter among the following
18719 possible conditions :
18720 - "ifexists"/"ifnotexists":
18721 Checks if the variable already existed before the current set-var call.
18722 A variable is usually created through a successful set-var call.
18723 Note that variables of scope "proc" are created during configuration
18724 parsing so the "ifexists" condition will always be true for them.
18725 - "ifempty"/"ifnotempty":
18726 Checks if the input is empty or not.
18727 Scalar types are never empty so the ifempty condition will be false for
18728 them regardless of the input's contents (integers, booleans, IPs ...).
18729 - "ifset"/"ifnotset":
18730 Checks if the variable was previously set or not, or if unset-var was
18731 called on the variable.
18732 A variable that does not exist yet is considered as not set. A "proc"
18733 variable can exist while not being set since they are created during
18734 configuration parsing.
18735 - "ifgt"/"iflt":
18736 Checks if the content of the variable is "greater than" or "less than"
18737 the input. This check can only be performed if both the input and
18738 the variable are of type integer. Otherwise, the check is considered as
18739 true by default.
18740
Dragan Dosen6e5a9ca2017-10-24 09:18:23 +020018741sha1
Tim Duesterhusd4376302019-06-17 12:41:44 +020018742 Converts a binary input sample to a SHA-1 digest. The result is a binary
Dragan Dosen6e5a9ca2017-10-24 09:18:23 +020018743 sample with length of 20 bytes.
18744
Tim Duesterhusd4376302019-06-17 12:41:44 +020018745sha2([<bits>])
18746 Converts a binary input sample to a digest in the SHA-2 family. The result
18747 is a binary sample with length of <bits>/8 bytes.
18748
18749 Valid values for <bits> are 224, 256, 384, 512, each corresponding to
18750 SHA-<bits>. The default value is 256.
18751
Daniel Corbett9f0843f2021-05-08 10:50:37 -040018752 Please note that this converter is only available when HAProxy has been
Tim Duesterhusd4376302019-06-17 12:41:44 +020018753 compiled with USE_OPENSSL.
18754
Nenad Merdanovic177adc92019-08-27 01:58:13 +020018755srv_queue
18756 Takes an input value of type string, either a server name or <backend>/<server>
18757 format and returns the number of queued sessions on that server. Can be used
18758 in places where we want to look up queued sessions from a dynamic name, like a
18759 cookie value (e.g. req.cook(SRVID),srv_queue) and then make a decision to break
18760 persistence or direct a request elsewhere.
18761
Tim Duesterhusca097c12018-04-27 21:18:45 +020018762strcmp(<var>)
18763 Compares the contents of <var> with the input value of type string. Returns
18764 the result as a signed integer compatible with strcmp(3): 0 if both strings
18765 are identical. A value less than 0 if the left string is lexicographically
18766 smaller than the right string or if the left string is shorter. A value greater
18767 than 0 otherwise (right string greater than left string or the right string is
18768 shorter).
18769
Tim Duesterhusf38175c2020-06-09 11:48:42 +020018770 See also the secure_memcmp converter if you need to compare two binary
18771 strings in constant time.
18772
Tim Duesterhusca097c12018-04-27 21:18:45 +020018773 Example :
18774
18775 http-request set-var(txn.host) hdr(host)
18776 # Check whether the client is attempting domain fronting.
18777 acl ssl_sni_http_host_match ssl_fc_sni,strcmp(txn.host) eq 0
18778
18779
Willy Tarreau97707872015-01-27 15:12:13 +010018780sub(<value>)
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020018781 Subtracts <value> from the input value of type signed integer, and returns
18782 the result as an signed integer. Note: in order to subtract the input from
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020018783 a constant, simply perform a "neg,add(value)". <value> can be a numeric value
Daniel Schneller0b547052016-03-21 20:46:57 +010018784 or a variable name. The name of the variable starts with an indication about
18785 its scope. The scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010018786 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010018787 "sess" : the variable is shared with the whole session
18788 "txn" : the variable is shared with the transaction (request and
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020018789 response),
Daniel Schneller0b547052016-03-21 20:46:57 +010018790 "req" : the variable is shared only during request processing,
18791 "res" : the variable is shared only during response processing.
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020018792 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010018793 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Willy Tarreau97707872015-01-27 15:12:13 +010018794
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018795table_bytes_in_rate(<table>)
18796 Uses the string representation of the input sample to perform a look up in
18797 the specified table. If the key is not found in the table, integer value zero
18798 is returned. Otherwise the converter returns the average client-to-server
18799 bytes rate associated with the input sample in the designated table, measured
18800 in amount of bytes over the period configured in the table. See also the
18801 sc_bytes_in_rate sample fetch keyword.
18802
18803
18804table_bytes_out_rate(<table>)
18805 Uses the string representation of the input sample to perform a look up in
18806 the specified table. If the key is not found in the table, integer value zero
18807 is returned. Otherwise the converter returns the average server-to-client
18808 bytes rate associated with the input sample in the designated table, measured
18809 in amount of bytes over the period configured in the table. See also the
18810 sc_bytes_out_rate sample fetch keyword.
18811
18812table_conn_cnt(<table>)
18813 Uses the string representation of the input sample to perform a look up in
18814 the specified table. If the key is not found in the table, integer value zero
Davor Ocelice9ed2812017-12-25 17:49:28 +010018815 is returned. Otherwise the converter returns the cumulative number of incoming
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018816 connections associated with the input sample in the designated table. See
18817 also the sc_conn_cnt sample fetch keyword.
18818
18819table_conn_cur(<table>)
18820 Uses the string representation of the input sample to perform a look up in
18821 the specified table. If the key is not found in the table, integer value zero
18822 is returned. Otherwise the converter returns the current amount of concurrent
18823 tracked connections associated with the input sample in the designated table.
18824 See also the sc_conn_cur sample fetch keyword.
18825
18826table_conn_rate(<table>)
18827 Uses the string representation of the input sample to perform a look up in
18828 the specified table. If the key is not found in the table, integer value zero
18829 is returned. Otherwise the converter returns the average incoming connection
18830 rate associated with the input sample in the designated table. See also the
18831 sc_conn_rate sample fetch keyword.
18832
Frédéric Lécaillebbeec372022-08-16 18:11:25 +020018833table_expire(<table>[,<default_value>])
18834 Uses the input sample to perform a look up in the specified table. If the key
18835 is not found in the table, the converter fails except if <default_value> is
18836 set: this makes the converter succeed and return <default_value>. If the key
18837 is found the converter returns the key expiration delay associated with the
18838 input sample in the designated table.
18839 See also the table_idle sample fetch keyword.
18840
Emeric Brun877b0b52021-06-30 18:57:49 +020018841table_gpt(<idx>,<table>)
18842 Uses the string representation of the input sample to perform a lookup in
18843 the specified table. If the key is not found in the table, boolean value zero
18844 is returned. Otherwise the converter returns the current value of the general
18845 purpose tag at the index <idx> of the array associated to the input sample
18846 in the designated <table>. <idx> is an integer between 0 and 99.
18847 If there is no GPT stored at this index, it also returns the boolean value 0.
18848 This applies only to the 'gpt' array data_type (and not on the legacy 'gpt0'
18849 data-type).
18850 See also the sc_get_gpt sample fetch keyword.
18851
Thierry FOURNIER236657b2015-08-19 08:25:14 +020018852table_gpt0(<table>)
18853 Uses the string representation of the input sample to perform a look up in
18854 the specified table. If the key is not found in the table, boolean value zero
18855 is returned. Otherwise the converter returns the current value of the first
18856 general purpose tag associated with the input sample in the designated table.
18857 See also the sc_get_gpt0 sample fetch keyword.
18858
Emeric Brun4d7ada82021-06-30 19:04:16 +020018859table_gpc(<idx>,<table>)
18860 Uses the string representation of the input sample to perform a lookup in
18861 the specified table. If the key is not found in the table, integer value zero
18862 is returned. Otherwise the converter returns the current value of the
18863 General Purpose Counter at the index <idx> of the array associated
18864 to the input sample in the designated <table>. <idx> is an integer
18865 between 0 and 99.
18866 If there is no GPC stored at this index, it also returns the boolean value 0.
18867 This applies only to the 'gpc' array data_type (and not to the legacy
18868 'gpc0' nor 'gpc1' data_types).
18869 See also the sc_get_gpc sample fetch keyword.
18870
18871table_gpc_rate(<idx>,<table>)
18872 Uses the string representation of the input sample to perform a lookup in
18873 the specified table. If the key is not found in the table, integer value zero
18874 is returned. Otherwise the converter returns the frequency which the Global
18875 Purpose Counter at index <idx> of the array (associated to the input sample
18876 in the designated stick-table <table>) was incremented over the
18877 configured period. <idx> is an integer between 0 and 99.
18878 If there is no gpc_rate stored at this index, it also returns the boolean
18879 value 0.
18880 This applies only to the 'gpc_rate' array data_type (and not to the
18881 legacy 'gpc0_rate' nor 'gpc1_rate' data_types).
18882 See also the sc_gpc_rate sample fetch keyword.
18883
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018884table_gpc0(<table>)
18885 Uses the string representation of the input sample to perform a look up in
18886 the specified table. If the key is not found in the table, integer value zero
18887 is returned. Otherwise the converter returns the current value of the first
18888 general purpose counter associated with the input sample in the designated
18889 table. See also the sc_get_gpc0 sample fetch keyword.
18890
18891table_gpc0_rate(<table>)
18892 Uses the string representation of the input sample to perform a look up in
18893 the specified table. If the key is not found in the table, integer value zero
18894 is returned. Otherwise the converter returns the frequency which the gpc0
18895 counter was incremented over the configured period in the table, associated
18896 with the input sample in the designated table. See also the sc_get_gpc0_rate
18897 sample fetch keyword.
18898
Frédéric Lécaille6778b272018-01-29 15:22:53 +010018899table_gpc1(<table>)
18900 Uses the string representation of the input sample to perform a look up in
18901 the specified table. If the key is not found in the table, integer value zero
18902 is returned. Otherwise the converter returns the current value of the second
18903 general purpose counter associated with the input sample in the designated
18904 table. See also the sc_get_gpc1 sample fetch keyword.
18905
18906table_gpc1_rate(<table>)
18907 Uses the string representation of the input sample to perform a look up in
18908 the specified table. If the key is not found in the table, integer value zero
18909 is returned. Otherwise the converter returns the frequency which the gpc1
18910 counter was incremented over the configured period in the table, associated
18911 with the input sample in the designated table. See also the sc_get_gpc1_rate
18912 sample fetch keyword.
18913
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018914table_http_err_cnt(<table>)
18915 Uses the string representation of the input sample to perform a look up in
18916 the specified table. If the key is not found in the table, integer value zero
Davor Ocelice9ed2812017-12-25 17:49:28 +010018917 is returned. Otherwise the converter returns the cumulative number of HTTP
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018918 errors associated with the input sample in the designated table. See also the
18919 sc_http_err_cnt sample fetch keyword.
18920
18921table_http_err_rate(<table>)
18922 Uses the string representation of the input sample to perform a look up in
18923 the specified table. If the key is not found in the table, integer value zero
18924 is returned. Otherwise the average rate of HTTP errors associated with the
18925 input sample in the designated table, measured in amount of errors over the
18926 period configured in the table. See also the sc_http_err_rate sample fetch
18927 keyword.
18928
Willy Tarreau826f3ab2021-02-10 12:07:15 +010018929table_http_fail_cnt(<table>)
18930 Uses the string representation of the input sample to perform a look up in
18931 the specified table. If the key is not found in the table, integer value zero
18932 is returned. Otherwise the converter returns the cumulative number of HTTP
18933 failures associated with the input sample in the designated table. See also
18934 the sc_http_fail_cnt sample fetch keyword.
18935
18936table_http_fail_rate(<table>)
18937 Uses the string representation of the input sample to perform a look up in
18938 the specified table. If the key is not found in the table, integer value zero
18939 is returned. Otherwise the average rate of HTTP failures associated with the
18940 input sample in the designated table, measured in amount of failures over the
18941 period configured in the table. See also the sc_http_fail_rate sample fetch
18942 keyword.
18943
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018944table_http_req_cnt(<table>)
18945 Uses the string representation of the input sample to perform a look up in
18946 the specified table. If the key is not found in the table, integer value zero
Davor Ocelice9ed2812017-12-25 17:49:28 +010018947 is returned. Otherwise the converter returns the cumulative number of HTTP
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018948 requests associated with the input sample in the designated table. See also
18949 the sc_http_req_cnt sample fetch keyword.
18950
18951table_http_req_rate(<table>)
18952 Uses the string representation of the input sample to perform a look up in
18953 the specified table. If the key is not found in the table, integer value zero
18954 is returned. Otherwise the average rate of HTTP requests associated with the
18955 input sample in the designated table, measured in amount of requests over the
18956 period configured in the table. See also the sc_http_req_rate sample fetch
18957 keyword.
18958
Aurelien DARRAGONfd766dd2022-11-23 14:35:06 +010018959table_idle(<table>[,<default_value>])
Frédéric Lécaillebbeec372022-08-16 18:11:25 +020018960 Uses the input sample to perform a look up in the specified table. If the key
18961 is not found in the table, the converter fails except if <default_value> is
18962 set: this makes the converter succeed and return <default_value>. If the key
18963 is found the converter returns the time the key entry associated with the
18964 input sample in the designated table remained idle since the last time it was
18965 updated.
18966 See also the table_expire sample fetch keyword.
18967
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018968table_kbytes_in(<table>)
18969 Uses the string representation of the input sample to perform a look up in
18970 the specified table. If the key is not found in the table, integer value zero
Davor Ocelice9ed2812017-12-25 17:49:28 +010018971 is returned. Otherwise the converter returns the cumulative number of client-
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018972 to-server data associated with the input sample in the designated table,
18973 measured in kilobytes. The test is currently performed on 32-bit integers,
18974 which limits values to 4 terabytes. See also the sc_kbytes_in sample fetch
18975 keyword.
18976
18977table_kbytes_out(<table>)
18978 Uses the string representation of the input sample to perform a look up in
18979 the specified table. If the key is not found in the table, integer value zero
Davor Ocelice9ed2812017-12-25 17:49:28 +010018980 is returned. Otherwise the converter returns the cumulative number of server-
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018981 to-client data associated with the input sample in the designated table,
18982 measured in kilobytes. The test is currently performed on 32-bit integers,
18983 which limits values to 4 terabytes. See also the sc_kbytes_out sample fetch
18984 keyword.
18985
18986table_server_id(<table>)
18987 Uses the string representation of the input sample to perform a look up in
18988 the specified table. If the key is not found in the table, integer value zero
18989 is returned. Otherwise the converter returns the server ID associated with
18990 the input sample in the designated table. A server ID is associated to a
18991 sample by a "stick" rule when a connection to a server succeeds. A server ID
18992 zero means that no server is associated with this key.
18993
18994table_sess_cnt(<table>)
18995 Uses the string representation of the input sample to perform a look up in
18996 the specified table. If the key is not found in the table, integer value zero
Davor Ocelice9ed2812017-12-25 17:49:28 +010018997 is returned. Otherwise the converter returns the cumulative number of incoming
Willy Tarreaud9f316a2014-07-10 14:03:38 +020018998 sessions associated with the input sample in the designated table. Note that
18999 a session here refers to an incoming connection being accepted by the
19000 "tcp-request connection" rulesets. See also the sc_sess_cnt sample fetch
19001 keyword.
19002
19003table_sess_rate(<table>)
19004 Uses the string representation of the input sample to perform a look up in
19005 the specified table. If the key is not found in the table, integer value zero
19006 is returned. Otherwise the converter returns the average incoming session
19007 rate associated with the input sample in the designated table. Note that a
19008 session here refers to an incoming connection being accepted by the
19009 "tcp-request connection" rulesets. See also the sc_sess_rate sample fetch
19010 keyword.
19011
19012table_trackers(<table>)
19013 Uses the string representation of the input sample to perform a look up in
19014 the specified table. If the key is not found in the table, integer value zero
19015 is returned. Otherwise the converter returns the current amount of concurrent
19016 connections tracking the same key as the input sample in the designated
19017 table. It differs from table_conn_cur in that it does not rely on any stored
19018 information but on the table's reference count (the "use" value which is
19019 returned by "show table" on the CLI). This may sometimes be more suited for
19020 layer7 tracking. It can be used to tell a server how many concurrent
19021 connections there are from a given address for example. See also the
19022 sc_trackers sample fetch keyword.
19023
Moemen MHEDHBI92f7d432021-04-01 20:53:59 +020019024ub64dec
19025 This converter is the base64url variant of b64dec converter. base64url
19026 encoding is the "URL and Filename Safe Alphabet" variant of base64 encoding.
19027 It is also the encoding used in JWT (JSON Web Token) standard.
19028
19029 Example:
19030 # Decoding a JWT payload:
19031 http-request set-var(txn.token_payload) req.hdr(Authorization),word(2,.),ub64dec
19032
19033ub64enc
19034 This converter is the base64url variant of base64 converter.
19035
Willy Tarreauffcb2e42014-07-10 16:29:08 +020019036upper
19037 Convert a string sample to upper case. This can only be placed after a string
19038 sample fetch function or after a transformation keyword returning a string
19039 type. The result is of type string.
19040
Willy Tarreau62ba9ba2020-04-23 17:54:47 +020019041url_dec([<in_form>])
19042 Takes an url-encoded string provided as input and returns the decoded version
19043 as output. The input and the output are of type string. If the <in_form>
19044 argument is set to a non-zero integer value, the input string is assumed to
19045 be part of a form or query string and the '+' character will be turned into a
19046 space (' '). Otherwise this will only happen after a question mark indicating
19047 a query string ('?').
Thierry FOURNIER82ff3c92015-05-07 15:46:20 +020019048
William Dauchy888b0ae2021-01-06 23:39:50 +010019049url_enc([<enc_type>])
19050 Takes a string provided as input and returns the encoded version as output.
19051 The input and the output are of type string. By default the type of encoding
19052 is meant for `query` type. There is no other type supported for now but the
19053 optional argument is here for future changes.
19054
Frédéric Lécaille756d97f2019-03-04 19:03:48 +010019055ungrpc(<field_number>,[<field_type>])
Frédéric Lécaille50290fb2019-02-27 14:34:51 +010019056 This extracts the protocol buffers message field in raw mode of an input binary
Frédéric Lécaillebfe61382019-03-06 14:34:36 +010019057 sample representation of a gRPC message with <field_number> as field number
19058 (dotted notation) if <field_type> is not present, or as an integer sample if this
19059 field is present.
Frédéric Lécaille756d97f2019-03-04 19:03:48 +010019060 The list of the authorized types is the following one: "int32", "int64", "uint32",
19061 "uint64", "sint32", "sint64", "bool", "enum" for the "varint" wire type 0
19062 "fixed64", "sfixed64", "double" for the 64bit wire type 1, "fixed32", "sfixed32",
19063 "float" for the wire type 5. Note that "string" is considered as a length-delimited
Frédéric Lécaille93d33162019-03-06 09:35:59 +010019064 type, so it does not require any <field_type> argument to be extracted.
Frédéric Lécaille756d97f2019-03-04 19:03:48 +010019065 More information may be found here about the protocol buffers message field types:
19066 https://developers.google.com/protocol-buffers/docs/encoding
Frédéric Lécaille50290fb2019-02-27 14:34:51 +010019067
19068 Example:
19069 // with such a protocol buffer .proto file content adapted from
19070 // https://github.com/grpc/grpc/blob/master/examples/protos/route_guide.proto
19071
19072 message Point {
19073 int32 latitude = 1;
19074 int32 longitude = 2;
19075 }
19076
19077 message PPoint {
19078 Point point = 59;
19079 }
19080
19081 message Rectangle {
19082 // One corner of the rectangle.
19083 PPoint lo = 48;
19084 // The other corner of the rectangle.
19085 PPoint hi = 49;
19086 }
19087
Peter Gervaidf4c9d22020-06-11 18:05:11 +020019088 let's say a body request is made of a "Rectangle" object value (two PPoint
19089 protocol buffers messages), the four protocol buffers fields could be
19090 extracted with these "ungrpc" directives:
Frédéric Lécaille50290fb2019-02-27 14:34:51 +010019091
Frédéric Lécaille756d97f2019-03-04 19:03:48 +010019092 req.body,ungrpc(48.59.1,int32) # "latitude" of "lo" first PPoint
19093 req.body,ungrpc(48.59.2,int32) # "longitude" of "lo" first PPoint
John Roeslerfb2fce12019-07-10 15:45:51 -050019094 req.body,ungrpc(49.59.1,int32) # "latitude" of "hi" second PPoint
Frédéric Lécaille756d97f2019-03-04 19:03:48 +010019095 req.body,ungrpc(49.59.2,int32) # "longitude" of "hi" second PPoint
19096
Peter Gervaidf4c9d22020-06-11 18:05:11 +020019097 We could also extract the intermediary 48.59 field as a binary sample as follows:
Frédéric Lécaille756d97f2019-03-04 19:03:48 +010019098
Frédéric Lécaille93d33162019-03-06 09:35:59 +010019099 req.body,ungrpc(48.59)
Frédéric Lécaille756d97f2019-03-04 19:03:48 +010019100
Peter Gervaidf4c9d22020-06-11 18:05:11 +020019101 As a gRPC message is always made of a gRPC header followed by protocol buffers
19102 messages, in the previous example the "latitude" of "lo" first PPoint
19103 could be extracted with these equivalent directives:
Frédéric Lécaillebfe61382019-03-06 14:34:36 +010019104
19105 req.body,ungrpc(48.59),protobuf(1,int32)
19106 req.body,ungrpc(48),protobuf(59.1,int32)
19107 req.body,ungrpc(48),protobuf(59),protobuf(1,int32)
19108
Peter Gervaidf4c9d22020-06-11 18:05:11 +020019109 Note that the first convert must be "ungrpc", the remaining ones must be
19110 "protobuf" and only the last one may have or not a second argument to
19111 interpret the previous binary sample.
Frédéric Lécaillebfe61382019-03-06 14:34:36 +010019112
Frédéric Lécaille50290fb2019-02-27 14:34:51 +010019113
Tim Duesterhusef4e45c2021-01-21 17:40:50 +010019114unset-var(<var>)
Christopher Faulet85d79c92016-11-09 16:54:56 +010019115 Unsets a variable if the input content is defined. The name of the variable
19116 starts with an indication about its scope. The scopes allowed are:
19117 "proc" : the variable is shared with the whole process
19118 "sess" : the variable is shared with the whole session
19119 "txn" : the variable is shared with the transaction (request and
19120 response),
19121 "req" : the variable is shared only during request processing,
19122 "res" : the variable is shared only during response processing.
19123 This prefix is followed by a name. The separator is a '.'. The name may only
19124 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
19125
Willy Tarreau0dbfdba2014-07-10 16:37:47 +020019126utime(<format>[,<offset>])
19127 Converts an integer supposed to contain a date since epoch to a string
19128 representing this date in UTC time using a format defined by the <format>
19129 string using strftime(3). The purpose is to allow any date format to be used
19130 in logs. An optional <offset> in seconds may be applied to the input date
19131 (positive or negative). See the strftime() man page for the format supported
19132 by your operating system. See also the ltime converter.
19133
19134 Example :
19135
19136 # Emit two colons, one with the UTC time and another with ip:port
Davor Ocelice9ed2812017-12-25 17:49:28 +010019137 # e.g. 20140710162350 127.0.0.1:57325
Willy Tarreau0dbfdba2014-07-10 16:37:47 +020019138 log-format %[date,utime(%Y%m%d%H%M%S)]\ %ci:%cp
19139
Marcin Deranek9631a282018-04-16 14:30:46 +020019140word(<index>,<delimiters>[,<count>])
19141 Extracts the nth word counting from the beginning (positive index) or from
19142 the end (negative index) considering given delimiters from an input string.
19143 Indexes start at 1 or -1 and delimiters are a string formatted list of chars.
Jerome Magnin88209322020-01-28 13:33:44 +010019144 Delimiters at the beginning or end of the input string are ignored.
Marcin Deranek9631a282018-04-16 14:30:46 +020019145 Optionally you can specify <count> of words to extract (default: 1).
19146 Value of 0 indicates extraction of all remaining words.
19147
19148 Example :
19149 str(f1_f2_f3__f5),word(4,_) # f5
19150 str(f1_f2_f3__f5),word(2,_,0) # f2_f3__f5
19151 str(f1_f2_f3__f5),word(3,_,2) # f3__f5
19152 str(f1_f2_f3__f5),word(-2,_,3) # f1_f2_f3
19153 str(f1_f2_f3__f5),word(-3,_,0) # f1_f2
Jerome Magnin88209322020-01-28 13:33:44 +010019154 str(/f1/f2/f3/f4),word(1,/) # f1
Emeric Brunc9a0f6d2014-11-25 14:09:01 +010019155
Willy Tarreau23ec4ca2014-07-15 20:15:37 +020019156wt6([<avalanche>])
19157 Hashes a binary input sample into an unsigned 32-bit quantity using the WT6
19158 hash function. Optionally, it is possible to apply a full avalanche hash
19159 function to the output if the optional <avalanche> argument equals 1. This
19160 converter uses the same functions as used by the various hash-based load
19161 balancing algorithms, so it will provide exactly the same results. It is
19162 mostly intended for debugging, but can be used as a stick-table entry to
19163 collect rough statistics. It must not be used for security purposes as a
Emmanuel Hocdet50791a72018-03-21 11:19:01 +010019164 32-bit hash is trivial to break. See also "crc32", "djb2", "sdbm", "crc32c",
19165 and the "hash-type" directive.
Willy Tarreau23ec4ca2014-07-15 20:15:37 +020019166
Willy Tarreau97707872015-01-27 15:12:13 +010019167xor(<value>)
19168 Performs a bitwise "XOR" (exclusive OR) between <value> and the input value
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020019169 of type signed integer, and returns the result as an signed integer.
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020019170 <value> can be a numeric value or a variable name. The name of the variable
Daniel Schneller0b547052016-03-21 20:46:57 +010019171 starts with an indication about its scope. The scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010019172 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010019173 "sess" : the variable is shared with the whole session
19174 "txn" : the variable is shared with the transaction (request and
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020019175 response),
Daniel Schneller0b547052016-03-21 20:46:57 +010019176 "req" : the variable is shared only during request processing,
19177 "res" : the variable is shared only during response processing.
Thierry FOURNIER5d86fae2015-07-07 21:10:16 +020019178 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010019179 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Willy Tarreau97707872015-01-27 15:12:13 +010019180
Dragan Dosen04bf0cc2020-12-22 21:44:33 +010019181xxh3([<seed>])
19182 Hashes a binary input sample into a signed 64-bit quantity using the XXH3
19183 64-bit variant of the XXhash hash function. This hash supports a seed which
19184 defaults to zero but a different value maybe passed as the <seed> argument.
19185 This hash is known to be very good and very fast so it can be used to hash
19186 URLs and/or URL parameters for use as stick-table keys to collect statistics
19187 with a low collision rate, though care must be taken as the algorithm is not
19188 considered as cryptographically secure.
19189
Thierry FOURNIER01e09742016-12-26 11:46:11 +010019190xxh32([<seed>])
19191 Hashes a binary input sample into an unsigned 32-bit quantity using the 32-bit
19192 variant of the XXHash hash function. This hash supports a seed which defaults
19193 to zero but a different value maybe passed as the <seed> argument. This hash
19194 is known to be very good and very fast so it can be used to hash URLs and/or
19195 URL parameters for use as stick-table keys to collect statistics with a low
19196 collision rate, though care must be taken as the algorithm is not considered
19197 as cryptographically secure.
19198
19199xxh64([<seed>])
19200 Hashes a binary input sample into a signed 64-bit quantity using the 64-bit
19201 variant of the XXHash hash function. This hash supports a seed which defaults
19202 to zero but a different value maybe passed as the <seed> argument. This hash
19203 is known to be very good and very fast so it can be used to hash URLs and/or
19204 URL parameters for use as stick-table keys to collect statistics with a low
19205 collision rate, though care must be taken as the algorithm is not considered
19206 as cryptographically secure.
19207
William Lallemand9fbc84e2022-11-03 18:56:37 +010019208x509_v_err_str
19209 Convert a numerical value to its corresponding X509_V_ERR constant name. It
19210 is useful in ACL in order to have a configuration which works with multiple
19211 version of OpenSSL since some codes might change when changing version.
19212
William Lallemand117c7fd2023-05-03 15:13:10 +020019213 When the corresponding constant name was not found, outputs the numerical
19214 value as a string.
19215
William Lallemand9fbc84e2022-11-03 18:56:37 +010019216 The list of constant provided by OpenSSL can be found at
19217 https://www.openssl.org/docs/manmaster/man3/X509_STORE_CTX_get_error.html#ERROR-CODES
19218 Be careful to read the page for the right version of OpenSSL.
19219
19220 Example:
19221
19222 bind :443 ssl crt common.pem ca-file ca-auth.crt verify optional crt-ignore-err X509_V_ERR_CERT_REVOKED,X509_V_ERR_CERT_HAS_EXPIRED
19223
19224 acl cert_expired ssl_c_verify,x509_v_err_str -m str X509_V_ERR_CERT_HAS_EXPIRED
19225 acl cert_revoked ssl_c_verify,x509_v_err_str -m str X509_V_ERR_CERT_REVOKED
19226 acl cert_ok ssl_c_verify,x509_v_err_str -m str X509_V_OK
19227
19228 http-response add-header X-SSL Ok if cert_ok
19229 http-response add-header X-SSL Expired if cert_expired
19230 http-response add-header X-SSL Revoked if cert_revoked
Thierry FOURNIERd5f624d2013-11-26 11:52:33 +010019231
William Lallemand117c7fd2023-05-03 15:13:10 +020019232 http-response add-header X-SSL-verify %[ssl_c_verify,x509_v_err_str]
19233
19234
Thierry FOURNIER060762e2014-04-23 13:29:15 +0200192357.3.2. Fetching samples from internal states
Willy Tarreau74ca5042013-06-11 23:12:07 +020019236--------------------------------------------
19237
19238A first set of sample fetch methods applies to internal information which does
19239not even relate to any client information. These ones are sometimes used with
19240"monitor-fail" directives to report an internal status to external watchers.
19241The sample fetch methods described in this section are usable anywhere.
19242
19243always_false : boolean
19244 Always returns the boolean "false" value. It may be used with ACLs as a
19245 temporary replacement for another one when adjusting configurations.
19246
19247always_true : boolean
19248 Always returns the boolean "true" value. It may be used with ACLs as a
19249 temporary replacement for another one when adjusting configurations.
19250
19251avg_queue([<backend>]) : integer
Willy Tarreaud63335a2010-02-26 12:56:52 +010019252 Returns the total number of queued connections of the designated backend
Willy Tarreau74ca5042013-06-11 23:12:07 +020019253 divided by the number of active servers. The current backend is used if no
19254 backend is specified. This is very similar to "queue" except that the size of
19255 the farm is considered, in order to give a more accurate measurement of the
19256 time it may take for a new connection to be processed. The main usage is with
19257 ACL to return a sorry page to new users when it becomes certain they will get
19258 a degraded service, or to pass to the backend servers in a header so that
19259 they decide to work in degraded mode or to disable some functions to speed up
19260 the processing a bit. Note that in the event there would not be any active
19261 server anymore, twice the number of queued connections would be considered as
19262 the measured value. This is a fair estimate, as we expect one server to get
19263 back soon anyway, but we still prefer to send new traffic to another backend
19264 if in better shape. See also the "queue", "be_conn", and "be_sess_rate"
19265 sample fetches.
Krzysztof Piotr Oledzki346f76d2010-01-12 21:59:30 +010019266
Willy Tarreau74ca5042013-06-11 23:12:07 +020019267be_conn([<backend>]) : integer
Willy Tarreaua36af912009-10-10 12:02:45 +020019268 Applies to the number of currently established connections on the backend,
19269 possibly including the connection being evaluated. If no backend name is
19270 specified, the current one is used. But it is also possible to check another
19271 backend. It can be used to use a specific farm when the nominal one is full.
Patrick Hemmer4cdf3ab2018-06-14 17:10:27 -040019272 See also the "fe_conn", "queue", "be_conn_free", and "be_sess_rate" criteria.
19273
19274be_conn_free([<backend>]) : integer
19275 Returns an integer value corresponding to the number of available connections
19276 across available servers in the backend. Queue slots are not included. Backup
19277 servers are also not included, unless all other servers are down. If no
19278 backend name is specified, the current one is used. But it is also possible
19279 to check another backend. It can be used to use a specific farm when the
Patrick Hemmer155e93e2018-06-14 18:01:35 -040019280 nominal one is full. See also the "be_conn", "connslots", and "srv_conn_free"
19281 criteria.
Patrick Hemmer4cdf3ab2018-06-14 17:10:27 -040019282
19283 OTHER CAVEATS AND NOTES: if any of the server maxconn, or maxqueue is 0
19284 (meaning unlimited), then this fetch clearly does not make sense, in which
19285 case the value returned will be -1.
Willy Tarreau6a06a402007-07-15 20:15:28 +020019286
Willy Tarreau74ca5042013-06-11 23:12:07 +020019287be_sess_rate([<backend>]) : integer
19288 Returns an integer value corresponding to the sessions creation rate on the
19289 backend, in number of new sessions per second. This is used with ACLs to
19290 switch to an alternate backend when an expensive or fragile one reaches too
Davor Ocelice9ed2812017-12-25 17:49:28 +010019291 high a session rate, or to limit abuse of service (e.g. prevent sucking of an
Willy Tarreau74ca5042013-06-11 23:12:07 +020019292 online dictionary). It can also be useful to add this element to logs using a
19293 log-format directive.
Willy Tarreaud63335a2010-02-26 12:56:52 +010019294
19295 Example :
19296 # Redirect to an error page if the dictionary is requested too often
19297 backend dynamic
19298 mode http
19299 acl being_scanned be_sess_rate gt 100
19300 redirect location /denied.html if being_scanned
Willy Tarreau0ba27502007-12-24 16:55:16 +010019301
Davor Ocelice9ed2812017-12-25 17:49:28 +010019302bin(<hex>) : bin
Thierry FOURNIERcc103292015-06-06 19:30:17 +020019303 Returns a binary chain. The input is the hexadecimal representation
19304 of the string.
19305
19306bool(<bool>) : bool
19307 Returns a boolean value. <bool> can be 'true', 'false', '1' or '0'.
19308 'false' and '0' are the same. 'true' and '1' are the same.
19309
Willy Tarreau74ca5042013-06-11 23:12:07 +020019310connslots([<backend>]) : integer
19311 Returns an integer value corresponding to the number of connection slots
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030019312 still available in the backend, by totaling the maximum amount of
Willy Tarreau74ca5042013-06-11 23:12:07 +020019313 connections on all servers and the maximum queue size. This is probably only
19314 used with ACLs.
Tait Clarridge7896d522012-12-05 21:39:31 -050019315
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +080019316 The basic idea here is to be able to measure the number of connection "slots"
Willy Tarreau55165fe2009-05-10 12:02:55 +020019317 still available (connection + queue), so that anything beyond that (intended
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +080019318 usage; see "use_backend" keyword) can be redirected to a different backend.
19319
Willy Tarreau55165fe2009-05-10 12:02:55 +020019320 'connslots' = number of available server connection slots, + number of
19321 available server queue slots.
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +080019322
Willy Tarreaua36af912009-10-10 12:02:45 +020019323 Note that while "fe_conn" may be used, "connslots" comes in especially
Willy Tarreau55165fe2009-05-10 12:02:55 +020019324 useful when you have a case of traffic going to one single ip, splitting into
Willy Tarreau74ca5042013-06-11 23:12:07 +020019325 multiple backends (perhaps using ACLs to do name-based load balancing) and
Willy Tarreau55165fe2009-05-10 12:02:55 +020019326 you want to be able to differentiate between different backends, and their
Davor Ocelice9ed2812017-12-25 17:49:28 +010019327 available "connslots". Also, whereas "nbsrv" only measures servers that are
Willy Tarreau74ca5042013-06-11 23:12:07 +020019328 actually *down*, this fetch is more fine-grained and looks into the number of
Willy Tarreaua36af912009-10-10 12:02:45 +020019329 available connection slots as well. See also "queue" and "avg_queue".
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +080019330
Willy Tarreau55165fe2009-05-10 12:02:55 +020019331 OTHER CAVEATS AND NOTES: at this point in time, the code does not take care
19332 of dynamic connections. Also, if any of the server maxconn, or maxqueue is 0,
Willy Tarreau74ca5042013-06-11 23:12:07 +020019333 then this fetch clearly does not make sense, in which case the value returned
Willy Tarreau55165fe2009-05-10 12:02:55 +020019334 will be -1.
Jeffrey 'jf' Lim5051d7b2008-09-04 01:03:03 +080019335
Willy Tarreau70fe9442018-11-22 16:07:39 +010019336cpu_calls : integer
19337 Returns the number of calls to the task processing the stream or current
19338 request since it was allocated. This number is reset for each new request on
19339 the same connections in case of HTTP keep-alive. This value should usually be
19340 low and stable (around 2 calls for a typically simple request) but may become
19341 high if some processing (compression, caching or analysis) is performed. This
19342 is purely for performance monitoring purposes.
19343
19344cpu_ns_avg : integer
19345 Returns the average number of nanoseconds spent in each call to the task
19346 processing the stream or current request. This number is reset for each new
19347 request on the same connections in case of HTTP keep-alive. This value
19348 indicates the overall cost of processing the request or the connection for
19349 each call. There is no good nor bad value but the time spent in a call
19350 automatically causes latency for other processing (see lat_ns_avg below),
19351 and may affect other connection's apparent response time. Certain operations
19352 like compression, complex regex matching or heavy Lua operations may directly
19353 affect this value, and having it in the logs will make it easier to spot the
19354 faulty processing that needs to be fixed to recover decent performance.
19355 Note: this value is exactly cpu_ns_tot divided by cpu_calls.
19356
19357cpu_ns_tot : integer
19358 Returns the total number of nanoseconds spent in each call to the task
19359 processing the stream or current request. This number is reset for each new
19360 request on the same connections in case of HTTP keep-alive. This value
19361 indicates the overall cost of processing the request or the connection for
19362 each call. There is no good nor bad value but the time spent in a call
19363 automatically causes latency for other processing (see lat_ns_avg below),
19364 induces CPU costs on the machine, and may affect other connection's apparent
19365 response time. Certain operations like compression, complex regex matching or
19366 heavy Lua operations may directly affect this value, and having it in the
19367 logs will make it easier to spot the faulty processing that needs to be fixed
19368 to recover decent performance. The value may be artificially high due to a
19369 high cpu_calls count, for example when processing many HTTP chunks, and for
19370 this reason it is often preferred to log cpu_ns_avg instead.
19371
Cyril Bonté6bcd1822019-11-05 23:13:59 +010019372date([<offset>],[<unit>]) : integer
Willy Tarreau6236d3a2013-07-25 14:28:25 +020019373 Returns the current date as the epoch (number of seconds since 01/01/1970).
Damien Claisseae6f1252019-10-30 15:57:28 +000019374
19375 If an offset value is specified, then it is added to the current date before
19376 returning the value. This is particularly useful to compute relative dates,
19377 as both positive and negative offsets are allowed.
Willy Tarreau276fae92013-07-25 14:36:01 +020019378 It is useful combined with the http_date converter.
19379
Damien Claisseae6f1252019-10-30 15:57:28 +000019380 <unit> is facultative, and can be set to "s" for seconds (default behavior),
19381 "ms" for milliseconds or "us" for microseconds.
19382 If unit is set, return value is an integer reflecting either seconds,
19383 milliseconds or microseconds since epoch, plus offset.
19384 It is useful when a time resolution of less than a second is needed.
19385
Willy Tarreau276fae92013-07-25 14:36:01 +020019386 Example :
19387
19388 # set an expires header to now+1 hour in every response
19389 http-response set-header Expires %[date(3600),http_date]
Willy Tarreau6236d3a2013-07-25 14:28:25 +020019390
Damien Claisseae6f1252019-10-30 15:57:28 +000019391 # set an expires header to now+1 hour in every response, with
19392 # millisecond granularity
19393 http-response set-header Expires %[date(3600000,ms),http_date(0,ms)]
19394
Etienne Carrierea792a0a2018-01-17 13:43:24 +010019395date_us : integer
19396 Return the microseconds part of the date (the "second" part is returned by
19397 date sample). This sample is coherent with the date sample as it is comes
19398 from the same timeval structure.
19399
Willy Tarreau595ec542013-06-12 21:34:28 +020019400env(<name>) : string
19401 Returns a string containing the value of environment variable <name>. As a
19402 reminder, environment variables are per-process and are sampled when the
19403 process starts. This can be useful to pass some information to a next hop
19404 server, or with ACLs to take specific action when the process is started a
19405 certain way.
19406
19407 Examples :
19408 # Pass the Via header to next hop with the local hostname in it
19409 http-request add-header Via 1.1\ %[env(HOSTNAME)]
19410
19411 # reject cookie-less requests when the STOP environment variable is set
Christian Ruppert59e66e32022-02-20 22:54:01 +010019412 http-request deny if !{ req.cook(SESSIONID) -m found } { env(STOP) -m found }
Willy Tarreau595ec542013-06-12 21:34:28 +020019413
Willy Tarreau74ca5042013-06-11 23:12:07 +020019414fe_conn([<frontend>]) : integer
19415 Returns the number of currently established connections on the frontend,
Willy Tarreaud63335a2010-02-26 12:56:52 +010019416 possibly including the connection being evaluated. If no frontend name is
19417 specified, the current one is used. But it is also possible to check another
Willy Tarreau74ca5042013-06-11 23:12:07 +020019418 frontend. It can be used to return a sorry page before hard-blocking, or to
19419 use a specific backend to drain new requests when the farm is considered
Davor Ocelice9ed2812017-12-25 17:49:28 +010019420 full. This is mostly used with ACLs but can also be used to pass some
Willy Tarreau74ca5042013-06-11 23:12:07 +020019421 statistics to servers in HTTP headers. See also the "dst_conn", "be_conn",
19422 "fe_sess_rate" fetches.
Willy Tarreaua36af912009-10-10 12:02:45 +020019423
Nenad Merdanovicad9a7e92016-10-03 04:57:37 +020019424fe_req_rate([<frontend>]) : integer
19425 Returns an integer value corresponding to the number of HTTP requests per
19426 second sent to a frontend. This number can differ from "fe_sess_rate" in
19427 situations where client-side keep-alive is enabled.
19428
Willy Tarreau74ca5042013-06-11 23:12:07 +020019429fe_sess_rate([<frontend>]) : integer
19430 Returns an integer value corresponding to the sessions creation rate on the
19431 frontend, in number of new sessions per second. This is used with ACLs to
19432 limit the incoming session rate to an acceptable range in order to prevent
19433 abuse of service at the earliest moment, for example when combined with other
19434 layer 4 ACLs in order to force the clients to wait a bit for the rate to go
19435 down below the limit. It can also be useful to add this element to logs using
19436 a log-format directive. See also the "rate-limit sessions" directive for use
19437 in frontends.
Willy Tarreau079ff0a2009-03-05 21:34:28 +010019438
19439 Example :
19440 # This frontend limits incoming mails to 10/s with a max of 100
19441 # concurrent connections. We accept any connection below 10/s, and
19442 # force excess clients to wait for 100 ms. Since clients are limited to
19443 # 100 max, there cannot be more than 10 incoming mails per second.
19444 frontend mail
19445 bind :25
19446 mode tcp
19447 maxconn 100
19448 acl too_fast fe_sess_rate ge 10
19449 tcp-request inspect-delay 100ms
19450 tcp-request content accept if ! too_fast
19451 tcp-request content accept if WAIT_END
Willy Tarreaud72758d2010-01-12 10:42:19 +010019452
Nenad Merdanovic807a6e72017-03-12 22:00:00 +010019453hostname : string
19454 Returns the system hostname.
19455
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020019456int(<integer>) : signed integer
19457 Returns a signed integer.
19458
Thierry FOURNIERcc103292015-06-06 19:30:17 +020019459ipv4(<ipv4>) : ipv4
19460 Returns an ipv4.
19461
19462ipv6(<ipv6>) : ipv6
19463 Returns an ipv6.
19464
Tim Duesterhus46419372022-05-27 23:20:36 +020019465last_rule_file : string
Willy Tarreau0657b932022-03-09 17:33:05 +010019466 This returns the name of the configuration file containing the last final
19467 rule that was matched during stream analysis. A final rule is one that
19468 terminates the evaluation of the rule set (like an "accept", "deny" or
19469 "redirect"). This works for TCP request and response rules acting on the
19470 "content" rulesets, and on HTTP rules from "http-request", "http-response"
19471 and "http-after-response" rule sets. The legacy "redirect" rulesets are not
19472 supported (such information is not stored there), and neither "tcp-request
19473 connection" nor "tcp-request session" rulesets are supported because the
19474 information is stored at the stream level and streams do not exist during
19475 these rules. The main purpose of this function is to be able to report in
19476 logs where was the rule that gave the final verdict, in order to help
19477 figure why a request was denied for example. See also "last_rule_line".
19478
Tim Duesterhus46419372022-05-27 23:20:36 +020019479last_rule_line : integer
Willy Tarreau0657b932022-03-09 17:33:05 +010019480 This returns the line number in the configuration file where is located the
19481 last final rule that was matched during stream analysis. A final rule is one
19482 that terminates the evaluation of the rule set (like an "accept", "deny" or
19483 "redirect"). This works for TCP request and response rules acting on the
19484 "content" rulesets, and on HTTP rules from "http-request", "http-response"
19485 and "http-after-response" rule sets. The legacy "redirect" rulesets are not
19486 supported (such information is not stored there), and neither "tcp-request
19487 connection" nor "tcp-request session" rulesets are supported because the
19488 information is stored at the stream level and streams do not exist during
19489 these rules. The main purpose of this function is to be able to report in
19490 logs where was the rule that gave the final verdict, in order to help
19491 figure why a request was denied for example. See also "last_rule_file".
19492
Willy Tarreau70fe9442018-11-22 16:07:39 +010019493lat_ns_avg : integer
19494 Returns the average number of nanoseconds spent between the moment the task
19495 handling the stream is woken up and the moment it is effectively called. This
19496 number is reset for each new request on the same connections in case of HTTP
19497 keep-alive. This value indicates the overall latency inflicted to the current
19498 request by all other requests being processed in parallel, and is a direct
19499 indicator of perceived performance due to noisy neighbours. In order to keep
19500 the value low, it is possible to reduce the scheduler's run queue depth using
19501 "tune.runqueue-depth", to reduce the number of concurrent events processed at
19502 once using "tune.maxpollevents", to decrease the stream's nice value using
Willy Tarreaue7723bd2020-06-24 11:11:02 +020019503 the "nice" option on the "bind" lines or in the frontend, to enable low
19504 latency scheduling using "tune.sched.low-latency", or to look for other heavy
19505 requests in logs (those exhibiting large values of "cpu_ns_avg"), whose
19506 processing needs to be adjusted or fixed. Compression of large buffers could
19507 be a culprit, like heavy regex or long lists of regex. Note: this value is
19508 exactly lat_ns_tot divided by cpu_calls.
Willy Tarreau70fe9442018-11-22 16:07:39 +010019509
19510lat_ns_tot : integer
19511 Returns the total number of nanoseconds spent between the moment the task
19512 handling the stream is woken up and the moment it is effectively called. This
19513 number is reset for each new request on the same connections in case of HTTP
19514 keep-alive. This value indicates the overall latency inflicted to the current
19515 request by all other requests being processed in parallel, and is a direct
19516 indicator of perceived performance due to noisy neighbours. In order to keep
19517 the value low, it is possible to reduce the scheduler's run queue depth using
19518 "tune.runqueue-depth", to reduce the number of concurrent events processed at
19519 once using "tune.maxpollevents", to decrease the stream's nice value using
Willy Tarreaue7723bd2020-06-24 11:11:02 +020019520 the "nice" option on the "bind" lines or in the frontend, to enable low
19521 latency scheduling using "tune.sched.low-latency", or to look for other heavy
19522 requests in logs (those exhibiting large values of "cpu_ns_avg"), whose
19523 processing needs to be adjusted or fixed. Compression of large buffers could
19524 be a culprit, like heavy regex or long lists of regex. Note: while it
Willy Tarreau70fe9442018-11-22 16:07:39 +010019525 may intuitively seem that the total latency adds to a transfer time, it is
19526 almost never true because while a task waits for the CPU, network buffers
19527 continue to fill up and the next call will process more at once. The value
19528 may be artificially high due to a high cpu_calls count, for example when
19529 processing many HTTP chunks, and for this reason it is often preferred to log
19530 lat_ns_avg instead, which is a more relevant performance indicator.
19531
Thierry FOURNIERcc103292015-06-06 19:30:17 +020019532meth(<method>) : method
19533 Returns a method.
19534
Willy Tarreau74ca5042013-06-11 23:12:07 +020019535nbsrv([<backend>]) : integer
19536 Returns an integer value corresponding to the number of usable servers of
19537 either the current backend or the named backend. This is mostly used with
19538 ACLs but can also be useful when added to logs. This is normally used to
Willy Tarreaud63335a2010-02-26 12:56:52 +010019539 switch to an alternate backend when the number of servers is too low to
19540 to handle some load. It is useful to report a failure when combined with
19541 "monitor fail".
Willy Tarreau079ff0a2009-03-05 21:34:28 +010019542
Patrick Hemmerfabb24f2018-08-13 14:07:57 -040019543prio_class : integer
19544 Returns the priority class of the current session for http mode or connection
19545 for tcp mode. The value will be that set by the last call to "http-request
19546 set-priority-class" or "tcp-request content set-priority-class".
19547
19548prio_offset : integer
19549 Returns the priority offset of the current session for http mode or
19550 connection for tcp mode. The value will be that set by the last call to
19551 "http-request set-priority-offset" or "tcp-request content
19552 set-priority-offset".
19553
Willy Tarreau0f30d262014-11-24 16:02:05 +010019554proc : integer
Willy Tarreaub63dbb72021-06-11 16:50:29 +020019555 Always returns value 1 (historically it would return the calling process
19556 number).
Willy Tarreau0f30d262014-11-24 16:02:05 +010019557
Willy Tarreau74ca5042013-06-11 23:12:07 +020019558queue([<backend>]) : integer
Willy Tarreaud63335a2010-02-26 12:56:52 +010019559 Returns the total number of queued connections of the designated backend,
19560 including all the connections in server queues. If no backend name is
19561 specified, the current one is used, but it is also possible to check another
Willy Tarreau74ca5042013-06-11 23:12:07 +020019562 one. This is useful with ACLs or to pass statistics to backend servers. This
19563 can be used to take actions when queuing goes above a known level, generally
19564 indicating a surge of traffic or a massive slowdown on the servers. One
19565 possible action could be to reject new users but still accept old ones. See
19566 also the "avg_queue", "be_conn", and "be_sess_rate" fetches.
19567
Frédéric Lécaille33d11c42023-01-12 17:55:45 +010019568quic_enabled : boolean
Frédéric Lécaille33d11c42023-01-12 17:55:45 +010019569 Return true when the support for QUIC transport protocol was compiled and
19570 if this procotol was not disabled by "no-quic" global option. See also "no-quic"
19571 global option.
19572
Willy Tarreau84310e22014-02-14 11:59:04 +010019573rand([<range>]) : integer
19574 Returns a random integer value within a range of <range> possible values,
19575 starting at zero. If the range is not specified, it defaults to 2^32, which
19576 gives numbers between 0 and 4294967295. It can be useful to pass some values
19577 needed to take some routing decisions for example, or just for debugging
19578 purposes. This random must not be used for security purposes.
19579
Willy Tarreau74ca5042013-06-11 23:12:07 +020019580srv_conn([<backend>/]<server>) : integer
19581 Returns an integer value corresponding to the number of currently established
19582 connections on the designated server, possibly including the connection being
19583 evaluated. If <backend> is omitted, then the server is looked up in the
19584 current backend. It can be used to use a specific farm when one server is
19585 full, or to inform the server about our view of the number of active
Patrick Hemmer155e93e2018-06-14 18:01:35 -040019586 connections with it. See also the "fe_conn", "be_conn", "queue", and
19587 "srv_conn_free" fetch methods.
19588
19589srv_conn_free([<backend>/]<server>) : integer
19590 Returns an integer value corresponding to the number of available connections
19591 on the designated server, possibly including the connection being evaluated.
19592 The value does not include queue slots. If <backend> is omitted, then the
19593 server is looked up in the current backend. It can be used to use a specific
19594 farm when one server is full, or to inform the server about our view of the
19595 number of active connections with it. See also the "be_conn_free" and
19596 "srv_conn" fetch methods.
19597
19598 OTHER CAVEATS AND NOTES: If the server maxconn is 0, then this fetch clearly
19599 does not make sense, in which case the value returned will be -1.
Willy Tarreau74ca5042013-06-11 23:12:07 +020019600
19601srv_is_up([<backend>/]<server>) : boolean
19602 Returns true when the designated server is UP, and false when it is either
19603 DOWN or in maintenance mode. If <backend> is omitted, then the server is
19604 looked up in the current backend. It is mainly used to take action based on
Davor Ocelice9ed2812017-12-25 17:49:28 +010019605 an external status reported via a health check (e.g. a geographical site's
Willy Tarreau74ca5042013-06-11 23:12:07 +020019606 availability). Another possible use which is more of a hack consists in
19607 using dummy servers as boolean variables that can be enabled or disabled from
19608 the CLI, so that rules depending on those ACLs can be tweaked in realtime.
19609
Willy Tarreauff2b7af2017-10-13 11:46:26 +020019610srv_queue([<backend>/]<server>) : integer
19611 Returns an integer value corresponding to the number of connections currently
19612 pending in the designated server's queue. If <backend> is omitted, then the
19613 server is looked up in the current backend. It can sometimes be used together
19614 with the "use-server" directive to force to use a known faster server when it
19615 is not much loaded. See also the "srv_conn", "avg_queue" and "queue" sample
19616 fetch methods.
19617
Willy Tarreau74ca5042013-06-11 23:12:07 +020019618srv_sess_rate([<backend>/]<server>) : integer
19619 Returns an integer corresponding to the sessions creation rate on the
19620 designated server, in number of new sessions per second. If <backend> is
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030019621 omitted, then the server is looked up in the current backend. This is mostly
Willy Tarreau74ca5042013-06-11 23:12:07 +020019622 used with ACLs but can make sense with logs too. This is used to switch to an
19623 alternate backend when an expensive or fragile one reaches too high a session
Davor Ocelice9ed2812017-12-25 17:49:28 +010019624 rate, or to limit abuse of service (e.g. prevent latent requests from
Willy Tarreau74ca5042013-06-11 23:12:07 +020019625 overloading servers).
19626
19627 Example :
19628 # Redirect to a separate back
19629 acl srv1_full srv_sess_rate(be1/srv1) gt 50
19630 acl srv2_full srv_sess_rate(be1/srv2) gt 50
19631 use_backend be2 if srv1_full or srv2_full
19632
Alexbf1bd5a2021-04-24 13:02:21 +020019633srv_iweight([<backend>/]<server>) : integer
Christopher Faulet1bea8652020-07-10 16:03:45 +020019634 Returns an integer corresponding to the server's initial weight. If <backend>
19635 is omitted, then the server is looked up in the current backend. See also
19636 "srv_weight" and "srv_uweight".
19637
Alexbf1bd5a2021-04-24 13:02:21 +020019638srv_uweight([<backend>/]<server>) : integer
Christopher Faulet1bea8652020-07-10 16:03:45 +020019639 Returns an integer corresponding to the user visible server's weight. If
19640 <backend> is omitted, then the server is looked up in the current
19641 backend. See also "srv_weight" and "srv_iweight".
19642
Alexbf1bd5a2021-04-24 13:02:21 +020019643srv_weight([<backend>/]<server>) : integer
Christopher Faulet1bea8652020-07-10 16:03:45 +020019644 Returns an integer corresponding to the current (or effective) server's
19645 weight. If <backend> is omitted, then the server is looked up in the current
19646 backend. See also "srv_iweight" and "srv_uweight".
19647
Willy Tarreau0f30d262014-11-24 16:02:05 +010019648stopping : boolean
19649 Returns TRUE if the process calling the function is currently stopping. This
19650 can be useful for logging, or for relaxing certain checks or helping close
19651 certain connections upon graceful shutdown.
19652
Thierry FOURNIERcc103292015-06-06 19:30:17 +020019653str(<string>) : string
19654 Returns a string.
19655
Willy Tarreau74ca5042013-06-11 23:12:07 +020019656table_avl([<table>]) : integer
19657 Returns the total number of available entries in the current proxy's
19658 stick-table or in the designated stick-table. See also table_cnt.
19659
19660table_cnt([<table>]) : integer
19661 Returns the total number of entries currently in use in the current proxy's
19662 stick-table or in the designated stick-table. See also src_conn_cnt and
19663 table_avl for other entry counting methods.
19664
Christopher Faulet34adb2a2017-11-21 21:45:38 +010019665thread : integer
19666 Returns an integer value corresponding to the position of the thread calling
19667 the function, between 0 and (global.nbthread-1). This is useful for logging
19668 and debugging purposes.
19669
Alexandar Lazic528adc32021-06-01 00:27:01 +020019670uuid([<version>]) : string
19671 Returns a UUID following the RFC4122 standard. If the version is not
19672 specified, a UUID version 4 (fully random) is returned.
19673 Currently, only version 4 is supported.
19674
Willy Tarreau54496a62021-09-03 12:00:13 +020019675var(<var-name>[,<default>]) : undefined
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020019676 Returns a variable with the stored type. If the variable is not set, the
Willy Tarreau54496a62021-09-03 12:00:13 +020019677 sample fetch fails, unless a default value is provided, in which case it will
19678 return it as a string. Empty strings are permitted. The name of the variable
19679 starts with an indication about its scope. The scopes allowed are:
Christopher Fauletff2613e2016-11-09 11:36:17 +010019680 "proc" : the variable is shared with the whole process
Daniel Schneller0b547052016-03-21 20:46:57 +010019681 "sess" : the variable is shared with the whole session
19682 "txn" : the variable is shared with the transaction (request and
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020019683 response),
Daniel Schneller0b547052016-03-21 20:46:57 +010019684 "req" : the variable is shared only during request processing,
19685 "res" : the variable is shared only during response processing.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020019686 This prefix is followed by a name. The separator is a '.'. The name may only
Christopher Fauletb71557a2016-10-31 10:49:03 +010019687 contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020019688
Thierry FOURNIER060762e2014-04-23 13:29:15 +0200196897.3.3. Fetching samples at Layer 4
Willy Tarreau74ca5042013-06-11 23:12:07 +020019690----------------------------------
19691
Daniel Corbett9f0843f2021-05-08 10:50:37 -040019692The layer 4 usually describes just the transport layer which in HAProxy is
Willy Tarreau74ca5042013-06-11 23:12:07 +020019693closest to the connection, where no content is yet made available. The fetch
19694methods described here are usable as low as the "tcp-request connection" rule
19695sets unless they require some future information. Those generally include
19696TCP/IP addresses and ports, as well as elements from stick-tables related to
Willy Tarreau4d4149c2013-07-23 19:33:46 +020019697the incoming connection. For retrieving a value from a sticky counters, the
19698counter number can be explicitly set as 0, 1, or 2 using the pre-defined
Moemen MHEDHBI9cf46342018-09-25 17:50:53 +020019699"sc0_", "sc1_", or "sc2_" prefix. These three pre-defined prefixes can only be
Willy Tarreau6c011712023-01-06 16:09:58 +010019700used if the global "tune.stick-counters" value does not exceed 3, otherwise the
19701counter number can be specified as the first integer argument when using the
19702"sc_" prefix starting from "sc_0" to "sc_N" where N is (tune.stick-counters-1).
19703An optional table may be specified with the "sc*" form, in which case the
19704currently tracked key will be looked up into this alternate table instead of
19705the table currently being tracked.
Willy Tarreau74ca5042013-06-11 23:12:07 +020019706
Christopher Faulet7d081f02021-04-15 09:38:37 +020019707bc_dst : ip
19708 This is the destination ip address of the connection on the server side,
19709 which is the server address HAProxy connected to. It is of type IP and works
19710 on both IPv4 and IPv6 tables. On IPv6 tables, IPv4 address is mapped to its
19711 IPv6 equivalent, according to RFC 4291.
19712
19713bc_dst_port : integer
19714 Returns an integer value corresponding to the destination TCP port of the
Daniel Corbett9f0843f2021-05-08 10:50:37 -040019715 connection on the server side, which is the port HAProxy connected to.
Christopher Faulet7d081f02021-04-15 09:38:37 +020019716
Willy Tarreau6f749762021-11-05 17:07:03 +010019717bc_err : integer
19718 Returns the ID of the error that might have occurred on the current backend
19719 connection. See the "fc_err_str" fetch for a full list of error codes
19720 and their corresponding error message.
19721
19722bc_err_str : string
19723 Returns an error message describing what problem happened on the current
19724 backend connection, resulting in a connection failure. See the
19725 "fc_err_str" fetch for a full list of error codes and their
19726 corresponding error message.
19727
Jérôme Magnin35e53a62019-01-16 14:38:37 +010019728bc_http_major : integer
Jérôme Magnin86577422018-12-07 09:03:11 +010019729 Returns the backend connection's HTTP major version encoding, which may be 1
19730 for HTTP/0.9 to HTTP/1.1 or 2 for HTTP/2. Note, this is based on the on-wire
19731 encoding and not the version present in the request header.
19732
Christopher Faulet7d081f02021-04-15 09:38:37 +020019733bc_src : ip
19734 This is the source ip address of the connection on the server side, which is
Daniel Corbett9f0843f2021-05-08 10:50:37 -040019735 the server address HAProxy connected from. It is of type IP and works on both
Christopher Faulet7d081f02021-04-15 09:38:37 +020019736 IPv4 and IPv6 tables. On IPv6 tables, IPv4 addresses are mapped to their IPv6
19737 equivalent, according to RFC 4291.
19738
19739bc_src_port : integer
19740 Returns an integer value corresponding to the TCP source port of the
Daniel Corbett9f0843f2021-05-08 10:50:37 -040019741 connection on the server side, which is the port HAProxy connected from.
Christopher Faulet7d081f02021-04-15 09:38:37 +020019742
Willy Tarreau74ca5042013-06-11 23:12:07 +020019743be_id : integer
19744 Returns an integer containing the current backend's id. It can be used in
Christopher Fauletd1b44642020-04-30 09:51:15 +020019745 frontends with responses to check which backend processed the request. It can
19746 also be used in a tcp-check or an http-check ruleset.
Willy Tarreau74ca5042013-06-11 23:12:07 +020019747
Marcin Deranekd2471c22016-12-12 14:08:05 +010019748be_name : string
19749 Returns a string containing the current backend's name. It can be used in
Christopher Fauletd1b44642020-04-30 09:51:15 +020019750 frontends with responses to check which backend processed the request. It can
19751 also be used in a tcp-check or an http-check ruleset.
Marcin Deranekd2471c22016-12-12 14:08:05 +010019752
Aleksandar Lazic5529c992023-04-28 11:39:12 +020019753bc_rtt(<unit>) : integer
19754 Returns the Round Trip Time (RTT) measured by the kernel for the backend
19755 connection. <unit> is facultative, by default the unit is milliseconds. <unit>
19756 can be set to "ms" for milliseconds or "us" for microseconds. If the server
19757 connection is not established, if the connection is not TCP or if the
19758 operating system does not support TCP_INFO, for example Linux kernels before
19759 2.4, the sample fetch fails.
19760
19761bc_rttvar(<unit>) : integer
19762 Returns the Round Trip Time (RTT) variance measured by the kernel for the
19763 backend connection. <unit> is facultative, by default the unit is milliseconds.
19764 <unit> can be set to "ms" for milliseconds or "us" for microseconds. If the
19765 server connection is not established, if the connection is not TCP or if the
19766 operating system does not support TCP_INFO, for example Linux kernels before
19767 2.4, the sample fetch fails.
19768
Amaury Denoyelled91d7792020-12-10 13:43:56 +010019769be_server_timeout : integer
19770 Returns the configuration value in millisecond for the server timeout of the
19771 current backend. This timeout can be overwritten by a "set-timeout" rule. See
19772 also the "cur_server_timeout".
19773
19774be_tunnel_timeout : integer
19775 Returns the configuration value in millisecond for the tunnel timeout of the
19776 current backend. This timeout can be overwritten by a "set-timeout" rule. See
19777 also the "cur_tunnel_timeout".
19778
Amaury Denoyellef7719a22020-12-10 13:43:58 +010019779cur_server_timeout : integer
19780 Returns the currently applied server timeout in millisecond for the stream.
19781 In the default case, this will be equal to be_server_timeout unless a
19782 "set-timeout" rule has been applied. See also "be_server_timeout".
19783
19784cur_tunnel_timeout : integer
19785 Returns the currently applied tunnel timeout in millisecond for the stream.
19786 In the default case, this will be equal to be_tunnel_timeout unless a
19787 "set-timeout" rule has been applied. See also "be_tunnel_timeout".
19788
Willy Tarreau74ca5042013-06-11 23:12:07 +020019789dst : ip
Christopher Faulet888cd702021-10-25 16:58:50 +020019790 This is the destination IP address of the connection on the client side,
19791 which is the address the client connected to. Any tcp/http rules may alter
19792 this address. It can be useful when running in transparent mode. It is of
19793 type IP and works on both IPv4 and IPv6 tables. On IPv6 tables, IPv4 address
19794 is mapped to its IPv6 equivalent, according to RFC 4291. When the incoming
19795 connection passed through address translation or redirection involving
19796 connection tracking, the original destination address before the redirection
19797 will be reported. On Linux systems, the source and destination may seldom
19798 appear reversed if the nf_conntrack_tcp_loose sysctl is set, because a late
19799 response may reopen a timed out connection and switch what is believed to be
19800 the source and the destination.
Willy Tarreau74ca5042013-06-11 23:12:07 +020019801
19802dst_conn : integer
19803 Returns an integer value corresponding to the number of currently established
19804 connections on the same socket including the one being evaluated. It is
19805 normally used with ACLs but can as well be used to pass the information to
19806 servers in an HTTP header or in logs. It can be used to either return a sorry
19807 page before hard-blocking, or to use a specific backend to drain new requests
19808 when the socket is considered saturated. This offers the ability to assign
19809 different limits to different listening ports or addresses. See also the
19810 "fe_conn" and "be_conn" fetches.
Willy Tarreaud63335a2010-02-26 12:56:52 +010019811
Willy Tarreau16e01562016-08-09 16:46:18 +020019812dst_is_local : boolean
19813 Returns true if the destination address of the incoming connection is local
19814 to the system, or false if the address doesn't exist on the system, meaning
19815 that it was intercepted in transparent mode. It can be useful to apply
19816 certain rules by default to forwarded traffic and other rules to the traffic
Davor Ocelice9ed2812017-12-25 17:49:28 +010019817 targeting the real address of the machine. For example the stats page could
Willy Tarreau16e01562016-08-09 16:46:18 +020019818 be delivered only on this address, or SSH access could be locally redirected.
19819 Please note that the check involves a few system calls, so it's better to do
19820 it only once per connection.
19821
Willy Tarreau74ca5042013-06-11 23:12:07 +020019822dst_port : integer
19823 Returns an integer value corresponding to the destination TCP port of the
19824 connection on the client side, which is the port the client connected to.
Christopher Faulet888cd702021-10-25 16:58:50 +020019825 Any tcp/http rules may alter this address. This might be used when running in
19826 transparent mode, when assigning dynamic ports to some clients for a whole
19827 application session, to stick all users to a same server, or to pass the
19828 destination port information to a server using an HTTP header.
Willy Tarreau74ca5042013-06-11 23:12:07 +020019829
Willy Tarreau6f749762021-11-05 17:07:03 +010019830fc_dst : ip
19831 This is the original destination IP address of the connection on the client
19832 side. Only "tcp-request connection" rules may alter this address. See "dst"
19833 for details.
19834
19835fc_dst_is_local : boolean
19836 Returns true if the original destination address of the incoming connection
19837 is local to the system, or false if the address doesn't exist on the
19838 system. See "dst_is_local" for details.
19839
19840fc_dst_port : integer
19841 Returns an integer value corresponding to the original destination TCP port
19842 of the connection on the client side. Only "tcp-request connection" rules may
19843 alter this address. See "dst-port" for details.
19844
19845fc_err : integer
Remi Tricot-Le Breton3d2093a2021-07-29 09:45:49 +020019846 Returns the ID of the error that might have occurred on the current
19847 connection. Any strictly positive value of this fetch indicates that the
19848 connection did not succeed and would result in an error log being output (as
Willy Tarreauec5c1102021-11-06 09:18:33 +010019849 described in section 8.2.6). See the "fc_err_str" fetch for a full list of
Remi Tricot-Le Breton3d2093a2021-07-29 09:45:49 +020019850 error codes and their corresponding error message.
19851
Willy Tarreau6f749762021-11-05 17:07:03 +010019852fc_err_str : string
Ilya Shipitsin01881082021-08-07 14:41:56 +050019853 Returns an error message describing what problem happened on the current
Remi Tricot-Le Breton3d2093a2021-07-29 09:45:49 +020019854 connection, resulting in a connection failure. This string corresponds to the
Willy Tarreauec5c1102021-11-06 09:18:33 +010019855 "message" part of the error log format (see section 8.2.6). See below for a
Remi Tricot-Le Breton3d2093a2021-07-29 09:45:49 +020019856 full list of error codes and their corresponding error messages :
19857
19858 +----+---------------------------------------------------------------------------+
19859 | ID | message |
19860 +----+---------------------------------------------------------------------------+
19861 | 0 | "Success" |
19862 | 1 | "Reached configured maxconn value" |
19863 | 2 | "Too many sockets on the process" |
19864 | 3 | "Too many sockets on the system" |
19865 | 4 | "Out of system buffers" |
19866 | 5 | "Protocol or address family not supported" |
19867 | 6 | "General socket error" |
19868 | 7 | "Source port range exhausted" |
19869 | 8 | "Can't bind to source address" |
19870 | 9 | "Out of local source ports on the system" |
19871 | 10 | "Local source address already in use" |
19872 | 11 | "Connection closed while waiting for PROXY protocol header" |
19873 | 12 | "Connection error while waiting for PROXY protocol header" |
19874 | 13 | "Timeout while waiting for PROXY protocol header" |
19875 | 14 | "Truncated PROXY protocol header received" |
19876 | 15 | "Received something which does not look like a PROXY protocol header" |
19877 | 16 | "Received an invalid PROXY protocol header" |
19878 | 17 | "Received an unhandled protocol in the PROXY protocol header" |
19879 | 18 | "Connection closed while waiting for NetScaler Client IP header" |
19880 | 19 | "Connection error while waiting for NetScaler Client IP header" |
19881 | 20 | "Timeout while waiting for a NetScaler Client IP header" |
19882 | 21 | "Truncated NetScaler Client IP header received" |
19883 | 22 | "Received an invalid NetScaler Client IP magic number" |
19884 | 23 | "Received an unhandled protocol in the NetScaler Client IP header" |
19885 | 24 | "Connection closed during SSL handshake" |
19886 | 25 | "Connection error during SSL handshake" |
19887 | 26 | "Timeout during SSL handshake" |
19888 | 27 | "Too many SSL connections" |
19889 | 28 | "Out of memory when initializing an SSL connection" |
19890 | 29 | "Rejected a client-initiated SSL renegotiation attempt" |
19891 | 30 | "SSL client CA chain cannot be verified" |
19892 | 31 | "SSL client certificate not trusted" |
19893 | 32 | "Server presented an SSL certificate different from the configured one" |
19894 | 33 | "Server presented an SSL certificate different from the expected one" |
19895 | 34 | "SSL handshake failure" |
19896 | 35 | "SSL handshake failure after heartbeat" |
19897 | 36 | "Stopped a TLSv1 heartbeat attack (CVE-2014-0160)" |
19898 | 37 | "Attempt to use SSL on an unknown target (internal error)" |
19899 | 38 | "Server refused early data" |
19900 | 39 | "SOCKS4 Proxy write error during handshake" |
19901 | 40 | "SOCKS4 Proxy read error during handshake" |
19902 | 41 | "SOCKS4 Proxy deny the request" |
19903 | 42 | "SOCKS4 Proxy handshake aborted by server" |
Remi Tricot-Le Breton61944f72021-09-29 18:56:51 +020019904 | 43 | "SSL fatal error" |
Remi Tricot-Le Breton3d2093a2021-07-29 09:45:49 +020019905 +----+---------------------------------------------------------------------------+
19906
Christopher Faulet7bd21922021-10-25 16:18:15 +020019907fc_fackets : integer
19908 Returns the fack counter measured by the kernel for the client
19909 connection. If the server connection is not established, if the connection is
19910 not TCP or if the operating system does not support TCP_INFO, for example
19911 Linux kernels before 2.4, the sample fetch fails.
19912
Willy Tarreau60ca10a2017-08-18 15:26:54 +020019913fc_http_major : integer
19914 Reports the front connection's HTTP major version encoding, which may be 1
19915 for HTTP/0.9 to HTTP/1.1 or 2 for HTTP/2. Note, this is based on the on-wire
19916 encoding and not on the version present in the request header.
19917
Christopher Faulet7bd21922021-10-25 16:18:15 +020019918fc_lost : integer
19919 Returns the lost counter measured by the kernel for the client
19920 connection. If the server connection is not established, if the connection is
19921 not TCP or if the operating system does not support TCP_INFO, for example
19922 Linux kernels before 2.4, the sample fetch fails.
19923
Geoff Simmons7185b782019-08-27 18:31:16 +020019924fc_pp_authority : string
19925 Returns the authority TLV sent by the client in the PROXY protocol header,
19926 if any.
19927
Tim Duesterhusd1b15b62020-03-13 12:34:23 +010019928fc_pp_unique_id : string
19929 Returns the unique ID TLV sent by the client in the PROXY protocol header,
19930 if any.
19931
Emeric Brun4f603012017-01-05 15:11:44 +010019932fc_rcvd_proxy : boolean
19933 Returns true if the client initiated the connection with a PROXY protocol
19934 header.
19935
Christopher Faulet7bd21922021-10-25 16:18:15 +020019936fc_reordering : integer
19937 Returns the reordering counter measured by the kernel for the client
19938 connection. If the server connection is not established, if the connection is
19939 not TCP or if the operating system does not support TCP_INFO, for example
19940 Linux kernels before 2.4, the sample fetch fails.
19941
19942fc_retrans : integer
19943 Returns the retransmits counter measured by the kernel for the client
19944 connection. If the server connection is not established, if the connection is
19945 not TCP or if the operating system does not support TCP_INFO, for example
19946 Linux kernels before 2.4, the sample fetch fails.
19947
Thierry Fournier / OZON.IO6310bef2016-07-24 20:16:50 +020019948fc_rtt(<unit>) : integer
19949 Returns the Round Trip Time (RTT) measured by the kernel for the client
19950 connection. <unit> is facultative, by default the unit is milliseconds. <unit>
19951 can be set to "ms" for milliseconds or "us" for microseconds. If the server
19952 connection is not established, if the connection is not TCP or if the
19953 operating system does not support TCP_INFO, for example Linux kernels before
19954 2.4, the sample fetch fails.
19955
19956fc_rttvar(<unit>) : integer
19957 Returns the Round Trip Time (RTT) variance measured by the kernel for the
19958 client connection. <unit> is facultative, by default the unit is milliseconds.
19959 <unit> can be set to "ms" for milliseconds or "us" for microseconds. If the
19960 server connection is not established, if the connection is not TCP or if the
19961 operating system does not support TCP_INFO, for example Linux kernels before
19962 2.4, the sample fetch fails.
19963
Christopher Fauletba0c53e2019-10-17 14:40:48 +020019964fc_sacked : integer
Joe Williams30fcd392016-08-10 07:06:44 -070019965 Returns the sacked counter measured by the kernel for the client connection.
19966 If the server connection is not established, if the connection is not TCP or
19967 if the operating system does not support TCP_INFO, for example Linux kernels
19968 before 2.4, the sample fetch fails.
19969
Christopher Faulet888cd702021-10-25 16:58:50 +020019970fc_src : ip
Christopher Faulet18b63f42023-07-17 07:56:55 +020019971 This is the original source IP address of the connection on the client side
19972 Only "tcp-request connection" rules may alter this address. See "src" for
19973 details.
Christopher Faulet888cd702021-10-25 16:58:50 +020019974
19975fc_src_is_local : boolean
19976 Returns true if the source address of incoming connection is local to the
19977 system, or false if the address doesn't exist on the system. See
19978 "src_is_local" for details.
19979
19980fc_src_port : integer
19981
19982 Returns an integer value corresponding to the TCP source port of the
19983 connection on the client side. Only "tcp-request connection" rules may alter
19984 this address. See "src-port" for details.
19985
Joe Williams30fcd392016-08-10 07:06:44 -070019986
Christopher Faulet7bd21922021-10-25 16:18:15 +020019987fc_unacked : integer
19988 Returns the unacked counter measured by the kernel for the client connection.
19989 If the server connection is not established, if the connection is not TCP or
19990 if the operating system does not support TCP_INFO, for example Linux kernels
19991 before 2.4, the sample fetch fails.
Joe Williams30fcd392016-08-10 07:06:44 -070019992
Marcin Deranek9a66dfb2018-04-13 14:37:50 +020019993fe_defbe : string
19994 Returns a string containing the frontend's default backend name. It can be
19995 used in frontends to check which backend will handle requests by default.
19996
Willy Tarreau74ca5042013-06-11 23:12:07 +020019997fe_id : integer
19998 Returns an integer containing the current frontend's id. It can be used in
Marcin Deranek6e413ed2016-12-13 12:40:01 +010019999 backends to check from which frontend it was called, or to stick all users
Willy Tarreau74ca5042013-06-11 23:12:07 +020020000 coming via a same frontend to the same server.
20001
Marcin Deranekd2471c22016-12-12 14:08:05 +010020002fe_name : string
20003 Returns a string containing the current frontend's name. It can be used in
20004 backends to check from which frontend it was called, or to stick all users
20005 coming via a same frontend to the same server.
20006
Amaury Denoyelleda184d52020-12-10 13:43:55 +010020007fe_client_timeout : integer
20008 Returns the configuration value in millisecond for the client timeout of the
20009 current frontend.
20010
Cyril Bonté62ba8702014-04-22 23:52:25 +020020011sc_bytes_in_rate(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020012sc0_bytes_in_rate([<table>]) : integer
20013sc1_bytes_in_rate([<table>]) : integer
20014sc2_bytes_in_rate([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020015 Returns the average client-to-server bytes rate from the currently tracked
20016 counters, measured in amount of bytes over the period configured in the
20017 table. See also src_bytes_in_rate.
20018
Cyril Bonté62ba8702014-04-22 23:52:25 +020020019sc_bytes_out_rate(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020020sc0_bytes_out_rate([<table>]) : integer
20021sc1_bytes_out_rate([<table>]) : integer
20022sc2_bytes_out_rate([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020023 Returns the average server-to-client bytes rate from the currently tracked
20024 counters, measured in amount of bytes over the period configured in the
20025 table. See also src_bytes_out_rate.
20026
Emeric Brun4d7ada82021-06-30 19:04:16 +020020027sc_clr_gpc(<idx>,<ctr>[,<table>]) : integer
20028 Clears the General Purpose Counter at the index <idx> of the array
20029 associated to the designated tracked counter of ID <ctr> from current
20030 proxy's stick table or from the designated stick-table <table>, and
20031 returns its previous value. <idx> is an integer between 0 and 99 and
20032 <ctr> an integer between 0 and 2.
20033 Before the first invocation, the stored value is zero, so first invocation
20034 will always return zero.
20035 This fetch applies only to the 'gpc' array data_type (and not to the legacy
20036 'gpc0' nor 'gpc1' data_types).
20037
Cyril Bonté62ba8702014-04-22 23:52:25 +020020038sc_clr_gpc0(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020039sc0_clr_gpc0([<table>]) : integer
20040sc1_clr_gpc0([<table>]) : integer
20041sc2_clr_gpc0([<table>]) : integer
Willy Tarreauf73cd112011-08-13 01:45:16 +020020042 Clears the first General Purpose Counter associated to the currently tracked
20043 counters, and returns its previous value. Before the first invocation, the
Willy Tarreau869948b2013-01-04 14:14:57 +010020044 stored value is zero, so first invocation will always return zero. This is
20045 typically used as a second ACL in an expression in order to mark a connection
20046 when a first ACL was verified :
Willy Tarreauf73cd112011-08-13 01:45:16 +020020047
Jarno Huuskonen676f6222017-03-30 09:19:45 +030020048 Example:
Willy Tarreauf73cd112011-08-13 01:45:16 +020020049 # block if 5 consecutive requests continue to come faster than 10 sess
20050 # per second, and reset the counter as soon as the traffic slows down.
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020020051 acl abuse sc0_http_req_rate gt 10
20052 acl kill sc0_inc_gpc0 gt 5
20053 acl save sc0_clr_gpc0 ge 0
Willy Tarreauf73cd112011-08-13 01:45:16 +020020054 tcp-request connection accept if !abuse save
20055 tcp-request connection reject if abuse kill
20056
Frédéric Lécaille6778b272018-01-29 15:22:53 +010020057sc_clr_gpc1(<ctr>[,<table>]) : integer
20058sc0_clr_gpc1([<table>]) : integer
20059sc1_clr_gpc1([<table>]) : integer
20060sc2_clr_gpc1([<table>]) : integer
20061 Clears the second General Purpose Counter associated to the currently tracked
20062 counters, and returns its previous value. Before the first invocation, the
20063 stored value is zero, so first invocation will always return zero. This is
20064 typically used as a second ACL in an expression in order to mark a connection
20065 when a first ACL was verified.
20066
Cyril Bonté62ba8702014-04-22 23:52:25 +020020067sc_conn_cnt(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020068sc0_conn_cnt([<table>]) : integer
20069sc1_conn_cnt([<table>]) : integer
20070sc2_conn_cnt([<table>]) : integer
Davor Ocelice9ed2812017-12-25 17:49:28 +010020071 Returns the cumulative number of incoming connections from currently tracked
Willy Tarreaue9656522010-08-17 15:40:09 +020020072 counters. See also src_conn_cnt.
20073
Cyril Bonté62ba8702014-04-22 23:52:25 +020020074sc_conn_cur(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020075sc0_conn_cur([<table>]) : integer
20076sc1_conn_cur([<table>]) : integer
20077sc2_conn_cur([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020078 Returns the current amount of concurrent connections tracking the same
20079 tracked counters. This number is automatically incremented when tracking
20080 begins and decremented when tracking stops. See also src_conn_cur.
20081
Cyril Bonté62ba8702014-04-22 23:52:25 +020020082sc_conn_rate(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020083sc0_conn_rate([<table>]) : integer
20084sc1_conn_rate([<table>]) : integer
20085sc2_conn_rate([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020086 Returns the average connection rate from the currently tracked counters,
20087 measured in amount of connections over the period configured in the table.
20088 See also src_conn_rate.
20089
Emeric Brun4d7ada82021-06-30 19:04:16 +020020090sc_get_gpc(<idx>,<ctr>[,<table>]) : integer
20091 Returns the value of the General Purpose Counter at the index <idx>
20092 in the GPC array and associated to the currently tracked counter of
20093 ID <ctr> from the current proxy's stick-table or from the designated
20094 stick-table <table>. <idx> is an integer between 0 and 99 and
20095 <ctr> an integer between 0 and 2. If there is not gpc stored at this
20096 index, zero is returned.
20097 This fetch applies only to the 'gpc' array data_type (and not to the legacy
20098 'gpc0' nor 'gpc1' data_types). See also src_get_gpc and sc_inc_gpc.
20099
Cyril Bonté62ba8702014-04-22 23:52:25 +020020100sc_get_gpc0(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020101sc0_get_gpc0([<table>]) : integer
20102sc1_get_gpc0([<table>]) : integer
20103sc2_get_gpc0([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020104 Returns the value of the first General Purpose Counter associated to the
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020105 currently tracked counters. See also src_get_gpc0 and sc/sc0/sc1/sc2_inc_gpc0.
Willy Tarreauba2ffd12013-05-29 15:54:14 +020020106
Frédéric Lécaille6778b272018-01-29 15:22:53 +010020107sc_get_gpc1(<ctr>[,<table>]) : integer
20108sc0_get_gpc1([<table>]) : integer
20109sc1_get_gpc1([<table>]) : integer
20110sc2_get_gpc1([<table>]) : integer
20111 Returns the value of the second General Purpose Counter associated to the
20112 currently tracked counters. See also src_get_gpc1 and sc/sc0/sc1/sc2_inc_gpc1.
20113
Emeric Brun877b0b52021-06-30 18:57:49 +020020114sc_get_gpt(<idx>,<ctr>[,<table>]) : integer
20115 Returns the value of the first General Purpose Tag at the index <idx> of
20116 the array associated to the tracked counter of ID <ctr> and from the
20117 current proxy's sitck-table or the designated stick-table <table>. <idx>
20118 is an integer between 0 and 99 and <ctr> an integer between 0 and 2.
20119 If there is no GPT stored at this index, zero is returned.
20120 This fetch applies only to the 'gpt' array data_type (and not on
20121 the legacy 'gpt0' data-type). See also src_get_gpt.
20122
Thierry FOURNIER236657b2015-08-19 08:25:14 +020020123sc_get_gpt0(<ctr>[,<table>]) : integer
20124sc0_get_gpt0([<table>]) : integer
20125sc1_get_gpt0([<table>]) : integer
20126sc2_get_gpt0([<table>]) : integer
20127 Returns the value of the first General Purpose Tag associated to the
20128 currently tracked counters. See also src_get_gpt0.
20129
Emeric Brun4d7ada82021-06-30 19:04:16 +020020130sc_gpc_rate(<idx>,<ctr>[,<table>]) : integer
20131 Returns the average increment rate of the General Purpose Counter at the
20132 index <idx> of the array associated to the tracked counter of ID <ctr> from
20133 the current proxy's table or from the designated stick-table <table>.
20134 It reports the frequency which the gpc counter was incremented over the
20135 configured period. <idx> is an integer between 0 and 99 and <ctr> an integer
20136 between 0 and 2.
20137 Note that the 'gpc_rate' counter array must be stored in the stick-table
20138 for a value to be returned, as 'gpc' only holds the event count.
20139 This fetch applies only to the 'gpc_rate' array data_type (and not to
20140 the legacy 'gpc0_rate' nor 'gpc1_rate' data_types).
20141 See also src_gpc_rate, sc_get_gpc, and sc_inc_gpc.
20142
Cyril Bonté62ba8702014-04-22 23:52:25 +020020143sc_gpc0_rate(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020144sc0_gpc0_rate([<table>]) : integer
20145sc1_gpc0_rate([<table>]) : integer
20146sc2_gpc0_rate([<table>]) : integer
Willy Tarreauba2ffd12013-05-29 15:54:14 +020020147 Returns the average increment rate of the first General Purpose Counter
20148 associated to the currently tracked counters. It reports the frequency
20149 which the gpc0 counter was incremented over the configured period. See also
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020150 src_gpc0_rate, sc/sc0/sc1/sc2_get_gpc0, and sc/sc0/sc1/sc2_inc_gpc0. Note
20151 that the "gpc0_rate" counter must be stored in the stick-table for a value to
20152 be returned, as "gpc0" only holds the event count.
Willy Tarreaue9656522010-08-17 15:40:09 +020020153
Frédéric Lécaille6778b272018-01-29 15:22:53 +010020154sc_gpc1_rate(<ctr>[,<table>]) : integer
20155sc0_gpc1_rate([<table>]) : integer
20156sc1_gpc1_rate([<table>]) : integer
20157sc2_gpc1_rate([<table>]) : integer
20158 Returns the average increment rate of the second General Purpose Counter
20159 associated to the currently tracked counters. It reports the frequency
20160 which the gpc1 counter was incremented over the configured period. See also
20161 src_gpcA_rate, sc/sc0/sc1/sc2_get_gpc1, and sc/sc0/sc1/sc2_inc_gpc1. Note
20162 that the "gpc1_rate" counter must be stored in the stick-table for a value to
20163 be returned, as "gpc1" only holds the event count.
20164
Cyril Bonté62ba8702014-04-22 23:52:25 +020020165sc_http_err_cnt(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020166sc0_http_err_cnt([<table>]) : integer
20167sc1_http_err_cnt([<table>]) : integer
20168sc2_http_err_cnt([<table>]) : integer
Davor Ocelice9ed2812017-12-25 17:49:28 +010020169 Returns the cumulative number of HTTP errors from the currently tracked
Willy Tarreaue9656522010-08-17 15:40:09 +020020170 counters. This includes the both request errors and 4xx error responses.
20171 See also src_http_err_cnt.
20172
Cyril Bonté62ba8702014-04-22 23:52:25 +020020173sc_http_err_rate(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020174sc0_http_err_rate([<table>]) : integer
20175sc1_http_err_rate([<table>]) : integer
20176sc2_http_err_rate([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020177 Returns the average rate of HTTP errors from the currently tracked counters,
20178 measured in amount of errors over the period configured in the table. This
20179 includes the both request errors and 4xx error responses. See also
20180 src_http_err_rate.
20181
Willy Tarreau826f3ab2021-02-10 12:07:15 +010020182sc_http_fail_cnt(<ctr>[,<table>]) : integer
20183sc0_http_fail_cnt([<table>]) : integer
20184sc1_http_fail_cnt([<table>]) : integer
20185sc2_http_fail_cnt([<table>]) : integer
20186 Returns the cumulative number of HTTP response failures from the currently
20187 tracked counters. This includes the both response errors and 5xx status codes
20188 other than 501 and 505. See also src_http_fail_cnt.
20189
20190sc_http_fail_rate(<ctr>[,<table>]) : integer
20191sc0_http_fail_rate([<table>]) : integer
20192sc1_http_fail_rate([<table>]) : integer
20193sc2_http_fail_rate([<table>]) : integer
20194 Returns the average rate of HTTP response failures from the currently tracked
20195 counters, measured in amount of failures over the period configured in the
20196 table. This includes the both response errors and 5xx status codes other than
20197 501 and 505. See also src_http_fail_rate.
20198
Cyril Bonté62ba8702014-04-22 23:52:25 +020020199sc_http_req_cnt(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020200sc0_http_req_cnt([<table>]) : integer
20201sc1_http_req_cnt([<table>]) : integer
20202sc2_http_req_cnt([<table>]) : integer
Davor Ocelice9ed2812017-12-25 17:49:28 +010020203 Returns the cumulative number of HTTP requests from the currently tracked
Willy Tarreaue9656522010-08-17 15:40:09 +020020204 counters. This includes every started request, valid or not. See also
20205 src_http_req_cnt.
20206
Cyril Bonté62ba8702014-04-22 23:52:25 +020020207sc_http_req_rate(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020208sc0_http_req_rate([<table>]) : integer
20209sc1_http_req_rate([<table>]) : integer
20210sc2_http_req_rate([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020211 Returns the average rate of HTTP requests from the currently tracked
20212 counters, measured in amount of requests over the period configured in
20213 the table. This includes every started request, valid or not. See also
20214 src_http_req_rate.
20215
Emeric Brun4d7ada82021-06-30 19:04:16 +020020216sc_inc_gpc(<idx>,<ctr>[,<table>]) : integer
20217 Increments the General Purpose Counter at the index <idx> of the array
20218 associated to the designated tracked counter of ID <ctr> from current
20219 proxy's stick table or from the designated stick-table <table>, and
20220 returns its new value. <idx> is an integer between 0 and 99 and
20221 <ctr> an integer between 0 and 2.
20222 Before the first invocation, the stored value is zero, so first invocation
20223 will increase it to 1 and will return 1.
20224 This fetch applies only to the 'gpc' array data_type (and not to the legacy
20225 'gpc0' nor 'gpc1' data_types).
20226
Cyril Bonté62ba8702014-04-22 23:52:25 +020020227sc_inc_gpc0(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020228sc0_inc_gpc0([<table>]) : integer
20229sc1_inc_gpc0([<table>]) : integer
20230sc2_inc_gpc0([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020231 Increments the first General Purpose Counter associated to the currently
Willy Tarreau869948b2013-01-04 14:14:57 +010020232 tracked counters, and returns its new value. Before the first invocation,
20233 the stored value is zero, so first invocation will increase it to 1 and will
20234 return 1. This is typically used as a second ACL in an expression in order
20235 to mark a connection when a first ACL was verified :
Willy Tarreaue9656522010-08-17 15:40:09 +020020236
Jarno Huuskonen676f6222017-03-30 09:19:45 +030020237 Example:
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020020238 acl abuse sc0_http_req_rate gt 10
20239 acl kill sc0_inc_gpc0 gt 0
Willy Tarreaue9656522010-08-17 15:40:09 +020020240 tcp-request connection reject if abuse kill
20241
Frédéric Lécaille6778b272018-01-29 15:22:53 +010020242sc_inc_gpc1(<ctr>[,<table>]) : integer
20243sc0_inc_gpc1([<table>]) : integer
20244sc1_inc_gpc1([<table>]) : integer
20245sc2_inc_gpc1([<table>]) : integer
20246 Increments the second General Purpose Counter associated to the currently
20247 tracked counters, and returns its new value. Before the first invocation,
20248 the stored value is zero, so first invocation will increase it to 1 and will
20249 return 1. This is typically used as a second ACL in an expression in order
20250 to mark a connection when a first ACL was verified.
20251
Cyril Bonté62ba8702014-04-22 23:52:25 +020020252sc_kbytes_in(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020253sc0_kbytes_in([<table>]) : integer
20254sc1_kbytes_in([<table>]) : integer
20255sc2_kbytes_in([<table>]) : integer
Willy Tarreaua01b9742014-07-10 15:29:24 +020020256 Returns the total amount of client-to-server data from the currently tracked
20257 counters, measured in kilobytes. The test is currently performed on 32-bit
20258 integers, which limits values to 4 terabytes. See also src_kbytes_in.
Willy Tarreaue9656522010-08-17 15:40:09 +020020259
Cyril Bonté62ba8702014-04-22 23:52:25 +020020260sc_kbytes_out(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020261sc0_kbytes_out([<table>]) : integer
20262sc1_kbytes_out([<table>]) : integer
20263sc2_kbytes_out([<table>]) : integer
Willy Tarreaua01b9742014-07-10 15:29:24 +020020264 Returns the total amount of server-to-client data from the currently tracked
20265 counters, measured in kilobytes. The test is currently performed on 32-bit
20266 integers, which limits values to 4 terabytes. See also src_kbytes_out.
Willy Tarreaue9656522010-08-17 15:40:09 +020020267
Cyril Bonté62ba8702014-04-22 23:52:25 +020020268sc_sess_cnt(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020269sc0_sess_cnt([<table>]) : integer
20270sc1_sess_cnt([<table>]) : integer
20271sc2_sess_cnt([<table>]) : integer
Davor Ocelice9ed2812017-12-25 17:49:28 +010020272 Returns the cumulative number of incoming connections that were transformed
Willy Tarreaue9656522010-08-17 15:40:09 +020020273 into sessions, which means that they were accepted by a "tcp-request
20274 connection" rule, from the currently tracked counters. A backend may count
20275 more sessions than connections because each connection could result in many
Jamie Gloudonaaa21002012-08-25 00:18:33 -040020276 backend sessions if some HTTP keep-alive is performed over the connection
Willy Tarreaue9656522010-08-17 15:40:09 +020020277 with the client. See also src_sess_cnt.
20278
Cyril Bonté62ba8702014-04-22 23:52:25 +020020279sc_sess_rate(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020280sc0_sess_rate([<table>]) : integer
20281sc1_sess_rate([<table>]) : integer
20282sc2_sess_rate([<table>]) : integer
Willy Tarreaue9656522010-08-17 15:40:09 +020020283 Returns the average session rate from the currently tracked counters,
20284 measured in amount of sessions over the period configured in the table. A
20285 session is a connection that got past the early "tcp-request connection"
20286 rules. A backend may count more sessions than connections because each
20287 connection could result in many backend sessions if some HTTP keep-alive is
Jamie Gloudonaaa21002012-08-25 00:18:33 -040020288 performed over the connection with the client. See also src_sess_rate.
Willy Tarreaue9656522010-08-17 15:40:09 +020020289
Cyril Bonté62ba8702014-04-22 23:52:25 +020020290sc_tracked(<ctr>[,<table>]) : boolean
Willy Tarreau0f791d42013-07-23 19:56:43 +020020291sc0_tracked([<table>]) : boolean
20292sc1_tracked([<table>]) : boolean
20293sc2_tracked([<table>]) : boolean
Willy Tarreau6f1615f2013-06-03 15:15:22 +020020294 Returns true if the designated session counter is currently being tracked by
20295 the current session. This can be useful when deciding whether or not we want
20296 to set some values in a header passed to the server.
20297
Cyril Bonté62ba8702014-04-22 23:52:25 +020020298sc_trackers(<ctr>[,<table>]) : integer
Willy Tarreau0f791d42013-07-23 19:56:43 +020020299sc0_trackers([<table>]) : integer
20300sc1_trackers([<table>]) : integer
20301sc2_trackers([<table>]) : integer
Willy Tarreau2406db42012-12-09 12:16:43 +010020302 Returns the current amount of concurrent connections tracking the same
20303 tracked counters. This number is automatically incremented when tracking
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020020304 begins and decremented when tracking stops. It differs from sc0_conn_cur in
Willy Tarreau2406db42012-12-09 12:16:43 +010020305 that it does not rely on any stored information but on the table's reference
20306 count (the "use" value which is returned by "show table" on the CLI). This
Willy Tarreau74ca5042013-06-11 23:12:07 +020020307 may sometimes be more suited for layer7 tracking. It can be used to tell a
20308 server how many concurrent connections there are from a given address for
20309 example.
Willy Tarreau2406db42012-12-09 12:16:43 +010020310
Willy Tarreau74ca5042013-06-11 23:12:07 +020020311so_id : integer
20312 Returns an integer containing the current listening socket's id. It is useful
20313 in frontends involving many "bind" lines, or to stick all users coming via a
20314 same socket to the same server.
Willy Tarreaud63335a2010-02-26 12:56:52 +010020315
Jerome Magnineb421b22020-03-27 22:08:40 +010020316so_name : string
20317 Returns a string containing the current listening socket's name, as defined
20318 with name on a "bind" line. It can serve the same purposes as so_id but with
20319 strings instead of integers.
20320
Willy Tarreau74ca5042013-06-11 23:12:07 +020020321src : ip
Christopher Faulet888cd702021-10-25 16:58:50 +020020322 This is the source IP address of the client of the session. Any tcp/http
20323 rules may alter this address. It is of type IP and works on both IPv4 and
20324 IPv6 tables. On IPv6 tables, IPv4 addresses are mapped to their IPv6
20325 equivalent, according to RFC 4291. Note that it is the TCP-level source
20326 address which is used, and not the address of a client behind a
20327 proxy. However if the "accept-proxy" or "accept-netscaler-cip" bind directive
20328 is used, it can be the address of a client behind another PROXY-protocol
20329 compatible component for all rule sets except "tcp-request connection" which
20330 sees the real address. When the incoming connection passed through address
20331 translation or redirection involving connection tracking, the original
20332 destination address before the redirection will be reported. On Linux
20333 systems, the source and destination may seldom appear reversed if the
20334 nf_conntrack_tcp_loose sysctl is set, because a late response may reopen a
20335 timed out connection and switch what is believed to be the source and the
20336 destination.
Willy Tarreaud63335a2010-02-26 12:56:52 +010020337
Thierry FOURNIERd5f624d2013-11-26 11:52:33 +010020338 Example:
20339 # add an HTTP header in requests with the originating address' country
20340 http-request set-header X-Country %[src,map_ip(geoip.lst)]
20341
Willy Tarreau74ca5042013-06-11 23:12:07 +020020342src_bytes_in_rate([<table>]) : integer
20343 Returns the average bytes rate from the incoming connection's source address
20344 in the current proxy's stick-table or in the designated stick-table, measured
20345 in amount of bytes over the period configured in the table. If the address is
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020346 not found, zero is returned. See also sc/sc0/sc1/sc2_bytes_in_rate.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020347
Willy Tarreau74ca5042013-06-11 23:12:07 +020020348src_bytes_out_rate([<table>]) : integer
20349 Returns the average bytes rate to the incoming connection's source address in
20350 the current proxy's stick-table or in the designated stick-table, measured in
Willy Tarreauc9705a12010-07-27 20:05:50 +020020351 amount of bytes over the period configured in the table. If the address is
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020352 not found, zero is returned. See also sc/sc0/sc1/sc2_bytes_out_rate.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020353
Emeric Brun4d7ada82021-06-30 19:04:16 +020020354src_clr_gpc(<idx>,[<table>]) : integer
20355 Clears the General Purpose Counter at the index <idx> of the array
20356 associated to the incoming connection's source address in the current proxy's
20357 stick-table or in the designated stick-table <table>, and returns its
20358 previous value. <idx> is an integer between 0 and 99.
20359 If the address is not found, an entry is created and 0 is returned.
20360 This fetch applies only to the 'gpc' array data_type (and not to the legacy
20361 'gpc0' nor 'gpc1' data_types).
20362 See also sc_clr_gpc.
20363
Willy Tarreau74ca5042013-06-11 23:12:07 +020020364src_clr_gpc0([<table>]) : integer
20365 Clears the first General Purpose Counter associated to the incoming
20366 connection's source address in the current proxy's stick-table or in the
20367 designated stick-table, and returns its previous value. If the address is not
20368 found, an entry is created and 0 is returned. This is typically used as a
20369 second ACL in an expression in order to mark a connection when a first ACL
20370 was verified :
Willy Tarreauf73cd112011-08-13 01:45:16 +020020371
Jarno Huuskonen676f6222017-03-30 09:19:45 +030020372 Example:
Willy Tarreauf73cd112011-08-13 01:45:16 +020020373 # block if 5 consecutive requests continue to come faster than 10 sess
20374 # per second, and reset the counter as soon as the traffic slows down.
20375 acl abuse src_http_req_rate gt 10
20376 acl kill src_inc_gpc0 gt 5
Willy Tarreau869948b2013-01-04 14:14:57 +010020377 acl save src_clr_gpc0 ge 0
Willy Tarreauf73cd112011-08-13 01:45:16 +020020378 tcp-request connection accept if !abuse save
20379 tcp-request connection reject if abuse kill
20380
Frédéric Lécaille6778b272018-01-29 15:22:53 +010020381src_clr_gpc1([<table>]) : integer
20382 Clears the second General Purpose Counter associated to the incoming
20383 connection's source address in the current proxy's stick-table or in the
20384 designated stick-table, and returns its previous value. If the address is not
20385 found, an entry is created and 0 is returned. This is typically used as a
20386 second ACL in an expression in order to mark a connection when a first ACL
20387 was verified.
20388
Willy Tarreau74ca5042013-06-11 23:12:07 +020020389src_conn_cnt([<table>]) : integer
Davor Ocelice9ed2812017-12-25 17:49:28 +010020390 Returns the cumulative number of connections initiated from the current
Willy Tarreau74ca5042013-06-11 23:12:07 +020020391 incoming connection's source address in the current proxy's stick-table or in
Willy Tarreauc9705a12010-07-27 20:05:50 +020020392 the designated stick-table. If the address is not found, zero is returned.
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020393 See also sc/sc0/sc1/sc2_conn_cnt.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020394
Willy Tarreau74ca5042013-06-11 23:12:07 +020020395src_conn_cur([<table>]) : integer
Willy Tarreauc9705a12010-07-27 20:05:50 +020020396 Returns the current amount of concurrent connections initiated from the
Willy Tarreau74ca5042013-06-11 23:12:07 +020020397 current incoming connection's source address in the current proxy's
20398 stick-table or in the designated stick-table. If the address is not found,
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020399 zero is returned. See also sc/sc0/sc1/sc2_conn_cur.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020400
Willy Tarreau74ca5042013-06-11 23:12:07 +020020401src_conn_rate([<table>]) : integer
20402 Returns the average connection rate from the incoming connection's source
20403 address in the current proxy's stick-table or in the designated stick-table,
20404 measured in amount of connections over the period configured in the table. If
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020405 the address is not found, zero is returned. See also sc/sc0/sc1/sc2_conn_rate.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020406
Emeric Brun4d7ada82021-06-30 19:04:16 +020020407src_get_gpc(<idx>,[<table>]) : integer
20408 Returns the value of the General Purpose Counter at the index <idx> of the
20409 array associated to the incoming connection's source address in the
20410 current proxy's stick-table or in the designated stick-table <table>. <idx>
20411 is an integer between 0 and 99.
20412 If the address is not found or there is no gpc stored at this index, zero
20413 is returned.
20414 This fetch applies only to the 'gpc' array data_type (and not on the legacy
20415 'gpc0' nor 'gpc1' data_types).
20416 See also sc_get_gpc and src_inc_gpc.
20417
Willy Tarreau74ca5042013-06-11 23:12:07 +020020418src_get_gpc0([<table>]) : integer
Willy Tarreauc9705a12010-07-27 20:05:50 +020020419 Returns the value of the first General Purpose Counter associated to the
Willy Tarreau74ca5042013-06-11 23:12:07 +020020420 incoming connection's source address in the current proxy's stick-table or in
Willy Tarreauc9705a12010-07-27 20:05:50 +020020421 the designated stick-table. If the address is not found, zero is returned.
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020422 See also sc/sc0/sc1/sc2_get_gpc0 and src_inc_gpc0.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020423
Frédéric Lécaille6778b272018-01-29 15:22:53 +010020424src_get_gpc1([<table>]) : integer
20425 Returns the value of the second General Purpose Counter associated to the
20426 incoming connection's source address in the current proxy's stick-table or in
20427 the designated stick-table. If the address is not found, zero is returned.
20428 See also sc/sc0/sc1/sc2_get_gpc1 and src_inc_gpc1.
20429
Emeric Brun877b0b52021-06-30 18:57:49 +020020430src_get_gpt(<idx>[,<table>]) : integer
20431 Returns the value of the first General Purpose Tag at the index <idx> of
20432 the array associated to the incoming connection's source address in the
20433 current proxy's stick-table or in the designated stick-table <table>.
20434 <idx> is an integer between 0 and 99.
20435 If the address is not found or the GPT is not stored, zero is returned.
20436 See also the sc_get_gpt sample fetch keyword.
20437
Thierry FOURNIER236657b2015-08-19 08:25:14 +020020438src_get_gpt0([<table>]) : integer
20439 Returns the value of the first General Purpose Tag associated to the
20440 incoming connection's source address in the current proxy's stick-table or in
20441 the designated stick-table. If the address is not found, zero is returned.
20442 See also sc/sc0/sc1/sc2_get_gpt0.
20443
Emeric Brun4d7ada82021-06-30 19:04:16 +020020444src_gpc_rate(<idx>[,<table>]) : integer
20445 Returns the average increment rate of the General Purpose Counter at the
20446 index <idx> of the array associated to the incoming connection's
20447 source address in the current proxy's stick-table or in the designated
20448 stick-table <table>. It reports the frequency which the gpc counter was
20449 incremented over the configured period. <idx> is an integer between 0 and 99.
20450 Note that the 'gpc_rate' counter must be stored in the stick-table for a
20451 value to be returned, as 'gpc' only holds the event count.
20452 This fetch applies only to the 'gpc_rate' array data_type (and not to
20453 the legacy 'gpc0_rate' nor 'gpc1_rate' data_types).
20454 See also sc_gpc_rate, src_get_gpc, and sc_inc_gpc.
20455
Willy Tarreau74ca5042013-06-11 23:12:07 +020020456src_gpc0_rate([<table>]) : integer
Willy Tarreauba2ffd12013-05-29 15:54:14 +020020457 Returns the average increment rate of the first General Purpose Counter
Willy Tarreau74ca5042013-06-11 23:12:07 +020020458 associated to the incoming connection's source address in the current proxy's
Willy Tarreauba2ffd12013-05-29 15:54:14 +020020459 stick-table or in the designated stick-table. It reports the frequency
20460 which the gpc0 counter was incremented over the configured period. See also
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020461 sc/sc0/sc1/sc2_gpc0_rate, src_get_gpc0, and sc/sc0/sc1/sc2_inc_gpc0. Note
20462 that the "gpc0_rate" counter must be stored in the stick-table for a value to
20463 be returned, as "gpc0" only holds the event count.
Willy Tarreauba2ffd12013-05-29 15:54:14 +020020464
Frédéric Lécaille6778b272018-01-29 15:22:53 +010020465src_gpc1_rate([<table>]) : integer
20466 Returns the average increment rate of the second General Purpose Counter
20467 associated to the incoming connection's source address in the current proxy's
20468 stick-table or in the designated stick-table. It reports the frequency
20469 which the gpc1 counter was incremented over the configured period. See also
20470 sc/sc0/sc1/sc2_gpc1_rate, src_get_gpc1, and sc/sc0/sc1/sc2_inc_gpc1. Note
20471 that the "gpc1_rate" counter must be stored in the stick-table for a value to
20472 be returned, as "gpc1" only holds the event count.
20473
Willy Tarreau74ca5042013-06-11 23:12:07 +020020474src_http_err_cnt([<table>]) : integer
Davor Ocelice9ed2812017-12-25 17:49:28 +010020475 Returns the cumulative number of HTTP errors from the incoming connection's
Willy Tarreau74ca5042013-06-11 23:12:07 +020020476 source address in the current proxy's stick-table or in the designated
Willy Tarreauc9705a12010-07-27 20:05:50 +020020477 stick-table. This includes the both request errors and 4xx error responses.
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020478 See also sc/sc0/sc1/sc2_http_err_cnt. If the address is not found, zero is
Willy Tarreau74ca5042013-06-11 23:12:07 +020020479 returned.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020480
Willy Tarreau74ca5042013-06-11 23:12:07 +020020481src_http_err_rate([<table>]) : integer
20482 Returns the average rate of HTTP errors from the incoming connection's source
20483 address in the current proxy's stick-table or in the designated stick-table,
20484 measured in amount of errors over the period configured in the table. This
20485 includes the both request errors and 4xx error responses. If the address is
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020486 not found, zero is returned. See also sc/sc0/sc1/sc2_http_err_rate.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020487
Willy Tarreau826f3ab2021-02-10 12:07:15 +010020488src_http_fail_cnt([<table>]) : integer
20489 Returns the cumulative number of HTTP response failures triggered by the
20490 incoming connection's source address in the current proxy's stick-table or in
Ilya Shipitsin0de36ad2021-02-20 00:23:36 +050020491 the designated stick-table. This includes the both response errors and 5xx
Willy Tarreau826f3ab2021-02-10 12:07:15 +010020492 status codes other than 501 and 505. See also sc/sc0/sc1/sc2_http_fail_cnt.
20493 If the address is not found, zero is returned.
20494
20495src_http_fail_rate([<table>]) : integer
20496 Returns the average rate of HTTP response failures triggered by the incoming
20497 connection's source address in the current proxy's stick-table or in the
20498 designated stick-table, measured in amount of failures over the period
20499 configured in the table. This includes the both response errors and 5xx
20500 status codes other than 501 and 505. If the address is not found, zero is
20501 returned. See also sc/sc0/sc1/sc2_http_fail_rate.
20502
Willy Tarreau74ca5042013-06-11 23:12:07 +020020503src_http_req_cnt([<table>]) : integer
Davor Ocelice9ed2812017-12-25 17:49:28 +010020504 Returns the cumulative number of HTTP requests from the incoming connection's
Willy Tarreau74ca5042013-06-11 23:12:07 +020020505 source address in the current proxy's stick-table or in the designated stick-
20506 table. This includes every started request, valid or not. If the address is
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020507 not found, zero is returned. See also sc/sc0/sc1/sc2_http_req_cnt.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020508
Willy Tarreau74ca5042013-06-11 23:12:07 +020020509src_http_req_rate([<table>]) : integer
20510 Returns the average rate of HTTP requests from the incoming connection's
20511 source address in the current proxy's stick-table or in the designated stick-
20512 table, measured in amount of requests over the period configured in the
Willy Tarreauc9705a12010-07-27 20:05:50 +020020513 table. This includes every started request, valid or not. If the address is
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020514 not found, zero is returned. See also sc/sc0/sc1/sc2_http_req_rate.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020515
Emeric Brun4d7ada82021-06-30 19:04:16 +020020516src_inc_gpc(<idx>,[<table>]) : integer
20517 Increments the General Purpose Counter at index <idx> of the array
20518 associated to the incoming connection's source address in the current proxy's
20519 stick-table or in the designated stick-table <table>, and returns its new
20520 value. <idx> is an integer between 0 and 99.
20521 If the address is not found, an entry is created and 1 is returned.
20522 This fetch applies only to the 'gpc' array data_type (and not to the legacy
20523 'gpc0' nor 'gpc1' data_types).
20524 See also sc_inc_gpc.
20525
Willy Tarreau74ca5042013-06-11 23:12:07 +020020526src_inc_gpc0([<table>]) : integer
20527 Increments the first General Purpose Counter associated to the incoming
20528 connection's source address in the current proxy's stick-table or in the
20529 designated stick-table, and returns its new value. If the address is not
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020020530 found, an entry is created and 1 is returned. See also sc0/sc2/sc2_inc_gpc0.
Willy Tarreau74ca5042013-06-11 23:12:07 +020020531 This is typically used as a second ACL in an expression in order to mark a
20532 connection when a first ACL was verified :
Willy Tarreauc9705a12010-07-27 20:05:50 +020020533
Jarno Huuskonen676f6222017-03-30 09:19:45 +030020534 Example:
Willy Tarreauc9705a12010-07-27 20:05:50 +020020535 acl abuse src_http_req_rate gt 10
Willy Tarreau869948b2013-01-04 14:14:57 +010020536 acl kill src_inc_gpc0 gt 0
Willy Tarreaue9656522010-08-17 15:40:09 +020020537 tcp-request connection reject if abuse kill
Willy Tarreauc9705a12010-07-27 20:05:50 +020020538
Frédéric Lécaille6778b272018-01-29 15:22:53 +010020539src_inc_gpc1([<table>]) : integer
20540 Increments the second General Purpose Counter associated to the incoming
20541 connection's source address in the current proxy's stick-table or in the
20542 designated stick-table, and returns its new value. If the address is not
20543 found, an entry is created and 1 is returned. See also sc0/sc2/sc2_inc_gpc1.
20544 This is typically used as a second ACL in an expression in order to mark a
20545 connection when a first ACL was verified.
20546
Willy Tarreau16e01562016-08-09 16:46:18 +020020547src_is_local : boolean
20548 Returns true if the source address of the incoming connection is local to the
20549 system, or false if the address doesn't exist on the system, meaning that it
20550 comes from a remote machine. Note that UNIX addresses are considered local.
20551 It can be useful to apply certain access restrictions based on where the
Davor Ocelice9ed2812017-12-25 17:49:28 +010020552 client comes from (e.g. require auth or https for remote machines). Please
Willy Tarreau16e01562016-08-09 16:46:18 +020020553 note that the check involves a few system calls, so it's better to do it only
20554 once per connection.
20555
Willy Tarreau74ca5042013-06-11 23:12:07 +020020556src_kbytes_in([<table>]) : integer
Willy Tarreaua01b9742014-07-10 15:29:24 +020020557 Returns the total amount of data received from the incoming connection's
20558 source address in the current proxy's stick-table or in the designated
20559 stick-table, measured in kilobytes. If the address is not found, zero is
20560 returned. The test is currently performed on 32-bit integers, which limits
20561 values to 4 terabytes. See also sc/sc0/sc1/sc2_kbytes_in.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020562
Willy Tarreau74ca5042013-06-11 23:12:07 +020020563src_kbytes_out([<table>]) : integer
Willy Tarreaua01b9742014-07-10 15:29:24 +020020564 Returns the total amount of data sent to the incoming connection's source
20565 address in the current proxy's stick-table or in the designated stick-table,
20566 measured in kilobytes. If the address is not found, zero is returned. The
20567 test is currently performed on 32-bit integers, which limits values to 4
20568 terabytes. See also sc/sc0/sc1/sc2_kbytes_out.
Willy Tarreaua975b8f2010-06-05 19:13:27 +020020569
Willy Tarreau74ca5042013-06-11 23:12:07 +020020570src_port : integer
20571 Returns an integer value corresponding to the TCP source port of the
Christopher Faulet888cd702021-10-25 16:58:50 +020020572 connection on the client side, which is the port the client connected
20573 from. Any tcp/http rules may alter this address. Usage of this function is
20574 very limited as modern protocols do not care much about source ports
20575 nowadays.
Willy Tarreau079ff0a2009-03-05 21:34:28 +010020576
Willy Tarreau74ca5042013-06-11 23:12:07 +020020577src_sess_cnt([<table>]) : integer
Davor Ocelice9ed2812017-12-25 17:49:28 +010020578 Returns the cumulative number of connections initiated from the incoming
Willy Tarreauc9705a12010-07-27 20:05:50 +020020579 connection's source IPv4 address in the current proxy's stick-table or in the
20580 designated stick-table, that were transformed into sessions, which means that
20581 they were accepted by "tcp-request" rules. If the address is not found, zero
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020582 is returned. See also sc/sc0/sc1/sc2_sess_cnt.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020583
Willy Tarreau74ca5042013-06-11 23:12:07 +020020584src_sess_rate([<table>]) : integer
20585 Returns the average session rate from the incoming connection's source
20586 address in the current proxy's stick-table or in the designated stick-table,
20587 measured in amount of sessions over the period configured in the table. A
20588 session is a connection that went past the early "tcp-request" rules. If the
Willy Tarreau4d4149c2013-07-23 19:33:46 +020020589 address is not found, zero is returned. See also sc/sc0/sc1/sc2_sess_rate.
Willy Tarreauc9705a12010-07-27 20:05:50 +020020590
Willy Tarreau74ca5042013-06-11 23:12:07 +020020591src_updt_conn_cnt([<table>]) : integer
20592 Creates or updates the entry associated to the incoming connection's source
20593 address in the current proxy's stick-table or in the designated stick-table.
20594 This table must be configured to store the "conn_cnt" data type, otherwise
20595 the match will be ignored. The current count is incremented by one, and the
20596 expiration timer refreshed. The updated count is returned, so this match
20597 can't return zero. This was used to reject service abusers based on their
20598 source address. Note: it is recommended to use the more complete "track-sc*"
20599 actions in "tcp-request" rules instead.
Willy Tarreaua975b8f2010-06-05 19:13:27 +020020600
20601 Example :
20602 # This frontend limits incoming SSH connections to 3 per 10 second for
20603 # each source address, and rejects excess connections until a 10 second
20604 # silence is observed. At most 20 addresses are tracked.
20605 listen ssh
20606 bind :22
20607 mode tcp
20608 maxconn 100
Willy Tarreauc9705a12010-07-27 20:05:50 +020020609 stick-table type ip size 20 expire 10s store conn_cnt
Willy Tarreau74ca5042013-06-11 23:12:07 +020020610 tcp-request content reject if { src_updt_conn_cnt gt 3 }
Willy Tarreaua975b8f2010-06-05 19:13:27 +020020611 server local 127.0.0.1:22
20612
Willy Tarreau74ca5042013-06-11 23:12:07 +020020613srv_id : integer
20614 Returns an integer containing the server's id when processing the response.
20615 While it's almost only used with ACLs, it may be used for logging or
Christopher Fauletd1b44642020-04-30 09:51:15 +020020616 debugging. It can also be used in a tcp-check or an http-check ruleset.
Hervé COMMOWICKdaa824e2011-08-05 12:09:44 +020020617
vkill1dfd1652019-10-30 16:58:14 +080020618srv_name : string
20619 Returns a string containing the server's name when processing the response.
20620 While it's almost only used with ACLs, it may be used for logging or
Christopher Fauletd1b44642020-04-30 09:51:15 +020020621 debugging. It can also be used in a tcp-check or an http-check ruleset.
vkill1dfd1652019-10-30 16:58:14 +080020622
Thierry FOURNIER060762e2014-04-23 13:29:15 +0200206237.3.4. Fetching samples at Layer 5
Willy Tarreau74ca5042013-06-11 23:12:07 +020020624----------------------------------
Willy Tarreau0b1cd942010-05-16 22:18:27 +020020625
Daniel Corbett9f0843f2021-05-08 10:50:37 -040020626The layer 5 usually describes just the session layer which in HAProxy is
Willy Tarreau74ca5042013-06-11 23:12:07 +020020627closest to the session once all the connection handshakes are finished, but
20628when no content is yet made available. The fetch methods described here are
20629usable as low as the "tcp-request content" rule sets unless they require some
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030020630future information. Those generally include the results of SSL negotiations.
Willy Tarreauc735a072011-03-29 00:57:02 +020020631
Ben Shillitof25e8e52016-12-02 14:25:37 +00002063251d.all(<prop>[,<prop>*]) : string
20633 Returns values for the properties requested as a string, where values are
20634 separated by the delimiter specified with "51degrees-property-separator".
20635 The device is identified using all the important HTTP headers from the
20636 request. The function can be passed up to five property names, and if a
20637 property name can't be found, the value "NoData" is returned.
20638
20639 Example :
20640 # Here the header "X-51D-DeviceTypeMobileTablet" is added to the request
20641 # containing the three properties requested using all relevant headers from
20642 # the request.
20643 frontend http-in
20644 bind *:8081
20645 default_backend servers
20646 http-request set-header X-51D-DeviceTypeMobileTablet \
20647 %[51d.all(DeviceType,IsMobile,IsTablet)]
20648
Emeric Brun645ae792014-04-30 14:21:06 +020020649ssl_bc : boolean
20650 Returns true when the back connection was made via an SSL/TLS transport
20651 layer and is locally deciphered. This means the outgoing connection was made
Mariam John6ff043d2023-05-22 13:11:13 -050020652 to a server with the "ssl" option. It can be used in a tcp-check or an
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020653 http-check ruleset.
Emeric Brun645ae792014-04-30 14:21:06 +020020654
20655ssl_bc_alg_keysize : integer
20656 Returns the symmetric cipher key size supported in bits when the outgoing
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020657 connection was made over an SSL/TLS transport layer. It can be used in a
20658 tcp-check or an http-check ruleset.
Emeric Brun645ae792014-04-30 14:21:06 +020020659
Olivier Houchard6b77f492018-11-22 18:18:29 +010020660ssl_bc_alpn : string
20661 This extracts the Application Layer Protocol Negotiation field from an
20662 outgoing connection made via a TLS transport layer.
Michael Prokop4438c602019-05-24 10:25:45 +020020663 The result is a string containing the protocol name negotiated with the
Olivier Houchard6b77f492018-11-22 18:18:29 +010020664 server. The SSL library must have been built with support for TLS
20665 extensions enabled (check haproxy -vv). Note that the TLS ALPN extension is
20666 not advertised unless the "alpn" keyword on the "server" line specifies a
20667 protocol list. Also, nothing forces the server to pick a protocol from this
20668 list, any other one may be requested. The TLS ALPN extension is meant to
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020669 replace the TLS NPN extension. See also "ssl_bc_npn". It can be used in a
20670 tcp-check or an http-check ruleset.
Olivier Houchard6b77f492018-11-22 18:18:29 +010020671
Emeric Brun645ae792014-04-30 14:21:06 +020020672ssl_bc_cipher : string
20673 Returns the name of the used cipher when the outgoing connection was made
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020674 over an SSL/TLS transport layer. It can be used in a tcp-check or an
20675 http-check ruleset.
Emeric Brun645ae792014-04-30 14:21:06 +020020676
Patrick Hemmer65674662019-06-04 08:13:03 -040020677ssl_bc_client_random : binary
20678 Returns the client random of the back connection when the incoming connection
20679 was made over an SSL/TLS transport layer. It is useful to to decrypt traffic
20680 sent using ephemeral ciphers. This requires OpenSSL >= 1.1.0, or BoringSSL.
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020681 It can be used in a tcp-check or an http-check ruleset.
Patrick Hemmer65674662019-06-04 08:13:03 -040020682
Remi Tricot-Le Breton1fe0fad2021-09-29 18:56:52 +020020683ssl_bc_err : integer
Remi Tricot-Le Breton163cdeb2021-09-01 15:52:14 +020020684 When the outgoing connection was made over an SSL/TLS transport layer,
Remi Tricot-Le Breton1fe0fad2021-09-29 18:56:52 +020020685 returns the ID of the last error of the first error stack raised on the
20686 backend side. It can raise handshake errors as well as other read or write
20687 errors occurring during the connection's lifetime. In order to get a text
20688 description of this error code, you can either use the "ssl_bc_err_str"
Remi Tricot-Le Breton163cdeb2021-09-01 15:52:14 +020020689 sample fetch or use the "openssl errstr" command (which takes an error code
20690 in hexadecimal representation as parameter). Please refer to your SSL
20691 library's documentation to find the exhaustive list of error codes.
20692
Remi Tricot-Le Breton1fe0fad2021-09-29 18:56:52 +020020693ssl_bc_err_str : string
Remi Tricot-Le Breton163cdeb2021-09-01 15:52:14 +020020694 When the outgoing connection was made over an SSL/TLS transport layer,
Remi Tricot-Le Breton1fe0fad2021-09-29 18:56:52 +020020695 returns a string representation of the last error of the first error stack
20696 that was raised on the connection from the backend's perspective. See also
20697 "ssl_fc_err".
Remi Tricot-Le Breton163cdeb2021-09-01 15:52:14 +020020698
Emeric Brun74f7ffa2018-02-19 16:14:12 +010020699ssl_bc_is_resumed : boolean
20700 Returns true when the back connection was made over an SSL/TLS transport
20701 layer and the newly created SSL session was resumed using a cached
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020702 session or a TLS ticket. It can be used in a tcp-check or an http-check
20703 ruleset.
Emeric Brun74f7ffa2018-02-19 16:14:12 +010020704
Olivier Houchard6b77f492018-11-22 18:18:29 +010020705ssl_bc_npn : string
20706 This extracts the Next Protocol Negotiation field from an outgoing connection
20707 made via a TLS transport layer. The result is a string containing the
Michael Prokop4438c602019-05-24 10:25:45 +020020708 protocol name negotiated with the server . The SSL library must have been
Olivier Houchard6b77f492018-11-22 18:18:29 +010020709 built with support for TLS extensions enabled (check haproxy -vv). Note that
20710 the TLS NPN extension is not advertised unless the "npn" keyword on the
20711 "server" line specifies a protocol list. Also, nothing forces the server to
20712 pick a protocol from this list, any other one may be used. Please note that
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020713 the TLS NPN extension was replaced with ALPN. It can be used in a tcp-check
20714 or an http-check ruleset.
Olivier Houchard6b77f492018-11-22 18:18:29 +010020715
Emeric Brun645ae792014-04-30 14:21:06 +020020716ssl_bc_protocol : string
20717 Returns the name of the used protocol when the outgoing connection was made
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020718 over an SSL/TLS transport layer. It can be used in a tcp-check or an
20719 http-check ruleset.
Emeric Brun645ae792014-04-30 14:21:06 +020020720
Emeric Brunb73a9b02014-04-30 18:49:19 +020020721ssl_bc_unique_id : binary
Emeric Brun645ae792014-04-30 14:21:06 +020020722 When the outgoing connection was made over an SSL/TLS transport layer,
Emeric Brunb73a9b02014-04-30 18:49:19 +020020723 returns the TLS unique ID as defined in RFC5929 section 3. The unique id
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020724 can be encoded to base64 using the converter: "ssl_bc_unique_id,base64". It
20725 can be used in a tcp-check or an http-check ruleset.
Emeric Brun645ae792014-04-30 14:21:06 +020020726
Patrick Hemmer65674662019-06-04 08:13:03 -040020727ssl_bc_server_random : binary
20728 Returns the server random of the back connection when the incoming connection
20729 was made over an SSL/TLS transport layer. It is useful to to decrypt traffic
20730 sent using ephemeral ciphers. This requires OpenSSL >= 1.1.0, or BoringSSL.
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020731 It can be used in a tcp-check or an http-check ruleset.
Patrick Hemmer65674662019-06-04 08:13:03 -040020732
Emeric Brun645ae792014-04-30 14:21:06 +020020733ssl_bc_session_id : binary
20734 Returns the SSL ID of the back connection when the outgoing connection was
20735 made over an SSL/TLS transport layer. It is useful to log if we want to know
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020736 if session was reused or not. It can be used in a tcp-check or an http-check
20737 ruleset.
Emeric Brun645ae792014-04-30 14:21:06 +020020738
Patrick Hemmere0275472018-04-28 19:15:51 -040020739ssl_bc_session_key : binary
20740 Returns the SSL session master key of the back connection when the outgoing
20741 connection was made over an SSL/TLS transport layer. It is useful to decrypt
20742 traffic sent using ephemeral ciphers. This requires OpenSSL >= 1.1.0, or
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020743 BoringSSL. It can be used in a tcp-check or an http-check ruleset.
Patrick Hemmere0275472018-04-28 19:15:51 -040020744
Emeric Brun645ae792014-04-30 14:21:06 +020020745ssl_bc_use_keysize : integer
20746 Returns the symmetric cipher key size used in bits when the outgoing
Christopher Fauletd92ea7f2020-04-30 10:03:55 +020020747 connection was made over an SSL/TLS transport layer. It can be used in a
20748 tcp-check or an http-check ruleset.
Emeric Brun645ae792014-04-30 14:21:06 +020020749
Willy Tarreau74ca5042013-06-11 23:12:07 +020020750ssl_c_ca_err : integer
20751 When the incoming connection was made over an SSL/TLS transport layer,
20752 returns the ID of the first error detected during verification of the client
20753 certificate at depth > 0, or 0 if no error was encountered during this
20754 verification process. Please refer to your SSL library's documentation to
20755 find the exhaustive list of error codes.
Willy Tarreauc735a072011-03-29 00:57:02 +020020756
Willy Tarreau74ca5042013-06-11 23:12:07 +020020757ssl_c_ca_err_depth : integer
20758 When the incoming connection was made over an SSL/TLS transport layer,
20759 returns the depth in the CA chain of the first error detected during the
20760 verification of the client certificate. If no error is encountered, 0 is
20761 returned.
Willy Tarreau0ba27502007-12-24 16:55:16 +010020762
Christopher Faulet70d10d12020-11-06 12:10:33 +010020763ssl_c_chain_der : binary
William Dauchya598b502020-08-06 18:11:38 +020020764 Returns the DER formatted chain certificate presented by the client when the
20765 incoming connection was made over an SSL/TLS transport layer. When used for
20766 an ACL, the value(s) to match against can be passed in hexadecimal form. One
Ilya Shipitsin2272d8a2020-12-21 01:22:40 +050020767 can parse the result with any lib accepting ASN.1 DER data. It currently
William Dauchya598b502020-08-06 18:11:38 +020020768 does not support resumed sessions.
20769
Christopher Faulet70d10d12020-11-06 12:10:33 +010020770ssl_c_der : binary
20771 Returns the DER formatted certificate presented by the client when the
20772 incoming connection was made over an SSL/TLS transport layer. When used for
20773 an ACL, the value(s) to match against can be passed in hexadecimal form.
20774
Willy Tarreau74ca5042013-06-11 23:12:07 +020020775ssl_c_err : integer
20776 When the incoming connection was made over an SSL/TLS transport layer,
20777 returns the ID of the first error detected during verification at depth 0, or
20778 0 if no error was encountered during this verification process. Please refer
20779 to your SSL library's documentation to find the exhaustive list of error
20780 codes.
Willy Tarreau62644772008-07-16 18:36:06 +020020781
Elliot Otchet71f82972020-01-15 08:12:14 -050020782ssl_c_i_dn([<entry>[,<occ>[,<format>]]]) : string
Willy Tarreau74ca5042013-06-11 23:12:07 +020020783 When the incoming connection was made over an SSL/TLS transport layer,
20784 returns the full distinguished name of the issuer of the certificate
20785 presented by the client when no <entry> is specified, or the value of the
20786 first given entry found from the beginning of the DN. If a positive/negative
20787 occurrence number is specified as the optional second argument, it returns
20788 the value of the nth given entry value from the beginning/end of the DN.
20789 For instance, "ssl_c_i_dn(OU,2)" the second organization unit, and
20790 "ssl_c_i_dn(CN)" retrieves the common name.
Elliot Otchet71f82972020-01-15 08:12:14 -050020791 The <format> parameter allows you to receive the DN suitable for
20792 consumption by different protocols. Currently supported is rfc2253 for
20793 LDAP v3.
20794 If you'd like to modify the format only you can specify an empty string
20795 and zero for the first two parameters. Example: ssl_c_i_dn(,0,rfc2253)
Willy Tarreau62644772008-07-16 18:36:06 +020020796
Willy Tarreau74ca5042013-06-11 23:12:07 +020020797ssl_c_key_alg : string
20798 Returns the name of the algorithm used to generate the key of the certificate
20799 presented by the client when the incoming connection was made over an SSL/TLS
20800 transport layer.
Willy Tarreau62644772008-07-16 18:36:06 +020020801
Willy Tarreau74ca5042013-06-11 23:12:07 +020020802ssl_c_notafter : string
20803 Returns the end date presented by the client as a formatted string
20804 YYMMDDhhmmss[Z] when the incoming connection was made over an SSL/TLS
20805 transport layer.
Emeric Brunbede3d02009-06-30 17:54:00 +020020806
Willy Tarreau74ca5042013-06-11 23:12:07 +020020807ssl_c_notbefore : string
20808 Returns the start date presented by the client as a formatted string
20809 YYMMDDhhmmss[Z] when the incoming connection was made over an SSL/TLS
20810 transport layer.
Willy Tarreaub6672b52011-12-12 17:23:41 +010020811
Abhijeet Rastogidf97f472023-05-13 20:04:45 -070020812ssl_c_r_dn([<entry>[,<occ>[,<format>]]]) : string
20813 When the incoming connection was made over an SSL/TLS transport layer, and is
20814 successfully validated with the configured ca-file, returns the full
20815 distinguished name of the root CA of the certificate presented by the client
20816 when no <entry> is specified, or the value of the first given entry found from
20817 the beginning of the DN. If a positive/negative occurrence number is specified
20818 as the optional second argument, it returns the value of the nth given entry
20819 value from the beginning/end of the DN. For instance, "ssl_c_r_dn(OU,2)" the
20820 second organization unit, and "ssl_c_r_dn(CN)" retrieves the common name. The
20821 <format> parameter allows you to receive the DN suitable for consumption by
20822 different protocols. Currently supported is rfc2253 for LDAP v3. If you'd like
20823 to modify the format only you can specify an empty string and zero for the
20824 first two parameters. Example: ssl_c_r_dn(,0,rfc2253)
20825
Elliot Otchet71f82972020-01-15 08:12:14 -050020826ssl_c_s_dn([<entry>[,<occ>[,<format>]]]) : string
Willy Tarreau74ca5042013-06-11 23:12:07 +020020827 When the incoming connection was made over an SSL/TLS transport layer,
20828 returns the full distinguished name of the subject of the certificate
20829 presented by the client when no <entry> is specified, or the value of the
20830 first given entry found from the beginning of the DN. If a positive/negative
20831 occurrence number is specified as the optional second argument, it returns
20832 the value of the nth given entry value from the beginning/end of the DN.
20833 For instance, "ssl_c_s_dn(OU,2)" the second organization unit, and
20834 "ssl_c_s_dn(CN)" retrieves the common name.
Elliot Otchet71f82972020-01-15 08:12:14 -050020835 The <format> parameter allows you to receive the DN suitable for
20836 consumption by different protocols. Currently supported is rfc2253 for
20837 LDAP v3.
20838 If you'd like to modify the format only you can specify an empty string
20839 and zero for the first two parameters. Example: ssl_c_s_dn(,0,rfc2253)
Willy Tarreaub6672b52011-12-12 17:23:41 +010020840
Willy Tarreau74ca5042013-06-11 23:12:07 +020020841ssl_c_serial : binary
20842 Returns the serial of the certificate presented by the client when the
20843 incoming connection was made over an SSL/TLS transport layer. When used for
20844 an ACL, the value(s) to match against can be passed in hexadecimal form.
Emeric Brun2525b6b2012-10-18 15:59:43 +020020845
Willy Tarreau74ca5042013-06-11 23:12:07 +020020846ssl_c_sha1 : binary
20847 Returns the SHA-1 fingerprint of the certificate presented by the client when
20848 the incoming connection was made over an SSL/TLS transport layer. This can be
20849 used to stick a client to a server, or to pass this information to a server.
Willy Tarreau2d0caa32014-07-02 19:01:22 +020020850 Note that the output is binary, so if you want to pass that signature to the
20851 server, you need to encode it in hex or base64, such as in the example below:
20852
Jarno Huuskonen676f6222017-03-30 09:19:45 +030020853 Example:
Willy Tarreau2d0caa32014-07-02 19:01:22 +020020854 http-request set-header X-SSL-Client-SHA1 %[ssl_c_sha1,hex]
Emeric Brun2525b6b2012-10-18 15:59:43 +020020855
Willy Tarreau74ca5042013-06-11 23:12:07 +020020856ssl_c_sig_alg : string
20857 Returns the name of the algorithm used to sign the certificate presented by
20858 the client when the incoming connection was made over an SSL/TLS transport
20859 layer.
Emeric Brun87855892012-10-17 17:39:35 +020020860
Willy Tarreau74ca5042013-06-11 23:12:07 +020020861ssl_c_used : boolean
20862 Returns true if current SSL session uses a client certificate even if current
20863 connection uses SSL session resumption. See also "ssl_fc_has_crt".
Emeric Brun7f56e742012-10-19 18:15:40 +020020864
Willy Tarreau74ca5042013-06-11 23:12:07 +020020865ssl_c_verify : integer
20866 Returns the verify result error ID when the incoming connection was made over
20867 an SSL/TLS transport layer, otherwise zero if no error is encountered. Please
20868 refer to your SSL library's documentation for an exhaustive list of error
20869 codes.
Emeric Brunce5ad802012-10-22 14:11:22 +020020870
Willy Tarreau74ca5042013-06-11 23:12:07 +020020871ssl_c_version : integer
20872 Returns the version of the certificate presented by the client when the
20873 incoming connection was made over an SSL/TLS transport layer.
Emeric Brunce5ad802012-10-22 14:11:22 +020020874
Emeric Brun43e79582014-10-29 19:03:26 +010020875ssl_f_der : binary
20876 Returns the DER formatted certificate presented by the frontend when the
20877 incoming connection was made over an SSL/TLS transport layer. When used for
20878 an ACL, the value(s) to match against can be passed in hexadecimal form.
20879
Elliot Otchet71f82972020-01-15 08:12:14 -050020880ssl_f_i_dn([<entry>[,<occ>[,<format>]]]) : string
Willy Tarreau74ca5042013-06-11 23:12:07 +020020881 When the incoming connection was made over an SSL/TLS transport layer,
20882 returns the full distinguished name of the issuer of the certificate
20883 presented by the frontend when no <entry> is specified, or the value of the
20884 first given entry found from the beginning of the DN. If a positive/negative
Emeric Brun87855892012-10-17 17:39:35 +020020885 occurrence number is specified as the optional second argument, it returns
Willy Tarreau74ca5042013-06-11 23:12:07 +020020886 the value of the nth given entry value from the beginning/end of the DN.
20887 For instance, "ssl_f_i_dn(OU,2)" the second organization unit, and
20888 "ssl_f_i_dn(CN)" retrieves the common name.
Elliot Otchet71f82972020-01-15 08:12:14 -050020889 The <format> parameter allows you to receive the DN suitable for
20890 consumption by different protocols. Currently supported is rfc2253 for
20891 LDAP v3.
20892 If you'd like to modify the format only you can specify an empty string
20893 and zero for the first two parameters. Example: ssl_f_i_dn(,0,rfc2253)
Emeric Brun87855892012-10-17 17:39:35 +020020894
Willy Tarreau74ca5042013-06-11 23:12:07 +020020895ssl_f_key_alg : string
20896 Returns the name of the algorithm used to generate the key of the certificate
20897 presented by the frontend when the incoming connection was made over an
20898 SSL/TLS transport layer.
Emeric Brun7f56e742012-10-19 18:15:40 +020020899
Willy Tarreau74ca5042013-06-11 23:12:07 +020020900ssl_f_notafter : string
20901 Returns the end date presented by the frontend as a formatted string
20902 YYMMDDhhmmss[Z] when the incoming connection was made over an SSL/TLS
20903 transport layer.
Emeric Brun2525b6b2012-10-18 15:59:43 +020020904
Willy Tarreau74ca5042013-06-11 23:12:07 +020020905ssl_f_notbefore : string
20906 Returns the start date presented by the frontend as a formatted string
20907 YYMMDDhhmmss[Z] when the incoming connection was made over an SSL/TLS
20908 transport layer.
Emeric Brun87855892012-10-17 17:39:35 +020020909
Elliot Otchet71f82972020-01-15 08:12:14 -050020910ssl_f_s_dn([<entry>[,<occ>[,<format>]]]) : string
Willy Tarreau74ca5042013-06-11 23:12:07 +020020911 When the incoming connection was made over an SSL/TLS transport layer,
20912 returns the full distinguished name of the subject of the certificate
20913 presented by the frontend when no <entry> is specified, or the value of the
20914 first given entry found from the beginning of the DN. If a positive/negative
20915 occurrence number is specified as the optional second argument, it returns
20916 the value of the nth given entry value from the beginning/end of the DN.
20917 For instance, "ssl_f_s_dn(OU,2)" the second organization unit, and
20918 "ssl_f_s_dn(CN)" retrieves the common name.
Elliot Otchet71f82972020-01-15 08:12:14 -050020919 The <format> parameter allows you to receive the DN suitable for
20920 consumption by different protocols. Currently supported is rfc2253 for
20921 LDAP v3.
20922 If you'd like to modify the format only you can specify an empty string
20923 and zero for the first two parameters. Example: ssl_f_s_dn(,0,rfc2253)
Emeric Brunce5ad802012-10-22 14:11:22 +020020924
Willy Tarreau74ca5042013-06-11 23:12:07 +020020925ssl_f_serial : binary
20926 Returns the serial of the certificate presented by the frontend when the
20927 incoming connection was made over an SSL/TLS transport layer. When used for
20928 an ACL, the value(s) to match against can be passed in hexadecimal form.
Emeric Brun87855892012-10-17 17:39:35 +020020929
Emeric Brun55f4fa82014-04-30 17:11:25 +020020930ssl_f_sha1 : binary
20931 Returns the SHA-1 fingerprint of the certificate presented by the frontend
20932 when the incoming connection was made over an SSL/TLS transport layer. This
20933 can be used to know which certificate was chosen using SNI.
20934
Willy Tarreau74ca5042013-06-11 23:12:07 +020020935ssl_f_sig_alg : string
20936 Returns the name of the algorithm used to sign the certificate presented by
20937 the frontend when the incoming connection was made over an SSL/TLS transport
20938 layer.
Emeric Brun7f56e742012-10-19 18:15:40 +020020939
Willy Tarreau74ca5042013-06-11 23:12:07 +020020940ssl_f_version : integer
20941 Returns the version of the certificate presented by the frontend when the
20942 incoming connection was made over an SSL/TLS transport layer.
20943
20944ssl_fc : boolean
Emeric Brun2525b6b2012-10-18 15:59:43 +020020945 Returns true when the front connection was made via an SSL/TLS transport
20946 layer and is locally deciphered. This means it has matched a socket declared
20947 with a "bind" line having the "ssl" option.
20948
Willy Tarreau74ca5042013-06-11 23:12:07 +020020949 Example :
20950 # This passes "X-Proto: https" to servers when client connects over SSL
20951 listen http-https
20952 bind :80
20953 bind :443 ssl crt /etc/haproxy.pem
20954 http-request add-header X-Proto https if { ssl_fc }
20955
20956ssl_fc_alg_keysize : integer
20957 Returns the symmetric cipher key size supported in bits when the incoming
20958 connection was made over an SSL/TLS transport layer.
20959
20960ssl_fc_alpn : string
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030020961 This extracts the Application Layer Protocol Negotiation field from an
Willy Tarreau74ca5042013-06-11 23:12:07 +020020962 incoming connection made via a TLS transport layer and locally deciphered by
Daniel Corbett9f0843f2021-05-08 10:50:37 -040020963 HAProxy. The result is a string containing the protocol name advertised by
Willy Tarreau74ca5042013-06-11 23:12:07 +020020964 the client. The SSL library must have been built with support for TLS
20965 extensions enabled (check haproxy -vv). Note that the TLS ALPN extension is
20966 not advertised unless the "alpn" keyword on the "bind" line specifies a
20967 protocol list. Also, nothing forces the client to pick a protocol from this
20968 list, any other one may be requested. The TLS ALPN extension is meant to
20969 replace the TLS NPN extension. See also "ssl_fc_npn".
20970
Willy Tarreau74ca5042013-06-11 23:12:07 +020020971ssl_fc_cipher : string
20972 Returns the name of the used cipher when the incoming connection was made
20973 over an SSL/TLS transport layer.
Willy Tarreauab861d32013-04-02 02:30:41 +020020974
Marcin Deranek959a48c2021-07-13 15:14:21 +020020975ssl_fc_cipherlist_bin([<filter_option>]) : binary
20976 Returns the binary form of the client hello cipher list. The maximum
20977 returned value length is limited by the shared capture buffer size
Marcin Deranek310a2602021-07-13 19:04:24 +020020978 controlled by "tune.ssl.capture-buffer-size" setting. Setting
Marcin Deranek959a48c2021-07-13 15:14:21 +020020979 <filter_option> allows to filter returned data. Accepted values:
20980 0 : return the full list of ciphers (default)
20981 1 : exclude GREASE (RFC8701) values from the output
Thierry FOURNIER5bf77322017-02-25 12:45:22 +010020982
Marcin Deranek959a48c2021-07-13 15:14:21 +020020983 Example:
20984 http-request set-header X-SSL-JA3 %[ssl_fc_protocol_hello_id],\
20985 %[ssl_fc_cipherlist_bin(1),be2dec(-,2)],\
20986 %[ssl_fc_extlist_bin(1),be2dec(-,2)],\
20987 %[ssl_fc_eclist_bin(1),be2dec(-,2)],\
20988 %[ssl_fc_ecformats_bin,be2dec(-,1)]
20989 acl is_malware req.fhdr(x-ssl-ja3),digest(md5),hex \
20990 -f /path/to/file/with/malware-ja3.lst
20991 http-request set-header X-Malware True if is_malware
20992 http-request set-header X-Malware False if !is_malware
20993
20994ssl_fc_cipherlist_hex([<filter_option>]) : string
Thierry FOURNIER5bf77322017-02-25 12:45:22 +010020995 Returns the binary form of the client hello cipher list encoded as
Marcin Deranek959a48c2021-07-13 15:14:21 +020020996 hexadecimal. The maximum returned value length is limited by the shared
Marcin Deranek310a2602021-07-13 19:04:24 +020020997 capture buffer size controlled by "tune.ssl.capture-buffer-size" setting.
20998 Setting <filter_option> allows to filter returned data. Accepted values:
Marcin Deranek959a48c2021-07-13 15:14:21 +020020999 0 : return the full list of ciphers (default)
21000 1 : exclude GREASE (RFC8701) values from the output
Thierry FOURNIER5bf77322017-02-25 12:45:22 +010021001
Marcin Deranek959a48c2021-07-13 15:14:21 +020021002ssl_fc_cipherlist_str([<filter_option>]) : string
Thierry FOURNIER5bf77322017-02-25 12:45:22 +010021003 Returns the decoded text form of the client hello cipher list. The maximum
Marcin Deranek959a48c2021-07-13 15:14:21 +020021004 returned value length is limited by the shared capture buffer size
Marcin Deranek310a2602021-07-13 19:04:24 +020021005 controlled by "tune.ssl.capture-buffer-size" setting. Setting
Marcin Deranek959a48c2021-07-13 15:14:21 +020021006 <filter_option> allows to filter returned data. Accepted values:
21007 0 : return the full list of ciphers (default)
21008 1 : exclude GREASE (RFC8701) values from the output
21009 Note that this sample-fetch is only available with OpenSSL >= 1.0.2. If the
21010 function is not enabled, this sample-fetch returns the hash like
21011 "ssl_fc_cipherlist_xxh".
Thierry FOURNIER5bf77322017-02-25 12:45:22 +010021012
21013ssl_fc_cipherlist_xxh : integer
Marcin Deranek959a48c2021-07-13 15:14:21 +020021014 Returns a xxh64 of the cipher list. This hash can return only if the value
Marcin Deranek310a2602021-07-13 19:04:24 +020021015 "tune.ssl.capture-buffer-size" is set greater than 0, however the hash take
21016 into account all the data of the cipher list.
Marcin Deranek959a48c2021-07-13 15:14:21 +020021017
21018ssl_fc_ecformats_bin : binary
21019 Return the binary form of the client hello supported elliptic curve point
21020 formats. The maximum returned value length is limited by the shared capture
Marcin Deranek310a2602021-07-13 19:04:24 +020021021 buffer size controlled by "tune.ssl.capture-buffer-size" setting.
Marcin Deranek959a48c2021-07-13 15:14:21 +020021022
21023 Example:
21024 http-request set-header X-SSL-JA3 %[ssl_fc_protocol_hello_id],\
21025 %[ssl_fc_cipherlist_bin(1),be2dec(-,2)],\
21026 %[ssl_fc_extlist_bin(1),be2dec(-,2)],\
21027 %[ssl_fc_eclist_bin(1),be2dec(-,2)],\
21028 %[ssl_fc_ecformats_bin,be2dec(-,1)]
21029 acl is_malware req.fhdr(x-ssl-ja3),digest(md5),hex \
21030 -f /path/to/file/with/malware-ja3.lst
21031 http-request set-header X-Malware True if is_malware
21032 http-request set-header X-Malware False if !is_malware
21033
21034ssl_fc_eclist_bin([<filter_option>]) : binary
21035 Returns the binary form of the client hello supported elliptic curves. The
21036 maximum returned value length is limited by the shared capture buffer size
Marcin Deranek310a2602021-07-13 19:04:24 +020021037 controlled by "tune.ssl.capture-buffer-size" setting. Setting
Marcin Deranek959a48c2021-07-13 15:14:21 +020021038 <filter_option> allows to filter returned data. Accepted values:
21039 0 : return the full list of supported elliptic curves (default)
21040 1 : exclude GREASE (RFC8701) values from the output
21041
21042 Example:
21043 http-request set-header X-SSL-JA3 %[ssl_fc_protocol_hello_id],\
21044 %[ssl_fc_cipherlist_bin(1),be2dec(-,2)],\
21045 %[ssl_fc_extlist_bin(1),be2dec(-,2)],\
21046 %[ssl_fc_eclist_bin(1),be2dec(-,2)],\
21047 %[ssl_fc_ecformats_bin,be2dec(-,1)]
21048 acl is_malware req.fhdr(x-ssl-ja3),digest(md5),hex \
21049 -f /path/to/file/with/malware-ja3.lst
21050 http-request set-header X-Malware True if is_malware
21051 http-request set-header X-Malware False if !is_malware
21052
21053ssl_fc_extlist_bin([<filter_option>]) : binary
21054 Returns the binary form of the client hello extension list. The maximum
21055 returned value length is limited by the shared capture buffer size
Marcin Deranek310a2602021-07-13 19:04:24 +020021056 controlled by "tune.ssl.capture-buffer-size" setting. Setting
Marcin Deranek959a48c2021-07-13 15:14:21 +020021057 <filter_option> allows to filter returned data. Accepted values:
21058 0 : return the full list of extensions (default)
21059 1 : exclude GREASE (RFC8701) values from the output
21060
21061 Example:
21062 http-request set-header X-SSL-JA3 %[ssl_fc_protocol_hello_id],\
21063 %[ssl_fc_cipherlist_bin(1),be2dec(-,2)],\
21064 %[ssl_fc_extlist_bin(1),be2dec(-,2)],\
21065 %[ssl_fc_eclist_bin(1),be2dec(-,2)],\
21066 %[ssl_fc_ecformats_bin,be2dec(-,1)]
21067 acl is_malware req.fhdr(x-ssl-ja3),digest(md5),hex \
21068 -f /path/to/file/with/malware-ja3.lst
21069 http-request set-header X-Malware True if is_malware
21070 http-request set-header X-Malware False if !is_malware
Thierry FOURNIER5bf77322017-02-25 12:45:22 +010021071
Patrick Hemmer65674662019-06-04 08:13:03 -040021072ssl_fc_client_random : binary
21073 Returns the client random of the front connection when the incoming connection
21074 was made over an SSL/TLS transport layer. It is useful to to decrypt traffic
21075 sent using ephemeral ciphers. This requires OpenSSL >= 1.1.0, or BoringSSL.
21076
William Lallemand7d42ef52020-07-06 11:41:30 +020021077ssl_fc_client_early_traffic_secret : string
21078 Return the CLIENT_EARLY_TRAFFIC_SECRET as an hexadecimal string for the
21079 front connection when the incoming connection was made over a TLS 1.3
21080 transport layer.
21081 Require OpenSSL >= 1.1.1. This is one of the keys dumped by the OpenSSL
21082 keylog callback to generate the SSLKEYLOGFILE. The SSL Key logging must be
21083 activated with "tune.ssl.keylog on" in the global section. See also
21084 "tune.ssl.keylog"
21085
21086ssl_fc_client_handshake_traffic_secret : string
21087 Return the CLIENT_HANDSHAKE_TRAFFIC_SECRET as an hexadecimal string for the
21088 front connection when the incoming connection was made over a TLS 1.3
21089 transport layer.
21090 Require OpenSSL >= 1.1.1. This is one of the keys dumped by the OpenSSL
21091 keylog callback to generate the SSLKEYLOGFILE. The SSL Key logging must be
21092 activated with "tune.ssl.keylog on" in the global section. See also
21093 "tune.ssl.keylog"
21094
21095ssl_fc_client_traffic_secret_0 : string
21096 Return the CLIENT_TRAFFIC_SECRET_0 as an hexadecimal string for the
21097 front connection when the incoming connection was made over a TLS 1.3
21098 transport layer.
21099 Require OpenSSL >= 1.1.1. This is one of the keys dumped by the OpenSSL
21100 keylog callback to generate the SSLKEYLOGFILE. The SSL Key logging must be
21101 activated with "tune.ssl.keylog on" in the global section. See also
21102 "tune.ssl.keylog"
21103
21104ssl_fc_exporter_secret : string
21105 Return the EXPORTER_SECRET as an hexadecimal string for the
21106 front connection when the incoming connection was made over a TLS 1.3
21107 transport layer.
21108 Require OpenSSL >= 1.1.1. This is one of the keys dumped by the OpenSSL
21109 keylog callback to generate the SSLKEYLOGFILE. The SSL Key logging must be
21110 activated with "tune.ssl.keylog on" in the global section. See also
21111 "tune.ssl.keylog"
21112
21113ssl_fc_early_exporter_secret : string
21114 Return the EARLY_EXPORTER_SECRET as an hexadecimal string for the
21115 front connection when the incoming connection was made over an TLS 1.3
21116 transport layer.
21117 Require OpenSSL >= 1.1.1. This is one of the keys dumped by the OpenSSL
21118 keylog callback to generate the SSLKEYLOGFILE. The SSL Key logging must be
21119 activated with "tune.ssl.keylog on" in the global section. See also
21120 "tune.ssl.keylog"
21121
Remi Tricot-Le Breton1fe0fad2021-09-29 18:56:52 +020021122ssl_fc_err : integer
21123 When the incoming connection was made over an SSL/TLS transport layer,
21124 returns the ID of the last error of the first error stack raised on the
21125 frontend side, or 0 if no error was encountered. It can be used to identify
21126 handshake related errors other than verify ones (such as cipher mismatch), as
21127 well as other read or write errors occurring during the connection's
21128 lifetime. Any error happening during the client's certificate verification
21129 process will not be raised through this fetch but via the existing
21130 "ssl_c_err", "ssl_c_ca_err" and "ssl_c_ca_err_depth" fetches. In order to get
21131 a text description of this error code, you can either use the
21132 "ssl_fc_err_str" sample fetch or use the "openssl errstr" command (which
21133 takes an error code in hexadecimal representation as parameter). Please refer
21134 to your SSL library's documentation to find the exhaustive list of error
21135 codes.
21136
21137ssl_fc_err_str : string
21138 When the incoming connection was made over an SSL/TLS transport layer,
21139 returns a string representation of the last error of the first error stack
21140 that was raised on the frontend side. Any error happening during the client's
21141 certificate verification process will not be raised through this fetch. See
21142 also "ssl_fc_err".
21143
Willy Tarreau74ca5042013-06-11 23:12:07 +020021144ssl_fc_has_crt : boolean
Emeric Brun2525b6b2012-10-18 15:59:43 +020021145 Returns true if a client certificate is present in an incoming connection over
21146 SSL/TLS transport layer. Useful if 'verify' statement is set to 'optional'.
Emeric Brun9143d372012-12-20 15:44:16 +010021147 Note: on SSL session resumption with Session ID or TLS ticket, client
21148 certificate is not present in the current connection but may be retrieved
21149 from the cache or the ticket. So prefer "ssl_c_used" if you want to check if
21150 current SSL session uses a client certificate.
Emeric Brun2525b6b2012-10-18 15:59:43 +020021151
Olivier Houchardccaa7de2017-10-02 11:51:03 +020021152ssl_fc_has_early : boolean
21153 Returns true if early data were sent, and the handshake didn't happen yet. As
21154 it has security implications, it is useful to be able to refuse those, or
21155 wait until the handshake happened.
21156
Willy Tarreau74ca5042013-06-11 23:12:07 +020021157ssl_fc_has_sni : boolean
21158 This checks for the presence of a Server Name Indication TLS extension (SNI)
Willy Tarreauf7bc57c2012-10-03 00:19:48 +020021159 in an incoming connection was made over an SSL/TLS transport layer. Returns
21160 true when the incoming connection presents a TLS SNI field. This requires
John Roeslerfb2fce12019-07-10 15:45:51 -050021161 that the SSL library is built with support for TLS extensions enabled (check
Willy Tarreauf7bc57c2012-10-03 00:19:48 +020021162 haproxy -vv).
Willy Tarreau7875d092012-09-10 08:20:03 +020021163
Nenad Merdanovic1516fe32016-05-17 03:31:21 +020021164ssl_fc_is_resumed : boolean
Nenad Merdanovic26ea8222015-05-18 02:28:57 +020021165 Returns true if the SSL/TLS session has been resumed through the use of
Jérôme Magnin4a326cb2018-01-15 14:01:17 +010021166 SSL session cache or TLS tickets on an incoming connection over an SSL/TLS
21167 transport layer.
Nenad Merdanovic26ea8222015-05-18 02:28:57 +020021168
Willy Tarreau74ca5042013-06-11 23:12:07 +020021169ssl_fc_npn : string
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030021170 This extracts the Next Protocol Negotiation field from an incoming connection
Daniel Corbett9f0843f2021-05-08 10:50:37 -040021171 made via a TLS transport layer and locally deciphered by HAProxy. The result
Willy Tarreau74ca5042013-06-11 23:12:07 +020021172 is a string containing the protocol name advertised by the client. The SSL
21173 library must have been built with support for TLS extensions enabled (check
21174 haproxy -vv). Note that the TLS NPN extension is not advertised unless the
21175 "npn" keyword on the "bind" line specifies a protocol list. Also, nothing
21176 forces the client to pick a protocol from this list, any other one may be
21177 requested. Please note that the TLS NPN extension was replaced with ALPN.
Willy Tarreaua33c6542012-10-15 13:19:06 +020021178
Willy Tarreau74ca5042013-06-11 23:12:07 +020021179ssl_fc_protocol : string
21180 Returns the name of the used protocol when the incoming connection was made
21181 over an SSL/TLS transport layer.
Willy Tarreau7875d092012-09-10 08:20:03 +020021182
Marcin Deranek959a48c2021-07-13 15:14:21 +020021183ssl_fc_protocol_hello_id : integer
21184 The version of the TLS protocol by which the client wishes to communicate
21185 during the session as indicated in client hello message. This value can
Marcin Deranek310a2602021-07-13 19:04:24 +020021186 return only if the value "tune.ssl.capture-buffer-size" is set greater than
21187 0.
Marcin Deranek959a48c2021-07-13 15:14:21 +020021188
21189 Example:
21190 http-request set-header X-SSL-JA3 %[ssl_fc_protocol_hello_id],\
21191 %[ssl_fc_cipherlist_bin(1),be2dec(-,2)],\
21192 %[ssl_fc_extlist_bin(1),be2dec(-,2)],\
21193 %[ssl_fc_eclist_bin(1),be2dec(-,2)],\
21194 %[ssl_fc_ecformats_bin,be2dec(-,1)]
21195 acl is_malware req.fhdr(x-ssl-ja3),digest(md5),hex \
21196 -f /path/to/file/with/malware-ja3.lst
21197 http-request set-header X-Malware True if is_malware
21198 http-request set-header X-Malware False if !is_malware
21199
Emeric Brunb73a9b02014-04-30 18:49:19 +020021200ssl_fc_unique_id : binary
David Sc1ad52e2014-04-08 18:48:47 -040021201 When the incoming connection was made over an SSL/TLS transport layer,
Emeric Brunb73a9b02014-04-30 18:49:19 +020021202 returns the TLS unique ID as defined in RFC5929 section 3. The unique id
Christopher Faulet15ae22c2021-11-09 14:23:36 +010021203 can be encoded to base64 using the converter: "ssl_fc_unique_id,base64".
David Sc1ad52e2014-04-08 18:48:47 -040021204
William Lallemand7d42ef52020-07-06 11:41:30 +020021205ssl_fc_server_handshake_traffic_secret : string
21206 Return the SERVER_HANDSHAKE_TRAFFIC_SECRET as an hexadecimal string for the
21207 front connection when the incoming connection was made over a TLS 1.3
21208 transport layer.
21209 Require OpenSSL >= 1.1.1. This is one of the keys dumped by the OpenSSL
21210 keylog callback to generate the SSLKEYLOGFILE. The SSL Key logging must be
21211 activated with "tune.ssl.keylog on" in the global section. See also
21212 "tune.ssl.keylog"
21213
21214ssl_fc_server_traffic_secret_0 : string
21215 Return the SERVER_TRAFFIC_SECRET_0 as an hexadecimal string for the
21216 front connection when the incoming connection was made over an TLS 1.3
21217 transport layer.
21218 Require OpenSSL >= 1.1.1. This is one of the keys dumped by the OpenSSL
21219 keylog callback to generate the SSLKEYLOGFILE. The SSL Key logging must be
21220 activated with "tune.ssl.keylog on" in the global section. See also
21221 "tune.ssl.keylog"
21222
Patrick Hemmer65674662019-06-04 08:13:03 -040021223ssl_fc_server_random : binary
21224 Returns the server random of the front connection when the incoming connection
21225 was made over an SSL/TLS transport layer. It is useful to to decrypt traffic
21226 sent using ephemeral ciphers. This requires OpenSSL >= 1.1.0, or BoringSSL.
21227
Willy Tarreau74ca5042013-06-11 23:12:07 +020021228ssl_fc_session_id : binary
21229 Returns the SSL ID of the front connection when the incoming connection was
21230 made over an SSL/TLS transport layer. It is useful to stick a given client to
21231 a server. It is important to note that some browsers refresh their session ID
21232 every few minutes.
Willy Tarreau7875d092012-09-10 08:20:03 +020021233
Patrick Hemmere0275472018-04-28 19:15:51 -040021234ssl_fc_session_key : binary
21235 Returns the SSL session master key of the front connection when the incoming
21236 connection was made over an SSL/TLS transport layer. It is useful to decrypt
21237 traffic sent using ephemeral ciphers. This requires OpenSSL >= 1.1.0, or
21238 BoringSSL.
21239
21240
Willy Tarreau74ca5042013-06-11 23:12:07 +020021241ssl_fc_sni : string
21242 This extracts the Server Name Indication TLS extension (SNI) field from an
21243 incoming connection made via an SSL/TLS transport layer and locally
Daniel Corbett9f0843f2021-05-08 10:50:37 -040021244 deciphered by HAProxy. The result (when present) typically is a string
Willy Tarreau74ca5042013-06-11 23:12:07 +020021245 matching the HTTPS host name (253 chars or less). The SSL library must have
21246 been built with support for TLS extensions enabled (check haproxy -vv).
21247
Alex5c866202021-06-05 13:23:08 +020021248 This fetch is different from "req.ssl_sni" above in that it applies to the
Daniel Corbett9f0843f2021-05-08 10:50:37 -040021249 connection being deciphered by HAProxy and not to SSL contents being blindly
Willy Tarreau74ca5042013-06-11 23:12:07 +020021250 forwarded. See also "ssl_fc_sni_end" and "ssl_fc_sni_reg" below. This
John Roeslerfb2fce12019-07-10 15:45:51 -050021251 requires that the SSL library is built with support for TLS extensions
Cyril Bonté9c1eb1e2012-10-09 22:45:34 +020021252 enabled (check haproxy -vv).
Willy Tarreau62644772008-07-16 18:36:06 +020021253
Willy Tarreaud26fb572022-11-25 10:12:12 +010021254 CAUTION! Except under very specific conditions, it is normally not correct to
21255 use this field as a substitute for the HTTP "Host" header field. For example,
21256 when forwarding an HTTPS connection to a server, the SNI field must be set
21257 from the HTTP Host header field using "req.hdr(host)" and not from the front
21258 SNI value. The reason is that SNI is solely used to select the certificate
21259 the server side will present, and that clients are then allowed to send
21260 requests with different Host values as long as they match the names in the
21261 certificate. As such, "ssl_fc_sni" should normally not be used as an argument
21262 to the "sni" server keyword, unless the backend works in TCP mode.
21263
Willy Tarreau74ca5042013-06-11 23:12:07 +020021264 ACL derivatives :
Willy Tarreau74ca5042013-06-11 23:12:07 +020021265 ssl_fc_sni_end : suffix match
21266 ssl_fc_sni_reg : regex match
Emeric Brun589fcad2012-10-16 14:13:26 +020021267
Willy Tarreau74ca5042013-06-11 23:12:07 +020021268ssl_fc_use_keysize : integer
21269 Returns the symmetric cipher key size used in bits when the incoming
21270 connection was made over an SSL/TLS transport layer.
Willy Tarreaub6fb4202008-07-20 11:18:28 +020021271
William Lallemandbfa3e812020-06-25 20:07:18 +020021272ssl_s_der : binary
21273 Returns the DER formatted certificate presented by the server when the
21274 outgoing connection was made over an SSL/TLS transport layer. When used for
21275 an ACL, the value(s) to match against can be passed in hexadecimal form.
21276
William Dauchya598b502020-08-06 18:11:38 +020021277ssl_s_chain_der : binary
21278 Returns the DER formatted chain certificate presented by the server when the
21279 outgoing connection was made over an SSL/TLS transport layer. When used for
21280 an ACL, the value(s) to match against can be passed in hexadecimal form. One
Ilya Shipitsin2272d8a2020-12-21 01:22:40 +050021281 can parse the result with any lib accepting ASN.1 DER data. It currently
William Dauchya598b502020-08-06 18:11:38 +020021282 does not support resumed sessions.
21283
William Lallemandbfa3e812020-06-25 20:07:18 +020021284ssl_s_key_alg : string
21285 Returns the name of the algorithm used to generate the key of the certificate
21286 presented by the server when the outgoing connection was made over an
21287 SSL/TLS transport layer.
21288
21289ssl_s_notafter : string
21290 Returns the end date presented by the server as a formatted string
21291 YYMMDDhhmmss[Z] when the outgoing connection was made over an SSL/TLS
21292 transport layer.
21293
21294ssl_s_notbefore : string
21295 Returns the start date presented by the server as a formatted string
21296 YYMMDDhhmmss[Z] when the outgoing connection was made over an SSL/TLS
21297 transport layer.
21298
21299ssl_s_i_dn([<entry>[,<occ>[,<format>]]]) : string
21300 When the outgoing connection was made over an SSL/TLS transport layer,
21301 returns the full distinguished name of the issuer of the certificate
21302 presented by the server when no <entry> is specified, or the value of the
21303 first given entry found from the beginning of the DN. If a positive/negative
21304 occurrence number is specified as the optional second argument, it returns
21305 the value of the nth given entry value from the beginning/end of the DN.
William Lallemand8f600c82020-06-26 09:55:06 +020021306 For instance, "ssl_s_i_dn(OU,2)" the second organization unit, and
21307 "ssl_s_i_dn(CN)" retrieves the common name.
William Lallemandbfa3e812020-06-25 20:07:18 +020021308 The <format> parameter allows you to receive the DN suitable for
21309 consumption by different protocols. Currently supported is rfc2253 for
21310 LDAP v3.
21311 If you'd like to modify the format only you can specify an empty string
21312 and zero for the first two parameters. Example: ssl_s_i_dn(,0,rfc2253)
21313
21314ssl_s_s_dn([<entry>[,<occ>[,<format>]]]) : string
21315 When the outgoing connection was made over an SSL/TLS transport layer,
21316 returns the full distinguished name of the subject of the certificate
21317 presented by the server when no <entry> is specified, or the value of the
21318 first given entry found from the beginning of the DN. If a positive/negative
21319 occurrence number is specified as the optional second argument, it returns
21320 the value of the nth given entry value from the beginning/end of the DN.
William Lallemand8f600c82020-06-26 09:55:06 +020021321 For instance, "ssl_s_s_dn(OU,2)" the second organization unit, and
21322 "ssl_s_s_dn(CN)" retrieves the common name.
William Lallemandbfa3e812020-06-25 20:07:18 +020021323 The <format> parameter allows you to receive the DN suitable for
21324 consumption by different protocols. Currently supported is rfc2253 for
21325 LDAP v3.
21326 If you'd like to modify the format only you can specify an empty string
21327 and zero for the first two parameters. Example: ssl_s_s_dn(,0,rfc2253)
21328
21329ssl_s_serial : binary
21330 Returns the serial of the certificate presented by the server when the
21331 outgoing connection was made over an SSL/TLS transport layer. When used for
21332 an ACL, the value(s) to match against can be passed in hexadecimal form.
21333
21334ssl_s_sha1 : binary
21335 Returns the SHA-1 fingerprint of the certificate presented by the server
21336 when the outgoing connection was made over an SSL/TLS transport layer. This
21337 can be used to know which certificate was chosen using SNI.
21338
21339ssl_s_sig_alg : string
21340 Returns the name of the algorithm used to sign the certificate presented by
21341 the server when the outgoing connection was made over an SSL/TLS transport
21342 layer.
21343
21344ssl_s_version : integer
21345 Returns the version of the certificate presented by the server when the
21346 outgoing connection was made over an SSL/TLS transport layer.
Willy Tarreaub6fb4202008-07-20 11:18:28 +020021347
Thierry FOURNIER060762e2014-04-23 13:29:15 +0200213487.3.5. Fetching samples from buffer contents (Layer 6)
Willy Tarreau74ca5042013-06-11 23:12:07 +020021349------------------------------------------------------
Willy Tarreaub6fb4202008-07-20 11:18:28 +020021350
Willy Tarreau74ca5042013-06-11 23:12:07 +020021351Fetching samples from buffer contents is a bit different from the previous
21352sample fetches above because the sampled data are ephemeral. These data can
21353only be used when they're available and will be lost when they're forwarded.
21354For this reason, samples fetched from buffer contents during a request cannot
21355be used in a response for example. Even while the data are being fetched, they
21356can change. Sometimes it is necessary to set some delays or combine multiple
21357sample fetch methods to ensure that the expected data are complete and usable,
21358for example through TCP request content inspection. Please see the "tcp-request
21359content" keyword for more detailed information on the subject.
Willy Tarreau62644772008-07-16 18:36:06 +020021360
Christopher Fauleta434a002021-03-25 11:58:51 +010021361Warning : Following sample fetches are ignored if used from HTTP proxies. They
21362 only deal with raw contents found in the buffers. On their side,
Daniel Corbett9f0843f2021-05-08 10:50:37 -040021363 HTTP proxies use structured content. Thus raw representation of
Christopher Fauleta434a002021-03-25 11:58:51 +010021364 these data are meaningless. A warning is emitted if an ACL relies on
21365 one of the following sample fetches. But it is not possible to detect
21366 all invalid usage (for instance inside a log-format string or a
21367 sample expression). So be careful.
21368
Willy Tarreau3ec14612022-03-10 10:39:58 +010021369distcc_body(<token>[,<occ>]) : binary
21370 Parses a distcc message and returns the body associated to occurrence #<occ>
21371 of the token <token>. Occurrences start at 1, and when unspecified, any may
21372 match though in practice only the first one is checked for now. This can be
21373 used to extract file names or arguments in files built using distcc through
21374 HAProxy. Please refer to distcc's protocol documentation for the complete
21375 list of supported tokens.
21376
21377distcc_param(<token>[,<occ>]) : integer
21378 Parses a distcc message and returns the parameter associated to occurrence
21379 #<occ> of the token <token>. Occurrences start at 1, and when unspecified,
21380 any may match though in practice only the first one is checked for now. This
21381 can be used to extract certain information such as the protocol version, the
21382 file size or the argument in files built using distcc through HAProxy.
21383 Another use case consists in waiting for the start of the preprocessed file
21384 contents before connecting to the server to avoid keeping idle connections.
21385 Please refer to distcc's protocol documentation for the complete list of
21386 supported tokens.
21387
21388 Example :
21389 # wait up to 20s for the pre-processed file to be uploaded
21390 tcp-request inspect-delay 20s
21391 tcp-request content accept if { distcc_param(DOTI) -m found }
21392 # send large files to the big farm
21393 use_backend big_farm if { distcc_param(DOTI) gt 1000000 }
21394
Willy Tarreau74ca5042013-06-11 23:12:07 +020021395payload(<offset>,<length>) : binary (deprecated)
Davor Ocelice9ed2812017-12-25 17:49:28 +010021396 This is an alias for "req.payload" when used in the context of a request (e.g.
Willy Tarreau74ca5042013-06-11 23:12:07 +020021397 "stick on", "stick match"), and for "res.payload" when used in the context of
21398 a response such as in "stick store response".
Willy Tarreau0ba27502007-12-24 16:55:16 +010021399
Willy Tarreau74ca5042013-06-11 23:12:07 +020021400payload_lv(<offset1>,<length>[,<offset2>]) : binary (deprecated)
21401 This is an alias for "req.payload_lv" when used in the context of a request
Davor Ocelice9ed2812017-12-25 17:49:28 +010021402 (e.g. "stick on", "stick match"), and for "res.payload_lv" when used in the
Willy Tarreau74ca5042013-06-11 23:12:07 +020021403 context of a response such as in "stick store response".
Willy Tarreau0ba27502007-12-24 16:55:16 +010021404
Willy Tarreau74ca5042013-06-11 23:12:07 +020021405req.len : integer
21406req_len : integer (deprecated)
21407 Returns an integer value corresponding to the number of bytes present in the
21408 request buffer. This is mostly used in ACL. It is important to understand
21409 that this test does not return false as long as the buffer is changing. This
21410 means that a check with equality to zero will almost always immediately match
21411 at the beginning of the session, while a test for more data will wait for
Daniel Corbett9f0843f2021-05-08 10:50:37 -040021412 that data to come in and return false only when HAProxy is certain that no
Willy Tarreau74ca5042013-06-11 23:12:07 +020021413 more data will come in. This test was designed to be used with TCP request
21414 content inspection.
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020021415
Willy Tarreau74ca5042013-06-11 23:12:07 +020021416req.payload(<offset>,<length>) : binary
21417 This extracts a binary block of <length> bytes and starting at byte <offset>
Willy Tarreau00f00842013-08-02 11:07:32 +020021418 in the request buffer. As a special case, if the <length> argument is zero,
21419 the the whole buffer from <offset> to the end is extracted. This can be used
21420 with ACLs in order to check for the presence of some content in a buffer at
21421 any location.
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020021422
Christian Ruppert59e66e32022-02-20 22:54:01 +010021423 ACL derivatives :
21424 req.payload(<offset>,<length>) : hex binary match
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020021425
Willy Tarreau74ca5042013-06-11 23:12:07 +020021426req.payload_lv(<offset1>,<length>[,<offset2>]) : binary
21427 This extracts a binary block whose size is specified at <offset1> for <length>
21428 bytes, and which starts at <offset2> if specified or just after the length in
21429 the request buffer. The <offset2> parameter also supports relative offsets if
21430 prepended with a '+' or '-' sign.
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020021431
Christian Ruppert59e66e32022-02-20 22:54:01 +010021432 ACL derivatives :
21433 req.payload_lv(<offset1>,<length>[,<offset2>]) : hex binary match
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020021434
Willy Tarreau74ca5042013-06-11 23:12:07 +020021435 Example : please consult the example from the "stick store-response" keyword.
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020021436
Willy Tarreau74ca5042013-06-11 23:12:07 +020021437req.proto_http : boolean
21438req_proto_http : boolean (deprecated)
21439 Returns true when data in the request buffer look like HTTP and correctly
21440 parses as such. It is the same parser as the common HTTP request parser which
21441 is used so there should be no surprises. The test does not match until the
21442 request is complete, failed or timed out. This test may be used to report the
21443 protocol in TCP logs, but the biggest use is to block TCP request analysis
21444 until a complete HTTP request is present in the buffer, for example to track
21445 a header.
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020021446
Willy Tarreau74ca5042013-06-11 23:12:07 +020021447 Example:
21448 # track request counts per "base" (concatenation of Host+URL)
21449 tcp-request inspect-delay 10s
21450 tcp-request content reject if !HTTP
Willy Tarreaube4a3ef2013-06-17 15:04:07 +020021451 tcp-request content track-sc0 base table req-rate
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020021452
Willy Tarreau74ca5042013-06-11 23:12:07 +020021453req.rdp_cookie([<name>]) : string
21454rdp_cookie([<name>]) : string (deprecated)
21455 When the request buffer looks like the RDP protocol, extracts the RDP cookie
21456 <name>, or any cookie if unspecified. The parser only checks for the first
21457 cookie, as illustrated in the RDP protocol specification. The cookie name is
21458 case insensitive. Generally the "MSTS" cookie name will be used, as it can
21459 contain the user name of the client connecting to the server if properly
21460 configured on the client. The "MSTSHASH" cookie is often used as well for
21461 session stickiness to servers.
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021462
Willy Tarreau74ca5042013-06-11 23:12:07 +020021463 This differs from "balance rdp-cookie" in that any balancing algorithm may be
21464 used and thus the distribution of clients to backend servers is not linked to
21465 a hash of the RDP cookie. It is envisaged that using a balancing algorithm
21466 such as "balance roundrobin" or "balance leastconn" will lead to a more even
21467 distribution of clients to backend servers than the hash used by "balance
21468 rdp-cookie".
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021469
Willy Tarreau74ca5042013-06-11 23:12:07 +020021470 ACL derivatives :
Christian Ruppert59e66e32022-02-20 22:54:01 +010021471 req.rdp_cookie([<name>]) : exact string match
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021472
Willy Tarreau74ca5042013-06-11 23:12:07 +020021473 Example :
21474 listen tse-farm
21475 bind 0.0.0.0:3389
21476 # wait up to 5s for an RDP cookie in the request
21477 tcp-request inspect-delay 5s
21478 tcp-request content accept if RDP_COOKIE
21479 # apply RDP cookie persistence
21480 persist rdp-cookie
21481 # Persist based on the mstshash cookie
21482 # This is only useful makes sense if
21483 # balance rdp-cookie is not used
21484 stick-table type string size 204800
21485 stick on req.rdp_cookie(mstshash)
21486 server srv1 1.1.1.1:3389
21487 server srv1 1.1.1.2:3389
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021488
Willy Tarreau74ca5042013-06-11 23:12:07 +020021489 See also : "balance rdp-cookie", "persist rdp-cookie", "tcp-request" and the
Christian Ruppert59e66e32022-02-20 22:54:01 +010021490 "req.rdp_cookie" ACL.
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021491
Willy Tarreau74ca5042013-06-11 23:12:07 +020021492req.rdp_cookie_cnt([name]) : integer
21493rdp_cookie_cnt([name]) : integer (deprecated)
21494 Tries to parse the request buffer as RDP protocol, then returns an integer
21495 corresponding to the number of RDP cookies found. If an optional cookie name
21496 is passed, only cookies matching this name are considered. This is mostly
21497 used in ACL.
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021498
Willy Tarreau74ca5042013-06-11 23:12:07 +020021499 ACL derivatives :
Christian Ruppert59e66e32022-02-20 22:54:01 +010021500 req.rdp_cookie_cnt([<name>]) : integer match
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021501
Alex Zorin4afdd132018-12-30 13:56:28 +110021502req.ssl_alpn : string
21503 Returns a string containing the values of the Application-Layer Protocol
21504 Negotiation (ALPN) TLS extension (RFC7301), sent by the client within the SSL
21505 ClientHello message. Note that this only applies to raw contents found in the
21506 request buffer and not to the contents deciphered via an SSL data layer, so
21507 this will not work with "bind" lines having the "ssl" option. This is useful
21508 in ACL to make a routing decision based upon the ALPN preferences of a TLS
Jarno Huuskonene504f812019-01-03 07:56:49 +020021509 client, like in the example below. See also "ssl_fc_alpn".
Alex Zorin4afdd132018-12-30 13:56:28 +110021510
21511 Examples :
21512 # Wait for a client hello for at most 5 seconds
21513 tcp-request inspect-delay 5s
Christian Ruppert59e66e32022-02-20 22:54:01 +010021514 tcp-request content accept if { req.ssl_hello_type 1 }
Jarno Huuskonene504f812019-01-03 07:56:49 +020021515 use_backend bk_acme if { req.ssl_alpn acme-tls/1 }
Alex Zorin4afdd132018-12-30 13:56:28 +110021516 default_backend bk_default
21517
Nenad Merdanovic5fc7d7e2015-07-07 22:00:17 +020021518req.ssl_ec_ext : boolean
21519 Returns a boolean identifying if client sent the Supported Elliptic Curves
21520 Extension as defined in RFC4492, section 5.1. within the SSL ClientHello
Cyril Bonté307ee1e2015-09-28 23:16:06 +020021521 message. This can be used to present ECC compatible clients with EC
21522 certificate and to use RSA for all others, on the same IP address. Note that
21523 this only applies to raw contents found in the request buffer and not to
21524 contents deciphered via an SSL data layer, so this will not work with "bind"
21525 lines having the "ssl" option.
Nenad Merdanovic5fc7d7e2015-07-07 22:00:17 +020021526
Willy Tarreau74ca5042013-06-11 23:12:07 +020021527req.ssl_hello_type : integer
21528req_ssl_hello_type : integer (deprecated)
21529 Returns an integer value containing the type of the SSL hello message found
21530 in the request buffer if the buffer contains data that parse as a complete
21531 SSL (v3 or superior) client hello message. Note that this only applies to raw
21532 contents found in the request buffer and not to contents deciphered via an
21533 SSL data layer, so this will not work with "bind" lines having the "ssl"
21534 option. This is mostly used in ACL to detect presence of an SSL hello message
21535 that is supposed to contain an SSL session ID usable for stickiness.
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021536
Willy Tarreau74ca5042013-06-11 23:12:07 +020021537req.ssl_sni : string
21538req_ssl_sni : string (deprecated)
21539 Returns a string containing the value of the Server Name TLS extension sent
21540 by a client in a TLS stream passing through the request buffer if the buffer
21541 contains data that parse as a complete SSL (v3 or superior) client hello
21542 message. Note that this only applies to raw contents found in the request
21543 buffer and not to contents deciphered via an SSL data layer, so this will not
Lukas Tribusa267b5d2020-07-19 00:25:06 +020021544 work with "bind" lines having the "ssl" option. This will only work for actual
21545 implicit TLS based protocols like HTTPS (443), IMAPS (993), SMTPS (465),
21546 however it will not work for explicit TLS based protocols, like SMTP (25/587)
21547 or IMAP (143). SNI normally contains the name of the host the client tries to
21548 connect to (for recent browsers). SNI is useful for allowing or denying access
21549 to certain hosts when SSL/TLS is used by the client. This test was designed to
21550 be used with TCP request content inspection. If content switching is needed,
21551 it is recommended to first wait for a complete client hello (type 1), like in
21552 the example below. See also "ssl_fc_sni".
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021553
Willy Tarreau74ca5042013-06-11 23:12:07 +020021554 ACL derivatives :
Alex5c866202021-06-05 13:23:08 +020021555 req.ssl_sni : exact string match
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021556
Willy Tarreau74ca5042013-06-11 23:12:07 +020021557 Examples :
21558 # Wait for a client hello for at most 5 seconds
21559 tcp-request inspect-delay 5s
Christian Ruppert59e66e32022-02-20 22:54:01 +010021560 tcp-request content accept if { req.ssl_hello_type 1 }
Alex5c866202021-06-05 13:23:08 +020021561 use_backend bk_allow if { req.ssl_sni -f allowed_sites }
Willy Tarreau74ca5042013-06-11 23:12:07 +020021562 default_backend bk_sorry_page
Willy Tarreau04aa6a92012-04-06 18:57:55 +020021563
Pradeep Jindalbb2acf52015-09-29 10:12:57 +053021564req.ssl_st_ext : integer
21565 Returns 0 if the client didn't send a SessionTicket TLS Extension (RFC5077)
21566 Returns 1 if the client sent SessionTicket TLS Extension
21567 Returns 2 if the client also sent non-zero length TLS SessionTicket
21568 Note that this only applies to raw contents found in the request buffer and
21569 not to contents deciphered via an SSL data layer, so this will not work with
21570 "bind" lines having the "ssl" option. This can for example be used to detect
21571 whether the client sent a SessionTicket or not and stick it accordingly, if
21572 no SessionTicket then stick on SessionID or don't stick as there's no server
21573 side state is there when SessionTickets are in use.
21574
Willy Tarreau74ca5042013-06-11 23:12:07 +020021575req.ssl_ver : integer
21576req_ssl_ver : integer (deprecated)
21577 Returns an integer value containing the version of the SSL/TLS protocol of a
21578 stream present in the request buffer. Both SSLv2 hello messages and SSLv3
21579 messages are supported. TLSv1 is announced as SSL version 3.1. The value is
21580 composed of the major version multiplied by 65536, added to the minor
21581 version. Note that this only applies to raw contents found in the request
21582 buffer and not to contents deciphered via an SSL data layer, so this will not
21583 work with "bind" lines having the "ssl" option. The ACL version of the test
Davor Ocelice9ed2812017-12-25 17:49:28 +010021584 matches against a decimal notation in the form MAJOR.MINOR (e.g. 3.1). This
Willy Tarreau74ca5042013-06-11 23:12:07 +020021585 fetch is mostly used in ACL.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021586
Willy Tarreau74ca5042013-06-11 23:12:07 +020021587 ACL derivatives :
Christian Ruppert59e66e32022-02-20 22:54:01 +010021588 req.ssl_ver : decimal match
Willy Tarreaud63335a2010-02-26 12:56:52 +010021589
Willy Tarreau47e8eba2013-09-11 23:28:46 +020021590res.len : integer
21591 Returns an integer value corresponding to the number of bytes present in the
21592 response buffer. This is mostly used in ACL. It is important to understand
21593 that this test does not return false as long as the buffer is changing. This
21594 means that a check with equality to zero will almost always immediately match
21595 at the beginning of the session, while a test for more data will wait for
Daniel Corbett9f0843f2021-05-08 10:50:37 -040021596 that data to come in and return false only when HAProxy is certain that no
Willy Tarreau47e8eba2013-09-11 23:28:46 +020021597 more data will come in. This test was designed to be used with TCP response
Christopher Faulete596d182020-05-05 17:46:34 +020021598 content inspection. But it may also be used in tcp-check based expect rules.
Willy Tarreau47e8eba2013-09-11 23:28:46 +020021599
Willy Tarreau74ca5042013-06-11 23:12:07 +020021600res.payload(<offset>,<length>) : binary
21601 This extracts a binary block of <length> bytes and starting at byte <offset>
Willy Tarreau00f00842013-08-02 11:07:32 +020021602 in the response buffer. As a special case, if the <length> argument is zero,
Christopher Faulete596d182020-05-05 17:46:34 +020021603 the whole buffer from <offset> to the end is extracted. This can be used
Willy Tarreau00f00842013-08-02 11:07:32 +020021604 with ACLs in order to check for the presence of some content in a buffer at
Christopher Faulete596d182020-05-05 17:46:34 +020021605 any location. It may also be used in tcp-check based expect rules.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021606
Willy Tarreau74ca5042013-06-11 23:12:07 +020021607res.payload_lv(<offset1>,<length>[,<offset2>]) : binary
21608 This extracts a binary block whose size is specified at <offset1> for <length>
21609 bytes, and which starts at <offset2> if specified or just after the length in
21610 the response buffer. The <offset2> parameter also supports relative offsets
Christopher Faulete596d182020-05-05 17:46:34 +020021611 if prepended with a '+' or '-' sign. It may also be used in tcp-check based
21612 expect rules.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021613
Willy Tarreau74ca5042013-06-11 23:12:07 +020021614 Example : please consult the example from the "stick store-response" keyword.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021615
Willy Tarreau971f7b62015-09-29 14:06:59 +020021616res.ssl_hello_type : integer
21617rep_ssl_hello_type : integer (deprecated)
21618 Returns an integer value containing the type of the SSL hello message found
21619 in the response buffer if the buffer contains data that parses as a complete
21620 SSL (v3 or superior) hello message. Note that this only applies to raw
21621 contents found in the response buffer and not to contents deciphered via an
21622 SSL data layer, so this will not work with "server" lines having the "ssl"
21623 option. This is mostly used in ACL to detect presence of an SSL hello message
21624 that is supposed to contain an SSL session ID usable for stickiness.
21625
Willy Tarreau74ca5042013-06-11 23:12:07 +020021626wait_end : boolean
21627 This fetch either returns true when the inspection period is over, or does
21628 not fetch. It is only used in ACLs, in conjunction with content analysis to
Davor Ocelice9ed2812017-12-25 17:49:28 +010021629 avoid returning a wrong verdict early. It may also be used to delay some
Willy Tarreau74ca5042013-06-11 23:12:07 +020021630 actions, such as a delayed reject for some special addresses. Since it either
21631 stops the rules evaluation or immediately returns true, it is recommended to
Davor Ocelice9ed2812017-12-25 17:49:28 +010021632 use this acl as the last one in a rule. Please note that the default ACL
Willy Tarreau74ca5042013-06-11 23:12:07 +020021633 "WAIT_END" is always usable without prior declaration. This test was designed
21634 to be used with TCP request content inspection.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021635
Willy Tarreau74ca5042013-06-11 23:12:07 +020021636 Examples :
21637 # delay every incoming request by 2 seconds
21638 tcp-request inspect-delay 2s
21639 tcp-request content accept if WAIT_END
Willy Tarreaud63335a2010-02-26 12:56:52 +010021640
Willy Tarreau74ca5042013-06-11 23:12:07 +020021641 # don't immediately tell bad guys they are rejected
21642 tcp-request inspect-delay 10s
21643 acl goodguys src 10.0.0.0/24
21644 acl badguys src 10.0.1.0/24
21645 tcp-request content accept if goodguys
21646 tcp-request content reject if badguys WAIT_END
21647 tcp-request content reject
21648
21649
Thierry FOURNIER060762e2014-04-23 13:29:15 +0200216507.3.6. Fetching HTTP samples (Layer 7)
Willy Tarreau74ca5042013-06-11 23:12:07 +020021651--------------------------------------
21652
21653It is possible to fetch samples from HTTP contents, requests and responses.
21654This application layer is also called layer 7. It is only possible to fetch the
21655data in this section when a full HTTP request or response has been parsed from
21656its respective request or response buffer. This is always the case with all
21657HTTP specific rules and for sections running with "mode http". When using TCP
21658content inspection, it may be necessary to support an inspection delay in order
21659to let the request or response come in first. These fetches may require a bit
21660more CPU resources than the layer 4 ones, but not much since the request and
21661response are indexed.
21662
Christopher Faulet4d37e532021-03-26 14:44:00 +010021663Note : Regarding HTTP processing from the tcp-request content rules, everything
21664 will work as expected from an HTTP proxy. However, from a TCP proxy,
21665 without an HTTP upgrade, it will only work for HTTP/1 content. For
21666 HTTP/2 content, only the preface is visible. Thus, it is only possible
21667 to rely to "req.proto_http", "req.ver" and eventually "method" sample
21668 fetches. All other L7 sample fetches will fail. After an HTTP upgrade,
21669 they will work in the same manner than from an HTTP proxy.
21670
Willy Tarreau74ca5042013-06-11 23:12:07 +020021671base : string
21672 This returns the concatenation of the first Host header and the path part of
21673 the request, which starts at the first slash and ends before the question
21674 mark. It can be useful in virtual hosted environments to detect URL abuses as
21675 well as to improve shared caches efficiency. Using this with a limited size
21676 stick table also allows one to collect statistics about most commonly
21677 requested objects by host/path. With ACLs it can allow simple content
21678 switching rules involving the host and the path at the same time, such as
21679 "www.example.com/favicon.ico". See also "path" and "uri".
21680
21681 ACL derivatives :
21682 base : exact string match
21683 base_beg : prefix match
21684 base_dir : subdir match
21685 base_dom : domain match
21686 base_end : suffix match
21687 base_len : length match
21688 base_reg : regex match
21689 base_sub : substring match
21690
21691base32 : integer
21692 This returns a 32-bit hash of the value returned by the "base" fetch method
21693 above. This is useful to track per-URL activity on high traffic sites without
21694 having to store all URLs. Instead a shorter hash is stored, saving a lot of
Willy Tarreau23ec4ca2014-07-15 20:15:37 +020021695 memory. The output type is an unsigned integer. The hash function used is
21696 SDBM with full avalanche on the output. Technically, base32 is exactly equal
21697 to "base,sdbm(1)".
Willy Tarreau74ca5042013-06-11 23:12:07 +020021698
21699base32+src : binary
21700 This returns the concatenation of the base32 fetch above and the src fetch
21701 below. The resulting type is of type binary, with a size of 8 or 20 bytes
21702 depending on the source address family. This can be used to track per-IP,
21703 per-URL counters.
21704
Yves Lafonb4d37082021-02-11 11:01:28 +010021705baseq : string
21706 This returns the concatenation of the first Host header and the path part of
21707 the request with the query-string, which starts at the first slash. Using this
21708 instead of "base" allows one to properly identify the target resource, for
21709 statistics or caching use cases. See also "path", "pathq" and "base".
21710
William Lallemand65ad6e12014-01-31 15:08:02 +010021711capture.req.hdr(<idx>) : string
21712 This extracts the content of the header captured by the "capture request
21713 header", idx is the position of the capture keyword in the configuration.
21714 The first entry is an index of 0. See also: "capture request header".
21715
21716capture.req.method : string
21717 This extracts the METHOD of an HTTP request. It can be used in both request
21718 and response. Unlike "method", it can be used in both request and response
21719 because it's allocated.
21720
21721capture.req.uri : string
21722 This extracts the request's URI, which starts at the first slash and ends
21723 before the first space in the request (without the host part). Unlike "path"
21724 and "url", it can be used in both request and response because it's
21725 allocated.
21726
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020021727capture.req.ver : string
21728 This extracts the request's HTTP version and returns either "HTTP/1.0" or
21729 "HTTP/1.1". Unlike "req.ver", it can be used in both request, response, and
21730 logs because it relies on a persistent flag.
21731
William Lallemand65ad6e12014-01-31 15:08:02 +010021732capture.res.hdr(<idx>) : string
21733 This extracts the content of the header captured by the "capture response
21734 header", idx is the position of the capture keyword in the configuration.
21735 The first entry is an index of 0.
21736 See also: "capture response header"
21737
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020021738capture.res.ver : string
21739 This extracts the response's HTTP version and returns either "HTTP/1.0" or
21740 "HTTP/1.1". Unlike "res.ver", it can be used in logs because it relies on a
21741 persistent flag.
21742
Willy Tarreaua5910cc2015-05-02 00:46:08 +020021743req.body : binary
Christopher Fauletaf4dc4c2020-05-05 17:33:25 +020021744 This returns the HTTP request's available body as a block of data. It is
21745 recommended to use "option http-buffer-request" to be sure to wait, as much
21746 as possible, for the request's body.
Willy Tarreaua5910cc2015-05-02 00:46:08 +020021747
Martin DOLEZ28c5f402023-03-28 09:06:05 -040021748req.body_param([<name>[,i]]) : string
Thierry FOURNIER9826c772015-05-20 15:50:54 +020021749 This fetch assumes that the body of the POST request is url-encoded. The user
21750 can check if the "content-type" contains the value
21751 "application/x-www-form-urlencoded". This extracts the first occurrence of the
21752 parameter <name> in the body, which ends before '&'. The parameter name is
Martin DOLEZ28c5f402023-03-28 09:06:05 -040021753 case-sensitive, unless "i" is added as a second argument. If no name is
21754 given, any parameter will match, and the first one will be returned. The
21755 result is a string corresponding to the value of the parameter <name> as
21756 presented in the request body (no URL decoding is performed). Note that the
21757 ACL version of this fetch iterates over multiple parameters and will
21758 iteratively report all parameters values if no name is given.
Thierry FOURNIER9826c772015-05-20 15:50:54 +020021759
Willy Tarreaua5910cc2015-05-02 00:46:08 +020021760req.body_len : integer
21761 This returns the length of the HTTP request's available body in bytes. It may
21762 be lower than the advertised length if the body is larger than the buffer. It
Christopher Fauletaf4dc4c2020-05-05 17:33:25 +020021763 is recommended to use "option http-buffer-request" to be sure to wait, as
21764 much as possible, for the request's body.
Willy Tarreaua5910cc2015-05-02 00:46:08 +020021765
21766req.body_size : integer
21767 This returns the advertised length of the HTTP request's body in bytes. It
Christopher Fauletaf4dc4c2020-05-05 17:33:25 +020021768 will represent the advertised Content-Length header, or the size of the
21769 available data in case of chunked encoding.
Willy Tarreaua5910cc2015-05-02 00:46:08 +020021770
Willy Tarreau74ca5042013-06-11 23:12:07 +020021771req.cook([<name>]) : string
21772cook([<name>]) : string (deprecated)
21773 This extracts the last occurrence of the cookie name <name> on a "Cookie"
21774 header line from the request, and returns its value as string. If no name is
21775 specified, the first cookie value is returned. When used with ACLs, all
21776 matching cookies are evaluated. Spaces around the name and the value are
21777 ignored as requested by the Cookie header specification (RFC6265). The cookie
21778 name is case-sensitive. Empty cookies are valid, so an empty cookie may very
21779 well return an empty value if it is present. Use the "found" match to detect
21780 presence. Use the res.cook() variant for response cookies sent by the server.
21781
21782 ACL derivatives :
Christian Ruppert59e66e32022-02-20 22:54:01 +010021783 req.cook([<name>]) : exact string match
21784 req.cook_beg([<name>]) : prefix match
21785 req.cook_dir([<name>]) : subdir match
21786 req.cook_dom([<name>]) : domain match
21787 req.cook_end([<name>]) : suffix match
21788 req.cook_len([<name>]) : length match
21789 req.cook_reg([<name>]) : regex match
21790 req.cook_sub([<name>]) : substring match
Willy Tarreaud63335a2010-02-26 12:56:52 +010021791
Willy Tarreau74ca5042013-06-11 23:12:07 +020021792req.cook_cnt([<name>]) : integer
21793cook_cnt([<name>]) : integer (deprecated)
21794 Returns an integer value representing the number of occurrences of the cookie
21795 <name> in the request, or all cookies if <name> is not specified.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021796
Willy Tarreau74ca5042013-06-11 23:12:07 +020021797req.cook_val([<name>]) : integer
21798cook_val([<name>]) : integer (deprecated)
21799 This extracts the last occurrence of the cookie name <name> on a "Cookie"
21800 header line from the request, and converts its value to an integer which is
21801 returned. If no name is specified, the first cookie value is returned. When
21802 used in ACLs, all matching names are iterated over until a value matches.
Willy Tarreau0e698542011-09-16 08:32:32 +020021803
Willy Tarreau74ca5042013-06-11 23:12:07 +020021804cookie([<name>]) : string (deprecated)
21805 This extracts the last occurrence of the cookie name <name> on a "Cookie"
21806 header line from the request, or a "Set-Cookie" header from the response, and
21807 returns its value as a string. A typical use is to get multiple clients
21808 sharing a same profile use the same server. This can be similar to what
Willy Tarreau294d0f02015-08-10 19:40:12 +020021809 "appsession" did with the "request-learn" statement, but with support for
Willy Tarreau74ca5042013-06-11 23:12:07 +020021810 multi-peer synchronization and state keeping across restarts. If no name is
21811 specified, the first cookie value is returned. This fetch should not be used
21812 anymore and should be replaced by req.cook() or res.cook() instead as it
21813 ambiguously uses the direction based on the context where it is used.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021814
Willy Tarreau74ca5042013-06-11 23:12:07 +020021815hdr([<name>[,<occ>]]) : string
21816 This is equivalent to req.hdr() when used on requests, and to res.hdr() when
21817 used on responses. Please refer to these respective fetches for more details.
21818 In case of doubt about the fetch direction, please use the explicit ones.
21819 Note that contrary to the hdr() sample fetch method, the hdr_* ACL keywords
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030021820 unambiguously apply to the request headers.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021821
Willy Tarreau74ca5042013-06-11 23:12:07 +020021822req.fhdr(<name>[,<occ>]) : string
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010021823 This returns the full value of the last occurrence of header <name> in an
21824 HTTP request. It differs from req.hdr() in that any commas present in the
21825 value are returned and are not used as delimiters. This is sometimes useful
21826 with headers such as User-Agent.
21827
21828 When used from an ACL, all occurrences are iterated over until a match is
21829 found.
21830
Willy Tarreau74ca5042013-06-11 23:12:07 +020021831 Optionally, a specific occurrence might be specified as a position number.
21832 Positive values indicate a position from the first occurrence, with 1 being
21833 the first one. Negative values indicate positions relative to the last one,
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010021834 with -1 being the last one.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021835
Willy Tarreau74ca5042013-06-11 23:12:07 +020021836req.fhdr_cnt([<name>]) : integer
21837 Returns an integer value representing the number of occurrences of request
21838 header field name <name>, or the total number of header fields if <name> is
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010021839 not specified. Like req.fhdr() it differs from res.hdr_cnt() by not splitting
21840 headers at commas.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021841
Willy Tarreau74ca5042013-06-11 23:12:07 +020021842req.hdr([<name>[,<occ>]]) : string
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010021843 This returns the last comma-separated value of the header <name> in an HTTP
21844 request. The fetch considers any comma as a delimiter for distinct values.
21845 This is useful if you need to process headers that are defined to be a list
21846 of values, such as Accept, or X-Forwarded-For. If full-line headers are
21847 desired instead, use req.fhdr(). Please carefully check RFC 7231 to know how
21848 certain headers are supposed to be parsed. Also, some of them are case
21849 insensitive (e.g. Connection).
21850
21851 When used from an ACL, all occurrences are iterated over until a match is
21852 found.
21853
Willy Tarreau74ca5042013-06-11 23:12:07 +020021854 Optionally, a specific occurrence might be specified as a position number.
21855 Positive values indicate a position from the first occurrence, with 1 being
21856 the first one. Negative values indicate positions relative to the last one,
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010021857 with -1 being the last one.
21858
21859 A typical use is with the X-Forwarded-For header once converted to IP,
21860 associated with an IP stick-table.
Willy Tarreaud63335a2010-02-26 12:56:52 +010021861
Willy Tarreau74ca5042013-06-11 23:12:07 +020021862 ACL derivatives :
21863 hdr([<name>[,<occ>]]) : exact string match
21864 hdr_beg([<name>[,<occ>]]) : prefix match
21865 hdr_dir([<name>[,<occ>]]) : subdir match
21866 hdr_dom([<name>[,<occ>]]) : domain match
21867 hdr_end([<name>[,<occ>]]) : suffix match
21868 hdr_len([<name>[,<occ>]]) : length match
21869 hdr_reg([<name>[,<occ>]]) : regex match
21870 hdr_sub([<name>[,<occ>]]) : substring match
21871
21872req.hdr_cnt([<name>]) : integer
21873hdr_cnt([<header>]) : integer (deprecated)
21874 Returns an integer value representing the number of occurrences of request
21875 header field name <name>, or the total number of header field values if
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010021876 <name> is not specified. Like req.hdr() it counts each comma separated
21877 part of the header's value. If counting of full-line headers is desired,
21878 then req.fhdr_cnt() should be used instead.
21879
21880 With ACLs, it can be used to detect presence, absence or abuse of a specific
21881 header, as well as to block request smuggling attacks by rejecting requests
21882 which contain more than one of certain headers.
21883
21884 Refer to req.hdr() for more information on header matching.
Willy Tarreau74ca5042013-06-11 23:12:07 +020021885
21886req.hdr_ip([<name>[,<occ>]]) : ip
21887hdr_ip([<name>[,<occ>]]) : ip (deprecated)
21888 This extracts the last occurrence of header <name> in an HTTP request,
21889 converts it to an IPv4 or IPv6 address and returns this address. When used
21890 with ACLs, all occurrences are checked, and if <name> is omitted, every value
Willy Tarreau7b0e00d2021-03-25 14:12:29 +010021891 of every header is checked. The parser strictly adheres to the format
21892 described in RFC7239, with the extension that IPv4 addresses may optionally
21893 be followed by a colon (':') and a valid decimal port number (0 to 65535),
21894 which will be silently dropped. All other forms will not match and will
21895 cause the address to be ignored.
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010021896
21897 The <occ> parameter is processed as with req.hdr().
21898
21899 A typical use is with the X-Forwarded-For and X-Client-IP headers.
Willy Tarreau74ca5042013-06-11 23:12:07 +020021900
21901req.hdr_val([<name>[,<occ>]]) : integer
21902hdr_val([<name>[,<occ>]]) : integer (deprecated)
21903 This extracts the last occurrence of header <name> in an HTTP request, and
21904 converts it to an integer value. When used with ACLs, all occurrences are
21905 checked, and if <name> is omitted, every value of every header is checked.
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010021906
21907 The <occ> parameter is processed as with req.hdr().
21908
21909 A typical use is with the X-Forwarded-For header.
Willy Tarreau74ca5042013-06-11 23:12:07 +020021910
Christopher Faulet687a68e2020-11-24 17:13:24 +010021911req.hdrs : string
21912 Returns the current request headers as string including the last empty line
21913 separating headers from the request body. The last empty line can be used to
21914 detect a truncated header block. This sample fetch is useful for some SPOE
21915 headers analyzers and for advanced logging.
21916
21917req.hdrs_bin : binary
21918 Returns the current request headers contained in preparsed binary form. This
21919 is useful for offloading some processing with SPOE. Each string is described
21920 by a length followed by the number of bytes indicated in the length. The
21921 length is represented using the variable integer encoding detailed in the
21922 SPOE documentation. The end of the list is marked by a couple of empty header
21923 names and values (length of 0 for both).
21924
21925 *(<str:header-name><str:header-value>)<empty string><empty string>
Frédéric Lécailleec891192019-02-26 15:02:35 +010021926
Christopher Faulet687a68e2020-11-24 17:13:24 +010021927 int: refer to the SPOE documentation for the encoding
21928 str: <int:length><bytes>
Frédéric Lécailleec891192019-02-26 15:02:35 +010021929
Willy Tarreau74ca5042013-06-11 23:12:07 +020021930http_auth(<userlist>) : boolean
21931 Returns a boolean indicating whether the authentication data received from
21932 the client match a username & password stored in the specified userlist. This
21933 fetch function is not really useful outside of ACLs. Currently only http
21934 basic auth is supported.
21935
Remi Tricot-Le Bretonf5dd3372021-10-01 15:36:53 +020021936http_auth_bearer([<header>]) : string
21937 Returns the client-provided token found in the authorization data when the
21938 Bearer scheme is used (to send JSON Web Tokens for instance). No check is
21939 performed on the data sent by the client.
21940 If a specific <header> is supplied, it will parse this header instead of the
21941 Authorization one.
21942
Thierry FOURNIER9eec0a62014-01-22 18:38:02 +010021943http_auth_group(<userlist>) : string
21944 Returns a string corresponding to the user name found in the authentication
21945 data received from the client if both the user name and password are valid
21946 according to the specified userlist. The main purpose is to use it in ACLs
21947 where it is then checked whether the user belongs to any group within a list.
Willy Tarreau74ca5042013-06-11 23:12:07 +020021948 This fetch function is not really useful outside of ACLs. Currently only http
21949 basic auth is supported.
21950
21951 ACL derivatives :
Thierry FOURNIER9eec0a62014-01-22 18:38:02 +010021952 http_auth_group(<userlist>) : group ...
21953 Returns true when the user extracted from the request and whose password is
21954 valid according to the specified userlist belongs to at least one of the
21955 groups.
Willy Tarreau74ca5042013-06-11 23:12:07 +020021956
Christopher Fauleta4063562019-08-02 11:51:37 +020021957http_auth_pass : string
Willy Tarreauc9c6cdb2020-03-05 16:03:58 +010021958 Returns the user's password found in the authentication data received from
21959 the client, as supplied in the Authorization header. Not checks are
21960 performed by this sample fetch. Only Basic authentication is supported.
Christopher Fauleta4063562019-08-02 11:51:37 +020021961
21962http_auth_type : string
Willy Tarreauc9c6cdb2020-03-05 16:03:58 +010021963 Returns the authentication method found in the authentication data received from
21964 the client, as supplied in the Authorization header. Not checks are
21965 performed by this sample fetch. Only Basic authentication is supported.
Christopher Fauleta4063562019-08-02 11:51:37 +020021966
21967http_auth_user : string
Willy Tarreauc9c6cdb2020-03-05 16:03:58 +010021968 Returns the user name found in the authentication data received from the
21969 client, as supplied in the Authorization header. Not checks are performed by
21970 this sample fetch. Only Basic authentication is supported.
Christopher Fauleta4063562019-08-02 11:51:37 +020021971
Willy Tarreau74ca5042013-06-11 23:12:07 +020021972http_first_req : boolean
Willy Tarreau7f18e522010-10-22 20:04:13 +020021973 Returns true when the request being processed is the first one of the
21974 connection. This can be used to add or remove headers that may be missing
Willy Tarreau74ca5042013-06-11 23:12:07 +020021975 from some requests when a request is not the first one, or to help grouping
21976 requests in the logs.
Willy Tarreau7f18e522010-10-22 20:04:13 +020021977
Willy Tarreau74ca5042013-06-11 23:12:07 +020021978method : integer + string
21979 Returns an integer value corresponding to the method in the HTTP request. For
21980 example, "GET" equals 1 (check sources to establish the matching). Value 9
21981 means "other method" and may be converted to a string extracted from the
21982 stream. This should not be used directly as a sample, this is only meant to
21983 be used from ACLs, which transparently convert methods from patterns to these
21984 integer + string values. Some predefined ACL already check for most common
21985 methods.
Willy Tarreau6a06a402007-07-15 20:15:28 +020021986
Willy Tarreau74ca5042013-06-11 23:12:07 +020021987 ACL derivatives :
21988 method : case insensitive method match
Willy Tarreau6a06a402007-07-15 20:15:28 +020021989
Willy Tarreau74ca5042013-06-11 23:12:07 +020021990 Example :
21991 # only accept GET and HEAD requests
21992 acl valid_method method GET HEAD
21993 http-request deny if ! valid_method
Willy Tarreau6a06a402007-07-15 20:15:28 +020021994
Willy Tarreau74ca5042013-06-11 23:12:07 +020021995path : string
21996 This extracts the request's URL path, which starts at the first slash and
21997 ends before the question mark (without the host part). A typical use is with
21998 prefetch-capable caches, and with portals which need to aggregate multiple
21999 information from databases and keep them in caches. Note that with outgoing
22000 caches, it would be wiser to use "url" instead. With ACLs, it's typically
Davor Ocelice9ed2812017-12-25 17:49:28 +010022001 used to match exact file names (e.g. "/login.php"), or directory parts using
Willy Tarreau965fb742023-08-08 19:35:25 +020022002 the derivative forms. See also the "url" and "base" fetch methods. Please
22003 note that any fragment reference in the URI ('#' after the path) is strictly
22004 forbidden by the HTTP standard and will be rejected. However, if the frontend
22005 receiving the request has "option accept-invalid-http-request", then this
22006 fragment part will be accepted and will also appear in the path.
Willy Tarreau6a06a402007-07-15 20:15:28 +020022007
Willy Tarreau74ca5042013-06-11 23:12:07 +020022008 ACL derivatives :
22009 path : exact string match
22010 path_beg : prefix match
22011 path_dir : subdir match
22012 path_dom : domain match
22013 path_end : suffix match
22014 path_len : length match
22015 path_reg : regex match
22016 path_sub : substring match
Willy Tarreau6a06a402007-07-15 20:15:28 +020022017
Christopher Faulete720c322020-09-02 17:25:18 +020022018pathq : string
22019 This extracts the request's URL path with the query-string, which starts at
22020 the first slash. This sample fetch is pretty handy to always retrieve a
22021 relative URI, excluding the scheme and the authority part, if any. Indeed,
22022 while it is the common representation for an HTTP/1.1 request target, in
22023 HTTP/2, an absolute URI is often used. This sample fetch will return the same
Willy Tarreau965fb742023-08-08 19:35:25 +020022024 result in both cases. Please note that any fragment reference in the URI ('#'
22025 after the path) is strictly forbidden by the HTTP standard and will be
22026 rejected. However, if the frontend receiving the request has "option
22027 accept-invalid-http-request", then this fragment part will be accepted and
22028 will also appear in the path.
Christopher Faulete720c322020-09-02 17:25:18 +020022029
Willy Tarreau49ad95c2015-01-19 15:06:26 +010022030query : string
22031 This extracts the request's query string, which starts after the first
22032 question mark. If no question mark is present, this fetch returns nothing. If
22033 a question mark is present but nothing follows, it returns an empty string.
22034 This means it's possible to easily know whether a query string is present
Tim Düsterhus4896c442016-11-29 02:15:19 +010022035 using the "found" matching method. This fetch is the complement of "path"
Willy Tarreau49ad95c2015-01-19 15:06:26 +010022036 which stops before the question mark.
22037
Willy Tarreaueb27ec72015-02-20 13:55:29 +010022038req.hdr_names([<delim>]) : string
22039 This builds a string made from the concatenation of all header names as they
22040 appear in the request when the rule is evaluated. The default delimiter is
22041 the comma (',') but it may be overridden as an optional argument <delim>. In
22042 this case, only the first character of <delim> is considered.
22043
Willy Tarreau74ca5042013-06-11 23:12:07 +020022044req.ver : string
22045req_ver : string (deprecated)
22046 Returns the version string from the HTTP request, for example "1.1". This can
William Lallemandbcb3d602023-09-04 16:49:59 +020022047 be useful for ACL. For logs use the "%HV" log variable. Some predefined ACL
22048 already check for versions 1.0 and 1.1.
22049
22050 Common values are "1.0", "1.1", "2.0" or "3.0".
22051
22052 In the case of http/2 and http/3, the value is not extracted from the HTTP
22053 version in the request line but is determined by the negociated protocol
22054 version.
Willy Tarreaud63335a2010-02-26 12:56:52 +010022055
Willy Tarreau74ca5042013-06-11 23:12:07 +020022056 ACL derivatives :
Christian Ruppert59e66e32022-02-20 22:54:01 +010022057 req.ver : exact string match
Willy Tarreau0e698542011-09-16 08:32:32 +020022058
Christopher Faulete596d182020-05-05 17:46:34 +020022059res.body : binary
22060 This returns the HTTP response's available body as a block of data. Unlike
22061 the request side, there is no directive to wait for the response's body. This
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022062 sample fetch is really useful (and usable) in the health-check context.
22063
22064 It may be used in tcp-check based expect rules.
Christopher Faulete596d182020-05-05 17:46:34 +020022065
22066res.body_len : integer
22067 This returns the length of the HTTP response available body in bytes. Unlike
22068 the request side, there is no directive to wait for the response's body. This
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022069 sample fetch is really useful (and usable) in the health-check context.
22070
22071 It may be used in tcp-check based expect rules.
Christopher Faulete596d182020-05-05 17:46:34 +020022072
22073res.body_size : integer
22074 This returns the advertised length of the HTTP response body in bytes. It
22075 will represent the advertised Content-Length header, or the size of the
22076 available data in case of chunked encoding. Unlike the request side, there is
22077 no directive to wait for the response body. This sample fetch is really
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022078 useful (and usable) in the health-check context.
22079
22080 It may be used in tcp-check based expect rules.
Christopher Faulete596d182020-05-05 17:46:34 +020022081
Remi Tricot-Le Bretonbf971212020-10-27 11:55:57 +010022082res.cache_hit : boolean
22083 Returns the boolean "true" value if the response has been built out of an
22084 HTTP cache entry, otherwise returns boolean "false".
22085
22086res.cache_name : string
22087 Returns a string containing the name of the HTTP cache that was used to
22088 build the HTTP response if res.cache_hit is true, otherwise returns an
22089 empty string.
22090
Willy Tarreau74ca5042013-06-11 23:12:07 +020022091res.comp : boolean
22092 Returns the boolean "true" value if the response has been compressed by
22093 HAProxy, otherwise returns boolean "false". This may be used to add
22094 information in the logs.
Willy Tarreau6a06a402007-07-15 20:15:28 +020022095
Willy Tarreau74ca5042013-06-11 23:12:07 +020022096res.comp_algo : string
22097 Returns a string containing the name of the algorithm used if the response
22098 was compressed by HAProxy, for example : "deflate". This may be used to add
22099 some information in the logs.
Willy Tarreaud63335a2010-02-26 12:56:52 +010022100
Willy Tarreau74ca5042013-06-11 23:12:07 +020022101res.cook([<name>]) : string
22102scook([<name>]) : string (deprecated)
22103 This extracts the last occurrence of the cookie name <name> on a "Set-Cookie"
22104 header line from the response, and returns its value as string. If no name is
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022105 specified, the first cookie value is returned.
22106
22107 It may be used in tcp-check based expect rules.
Willy Tarreau0ce3aa02012-04-25 18:46:33 +020022108
Willy Tarreau74ca5042013-06-11 23:12:07 +020022109 ACL derivatives :
Christian Ruppert59e66e32022-02-20 22:54:01 +010022110 res.scook([<name>] : exact string match
Willy Tarreau0ce3aa02012-04-25 18:46:33 +020022111
Willy Tarreau74ca5042013-06-11 23:12:07 +020022112res.cook_cnt([<name>]) : integer
22113scook_cnt([<name>]) : integer (deprecated)
22114 Returns an integer value representing the number of occurrences of the cookie
22115 <name> in the response, or all cookies if <name> is not specified. This is
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022116 mostly useful when combined with ACLs to detect suspicious responses.
22117
22118 It may be used in tcp-check based expect rules.
Willy Tarreaud63335a2010-02-26 12:56:52 +010022119
Willy Tarreau74ca5042013-06-11 23:12:07 +020022120res.cook_val([<name>]) : integer
22121scook_val([<name>]) : integer (deprecated)
22122 This extracts the last occurrence of the cookie name <name> on a "Set-Cookie"
22123 header line from the response, and converts its value to an integer which is
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022124 returned. If no name is specified, the first cookie value is returned.
22125
22126 It may be used in tcp-check based expect rules.
Willy Tarreaud63335a2010-02-26 12:56:52 +010022127
Willy Tarreau74ca5042013-06-11 23:12:07 +020022128res.fhdr([<name>[,<occ>]]) : string
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022129 This fetch works like the req.fhdr() fetch with the difference that it acts
22130 on the headers within an HTTP response.
22131
22132 Like req.fhdr() the res.fhdr() fetch returns full values. If the header is
22133 defined to be a list you should use res.hdr().
22134
22135 This fetch is sometimes useful with headers such as Date or Expires.
22136
22137 It may be used in tcp-check based expect rules.
Willy Tarreau6a06a402007-07-15 20:15:28 +020022138
Willy Tarreau74ca5042013-06-11 23:12:07 +020022139res.fhdr_cnt([<name>]) : integer
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022140 This fetch works like the req.fhdr_cnt() fetch with the difference that it
22141 acts on the headers within an HTTP response.
22142
22143 Like req.fhdr_cnt() the res.fhdr_cnt() fetch acts on full values. If the
22144 header is defined to be a list you should use res.hdr_cnt().
22145
22146 It may be used in tcp-check based expect rules.
Willy Tarreau6a06a402007-07-15 20:15:28 +020022147
Willy Tarreau74ca5042013-06-11 23:12:07 +020022148res.hdr([<name>[,<occ>]]) : string
22149shdr([<name>[,<occ>]]) : string (deprecated)
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022150 This fetch works like the req.hdr() fetch with the difference that it acts
22151 on the headers within an HTTP response.
22152
Ilya Shipitsinacf84592021-02-06 22:29:08 +050022153 Like req.hdr() the res.hdr() fetch considers the comma to be a delimiter. If
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022154 this is not desired res.fhdr() should be used.
22155
22156 It may be used in tcp-check based expect rules.
Willy Tarreau6a06a402007-07-15 20:15:28 +020022157
Willy Tarreau74ca5042013-06-11 23:12:07 +020022158 ACL derivatives :
Christian Ruppert59e66e32022-02-20 22:54:01 +010022159 res.hdr([<name>[,<occ>]]) : exact string match
22160 res.hdr_beg([<name>[,<occ>]]) : prefix match
22161 res.hdr_dir([<name>[,<occ>]]) : subdir match
22162 res.hdr_dom([<name>[,<occ>]]) : domain match
22163 res.hdr_end([<name>[,<occ>]]) : suffix match
22164 res.hdr_len([<name>[,<occ>]]) : length match
22165 res.hdr_reg([<name>[,<occ>]]) : regex match
22166 res.hdr_sub([<name>[,<occ>]]) : substring match
Willy Tarreau74ca5042013-06-11 23:12:07 +020022167
22168res.hdr_cnt([<name>]) : integer
22169shdr_cnt([<name>]) : integer (deprecated)
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022170 This fetch works like the req.hdr_cnt() fetch with the difference that it
22171 acts on the headers within an HTTP response.
22172
22173 Like req.hdr_cnt() the res.hdr_cnt() fetch considers the comma to be a
Ilya Shipitsinacf84592021-02-06 22:29:08 +050022174 delimiter. If this is not desired res.fhdr_cnt() should be used.
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022175
22176 It may be used in tcp-check based expect rules.
Willy Tarreau6a06a402007-07-15 20:15:28 +020022177
Willy Tarreau74ca5042013-06-11 23:12:07 +020022178res.hdr_ip([<name>[,<occ>]]) : ip
22179shdr_ip([<name>[,<occ>]]) : ip (deprecated)
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022180 This fetch works like the req.hdr_ip() fetch with the difference that it
22181 acts on the headers within an HTTP response.
22182
22183 This can be useful to learn some data into a stick table.
22184
22185 It may be used in tcp-check based expect rules.
Willy Tarreau6a06a402007-07-15 20:15:28 +020022186
Willy Tarreaueb27ec72015-02-20 13:55:29 +010022187res.hdr_names([<delim>]) : string
22188 This builds a string made from the concatenation of all header names as they
22189 appear in the response when the rule is evaluated. The default delimiter is
22190 the comma (',') but it may be overridden as an optional argument <delim>. In
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022191 this case, only the first character of <delim> is considered.
22192
22193 It may be used in tcp-check based expect rules.
Willy Tarreaueb27ec72015-02-20 13:55:29 +010022194
Willy Tarreau74ca5042013-06-11 23:12:07 +020022195res.hdr_val([<name>[,<occ>]]) : integer
22196shdr_val([<name>[,<occ>]]) : integer (deprecated)
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022197 This fetch works like the req.hdr_val() fetch with the difference that it
22198 acts on the headers within an HTTP response.
22199
22200 This can be useful to learn some data into a stick table.
22201
22202 It may be used in tcp-check based expect rules.
Christopher Faulete596d182020-05-05 17:46:34 +020022203
22204res.hdrs : string
22205 Returns the current response headers as string including the last empty line
22206 separating headers from the request body. The last empty line can be used to
22207 detect a truncated header block. This sample fetch is useful for some SPOE
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022208 headers analyzers and for advanced logging.
22209
22210 It may also be used in tcp-check based expect rules.
Christopher Faulete596d182020-05-05 17:46:34 +020022211
22212res.hdrs_bin : binary
22213 Returns the current response headers contained in preparsed binary form. This
22214 is useful for offloading some processing with SPOE. It may be used in
22215 tcp-check based expect rules. Each string is described by a length followed
22216 by the number of bytes indicated in the length. The length is represented
22217 using the variable integer encoding detailed in the SPOE documentation. The
22218 end of the list is marked by a couple of empty header names and values
22219 (length of 0 for both).
22220
22221 *(<str:header-name><str:header-value>)<empty string><empty string>
22222
22223 int: refer to the SPOE documentation for the encoding
22224 str: <int:length><bytes>
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010022225
Willy Tarreau74ca5042013-06-11 23:12:07 +020022226res.ver : string
22227resp_ver : string (deprecated)
22228 Returns the version string from the HTTP response, for example "1.1". This
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022229 can be useful for logs, but is mostly there for ACL.
22230
22231 It may be used in tcp-check based expect rules.
Willy Tarreau0e698542011-09-16 08:32:32 +020022232
Willy Tarreau74ca5042013-06-11 23:12:07 +020022233 ACL derivatives :
Christian Ruppert59e66e32022-02-20 22:54:01 +010022234 resp.ver : exact string match
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010022235
Willy Tarreau74ca5042013-06-11 23:12:07 +020022236set-cookie([<name>]) : string (deprecated)
22237 This extracts the last occurrence of the cookie name <name> on a "Set-Cookie"
22238 header line from the response and uses the corresponding value to match. This
Willy Tarreau294d0f02015-08-10 19:40:12 +020022239 can be comparable to what "appsession" did with default options, but with
Willy Tarreau74ca5042013-06-11 23:12:07 +020022240 support for multi-peer synchronization and state keeping across restarts.
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +010022241
Willy Tarreau74ca5042013-06-11 23:12:07 +020022242 This fetch function is deprecated and has been superseded by the "res.cook"
22243 fetch. This keyword will disappear soon.
Krzysztof Piotr Oledzki6b35ce12010-02-01 23:35:44 +010022244
Willy Tarreau74ca5042013-06-11 23:12:07 +020022245status : integer
22246 Returns an integer containing the HTTP status code in the HTTP response, for
22247 example, 302. It is mostly used within ACLs and integer ranges, for example,
Tim Duesterhus27c70ae2021-01-23 17:50:21 +010022248 to remove any Location header if the response is not a 3xx.
22249
22250 It may be used in tcp-check based expect rules.
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022251
Thierry Fournier0e00dca2016-04-07 15:47:40 +020022252unique-id : string
22253 Returns the unique-id attached to the request. The directive
22254 "unique-id-format" must be set. If it is not set, the unique-id sample fetch
22255 fails. Note that the unique-id is usually used with HTTP requests, however this
22256 sample fetch can be used with other protocols. Obviously, if it is used with
22257 other protocols than HTTP, the unique-id-format directive must not contain
22258 HTTP parts. See: unique-id-format and unique-id-header
22259
Willy Tarreau74ca5042013-06-11 23:12:07 +020022260url : string
22261 This extracts the request's URL as presented in the request. A typical use is
22262 with prefetch-capable caches, and with portals which need to aggregate
22263 multiple information from databases and keep them in caches. With ACLs, using
22264 "path" is preferred over using "url", because clients may send a full URL as
22265 is normally done with proxies. The only real use is to match "*" which does
22266 not match in "path", and for which there is already a predefined ACL. See
Willy Tarreau965fb742023-08-08 19:35:25 +020022267 also "path" and "base". Please note that any fragment reference in the URI
22268 ('#' after the path) is strictly forbidden by the HTTP standard and will be
22269 rejected. However, if the frontend receiving the request has "option
22270 accept-invalid-http-request", then this fragment part will be accepted and
22271 will also appear in the url.
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022272
Willy Tarreau74ca5042013-06-11 23:12:07 +020022273 ACL derivatives :
22274 url : exact string match
22275 url_beg : prefix match
22276 url_dir : subdir match
22277 url_dom : domain match
22278 url_end : suffix match
22279 url_len : length match
22280 url_reg : regex match
22281 url_sub : substring match
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022282
Willy Tarreau74ca5042013-06-11 23:12:07 +020022283url_ip : ip
22284 This extracts the IP address from the request's URL when the host part is
22285 presented as an IP address. Its use is very limited. For instance, a
22286 monitoring system might use this field as an alternative for the source IP in
22287 order to test what path a given source address would follow, or to force an
Willy Tarreau25241232021-07-18 19:18:56 +020022288 entry in a table for a given source address. It may be used in combination
22289 with 'http-request set-dst' to emulate the older 'option http_proxy'.
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022290
Willy Tarreau74ca5042013-06-11 23:12:07 +020022291url_port : integer
22292 This extracts the port part from the request's URL. Note that if the port is
Willy Tarreau25241232021-07-18 19:18:56 +020022293 not specified in the request, port 80 is assumed..
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022294
Martin DOLEZ28c5f402023-03-28 09:06:05 -040022295urlp([<name>[,<delim>[,i]]]) : string
22296url_param([<name>[,<delim>[,i]]]) : string
Willy Tarreau74ca5042013-06-11 23:12:07 +020022297 This extracts the first occurrence of the parameter <name> in the query
22298 string, which begins after either '?' or <delim>, and which ends before '&',
Martin DOLEZ28c5f402023-03-28 09:06:05 -040022299 ';' or <delim>. The parameter name is case-sensitive, unless"i" is added as a
22300 third argument. If no name is given, any parameter will match, and the first
22301 one will be returned. The result is a string corresponding to the value of the
22302 parameter <name> as presented in the request (no URL decoding is performed).
22303 This can be used for session stickiness based on a client ID, to extract an
22304 application cookie passed as a URL parameter, or in ACLs to apply some checks.
22305 Note that the ACL version of this fetch iterates over multiple parameters and
22306 will iteratively report all parameters values if no name is given
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022307
Willy Tarreau74ca5042013-06-11 23:12:07 +020022308 ACL derivatives :
22309 urlp(<name>[,<delim>]) : exact string match
22310 urlp_beg(<name>[,<delim>]) : prefix match
22311 urlp_dir(<name>[,<delim>]) : subdir match
22312 urlp_dom(<name>[,<delim>]) : domain match
22313 urlp_end(<name>[,<delim>]) : suffix match
22314 urlp_len(<name>[,<delim>]) : length match
22315 urlp_reg(<name>[,<delim>]) : regex match
22316 urlp_sub(<name>[,<delim>]) : substring match
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022317
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022318
Willy Tarreau74ca5042013-06-11 23:12:07 +020022319 Example :
22320 # match http://example.com/foo?PHPSESSIONID=some_id
22321 stick on urlp(PHPSESSIONID)
22322 # match http://example.com/foo;JSESSIONID=some_id
22323 stick on urlp(JSESSIONID,;)
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020022324
Martin DOLEZ28c5f402023-03-28 09:06:05 -040022325urlp_val([<name>[,<delim>[,i]]]) : integer
Willy Tarreau74ca5042013-06-11 23:12:07 +020022326 See "urlp" above. This one extracts the URL parameter <name> in the request
22327 and converts it to an integer value. This can be used for session stickiness
22328 based on a user ID for example, or with ACLs to match a page number or price.
Willy Tarreaua9fddca2012-07-31 07:51:48 +020022329
Dragan Dosen0070cd52016-06-16 12:19:49 +020022330url32 : integer
22331 This returns a 32-bit hash of the value obtained by concatenating the first
22332 Host header and the whole URL including parameters (not only the path part of
22333 the request, as in the "base32" fetch above). This is useful to track per-URL
22334 activity. A shorter hash is stored, saving a lot of memory. The output type
22335 is an unsigned integer.
22336
22337url32+src : binary
22338 This returns the concatenation of the "url32" fetch and the "src" fetch. The
22339 resulting type is of type binary, with a size of 8 or 20 bytes depending on
22340 the source address family. This can be used to track per-IP, per-URL counters.
22341
Christopher Faulet16032ab2020-04-30 11:30:00 +020022342
Christopher Faulete596d182020-05-05 17:46:34 +0200223437.3.7. Fetching samples for developers
Christopher Fauletd47941d2020-01-08 14:40:19 +010022344---------------------------------------
22345
22346This set of sample fetch methods is reserved to developers and must never be
22347used on a production environment, except on developer demand, for debugging
22348purposes. Moreover, no special care will be taken on backwards compatibility.
22349There is no warranty the following sample fetches will never change, be renamed
22350or simply removed. So be really careful if you should use one of them. To avoid
22351any ambiguity, these sample fetches are placed in the dedicated scope "internal",
22352for instance "internal.strm.is_htx".
22353
22354internal.htx.data : integer
22355 Returns the size in bytes used by data in the HTX message associated to a
22356 channel. The channel is chosen depending on the sample direction.
22357
22358internal.htx.free : integer
22359 Returns the free space (size - used) in bytes in the HTX message associated
22360 to a channel. The channel is chosen depending on the sample direction.
22361
22362internal.htx.free_data : integer
22363 Returns the free space for the data in bytes in the HTX message associated to
22364 a channel. The channel is chosen depending on the sample direction.
22365
22366internal.htx.has_eom : boolean
Christopher Fauletd1ac2b92020-12-02 19:12:22 +010022367 Returns true if the HTX message associated to a channel contains the
22368 end-of-message flag (EOM). Otherwise, it returns false. The channel is chosen
22369 depending on the sample direction.
Christopher Fauletd47941d2020-01-08 14:40:19 +010022370
22371internal.htx.nbblks : integer
22372 Returns the number of blocks present in the HTX message associated to a
22373 channel. The channel is chosen depending on the sample direction.
22374
22375internal.htx.size : integer
22376 Returns the total size in bytes of the HTX message associated to a
22377 channel. The channel is chosen depending on the sample direction.
22378
22379internal.htx.used : integer
22380 Returns the total size used in bytes (data + metadata) in the HTX message
22381 associated to a channel. The channel is chosen depending on the sample
22382 direction.
22383
22384internal.htx_blk.size(<idx>) : integer
22385 Returns the size of the block at the position <idx> in the HTX message
22386 associated to a channel or 0 if it does not exist. The channel is chosen
22387 depending on the sample direction. <idx> may be any positive integer or one
22388 of the special value :
22389 * head : The oldest inserted block
22390 * tail : The newest inserted block
Ilya Shipitsin8525fd92020-02-29 12:34:59 +050022391 * first : The first block where to (re)start the analysis
Christopher Fauletd47941d2020-01-08 14:40:19 +010022392
22393internal.htx_blk.type(<idx>) : string
22394 Returns the type of the block at the position <idx> in the HTX message
22395 associated to a channel or "HTX_BLK_UNUSED" if it does not exist. The channel
22396 is chosen depending on the sample direction. <idx> may be any positive
22397 integer or one of the special value :
22398 * head : The oldest inserted block
22399 * tail : The newest inserted block
Ilya Shipitsin8525fd92020-02-29 12:34:59 +050022400 * first : The first block where to (re)start the analysis
Christopher Fauletd47941d2020-01-08 14:40:19 +010022401
22402internal.htx_blk.data(<idx>) : binary
22403 Returns the value of the DATA block at the position <idx> in the HTX message
22404 associated to a channel or an empty string if it does not exist or if it is
22405 not a DATA block. The channel is chosen depending on the sample direction.
22406 <idx> may be any positive integer or one of the special value :
22407
22408 * head : The oldest inserted block
22409 * tail : The newest inserted block
Ilya Shipitsin8525fd92020-02-29 12:34:59 +050022410 * first : The first block where to (re)start the analysis
Christopher Fauletd47941d2020-01-08 14:40:19 +010022411
22412internal.htx_blk.hdrname(<idx>) : string
22413 Returns the header name of the HEADER block at the position <idx> in the HTX
22414 message associated to a channel or an empty string if it does not exist or if
22415 it is not an HEADER block. The channel is chosen depending on the sample
22416 direction. <idx> may be any positive integer or one of the special value :
22417
22418 * head : The oldest inserted block
22419 * tail : The newest inserted block
Ilya Shipitsin8525fd92020-02-29 12:34:59 +050022420 * first : The first block where to (re)start the analysis
Christopher Fauletd47941d2020-01-08 14:40:19 +010022421
22422internal.htx_blk.hdrval(<idx>) : string
22423 Returns the header value of the HEADER block at the position <idx> in the HTX
22424 message associated to a channel or an empty string if it does not exist or if
22425 it is not an HEADER block. The channel is chosen depending on the sample
22426 direction. <idx> may be any positive integer or one of the special value :
22427
22428 * head : The oldest inserted block
22429 * tail : The newest inserted block
Ilya Shipitsin8525fd92020-02-29 12:34:59 +050022430 * first : The first block where to (re)start the analysis
Christopher Fauletd47941d2020-01-08 14:40:19 +010022431
22432internal.htx_blk.start_line(<idx>) : string
22433 Returns the value of the REQ_SL or RES_SL block at the position <idx> in the
22434 HTX message associated to a channel or an empty string if it does not exist
22435 or if it is not a SL block. The channel is chosen depending on the sample
22436 direction. <idx> may be any positive integer or one of the special value :
22437
22438 * head : The oldest inserted block
22439 * tail : The newest inserted block
Ilya Shipitsin8525fd92020-02-29 12:34:59 +050022440 * first : The first block where to (re)start the analysis
Christopher Fauletd47941d2020-01-08 14:40:19 +010022441
22442internal.strm.is_htx : boolean
22443 Returns true if the current stream is an HTX stream. It means the data in the
22444 channels buffers are stored using the internal HTX representation. Otherwise,
22445 it returns false.
22446
22447
Willy Tarreau74ca5042013-06-11 23:12:07 +0200224487.4. Pre-defined ACLs
Willy Tarreauc57f0e22009-05-10 13:12:33 +020022449---------------------
Willy Tarreauced27012008-01-17 20:35:34 +010022450
Willy Tarreauc57f0e22009-05-10 13:12:33 +020022451Some predefined ACLs are hard-coded so that they do not have to be declared in
22452every frontend which needs them. They all have their names in upper case in
Patrick Mézard2382ad62010-05-09 10:43:32 +020022453order to avoid confusion. Their equivalence is provided below.
Willy Tarreauced27012008-01-17 20:35:34 +010022454
Willy Tarreauc57f0e22009-05-10 13:12:33 +020022455ACL name Equivalent to Usage
Christopher Faulet779184e2021-04-01 17:24:04 +020022456---------------+----------------------------------+------------------------------------------------------
22457FALSE always_false never match
22458HTTP req.proto_http match if request protocol is valid HTTP
22459HTTP_1.0 req.ver 1.0 match if HTTP request version is 1.0
22460HTTP_1.1 req.ver 1.1 match if HTTP request version is 1.1
Christopher Faulet8043e832021-03-26 16:00:54 +010022461HTTP_2.0 req.ver 2.0 match if HTTP request version is 2.0
Christopher Faulet779184e2021-04-01 17:24:04 +020022462HTTP_CONTENT req.hdr_val(content-length) gt 0 match an existing content-length in the HTTP request
22463HTTP_URL_ABS url_reg ^[^/:]*:// match absolute URL with scheme
22464HTTP_URL_SLASH url_beg / match URL beginning with "/"
22465HTTP_URL_STAR url * match URL equal to "*"
Björn Jacke20d0f502021-10-15 16:32:15 +020022466LOCALHOST src 127.0.0.1/8 ::1 match connection from local host
Christopher Faulet779184e2021-04-01 17:24:04 +020022467METH_CONNECT method CONNECT match HTTP CONNECT method
22468METH_DELETE method DELETE match HTTP DELETE method
22469METH_GET method GET HEAD match HTTP GET or HEAD method
22470METH_HEAD method HEAD match HTTP HEAD method
22471METH_OPTIONS method OPTIONS match HTTP OPTIONS method
22472METH_POST method POST match HTTP POST method
22473METH_PUT method PUT match HTTP PUT method
22474METH_TRACE method TRACE match HTTP TRACE method
22475RDP_COOKIE req.rdp_cookie_cnt gt 0 match presence of an RDP cookie in the request buffer
22476REQ_CONTENT req.len gt 0 match data in the request buffer
22477TRUE always_true always match
22478WAIT_END wait_end wait for end of content analysis
22479---------------+----------------------------------+------------------------------------------------------
Willy Tarreauced27012008-01-17 20:35:34 +010022480
Willy Tarreaub937b7e2010-01-12 15:27:54 +010022481
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200224828. Logging
22483----------
Willy Tarreau844e3c52008-01-11 16:28:18 +010022484
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022485One of HAProxy's strong points certainly lies is its precise logs. It probably
22486provides the finest level of information available for such a product, which is
22487very important for troubleshooting complex environments. Standard information
22488provided in logs include client ports, TCP/HTTP state timers, precise session
22489state at termination and precise termination cause, information about decisions
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010022490to direct traffic to a server, and of course the ability to capture arbitrary
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022491headers.
22492
22493In order to improve administrators reactivity, it offers a great transparency
22494about encountered problems, both internal and external, and it is possible to
22495send logs to different sources at the same time with different level filters :
22496
22497 - global process-level logs (system errors, start/stop, etc..)
22498 - per-instance system and internal errors (lack of resource, bugs, ...)
22499 - per-instance external troubles (servers up/down, max connections)
22500 - per-instance activity (client connections), either at the establishment or
22501 at the termination.
Davor Ocelice9ed2812017-12-25 17:49:28 +010022502 - per-request control of log-level, e.g.
Jim Freeman9e8714b2015-05-26 09:16:34 -060022503 http-request set-log-level silent if sensitive_request
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022504
22505The ability to distribute different levels of logs to different log servers
22506allow several production teams to interact and to fix their problems as soon
22507as possible. For example, the system team might monitor system-wide errors,
22508while the application team might be monitoring the up/down for their servers in
22509real time, and the security team might analyze the activity logs with one hour
22510delay.
22511
22512
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200225138.1. Log levels
22514---------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022515
Simon Hormandf791f52011-05-29 15:01:10 +090022516TCP and HTTP connections can be logged with information such as the date, time,
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022517source IP address, destination address, connection duration, response times,
Simon Hormandf791f52011-05-29 15:01:10 +090022518HTTP request, HTTP return code, number of bytes transmitted, conditions
22519in which the session ended, and even exchanged cookies values. For example
22520track a particular user's problems. All messages may be sent to up to two
22521syslog servers. Check the "log" keyword in section 4.2 for more information
22522about log facilities.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022523
22524
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200225258.2. Log formats
22526----------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022527
William Lallemand48940402012-01-30 16:47:22 +010022528HAProxy supports 5 log formats. Several fields are common between these formats
Simon Hormandf791f52011-05-29 15:01:10 +090022529and will be detailed in the following sections. A few of them may vary
22530slightly with the configuration, due to indicators specific to certain
22531options. The supported formats are as follows :
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022532
22533 - the default format, which is very basic and very rarely used. It only
22534 provides very basic information about the incoming connection at the moment
22535 it is accepted : source IP:port, destination IP:port, and frontend-name.
22536 This mode will eventually disappear so it will not be described to great
22537 extents.
22538
22539 - the TCP format, which is more advanced. This format is enabled when "option
22540 tcplog" is set on the frontend. HAProxy will then usually wait for the
22541 connection to terminate before logging. This format provides much richer
22542 information, such as timers, connection counts, queue size, etc... This
22543 format is recommended for pure TCP proxies.
22544
22545 - the HTTP format, which is the most advanced for HTTP proxying. This format
22546 is enabled when "option httplog" is set on the frontend. It provides the
22547 same information as the TCP format with some HTTP-specific fields such as
22548 the request, the status code, and captures of headers and cookies. This
22549 format is recommended for HTTP proxies.
22550
Emeric Brun3a058f32009-06-30 18:26:00 +020022551 - the CLF HTTP format, which is equivalent to the HTTP format, but with the
22552 fields arranged in the same order as the CLF format. In this mode, all
22553 timers, captures, flags, etc... appear one per field after the end of the
22554 common fields, in the same order they appear in the standard HTTP format.
22555
William Lallemand48940402012-01-30 16:47:22 +010022556 - the custom log format, allows you to make your own log line.
22557
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022558Next sections will go deeper into details for each of these formats. Format
22559specification will be performed on a "field" basis. Unless stated otherwise, a
22560field is a portion of text delimited by any number of spaces. Since syslog
22561servers are susceptible of inserting fields at the beginning of a line, it is
22562always assumed that the first field is the one containing the process name and
22563identifier.
22564
22565Note : Since log lines may be quite long, the log examples in sections below
22566 might be broken into multiple lines. The example log lines will be
22567 prefixed with 3 closing angle brackets ('>>>') and each time a log is
22568 broken into multiple lines, each non-final line will end with a
22569 backslash ('\') and the next line will start indented by two characters.
22570
22571
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200225728.2.1. Default log format
22573-------------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022574
22575This format is used when no specific option is set. The log is emitted as soon
22576as the connection is accepted. One should note that this currently is the only
22577format which logs the request's destination IP and ports.
22578
22579 Example :
22580 listen www
22581 mode http
22582 log global
22583 server srv1 127.0.0.1:8000
22584
22585 >>> Feb 6 12:12:09 localhost \
22586 haproxy[14385]: Connect from 10.0.1.2:33312 to 10.0.3.31:8012 \
22587 (www/HTTP)
22588
22589 Field Format Extract from the example above
22590 1 process_name '[' pid ']:' haproxy[14385]:
22591 2 'Connect from' Connect from
22592 3 source_ip ':' source_port 10.0.1.2:33312
22593 4 'to' to
22594 5 destination_ip ':' destination_port 10.0.3.31:8012
22595 6 '(' frontend_name '/' mode ')' (www/HTTP)
22596
22597Detailed fields description :
22598 - "source_ip" is the IP address of the client which initiated the connection.
22599 - "source_port" is the TCP port of the client which initiated the connection.
22600 - "destination_ip" is the IP address the client connected to.
22601 - "destination_port" is the TCP port the client connected to.
22602 - "frontend_name" is the name of the frontend (or listener) which received
22603 and processed the connection.
22604 - "mode is the mode the frontend is operating (TCP or HTTP).
22605
Willy Tarreauceb24bc2010-11-09 12:46:41 +010022606In case of a UNIX socket, the source and destination addresses are marked as
22607"unix:" and the ports reflect the internal ID of the socket which accepted the
22608connection (the same ID as reported in the stats).
22609
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022610It is advised not to use this deprecated format for newer installations as it
22611will eventually disappear.
22612
22613
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200226148.2.2. TCP log format
22615---------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022616
22617The TCP format is used when "option tcplog" is specified in the frontend, and
22618is the recommended format for pure TCP proxies. It provides a lot of precious
22619information for troubleshooting. Since this format includes timers and byte
22620counts, the log is normally emitted at the end of the session. It can be
22621emitted earlier if "option logasap" is specified, which makes sense in most
22622environments with long sessions such as remote terminals. Sessions which match
22623the "monitor" rules are never logged. It is also possible not to emit logs for
22624sessions for which no data were exchanged between the client and the server, by
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +020022625specifying "option dontlognull" in the frontend. Successful connections will
Willy Tarreau2ed73502021-11-05 18:09:06 +010022626not be logged if "option dontlog-normal" is specified in the frontend.
22627
22628The TCP log format is internally declared as a custom log format based on the
22629exact following string, which may also be used as a basis to extend the format
Sébastien Gross537b9e72022-11-30 22:36:50 +010022630if required. Additionally the HAPROXY_TCP_LOG_FMT variable can be used instead.
22631Refer to section 8.2.6 "Custom log format" to see how to use this:
Willy Tarreau2ed73502021-11-05 18:09:06 +010022632
22633 # strict equivalent of "option tcplog"
22634 log-format "%ci:%cp [%t] %ft %b/%s %Tw/%Tc/%Tt %B %ts \
22635 %ac/%fc/%bc/%sc/%rc %sq/%bq"
Sébastien Gross537b9e72022-11-30 22:36:50 +010022636 # or using the HAPROXY_TCP_LOG_FMT variable
22637 log-format "${HAPROXY_TCP_LOG_FMT}"
Willy Tarreau2ed73502021-11-05 18:09:06 +010022638
22639A few fields may slightly vary depending on some configuration options, those
22640are marked with a star ('*') after the field name below.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022641
22642 Example :
22643 frontend fnt
22644 mode tcp
22645 option tcplog
22646 log global
22647 default_backend bck
22648
22649 backend bck
22650 server srv1 127.0.0.1:8000
22651
22652 >>> Feb 6 12:12:56 localhost \
22653 haproxy[14387]: 10.0.1.2:33313 [06/Feb/2009:12:12:51.443] fnt \
22654 bck/srv1 0/0/5007 212 -- 0/0/0/0/3 0/0
22655
22656 Field Format Extract from the example above
22657 1 process_name '[' pid ']:' haproxy[14387]:
22658 2 client_ip ':' client_port 10.0.1.2:33313
22659 3 '[' accept_date ']' [06/Feb/2009:12:12:51.443]
22660 4 frontend_name fnt
22661 5 backend_name '/' server_name bck/srv1
22662 6 Tw '/' Tc '/' Tt* 0/0/5007
22663 7 bytes_read* 212
22664 8 termination_state --
22665 9 actconn '/' feconn '/' beconn '/' srv_conn '/' retries* 0/0/0/0/3
22666 10 srv_queue '/' backend_queue 0/0
22667
22668Detailed fields description :
22669 - "client_ip" is the IP address of the client which initiated the TCP
Daniel Corbett9f0843f2021-05-08 10:50:37 -040022670 connection to HAProxy. If the connection was accepted on a UNIX socket
Willy Tarreauceb24bc2010-11-09 12:46:41 +010022671 instead, the IP address would be replaced with the word "unix". Note that
22672 when the connection is accepted on a socket configured with "accept-proxy"
Bertrand Jacquin93b227d2016-06-04 15:11:10 +010022673 and the PROXY protocol is correctly used, or with a "accept-netscaler-cip"
Davor Ocelice9ed2812017-12-25 17:49:28 +010022674 and the NetScaler Client IP insertion protocol is correctly used, then the
Bertrand Jacquin93b227d2016-06-04 15:11:10 +010022675 logs will reflect the forwarded connection's information.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022676
22677 - "client_port" is the TCP port of the client which initiated the connection.
Willy Tarreauceb24bc2010-11-09 12:46:41 +010022678 If the connection was accepted on a UNIX socket instead, the port would be
22679 replaced with the ID of the accepting socket, which is also reported in the
22680 stats interface.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022681
Daniel Corbett9f0843f2021-05-08 10:50:37 -040022682 - "accept_date" is the exact date when the connection was received by HAProxy
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022683 (which might be very slightly different from the date observed on the
22684 network if there was some queuing in the system's backlog). This is usually
Willy Tarreau590a0512018-09-05 11:56:48 +020022685 the same date which may appear in any upstream firewall's log. When used in
22686 HTTP mode, the accept_date field will be reset to the first moment the
22687 connection is ready to receive a new request (end of previous response for
22688 HTTP/1, immediately after previous request for HTTP/2).
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022689
22690 - "frontend_name" is the name of the frontend (or listener) which received
22691 and processed the connection.
22692
22693 - "backend_name" is the name of the backend (or listener) which was selected
22694 to manage the connection to the server. This will be the same as the
22695 frontend if no switching rule has been applied, which is common for TCP
22696 applications.
22697
22698 - "server_name" is the name of the last server to which the connection was
22699 sent, which might differ from the first one if there were connection errors
22700 and a redispatch occurred. Note that this server belongs to the backend
22701 which processed the request. If the connection was aborted before reaching
22702 a server, "<NOSRV>" is indicated instead of a server name.
22703
22704 - "Tw" is the total time in milliseconds spent waiting in the various queues.
22705 It can be "-1" if the connection was aborted before reaching the queue.
22706 See "Timers" below for more details.
22707
22708 - "Tc" is the total time in milliseconds spent waiting for the connection to
22709 establish to the final server, including retries. It can be "-1" if the
22710 connection was aborted before a connection could be established. See
22711 "Timers" below for more details.
22712
22713 - "Tt" is the total time in milliseconds elapsed between the accept and the
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030022714 last close. It covers all possible processing. There is one exception, if
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022715 "option logasap" was specified, then the time counting stops at the moment
22716 the log is emitted. In this case, a '+' sign is prepended before the value,
22717 indicating that the final one will be larger. See "Timers" below for more
22718 details.
22719
22720 - "bytes_read" is the total number of bytes transmitted from the server to
22721 the client when the log is emitted. If "option logasap" is specified, the
22722 this value will be prefixed with a '+' sign indicating that the final one
22723 may be larger. Please note that this value is a 64-bit counter, so log
22724 analysis tools must be able to handle it without overflowing.
22725
22726 - "termination_state" is the condition the session was in when the session
22727 ended. This indicates the session state, which side caused the end of
22728 session to happen, and for what reason (timeout, error, ...). The normal
22729 flags should be "--", indicating the session was closed by either end with
22730 no data remaining in buffers. See below "Session state at disconnection"
22731 for more details.
22732
22733 - "actconn" is the total number of concurrent connections on the process when
Jamie Gloudonaaa21002012-08-25 00:18:33 -040022734 the session was logged. It is useful to detect when some per-process system
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022735 limits have been reached. For instance, if actconn is close to 512 when
22736 multiple connection errors occur, chances are high that the system limits
22737 the process to use a maximum of 1024 file descriptors and that all of them
Willy Tarreauc57f0e22009-05-10 13:12:33 +020022738 are used. See section 3 "Global parameters" to find how to tune the system.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022739
22740 - "feconn" is the total number of concurrent connections on the frontend when
22741 the session was logged. It is useful to estimate the amount of resource
22742 required to sustain high loads, and to detect when the frontend's "maxconn"
22743 has been reached. Most often when this value increases by huge jumps, it is
22744 because there is congestion on the backend servers, but sometimes it can be
22745 caused by a denial of service attack.
22746
22747 - "beconn" is the total number of concurrent connections handled by the
22748 backend when the session was logged. It includes the total number of
22749 concurrent connections active on servers as well as the number of
22750 connections pending in queues. It is useful to estimate the amount of
22751 additional servers needed to support high loads for a given application.
22752 Most often when this value increases by huge jumps, it is because there is
22753 congestion on the backend servers, but sometimes it can be caused by a
22754 denial of service attack.
22755
22756 - "srv_conn" is the total number of concurrent connections still active on
22757 the server when the session was logged. It can never exceed the server's
22758 configured "maxconn" parameter. If this value is very often close or equal
22759 to the server's "maxconn", it means that traffic regulation is involved a
22760 lot, meaning that either the server's maxconn value is too low, or that
22761 there aren't enough servers to process the load with an optimal response
22762 time. When only one of the server's "srv_conn" is high, it usually means
22763 that this server has some trouble causing the connections to take longer to
22764 be processed than on other servers.
22765
22766 - "retries" is the number of connection retries experienced by this session
22767 when trying to connect to the server. It must normally be zero, unless a
22768 server is being stopped at the same moment the connection was attempted.
22769 Frequent retries generally indicate either a network problem between
Daniel Corbett9f0843f2021-05-08 10:50:37 -040022770 HAProxy and the server, or a misconfigured system backlog on the server
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022771 preventing new connections from being queued. This field may optionally be
22772 prefixed with a '+' sign, indicating that the session has experienced a
22773 redispatch after the maximal retry count has been reached on the initial
22774 server. In this case, the server name appearing in the log is the one the
22775 connection was redispatched to, and not the first one, though both may
22776 sometimes be the same in case of hashing for instance. So as a general rule
22777 of thumb, when a '+' is present in front of the retry count, this count
22778 should not be attributed to the logged server.
22779
22780 - "srv_queue" is the total number of requests which were processed before
22781 this one in the server queue. It is zero when the request has not gone
22782 through the server queue. It makes it possible to estimate the approximate
22783 server's response time by dividing the time spent in queue by the number of
22784 requests in the queue. It is worth noting that if a session experiences a
22785 redispatch and passes through two server queues, their positions will be
Davor Ocelice9ed2812017-12-25 17:49:28 +010022786 cumulative. A request should not pass through both the server queue and the
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022787 backend queue unless a redispatch occurs.
22788
22789 - "backend_queue" is the total number of requests which were processed before
22790 this one in the backend's global queue. It is zero when the request has not
22791 gone through the global queue. It makes it possible to estimate the average
22792 queue length, which easily translates into a number of missing servers when
22793 divided by a server's "maxconn" parameter. It is worth noting that if a
22794 session experiences a redispatch, it may pass twice in the backend's queue,
Davor Ocelice9ed2812017-12-25 17:49:28 +010022795 and then both positions will be cumulative. A request should not pass
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022796 through both the server queue and the backend queue unless a redispatch
22797 occurs.
22798
22799
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200228008.2.3. HTTP log format
22801----------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022802
22803The HTTP format is the most complete and the best suited for HTTP proxies. It
22804is enabled by when "option httplog" is specified in the frontend. It provides
22805the same level of information as the TCP format with additional features which
22806are specific to the HTTP protocol. Just like the TCP format, the log is usually
22807emitted at the end of the session, unless "option logasap" is specified, which
22808generally only makes sense for download sites. A session which matches the
22809"monitor" rules will never logged. It is also possible not to log sessions for
22810which no data were sent by the client by specifying "option dontlognull" in the
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +020022811frontend. Successful connections will not be logged if "option dontlog-normal"
22812is specified in the frontend.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022813
Willy Tarreau2ed73502021-11-05 18:09:06 +010022814The HTTP log format is internally declared as a custom log format based on the
22815exact following string, which may also be used as a basis to extend the format
Sébastien Gross537b9e72022-11-30 22:36:50 +010022816if required. Additionally the HAPROXY_HTTP_LOG_FMT variable can be used
22817instead. Refer to section 8.2.6 "Custom log format" to see how to use this:
Willy Tarreau2ed73502021-11-05 18:09:06 +010022818
22819 # strict equivalent of "option httplog"
22820 log-format "%ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC \
22821 %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs %{+Q}r"
22822
22823And the CLF log format is internally declared as a custom log format based on
22824this exact string:
22825
22826 # strict equivalent of "option httplog clf"
22827 log-format "%{+Q}o %{-Q}ci - - [%trg] %r %ST %B \"\" \"\" %cp \
22828 %ms %ft %b %s %TR %Tw %Tc %Tr %Ta %tsc %ac %fc \
22829 %bc %sc %rc %sq %bq %CC %CS %hrl %hsl"
Sébastien Gross537b9e72022-11-30 22:36:50 +010022830 # or using the HAPROXY_HTTP_LOG_FMT variable
22831 log-format "${HAPROXY_HTTP_LOG_FMT}"
Willy Tarreau2ed73502021-11-05 18:09:06 +010022832
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022833Most fields are shared with the TCP log, some being different. A few fields may
22834slightly vary depending on some configuration options. Those ones are marked
22835with a star ('*') after the field name below.
22836
22837 Example :
22838 frontend http-in
22839 mode http
22840 option httplog
22841 log global
22842 default_backend bck
22843
22844 backend static
22845 server srv1 127.0.0.1:8000
22846
22847 >>> Feb 6 12:14:14 localhost \
22848 haproxy[14389]: 10.0.1.2:33317 [06/Feb/2009:12:14:14.655] http-in \
22849 static/srv1 10/0/30/69/109 200 2750 - - ---- 1/1/1/1/0 0/0 {1wt.eu} \
Willy Tarreaud72758d2010-01-12 10:42:19 +010022850 {} "GET /index.html HTTP/1.1"
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022851
22852 Field Format Extract from the example above
22853 1 process_name '[' pid ']:' haproxy[14389]:
22854 2 client_ip ':' client_port 10.0.1.2:33317
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020022855 3 '[' request_date ']' [06/Feb/2009:12:14:14.655]
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022856 4 frontend_name http-in
22857 5 backend_name '/' server_name static/srv1
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020022858 6 TR '/' Tw '/' Tc '/' Tr '/' Ta* 10/0/30/69/109
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022859 7 status_code 200
22860 8 bytes_read* 2750
22861 9 captured_request_cookie -
22862 10 captured_response_cookie -
22863 11 termination_state ----
22864 12 actconn '/' feconn '/' beconn '/' srv_conn '/' retries* 1/1/1/1/0
22865 13 srv_queue '/' backend_queue 0/0
22866 14 '{' captured_request_headers* '}' {haproxy.1wt.eu}
22867 15 '{' captured_response_headers* '}' {}
22868 16 '"' http_request '"' "GET /index.html HTTP/1.1"
Willy Tarreaud72758d2010-01-12 10:42:19 +010022869
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022870Detailed fields description :
22871 - "client_ip" is the IP address of the client which initiated the TCP
Daniel Corbett9f0843f2021-05-08 10:50:37 -040022872 connection to HAProxy. If the connection was accepted on a UNIX socket
Willy Tarreauceb24bc2010-11-09 12:46:41 +010022873 instead, the IP address would be replaced with the word "unix". Note that
22874 when the connection is accepted on a socket configured with "accept-proxy"
Bertrand Jacquin93b227d2016-06-04 15:11:10 +010022875 and the PROXY protocol is correctly used, or with a "accept-netscaler-cip"
Davor Ocelice9ed2812017-12-25 17:49:28 +010022876 and the NetScaler Client IP insertion protocol is correctly used, then the
Bertrand Jacquin93b227d2016-06-04 15:11:10 +010022877 logs will reflect the forwarded connection's information.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022878
22879 - "client_port" is the TCP port of the client which initiated the connection.
Willy Tarreauceb24bc2010-11-09 12:46:41 +010022880 If the connection was accepted on a UNIX socket instead, the port would be
22881 replaced with the ID of the accepting socket, which is also reported in the
22882 stats interface.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022883
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020022884 - "request_date" is the exact date when the first byte of the HTTP request
Daniel Corbett9f0843f2021-05-08 10:50:37 -040022885 was received by HAProxy (log field %tr).
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022886
22887 - "frontend_name" is the name of the frontend (or listener) which received
22888 and processed the connection.
22889
22890 - "backend_name" is the name of the backend (or listener) which was selected
22891 to manage the connection to the server. This will be the same as the
22892 frontend if no switching rule has been applied.
22893
22894 - "server_name" is the name of the last server to which the connection was
22895 sent, which might differ from the first one if there were connection errors
22896 and a redispatch occurred. Note that this server belongs to the backend
22897 which processed the request. If the request was aborted before reaching a
22898 server, "<NOSRV>" is indicated instead of a server name. If the request was
22899 intercepted by the stats subsystem, "<STATS>" is indicated instead.
22900
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020022901 - "TR" is the total time in milliseconds spent waiting for a full HTTP
22902 request from the client (not counting body) after the first byte was
22903 received. It can be "-1" if the connection was aborted before a complete
John Roeslerfb2fce12019-07-10 15:45:51 -050022904 request could be received or a bad request was received. It should
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020022905 always be very small because a request generally fits in one single packet.
22906 Large times here generally indicate network issues between the client and
Daniel Corbett9f0843f2021-05-08 10:50:37 -040022907 HAProxy or requests being typed by hand. See section 8.4 "Timing Events"
Willy Tarreau590a0512018-09-05 11:56:48 +020022908 for more details.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022909
22910 - "Tw" is the total time in milliseconds spent waiting in the various queues.
22911 It can be "-1" if the connection was aborted before reaching the queue.
Willy Tarreau590a0512018-09-05 11:56:48 +020022912 See section 8.4 "Timing Events" for more details.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022913
22914 - "Tc" is the total time in milliseconds spent waiting for the connection to
22915 establish to the final server, including retries. It can be "-1" if the
Willy Tarreau590a0512018-09-05 11:56:48 +020022916 request was aborted before a connection could be established. See section
22917 8.4 "Timing Events" for more details.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022918
22919 - "Tr" is the total time in milliseconds spent waiting for the server to send
22920 a full HTTP response, not counting data. It can be "-1" if the request was
22921 aborted before a complete response could be received. It generally matches
22922 the server's processing time for the request, though it may be altered by
22923 the amount of data sent by the client to the server. Large times here on
Willy Tarreau590a0512018-09-05 11:56:48 +020022924 "GET" requests generally indicate an overloaded server. See section 8.4
22925 "Timing Events" for more details.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022926
Daniel Corbett9f0843f2021-05-08 10:50:37 -040022927 - "Ta" is the time the request remained active in HAProxy, which is the total
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020022928 time in milliseconds elapsed between the first byte of the request was
22929 received and the last byte of response was sent. It covers all possible
22930 processing except the handshake (see Th) and idle time (see Ti). There is
22931 one exception, if "option logasap" was specified, then the time counting
22932 stops at the moment the log is emitted. In this case, a '+' sign is
22933 prepended before the value, indicating that the final one will be larger.
Willy Tarreau590a0512018-09-05 11:56:48 +020022934 See section 8.4 "Timing Events" for more details.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022935
22936 - "status_code" is the HTTP status code returned to the client. This status
Daniel Corbett9f0843f2021-05-08 10:50:37 -040022937 is generally set by the server, but it might also be set by HAProxy when
22938 the server cannot be reached or when its response is blocked by HAProxy.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022939
22940 - "bytes_read" is the total number of bytes transmitted to the client when
22941 the log is emitted. This does include HTTP headers. If "option logasap" is
John Roeslerfb2fce12019-07-10 15:45:51 -050022942 specified, this value will be prefixed with a '+' sign indicating that
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022943 the final one may be larger. Please note that this value is a 64-bit
22944 counter, so log analysis tools must be able to handle it without
22945 overflowing.
22946
22947 - "captured_request_cookie" is an optional "name=value" entry indicating that
22948 the client had this cookie in the request. The cookie name and its maximum
22949 length are defined by the "capture cookie" statement in the frontend
22950 configuration. The field is a single dash ('-') when the option is not
22951 set. Only one cookie may be captured, it is generally used to track session
22952 ID exchanges between a client and a server to detect session crossing
22953 between clients due to application bugs. For more details, please consult
22954 the section "Capturing HTTP headers and cookies" below.
22955
22956 - "captured_response_cookie" is an optional "name=value" entry indicating
22957 that the server has returned a cookie with its response. The cookie name
22958 and its maximum length are defined by the "capture cookie" statement in the
22959 frontend configuration. The field is a single dash ('-') when the option is
22960 not set. Only one cookie may be captured, it is generally used to track
22961 session ID exchanges between a client and a server to detect session
22962 crossing between clients due to application bugs. For more details, please
22963 consult the section "Capturing HTTP headers and cookies" below.
22964
22965 - "termination_state" is the condition the session was in when the session
22966 ended. This indicates the session state, which side caused the end of
22967 session to happen, for what reason (timeout, error, ...), just like in TCP
22968 logs, and information about persistence operations on cookies in the last
22969 two characters. The normal flags should begin with "--", indicating the
22970 session was closed by either end with no data remaining in buffers. See
22971 below "Session state at disconnection" for more details.
22972
22973 - "actconn" is the total number of concurrent connections on the process when
Jamie Gloudonaaa21002012-08-25 00:18:33 -040022974 the session was logged. It is useful to detect when some per-process system
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022975 limits have been reached. For instance, if actconn is close to 512 or 1024
22976 when multiple connection errors occur, chances are high that the system
22977 limits the process to use a maximum of 1024 file descriptors and that all
Willy Tarreauc57f0e22009-05-10 13:12:33 +020022978 of them are used. See section 3 "Global parameters" to find how to tune the
Willy Tarreaucc6c8912009-02-22 10:53:55 +010022979 system.
22980
22981 - "feconn" is the total number of concurrent connections on the frontend when
22982 the session was logged. It is useful to estimate the amount of resource
22983 required to sustain high loads, and to detect when the frontend's "maxconn"
22984 has been reached. Most often when this value increases by huge jumps, it is
22985 because there is congestion on the backend servers, but sometimes it can be
22986 caused by a denial of service attack.
22987
22988 - "beconn" is the total number of concurrent connections handled by the
22989 backend when the session was logged. It includes the total number of
22990 concurrent connections active on servers as well as the number of
22991 connections pending in queues. It is useful to estimate the amount of
22992 additional servers needed to support high loads for a given application.
22993 Most often when this value increases by huge jumps, it is because there is
22994 congestion on the backend servers, but sometimes it can be caused by a
22995 denial of service attack.
22996
22997 - "srv_conn" is the total number of concurrent connections still active on
22998 the server when the session was logged. It can never exceed the server's
22999 configured "maxconn" parameter. If this value is very often close or equal
23000 to the server's "maxconn", it means that traffic regulation is involved a
23001 lot, meaning that either the server's maxconn value is too low, or that
23002 there aren't enough servers to process the load with an optimal response
23003 time. When only one of the server's "srv_conn" is high, it usually means
23004 that this server has some trouble causing the requests to take longer to be
23005 processed than on other servers.
23006
23007 - "retries" is the number of connection retries experienced by this session
23008 when trying to connect to the server. It must normally be zero, unless a
23009 server is being stopped at the same moment the connection was attempted.
23010 Frequent retries generally indicate either a network problem between
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023011 HAProxy and the server, or a misconfigured system backlog on the server
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023012 preventing new connections from being queued. This field may optionally be
23013 prefixed with a '+' sign, indicating that the session has experienced a
23014 redispatch after the maximal retry count has been reached on the initial
23015 server. In this case, the server name appearing in the log is the one the
23016 connection was redispatched to, and not the first one, though both may
23017 sometimes be the same in case of hashing for instance. So as a general rule
23018 of thumb, when a '+' is present in front of the retry count, this count
23019 should not be attributed to the logged server.
23020
23021 - "srv_queue" is the total number of requests which were processed before
23022 this one in the server queue. It is zero when the request has not gone
23023 through the server queue. It makes it possible to estimate the approximate
23024 server's response time by dividing the time spent in queue by the number of
23025 requests in the queue. It is worth noting that if a session experiences a
23026 redispatch and passes through two server queues, their positions will be
Davor Ocelice9ed2812017-12-25 17:49:28 +010023027 cumulative. A request should not pass through both the server queue and the
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023028 backend queue unless a redispatch occurs.
23029
23030 - "backend_queue" is the total number of requests which were processed before
23031 this one in the backend's global queue. It is zero when the request has not
23032 gone through the global queue. It makes it possible to estimate the average
23033 queue length, which easily translates into a number of missing servers when
23034 divided by a server's "maxconn" parameter. It is worth noting that if a
23035 session experiences a redispatch, it may pass twice in the backend's queue,
Davor Ocelice9ed2812017-12-25 17:49:28 +010023036 and then both positions will be cumulative. A request should not pass
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023037 through both the server queue and the backend queue unless a redispatch
23038 occurs.
23039
23040 - "captured_request_headers" is a list of headers captured in the request due
23041 to the presence of the "capture request header" statement in the frontend.
23042 Multiple headers can be captured, they will be delimited by a vertical bar
23043 ('|'). When no capture is enabled, the braces do not appear, causing a
23044 shift of remaining fields. It is important to note that this field may
23045 contain spaces, and that using it requires a smarter log parser than when
23046 it's not used. Please consult the section "Capturing HTTP headers and
23047 cookies" below for more details.
23048
23049 - "captured_response_headers" is a list of headers captured in the response
23050 due to the presence of the "capture response header" statement in the
23051 frontend. Multiple headers can be captured, they will be delimited by a
23052 vertical bar ('|'). When no capture is enabled, the braces do not appear,
23053 causing a shift of remaining fields. It is important to note that this
23054 field may contain spaces, and that using it requires a smarter log parser
23055 than when it's not used. Please consult the section "Capturing HTTP headers
23056 and cookies" below for more details.
23057
23058 - "http_request" is the complete HTTP request line, including the method,
23059 request and HTTP version string. Non-printable characters are encoded (see
23060 below the section "Non-printable characters"). This is always the last
23061 field, and it is always delimited by quotes and is the only one which can
23062 contain quotes. If new fields are added to the log format, they will be
23063 added before this field. This field might be truncated if the request is
23064 huge and does not fit in the standard syslog buffer (1024 characters). This
23065 is the reason why this field must always remain the last one.
23066
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020023067
230688.2.4. HTTPS log format
23069----------------------
23070
23071The HTTPS format is the best suited for HTTP over SSL connections. It is an
23072extension of the HTTP format (see section 8.2.3) to which SSL related
23073information are added. It is enabled when "option httpslog" is specified in the
23074frontend. Just like the TCP and HTTP formats, the log is usually emitted at the
23075end of the session, unless "option logasap" is specified. A session which
23076matches the "monitor" rules will never logged. It is also possible not to log
23077sessions for which no data were sent by the client by specifying "option
23078dontlognull" in the frontend. Successful connections will not be logged if
23079"option dontlog-normal" is specified in the frontend.
23080
Willy Tarreau2ed73502021-11-05 18:09:06 +010023081The HTTPS log format is internally declared as a custom log format based on the
23082exact following string, which may also be used as a basis to extend the format
Sébastien Gross537b9e72022-11-30 22:36:50 +010023083if required. Additionally the HAPROXY_HTTPS_LOG_FMT variable can be used
23084instead. Refer to section 8.2.6 "Custom log format" to see how to use this:
Willy Tarreau2ed73502021-11-05 18:09:06 +010023085
23086 # strict equivalent of "option httpslog"
23087 log-format "%ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC \
23088 %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs %{+Q}r \
23089 %[fc_err]/%[ssl_fc_err,hex]/%[ssl_c_err]/\
Willy Tarreau68574dd2021-11-05 19:14:55 +010023090 %[ssl_c_ca_err]/%[ssl_fc_is_resumed] %[ssl_fc_sni]/%sslv/%sslc"
Sébastien Gross537b9e72022-11-30 22:36:50 +010023091 # or using the HAPROXY_HTTPS_LOG_FMT variable
23092 log-format "${HAPROXY_HTTPS_LOG_FMT}"
Willy Tarreau2ed73502021-11-05 18:09:06 +010023093
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020023094This format is basically the HTTP one (see section 8.2.3) with new fields
23095appended to it. The new fields (lines 17 and 18) will be detailed here. For the
23096HTTP ones, refer to the HTTP section.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023097
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020023098 Example :
23099 frontend https-in
23100 mode http
23101 option httpslog
23102 log global
23103 bind *:443 ssl crt mycerts/srv.pem ...
23104 default_backend bck
23105
23106 backend static
23107 server srv1 127.0.0.1:8000 ssl crt mycerts/clt.pem ...
23108
23109 >>> Feb 6 12:14:14 localhost \
23110 haproxy[14389]: 10.0.1.2:33317 [06/Feb/2009:12:14:14.655] https-in \
23111 static/srv1 10/0/30/69/109 200 2750 - - ---- 1/1/1/1/0 0/0 {1wt.eu} \
Willy Tarreau68574dd2021-11-05 19:14:55 +010023112 {} "GET /index.html HTTP/1.1" 0/0/0/0/0 \
23113 1wt.eu/TLSv1.3/TLS_AES_256_GCM_SHA384
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020023114
23115 Field Format Extract from the example above
23116 1 process_name '[' pid ']:' haproxy[14389]:
23117 2 client_ip ':' client_port 10.0.1.2:33317
23118 3 '[' request_date ']' [06/Feb/2009:12:14:14.655]
23119 4 frontend_name https-in
23120 5 backend_name '/' server_name static/srv1
23121 6 TR '/' Tw '/' Tc '/' Tr '/' Ta* 10/0/30/69/109
23122 7 status_code 200
23123 8 bytes_read* 2750
23124 9 captured_request_cookie -
23125 10 captured_response_cookie -
23126 11 termination_state ----
23127 12 actconn '/' feconn '/' beconn '/' srv_conn '/' retries* 1/1/1/1/0
23128 13 srv_queue '/' backend_queue 0/0
23129 14 '{' captured_request_headers* '}' {haproxy.1wt.eu}
23130 15 '{' captured_response_headers* '}' {}
23131 16 '"' http_request '"' "GET /index.html HTTP/1.1"
Willy Tarreau6f749762021-11-05 17:07:03 +010023132 17 fc_err '/' ssl_fc_err '/' ssl_c_err
William Lallemand1d58b012021-10-14 14:27:48 +020023133 '/' ssl_c_ca_err '/' ssl_fc_is_resumed 0/0/0/0/0
Willy Tarreau68574dd2021-11-05 19:14:55 +010023134 18 ssl_fc_sni '/' ssl_version
23135 '/' ssl_ciphers 1wt.eu/TLSv1.3/TLS_AES_256_GCM_SHA384
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020023136
23137Detailed fields description :
Willy Tarreau6f749762021-11-05 17:07:03 +010023138 - "fc_err" is the status of the connection on the frontend's side. It
23139 corresponds to the "fc_err" sample fetch. See the "fc_err" and "fc_err_str"
23140 sample fetch functions for more information.
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020023141
Remi Tricot-Le Breton1fe0fad2021-09-29 18:56:52 +020023142 - "ssl_fc_err" is the last error of the first SSL error stack that was
23143 raised on the connection from the frontend's perspective. It might be used
23144 to detect SSL handshake errors for instance. It will be 0 if everything
Ilya Shipitsinbd6b4be2021-10-15 16:18:21 +050023145 went well. See the "ssl_fc_err" sample fetch's description for more
Remi Tricot-Le Breton1fe0fad2021-09-29 18:56:52 +020023146 information.
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020023147
23148 - "ssl_c_err" is the status of the client's certificate verification process.
23149 The handshake might be successful while having a non-null verification
23150 error code if it is an ignored one. See the "ssl_c_err" sample fetch and
23151 the "crt-ignore-err" option.
23152
23153 - "ssl_c_ca_err" is the status of the client's certificate chain verification
23154 process. The handshake might be successful while having a non-null
23155 verification error code if it is an ignored one. See the "ssl_c_ca_err"
23156 sample fetch and the "ca-ignore-err" option.
23157
William Lallemand1d58b012021-10-14 14:27:48 +020023158 - "ssl_fc_is_resumed" is true if the incoming TLS session was resumed with
23159 the stateful cache or a stateless ticket. Don't forgot that a TLS session
23160 can be shared by multiple requests.
23161
Willy Tarreau68574dd2021-11-05 19:14:55 +010023162 - "ssl_fc_sni" is the SNI (Server Name Indication) presented by the client
23163 to select the certificate to be used. It usually matches the host name for
23164 the first request of a connection. An absence of this field may indicate
23165 that the SNI was not sent by the client, and will lead haproxy to use the
23166 default certificate, or to reject the connection in case of strict-sni.
23167
Remi Tricot-Le Breton98b930d2021-07-29 09:45:52 +020023168 - "ssl_version" is the SSL version of the frontend.
23169
23170 - "ssl_ciphers" is the SSL cipher used for the connection.
23171
23172
Willy Tarreauec5c1102021-11-06 09:18:33 +0100231738.2.5. Error log format
23174-----------------------
23175
23176When an incoming connection fails due to an SSL handshake or an invalid PROXY
23177protocol header, HAProxy will log the event using a shorter, fixed line format,
23178unless a dedicated error log format is defined through an "error-log-format"
23179line. By default, logs are emitted at the LOG_INFO level, unless the option
23180"log-separate-errors" is set in the backend, in which case the LOG_ERR level
23181will be used. Connections on which no data are exchanged (e.g. probes) are not
23182logged if the "dontlognull" option is set.
23183
23184The default format looks like this :
23185
23186 >>> Dec 3 18:27:14 localhost \
23187 haproxy[6103]: 127.0.0.1:56059 [03/Dec/2012:17:35:10.380] frt/f1: \
23188 Connection error during SSL handshake
23189
23190 Field Format Extract from the example above
23191 1 process_name '[' pid ']:' haproxy[6103]:
23192 2 client_ip ':' client_port 127.0.0.1:56059
23193 3 '[' accept_date ']' [03/Dec/2012:17:35:10.380]
23194 4 frontend_name "/" bind_name ":" frt/f1:
23195 5 message Connection error during SSL handshake
23196
23197These fields just provide minimal information to help debugging connection
23198failures.
23199
23200By using the "error-log-format" directive, the legacy log format described
23201above will not be used anymore, and all error log lines will follow the
23202defined format.
23203
23204An example of reasonably complete error-log-format follows, it will report the
23205source address and port, the connection accept() date, the frontend name, the
23206number of active connections on the process and on thit frontend, haproxy's
23207internal error identifier on the front connection, the hexadecimal OpenSSL
23208error number (that can be copy-pasted to "openssl errstr" for full decoding),
23209the client certificate extraction status (0 indicates no error), the client
23210certificate validation status using the CA (0 indicates no error), a boolean
23211indicating if the connection is new or was resumed, the optional server name
23212indication (SNI) provided by the client, the SSL version name and the SSL
23213ciphers used on the connection, if any. Note that backend connection errors
23214are never reported here since in order for a backend connection to fail, it
23215would have passed through a successful stream, hence will be available as
23216regular traffic log (see option httplog or option httpslog).
23217
23218 # detailed frontend connection error log
Lukas Tribus2b949732021-12-09 01:27:14 +010023219 error-log-format "%ci:%cp [%tr] %ft %ac/%fc %[fc_err]/\
Willy Tarreauec5c1102021-11-06 09:18:33 +010023220 %[ssl_fc_err,hex]/%[ssl_c_err]/%[ssl_c_ca_err]/%[ssl_fc_is_resumed] \
23221 %[ssl_fc_sni]/%sslv/%sslc"
23222
23223
232248.2.6. Custom log format
Cyril Bontédc4d9032012-04-08 21:57:39 +020023225------------------------
William Lallemand48940402012-01-30 16:47:22 +010023226
Willy Tarreau2ed73502021-11-05 18:09:06 +010023227When the default log formats are not sufficient, it is possible to define new
23228ones in very fine details. As creating a log-format from scratch is not always
23229a trivial task, it is strongly recommended to first have a look at the existing
23230formats ("option tcplog", "option httplog", "option httpslog"), pick the one
23231looking the closest to the expectation, copy its "log-format" equivalent string
23232and adjust it.
William Lallemand48940402012-01-30 16:47:22 +010023233
Davor Ocelice9ed2812017-12-25 17:49:28 +010023234HAProxy understands some log format variables. % precedes log format variables.
William Lallemand48940402012-01-30 16:47:22 +010023235Variables can take arguments using braces ('{}'), and multiple arguments are
23236separated by commas within the braces. Flags may be added or removed by
23237prefixing them with a '+' or '-' sign.
23238
23239Special variable "%o" may be used to propagate its flags to all other
23240variables on the same format string. This is particularly handy with quoted
Dragan Dosen835b9212016-02-12 13:23:03 +010023241("Q") and escaped ("E") string formats.
William Lallemand48940402012-01-30 16:47:22 +010023242
Willy Tarreauc8368452012-12-21 00:09:23 +010023243If a variable is named between square brackets ('[' .. ']') then it is used
Willy Tarreaube722a22014-06-13 16:31:59 +020023244as a sample expression rule (see section 7.3). This it useful to add some
Willy Tarreauc8368452012-12-21 00:09:23 +010023245less common information such as the client's SSL certificate's DN, or to log
23246the key that would be used to store an entry into a stick table.
23247
Dragan Dosen1e3b16f2020-06-23 18:16:44 +020023248Note: spaces must be escaped. In configuration directives "log-format",
23249"log-format-sd" and "unique-id-format", spaces are considered as
23250delimiters and are merged. In order to emit a verbatim '%', it must be
23251preceded by another '%' resulting in '%%'.
William Lallemand48940402012-01-30 16:47:22 +010023252
Dragan Dosen835b9212016-02-12 13:23:03 +010023253Note: when using the RFC5424 syslog message format, the characters '"',
23254'\' and ']' inside PARAM-VALUE should be escaped with '\' as prefix (see
23255https://tools.ietf.org/html/rfc5424#section-6.3.3 for more details). In
23256such cases, the use of the flag "E" should be considered.
23257
William Lallemand48940402012-01-30 16:47:22 +010023258Flags are :
23259 * Q: quote a string
Jamie Gloudonaaa21002012-08-25 00:18:33 -040023260 * X: hexadecimal representation (IPs, Ports, %Ts, %rt, %pid)
Dragan Dosen835b9212016-02-12 13:23:03 +010023261 * E: escape characters '"', '\' and ']' in a string with '\' as prefix
23262 (intended purpose is for the RFC5424 structured-data log formats)
William Lallemand48940402012-01-30 16:47:22 +010023263
23264 Example:
23265
23266 log-format %T\ %t\ Some\ Text
23267 log-format %{+Q}o\ %t\ %s\ %{-Q}r
23268
Dragan Dosen835b9212016-02-12 13:23:03 +010023269 log-format-sd %{+Q,+E}o\ [exampleSDID@1234\ header=%[capture.req.hdr(0)]]
23270
William Lallemand48940402012-01-30 16:47:22 +010023271Please refer to the table below for currently defined variables :
23272
William Lallemandbddd4fd2012-02-27 11:23:10 +010023273 +---+------+-----------------------------------------------+-------------+
Willy Tarreauffc3fcd2012-10-12 20:17:54 +020023274 | R | var | field name (8.2.2 and 8.2.3 for description) | type |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023275 +---+------+-----------------------------------------------+-------------+
23276 | | %o | special variable, apply flags on all next var | |
23277 +---+------+-----------------------------------------------+-------------+
Willy Tarreau2beef582012-12-20 17:22:52 +010023278 | | %B | bytes_read (from server to client) | numeric |
23279 | H | %CC | captured_request_cookie | string |
23280 | H | %CS | captured_response_cookie | string |
William Lallemand5f232402012-04-05 18:02:55 +020023281 | | %H | hostname | string |
Andrew Hayworth0ebc55f2015-04-27 21:37:03 +000023282 | H | %HM | HTTP method (ex: POST) | string |
Maciej Zdeb21acc332020-11-26 10:45:52 +000023283 | H | %HP | HTTP request URI without query string | string |
Maciej Zdebfcdfd852020-11-30 18:27:47 +000023284 | H | %HPO | HTTP path only (without host nor query string)| string |
Andrew Hayworthe63ac872015-07-31 16:14:16 +000023285 | H | %HQ | HTTP request URI query string (ex: ?bar=baz) | string |
Andrew Hayworth0ebc55f2015-04-27 21:37:03 +000023286 | H | %HU | HTTP request URI (ex: /foo?bar=baz) | string |
23287 | H | %HV | HTTP version (ex: HTTP/1.0) | string |
William Lallemanda73203e2012-03-12 12:48:57 +010023288 | | %ID | unique-id | string |
Willy Tarreau4bf99632014-06-13 12:21:40 +020023289 | | %ST | status_code | numeric |
William Lallemand5f232402012-04-05 18:02:55 +020023290 | | %T | gmt_date_time | date |
Christopher Faulet3010e002021-12-03 10:48:36 +010023291 | H | %Ta | Active time of the request (from TR to end) | numeric |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023292 | | %Tc | Tc | numeric |
Willy Tarreau27b639d2016-05-17 17:55:27 +020023293 | | %Td | Td = Tt - (Tq + Tw + Tc + Tr) | numeric |
Yuxans Yao4e25b012012-10-19 10:36:09 +080023294 | | %Tl | local_date_time | date |
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023295 | | %Th | connection handshake time (SSL, PROXY proto) | numeric |
23296 | H | %Ti | idle time before the HTTP request | numeric |
23297 | H | %Tq | Th + Ti + TR | numeric |
23298 | H | %TR | time to receive the full request from 1st byte| numeric |
23299 | H | %Tr | Tr (response time) | numeric |
William Lallemand5f232402012-04-05 18:02:55 +020023300 | | %Ts | timestamp | numeric |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023301 | | %Tt | Tt | numeric |
Damien Claisse57c8eb92020-04-28 12:09:19 +000023302 | | %Tu | Tu | numeric |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023303 | | %Tw | Tw | numeric |
Willy Tarreau2beef582012-12-20 17:22:52 +010023304 | | %U | bytes_uploaded (from client to server) | numeric |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023305 | | %ac | actconn | numeric |
23306 | | %b | backend_name | string |
Willy Tarreau2beef582012-12-20 17:22:52 +010023307 | | %bc | beconn (backend concurrent connections) | numeric |
23308 | | %bi | backend_source_ip (connecting address) | IP |
23309 | | %bp | backend_source_port (connecting address) | numeric |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023310 | | %bq | backend_queue | numeric |
Willy Tarreau2beef582012-12-20 17:22:52 +010023311 | | %ci | client_ip (accepted address) | IP |
23312 | | %cp | client_port (accepted address) | numeric |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023313 | | %f | frontend_name | string |
Willy Tarreau2beef582012-12-20 17:22:52 +010023314 | | %fc | feconn (frontend concurrent connections) | numeric |
23315 | | %fi | frontend_ip (accepting address) | IP |
23316 | | %fp | frontend_port (accepting address) | numeric |
Willy Tarreau773d65f2012-10-12 14:56:11 +020023317 | | %ft | frontend_name_transport ('~' suffix for SSL) | string |
Willy Tarreau7346acb2014-08-28 15:03:15 +020023318 | | %lc | frontend_log_counter | numeric |
Willy Tarreaud9ed3d22014-06-13 12:23:06 +020023319 | | %hr | captured_request_headers default style | string |
23320 | | %hrl | captured_request_headers CLF style | string list |
23321 | | %hs | captured_response_headers default style | string |
23322 | | %hsl | captured_response_headers CLF style | string list |
Willy Tarreau812c88e2015-08-09 10:56:35 +020023323 | | %ms | accept date milliseconds (left-padded with 0) | numeric |
William Lallemand5f232402012-04-05 18:02:55 +020023324 | | %pid | PID | numeric |
Willy Tarreauffc3fcd2012-10-12 20:17:54 +020023325 | H | %r | http_request | string |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023326 | | %rc | retries | numeric |
Willy Tarreau1f0da242014-01-25 11:01:50 +010023327 | | %rt | request_counter (HTTP req or TCP session) | numeric |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023328 | | %s | server_name | string |
Willy Tarreau2beef582012-12-20 17:22:52 +010023329 | | %sc | srv_conn (server concurrent connections) | numeric |
23330 | | %si | server_IP (target address) | IP |
23331 | | %sp | server_port (target address) | numeric |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023332 | | %sq | srv_queue | numeric |
Willy Tarreauffc3fcd2012-10-12 20:17:54 +020023333 | S | %sslc| ssl_ciphers (ex: AES-SHA) | string |
23334 | S | %sslv| ssl_version (ex: TLSv1) | string |
Willy Tarreau2beef582012-12-20 17:22:52 +010023335 | | %t | date_time (with millisecond resolution) | date |
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023336 | H | %tr | date_time of HTTP request | date |
23337 | H | %trg | gmt_date_time of start of HTTP request | date |
Jens Bissinger15c64ff2018-08-23 14:11:27 +020023338 | H | %trl | local_date_time of start of HTTP request | date |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023339 | | %ts | termination_state | string |
Willy Tarreauffc3fcd2012-10-12 20:17:54 +020023340 | H | %tsc | termination_state with cookie status | string |
William Lallemandbddd4fd2012-02-27 11:23:10 +010023341 +---+------+-----------------------------------------------+-------------+
William Lallemand48940402012-01-30 16:47:22 +010023342
Willy Tarreauffc3fcd2012-10-12 20:17:54 +020023343 R = Restrictions : H = mode http only ; S = SSL only
William Lallemand48940402012-01-30 16:47:22 +010023344
Willy Tarreau5f51e1a2012-12-03 18:40:10 +010023345
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200233468.3. Advanced logging options
23347-----------------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023348
23349Some advanced logging options are often looked for but are not easy to find out
23350just by looking at the various options. Here is an entry point for the few
23351options which can enable better logging. Please refer to the keywords reference
23352for more information about their usage.
23353
23354
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200233558.3.1. Disabling logging of external tests
23356------------------------------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023357
23358It is quite common to have some monitoring tools perform health checks on
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023359HAProxy. Sometimes it will be a layer 3 load-balancer such as LVS or any
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023360commercial load-balancer, and sometimes it will simply be a more complete
23361monitoring system such as Nagios. When the tests are very frequent, users often
23362ask how to disable logging for those checks. There are three possibilities :
23363
23364 - if connections come from everywhere and are just TCP probes, it is often
23365 desired to simply disable logging of connections without data exchange, by
23366 setting "option dontlognull" in the frontend. It also disables logging of
23367 port scans, which may or may not be desired.
23368
Willy Tarreau9e9919d2020-10-14 15:55:23 +020023369 - it is possible to use the "http-request set-log-level silent" action using
23370 a variety of conditions (source networks, paths, user-agents, etc).
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023371
23372 - if the tests are performed on a known URI, use "monitor-uri" to declare
23373 this URI as dedicated to monitoring. Any host sending this request will
23374 only get the result of a health-check, and the request will not be logged.
23375
23376
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200233778.3.2. Logging before waiting for the session to terminate
23378----------------------------------------------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023379
23380The problem with logging at end of connection is that you have no clue about
23381what is happening during very long sessions, such as remote terminal sessions
23382or large file downloads. This problem can be worked around by specifying
Davor Ocelice9ed2812017-12-25 17:49:28 +010023383"option logasap" in the frontend. HAProxy will then log as soon as possible,
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023384just before data transfer begins. This means that in case of TCP, it will still
23385log the connection status to the server, and in case of HTTP, it will log just
23386after processing the server headers. In this case, the number of bytes reported
23387is the number of header bytes sent to the client. In order to avoid confusion
23388with normal logs, the total time field and the number of bytes are prefixed
23389with a '+' sign which means that real numbers are certainly larger.
23390
23391
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200233928.3.3. Raising log level upon errors
23393------------------------------------
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +020023394
23395Sometimes it is more convenient to separate normal traffic from errors logs,
23396for instance in order to ease error monitoring from log files. When the option
23397"log-separate-errors" is used, connections which experience errors, timeouts,
23398retries, redispatches or HTTP status codes 5xx will see their syslog level
23399raised from "info" to "err". This will help a syslog daemon store the log in
23400a separate file. It is very important to keep the errors in the normal traffic
23401file too, so that log ordering is not altered. You should also be careful if
23402you already have configured your syslog daemon to store all logs higher than
23403"notice" in an "admin" file, because the "err" level is higher than "notice".
23404
23405
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200234068.3.4. Disabling logging of successful connections
23407--------------------------------------------------
Willy Tarreauc9bd0cc2009-05-10 11:57:02 +020023408
23409Although this may sound strange at first, some large sites have to deal with
23410multiple thousands of logs per second and are experiencing difficulties keeping
23411them intact for a long time or detecting errors within them. If the option
23412"dontlog-normal" is set on the frontend, all normal connections will not be
23413logged. In this regard, a normal connection is defined as one without any
23414error, timeout, retry nor redispatch. In HTTP, the status code is checked too,
23415and a response with a status 5xx is not considered normal and will be logged
23416too. Of course, doing is is really discouraged as it will remove most of the
23417useful information from the logs. Do this only if you have no other
23418alternative.
23419
23420
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200234218.4. Timing events
23422------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023423
23424Timers provide a great help in troubleshooting network problems. All values are
23425reported in milliseconds (ms). These timers should be used in conjunction with
23426the session termination flags. In TCP mode with "option tcplog" set on the
23427frontend, 3 control points are reported under the form "Tw/Tc/Tt", and in HTTP
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023428mode, 5 control points are reported under the form "TR/Tw/Tc/Tr/Ta". In
23429addition, three other measures are provided, "Th", "Ti", and "Tq".
23430
Guillaume de Lafondf27cddc2016-12-23 17:32:43 +010023431Timings events in HTTP mode:
23432
23433 first request 2nd request
23434 |<-------------------------------->|<-------------- ...
23435 t tr t tr ...
23436 ---|----|----|----|----|----|----|----|----|--
23437 : Th Ti TR Tw Tc Tr Td : Ti ...
23438 :<---- Tq ---->: :
23439 :<-------------- Tt -------------->:
Damien Claisse57c8eb92020-04-28 12:09:19 +000023440 :<-- -----Tu--------------->:
Guillaume de Lafondf27cddc2016-12-23 17:32:43 +010023441 :<--------- Ta --------->:
23442
23443Timings events in TCP mode:
23444
23445 TCP session
23446 |<----------------->|
23447 t t
23448 ---|----|----|----|----|---
23449 | Th Tw Tc Td |
23450 |<------ Tt ------->|
23451
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023452 - Th: total time to accept tcp connection and execute handshakes for low level
Davor Ocelice9ed2812017-12-25 17:49:28 +010023453 protocols. Currently, these protocols are proxy-protocol and SSL. This may
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023454 only happen once during the whole connection's lifetime. A large time here
23455 may indicate that the client only pre-established the connection without
23456 speaking, that it is experiencing network issues preventing it from
Davor Ocelice9ed2812017-12-25 17:49:28 +010023457 completing a handshake in a reasonable time (e.g. MTU issues), or that an
Willy Tarreau590a0512018-09-05 11:56:48 +020023458 SSL handshake was very expensive to compute. Please note that this time is
23459 reported only before the first request, so it is safe to average it over
23460 all request to calculate the amortized value. The second and subsequent
23461 request will always report zero here.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023462
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023463 - Ti: is the idle time before the HTTP request (HTTP mode only). This timer
23464 counts between the end of the handshakes and the first byte of the HTTP
23465 request. When dealing with a second request in keep-alive mode, it starts
Willy Tarreau590a0512018-09-05 11:56:48 +020023466 to count after the end of the transmission the previous response. When a
23467 multiplexed protocol such as HTTP/2 is used, it starts to count immediately
23468 after the previous request. Some browsers pre-establish connections to a
23469 server in order to reduce the latency of a future request, and keep them
23470 pending until they need it. This delay will be reported as the idle time. A
23471 value of -1 indicates that nothing was received on the connection.
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023472
23473 - TR: total time to get the client request (HTTP mode only). It's the time
23474 elapsed between the first bytes received and the moment the proxy received
23475 the empty line marking the end of the HTTP headers. The value "-1"
23476 indicates that the end of headers has never been seen. This happens when
23477 the client closes prematurely or times out. This time is usually very short
23478 since most requests fit in a single packet. A large time may indicate a
23479 request typed by hand during a test.
23480
23481 - Tq: total time to get the client request from the accept date or since the
23482 emission of the last byte of the previous response (HTTP mode only). It's
Davor Ocelice9ed2812017-12-25 17:49:28 +010023483 exactly equal to Th + Ti + TR unless any of them is -1, in which case it
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023484 returns -1 as well. This timer used to be very useful before the arrival of
23485 HTTP keep-alive and browsers' pre-connect feature. It's recommended to drop
23486 it in favor of TR nowadays, as the idle time adds a lot of noise to the
23487 reports.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023488
23489 - Tw: total time spent in the queues waiting for a connection slot. It
23490 accounts for backend queue as well as the server queues, and depends on the
23491 queue size, and the time needed for the server to complete previous
23492 requests. The value "-1" means that the request was killed before reaching
23493 the queue, which is generally what happens with invalid or denied requests.
23494
23495 - Tc: total time to establish the TCP connection to the server. It's the time
23496 elapsed between the moment the proxy sent the connection request, and the
23497 moment it was acknowledged by the server, or between the TCP SYN packet and
23498 the matching SYN/ACK packet in return. The value "-1" means that the
23499 connection never established.
23500
23501 - Tr: server response time (HTTP mode only). It's the time elapsed between
23502 the moment the TCP connection was established to the server and the moment
23503 the server sent its complete response headers. It purely shows its request
23504 processing time, without the network overhead due to the data transmission.
23505 It is worth noting that when the client has data to send to the server, for
23506 instance during a POST request, the time already runs, and this can distort
23507 apparent response time. For this reason, it's generally wise not to trust
23508 too much this field for POST requests initiated from clients behind an
23509 untrusted network. A value of "-1" here means that the last the response
23510 header (empty line) was never seen, most likely because the server timeout
23511 stroke before the server managed to process the request.
23512
William Lallemand14894192023-07-25 09:06:51 +020023513 - Td: this is the total transfer time of the response payload till the last
23514 byte sent to the client. In HTTP it starts after the last response header
23515 (after Tr).
23516
23517 The data sent are not guaranteed to be received by the client, they can be
23518 stuck in either the kernel or the network.
23519
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023520 - Ta: total active time for the HTTP request, between the moment the proxy
23521 received the first byte of the request header and the emission of the last
23522 byte of the response body. The exception is when the "logasap" option is
23523 specified. In this case, it only equals (TR+Tw+Tc+Tr), and is prefixed with
23524 a '+' sign. From this field, we can deduce "Td", the data transmission time,
23525 by subtracting other timers when valid :
23526
23527 Td = Ta - (TR + Tw + Tc + Tr)
23528
23529 Timers with "-1" values have to be excluded from this equation. Note that
23530 "Ta" can never be negative.
23531
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023532 - Tt: total session duration time, between the moment the proxy accepted it
23533 and the moment both ends were closed. The exception is when the "logasap"
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023534 option is specified. In this case, it only equals (Th+Ti+TR+Tw+Tc+Tr), and
23535 is prefixed with a '+' sign. From this field, we can deduce "Td", the data
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030023536 transmission time, by subtracting other timers when valid :
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023537
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023538 Td = Tt - (Th + Ti + TR + Tw + Tc + Tr)
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023539
23540 Timers with "-1" values have to be excluded from this equation. In TCP
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023541 mode, "Ti", "Tq" and "Tr" have to be excluded too. Note that "Tt" can never
23542 be negative and that for HTTP, Tt is simply equal to (Th+Ti+Ta).
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023543
Damien Claisse57c8eb92020-04-28 12:09:19 +000023544 - Tu: total estimated time as seen from client, between the moment the proxy
23545 accepted it and the moment both ends were closed, without idle time.
23546 This is useful to roughly measure end-to-end time as a user would see it,
23547 without idle time pollution from keep-alive time between requests. This
23548 timer in only an estimation of time seen by user as it assumes network
23549 latency is the same in both directions. The exception is when the "logasap"
23550 option is specified. In this case, it only equals (Th+TR+Tw+Tc+Tr), and is
23551 prefixed with a '+' sign.
23552
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023553These timers provide precious indications on trouble causes. Since the TCP
23554protocol defines retransmit delays of 3, 6, 12... seconds, we know for sure
23555that timers close to multiples of 3s are nearly always related to lost packets
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023556due to network problems (wires, negotiation, congestion). Moreover, if "Ta" or
23557"Tt" is close to a timeout value specified in the configuration, it often means
23558that a session has been aborted on timeout.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023559
23560Most common cases :
23561
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023562 - If "Th" or "Ti" are close to 3000, a packet has probably been lost between
23563 the client and the proxy. This is very rare on local networks but might
23564 happen when clients are on far remote networks and send large requests. It
23565 may happen that values larger than usual appear here without any network
23566 cause. Sometimes, during an attack or just after a resource starvation has
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023567 ended, HAProxy may accept thousands of connections in a few milliseconds.
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023568 The time spent accepting these connections will inevitably slightly delay
23569 processing of other connections, and it can happen that request times in the
23570 order of a few tens of milliseconds are measured after a few thousands of
23571 new connections have been accepted at once. Using one of the keep-alive
23572 modes may display larger idle times since "Ti" measures the time spent
Patrick Mezard105faca2010-06-12 17:02:46 +020023573 waiting for additional requests.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023574
23575 - If "Tc" is close to 3000, a packet has probably been lost between the
23576 server and the proxy during the server connection phase. This value should
23577 always be very low, such as 1 ms on local networks and less than a few tens
23578 of ms on remote networks.
23579
Willy Tarreau55165fe2009-05-10 12:02:55 +020023580 - If "Tr" is nearly always lower than 3000 except some rare values which seem
23581 to be the average majored by 3000, there are probably some packets lost
23582 between the proxy and the server.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023583
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023584 - If "Ta" is large even for small byte counts, it generally is because
23585 neither the client nor the server decides to close the connection while
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023586 HAProxy is running in tunnel mode and both have agreed on a keep-alive
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023587 connection mode. In order to solve this issue, it will be needed to specify
23588 one of the HTTP options to manipulate keep-alive or close options on either
23589 the frontend or the backend. Having the smallest possible 'Ta' or 'Tt' is
23590 important when connection regulation is used with the "maxconn" option on
23591 the servers, since no new connection will be sent to the server until
23592 another one is released.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023593
23594Other noticeable HTTP log cases ('xx' means any value to be ignored) :
23595
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023596 TR/Tw/Tc/Tr/+Ta The "option logasap" is present on the frontend and the log
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023597 was emitted before the data phase. All the timers are valid
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023598 except "Ta" which is shorter than reality.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023599
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023600 -1/xx/xx/xx/Ta The client was not able to send a complete request in time
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023601 or it aborted too early. Check the session termination flags
23602 then "timeout http-request" and "timeout client" settings.
23603
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023604 TR/-1/xx/xx/Ta It was not possible to process the request, maybe because
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023605 servers were out of order, because the request was invalid
23606 or forbidden by ACL rules. Check the session termination
23607 flags.
23608
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023609 TR/Tw/-1/xx/Ta The connection could not establish on the server. Either it
23610 actively refused it or it timed out after Ta-(TR+Tw) ms.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023611 Check the session termination flags, then check the
23612 "timeout connect" setting. Note that the tarpit action might
23613 return similar-looking patterns, with "Tw" equal to the time
23614 the client connection was maintained open.
23615
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023616 TR/Tw/Tc/-1/Ta The server has accepted the connection but did not return
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030023617 a complete response in time, or it closed its connection
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +020023618 unexpectedly after Ta-(TR+Tw+Tc) ms. Check the session
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023619 termination flags, then check the "timeout server" setting.
23620
23621
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200236228.5. Session state at disconnection
23623-----------------------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023624
23625TCP and HTTP logs provide a session termination indicator in the
23626"termination_state" field, just before the number of active connections. It is
236272-characters long in TCP mode, and is extended to 4 characters in HTTP mode,
23628each of which has a special meaning :
23629
23630 - On the first character, a code reporting the first event which caused the
23631 session to terminate :
23632
23633 C : the TCP session was unexpectedly aborted by the client.
23634
23635 S : the TCP session was unexpectedly aborted by the server, or the
23636 server explicitly refused it.
23637
23638 P : the session was prematurely aborted by the proxy, because of a
23639 connection limit enforcement, because a DENY filter was matched,
23640 because of a security check which detected and blocked a dangerous
23641 error in server response which might have caused information leak
Davor Ocelice9ed2812017-12-25 17:49:28 +010023642 (e.g. cacheable cookie).
Willy Tarreau570f2212013-06-10 16:42:09 +020023643
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023644 L : the session was locally processed by HAProxy and was not passed to
Willy Tarreau570f2212013-06-10 16:42:09 +020023645 a server. This is what happens for stats and redirects.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023646
23647 R : a resource on the proxy has been exhausted (memory, sockets, source
23648 ports, ...). Usually, this appears during the connection phase, and
23649 system logs should contain a copy of the precise error. If this
23650 happens, it must be considered as a very serious anomaly which
23651 should be fixed as soon as possible by any means.
23652
23653 I : an internal error was identified by the proxy during a self-check.
23654 This should NEVER happen, and you are encouraged to report any log
23655 containing this, because this would almost certainly be a bug. It
23656 would be wise to preventively restart the process after such an
23657 event too, in case it would be caused by memory corruption.
23658
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023659 D : the session was killed by HAProxy because the server was detected
Simon Horman752dc4a2011-06-21 14:34:59 +090023660 as down and was configured to kill all connections when going down.
23661
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023662 U : the session was killed by HAProxy on this backup server because an
Justin Karnegeseb2c24a2012-05-24 15:28:52 -070023663 active server was detected as up and was configured to kill all
23664 backup connections when going up.
23665
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023666 K : the session was actively killed by an admin operating on HAProxy.
Willy Tarreaua2a64e92011-09-07 23:01:56 +020023667
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023668 c : the client-side timeout expired while waiting for the client to
23669 send or receive data.
23670
23671 s : the server-side timeout expired while waiting for the server to
23672 send or receive data.
23673
23674 - : normal session completion, both the client and the server closed
23675 with nothing left in the buffers.
23676
23677 - on the second character, the TCP or HTTP session state when it was closed :
23678
Willy Tarreauf7b30a92010-12-06 22:59:17 +010023679 R : the proxy was waiting for a complete, valid REQUEST from the client
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023680 (HTTP mode only). Nothing was sent to any server.
23681
23682 Q : the proxy was waiting in the QUEUE for a connection slot. This can
23683 only happen when servers have a 'maxconn' parameter set. It can
23684 also happen in the global queue after a redispatch consecutive to
23685 a failed attempt to connect to a dying server. If no redispatch is
23686 reported, then no connection attempt was made to any server.
23687
23688 C : the proxy was waiting for the CONNECTION to establish on the
23689 server. The server might at most have noticed a connection attempt.
23690
23691 H : the proxy was waiting for complete, valid response HEADERS from the
23692 server (HTTP only).
23693
23694 D : the session was in the DATA phase.
23695
23696 L : the proxy was still transmitting LAST data to the client while the
23697 server had already finished. This one is very rare as it can only
23698 happen when the client dies while receiving the last packets.
23699
23700 T : the request was tarpitted. It has been held open with the client
23701 during the whole "timeout tarpit" duration or until the client
23702 closed, both of which will be reported in the "Tw" timer.
23703
23704 - : normal session completion after end of data transfer.
23705
23706 - the third character tells whether the persistence cookie was provided by
23707 the client (only in HTTP mode) :
23708
23709 N : the client provided NO cookie. This is usually the case for new
23710 visitors, so counting the number of occurrences of this flag in the
23711 logs generally indicate a valid trend for the site frequentation.
23712
23713 I : the client provided an INVALID cookie matching no known server.
23714 This might be caused by a recent configuration change, mixed
Cyril Bontéa8e7bbc2010-04-25 22:29:29 +020023715 cookies between HTTP/HTTPS sites, persistence conditionally
23716 ignored, or an attack.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023717
23718 D : the client provided a cookie designating a server which was DOWN,
23719 so either "option persist" was used and the client was sent to
23720 this server, or it was not set and the client was redispatched to
23721 another server.
23722
Willy Tarreau996a92c2010-10-13 19:30:47 +020023723 V : the client provided a VALID cookie, and was sent to the associated
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023724 server.
23725
Willy Tarreau996a92c2010-10-13 19:30:47 +020023726 E : the client provided a valid cookie, but with a last date which was
23727 older than what is allowed by the "maxidle" cookie parameter, so
23728 the cookie is consider EXPIRED and is ignored. The request will be
23729 redispatched just as if there was no cookie.
23730
23731 O : the client provided a valid cookie, but with a first date which was
23732 older than what is allowed by the "maxlife" cookie parameter, so
23733 the cookie is consider too OLD and is ignored. The request will be
23734 redispatched just as if there was no cookie.
23735
Willy Tarreauc89ccb62012-04-05 21:18:22 +020023736 U : a cookie was present but was not used to select the server because
23737 some other server selection mechanism was used instead (typically a
23738 "use-server" rule).
23739
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023740 - : does not apply (no cookie set in configuration).
23741
23742 - the last character reports what operations were performed on the persistence
23743 cookie returned by the server (only in HTTP mode) :
23744
23745 N : NO cookie was provided by the server, and none was inserted either.
23746
23747 I : no cookie was provided by the server, and the proxy INSERTED one.
23748 Note that in "cookie insert" mode, if the server provides a cookie,
23749 it will still be overwritten and reported as "I" here.
23750
Willy Tarreau996a92c2010-10-13 19:30:47 +020023751 U : the proxy UPDATED the last date in the cookie that was presented by
23752 the client. This can only happen in insert mode with "maxidle". It
Jarno Huuskonen0e82b922014-04-12 18:22:19 +030023753 happens every time there is activity at a different date than the
Willy Tarreau996a92c2010-10-13 19:30:47 +020023754 date indicated in the cookie. If any other change happens, such as
23755 a redispatch, then the cookie will be marked as inserted instead.
23756
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023757 P : a cookie was PROVIDED by the server and transmitted as-is.
23758
23759 R : the cookie provided by the server was REWRITTEN by the proxy, which
23760 happens in "cookie rewrite" or "cookie prefix" modes.
23761
23762 D : the cookie provided by the server was DELETED by the proxy.
23763
23764 - : does not apply (no cookie set in configuration).
23765
Willy Tarreau996a92c2010-10-13 19:30:47 +020023766The combination of the two first flags gives a lot of information about what
23767was happening when the session terminated, and why it did terminate. It can be
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023768helpful to detect server saturation, network troubles, local system resource
23769starvation, attacks, etc...
23770
23771The most common termination flags combinations are indicated below. They are
23772alphabetically sorted, with the lowercase set just after the upper case for
23773easier finding and understanding.
23774
23775 Flags Reason
23776
23777 -- Normal termination.
23778
23779 CC The client aborted before the connection could be established to the
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023780 server. This can happen when HAProxy tries to connect to a recently
23781 dead (or unchecked) server, and the client aborts while HAProxy is
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023782 waiting for the server to respond or for "timeout connect" to expire.
23783
23784 CD The client unexpectedly aborted during data transfer. This can be
23785 caused by a browser crash, by an intermediate equipment between the
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023786 client and HAProxy which decided to actively break the connection,
23787 by network routing issues between the client and HAProxy, or by a
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023788 keep-alive session between the server and the client terminated first
23789 by the client.
Willy Tarreaud72758d2010-01-12 10:42:19 +010023790
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023791 cD The client did not send nor acknowledge any data for as long as the
23792 "timeout client" delay. This is often caused by network failures on
Cyril Bontédc4d9032012-04-08 21:57:39 +020023793 the client side, or the client simply leaving the net uncleanly.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023794
23795 CH The client aborted while waiting for the server to start responding.
23796 It might be the server taking too long to respond or the client
23797 clicking the 'Stop' button too fast.
23798
23799 cH The "timeout client" stroke while waiting for client data during a
23800 POST request. This is sometimes caused by too large TCP MSS values
23801 for PPPoE networks which cannot transport full-sized packets. It can
23802 also happen when client timeout is smaller than server timeout and
23803 the server takes too long to respond.
23804
23805 CQ The client aborted while its session was queued, waiting for a server
23806 with enough empty slots to accept it. It might be that either all the
23807 servers were saturated or that the assigned server was taking too
23808 long a time to respond.
23809
23810 CR The client aborted before sending a full HTTP request. Most likely
23811 the request was typed by hand using a telnet client, and aborted
23812 too early. The HTTP status code is likely a 400 here. Sometimes this
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023813 might also be caused by an IDS killing the connection between HAProxy
Willy Tarreau0f228a02015-05-01 15:37:53 +020023814 and the client. "option http-ignore-probes" can be used to ignore
23815 connections without any data transfer.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023816
23817 cR The "timeout http-request" stroke before the client sent a full HTTP
23818 request. This is sometimes caused by too large TCP MSS values on the
23819 client side for PPPoE networks which cannot transport full-sized
23820 packets, or by clients sending requests by hand and not typing fast
23821 enough, or forgetting to enter the empty line at the end of the
Willy Tarreau2705a612014-05-23 17:38:34 +020023822 request. The HTTP status code is likely a 408 here. Note: recently,
Willy Tarreau0f228a02015-05-01 15:37:53 +020023823 some browsers started to implement a "pre-connect" feature consisting
23824 in speculatively connecting to some recently visited web sites just
23825 in case the user would like to visit them. This results in many
23826 connections being established to web sites, which end up in 408
23827 Request Timeout if the timeout strikes first, or 400 Bad Request when
23828 the browser decides to close them first. These ones pollute the log
23829 and feed the error counters. Some versions of some browsers have even
23830 been reported to display the error code. It is possible to work
Davor Ocelice9ed2812017-12-25 17:49:28 +010023831 around the undesirable effects of this behavior by adding "option
Willy Tarreau0f228a02015-05-01 15:37:53 +020023832 http-ignore-probes" in the frontend, resulting in connections with
23833 zero data transfer to be totally ignored. This will definitely hide
23834 the errors of people experiencing connectivity issues though.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023835
23836 CT The client aborted while its session was tarpitted. It is important to
23837 check if this happens on valid requests, in order to be sure that no
Willy Tarreau55165fe2009-05-10 12:02:55 +020023838 wrong tarpit rules have been written. If a lot of them happen, it
23839 might make sense to lower the "timeout tarpit" value to something
23840 closer to the average reported "Tw" timer, in order not to consume
23841 resources for just a few attackers.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023842
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023843 LR The request was intercepted and locally handled by HAProxy. Generally
Willy Tarreau570f2212013-06-10 16:42:09 +020023844 it means that this was a redirect or a stats request.
23845
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023846 SC The server or an equipment between it and HAProxy explicitly refused
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023847 the TCP connection (the proxy received a TCP RST or an ICMP message
23848 in return). Under some circumstances, it can also be the network
Davor Ocelice9ed2812017-12-25 17:49:28 +010023849 stack telling the proxy that the server is unreachable (e.g. no route,
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023850 or no ARP response on local network). When this happens in HTTP mode,
23851 the status code is likely a 502 or 503 here.
23852
23853 sC The "timeout connect" stroke before a connection to the server could
23854 complete. When this happens in HTTP mode, the status code is likely a
23855 503 or 504 here.
23856
23857 SD The connection to the server died with an error during the data
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023858 transfer. This usually means that HAProxy has received an RST from
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023859 the server or an ICMP message from an intermediate equipment while
23860 exchanging data with the server. This can be caused by a server crash
23861 or by a network issue on an intermediate equipment.
23862
23863 sD The server did not send nor acknowledge any data for as long as the
23864 "timeout server" setting during the data phase. This is often caused
Davor Ocelice9ed2812017-12-25 17:49:28 +010023865 by too short timeouts on L4 equipment before the server (firewalls,
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023866 load-balancers, ...), as well as keep-alive sessions maintained
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023867 between the client and the server expiring first on HAProxy.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023868
23869 SH The server aborted before sending its full HTTP response headers, or
23870 it crashed while processing the request. Since a server aborting at
23871 this moment is very rare, it would be wise to inspect its logs to
23872 control whether it crashed and why. The logged request may indicate a
23873 small set of faulty requests, demonstrating bugs in the application.
23874 Sometimes this might also be caused by an IDS killing the connection
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023875 between HAProxy and the server.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023876
23877 sH The "timeout server" stroke before the server could return its
23878 response headers. This is the most common anomaly, indicating too
23879 long transactions, probably caused by server or database saturation.
23880 The immediate workaround consists in increasing the "timeout server"
23881 setting, but it is important to keep in mind that the user experience
23882 will suffer from these long response times. The only long term
23883 solution is to fix the application.
23884
23885 sQ The session spent too much time in queue and has been expired. See
23886 the "timeout queue" and "timeout connect" settings to find out how to
23887 fix this if it happens too often. If it often happens massively in
23888 short periods, it may indicate general problems on the affected
23889 servers due to I/O or database congestion, or saturation caused by
23890 external attacks.
23891
23892 PC The proxy refused to establish a connection to the server because the
Thayne McCombscdbcca92021-01-07 21:24:41 -070023893 process's socket limit has been reached while attempting to connect.
Cyril Bontédc4d9032012-04-08 21:57:39 +020023894 The global "maxconn" parameter may be increased in the configuration
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023895 so that it does not happen anymore. This status is very rare and
23896 might happen when the global "ulimit-n" parameter is forced by hand.
23897
Willy Tarreaued2fd2d2010-12-29 11:23:27 +010023898 PD The proxy blocked an incorrectly formatted chunked encoded message in
23899 a request or a response, after the server has emitted its headers. In
23900 most cases, this will indicate an invalid message from the server to
Davor Ocelice9ed2812017-12-25 17:49:28 +010023901 the client. HAProxy supports chunk sizes of up to 2GB - 1 (2147483647
Willy Tarreauf3a3e132013-08-31 08:16:26 +020023902 bytes). Any larger size will be considered as an error.
Willy Tarreaued2fd2d2010-12-29 11:23:27 +010023903
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023904 PH The proxy blocked the server's response, because it was invalid,
23905 incomplete, dangerous (cache control), or matched a security filter.
23906 In any case, an HTTP 502 error is sent to the client. One possible
23907 cause for this error is an invalid syntax in an HTTP header name
Willy Tarreaued2fd2d2010-12-29 11:23:27 +010023908 containing unauthorized characters. It is also possible but quite
23909 rare, that the proxy blocked a chunked-encoding request from the
23910 client due to an invalid syntax, before the server responded. In this
23911 case, an HTTP 400 error is sent to the client and reported in the
Christopher Faulet24dda942022-05-05 12:27:07 +020023912 logs. Finally, it may be due to an HTTP header rewrite failure on the
23913 response. In this case, an HTTP 500 error is sent (see
23914 "tune.maxrewrite" and "http-response strict-mode" for more
23915 inforomation).
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023916
23917 PR The proxy blocked the client's HTTP request, either because of an
23918 invalid HTTP syntax, in which case it returned an HTTP 400 error to
23919 the client, or because a deny filter matched, in which case it
Christopher Faulet24dda942022-05-05 12:27:07 +020023920 returned an HTTP 403 error. It may also be due to an HTTP header
23921 rewrite failure on the request. In this case, an HTTP 500 error is
23922 sent (see "tune.maxrewrite" and "http-request strict-mode" for more
23923 inforomation).
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023924
23925 PT The proxy blocked the client's request and has tarpitted its
23926 connection before returning it a 500 server error. Nothing was sent
23927 to the server. The connection was maintained open for as long as
23928 reported by the "Tw" timer field.
23929
23930 RC A local resource has been exhausted (memory, sockets, source ports)
23931 preventing the connection to the server from establishing. The error
23932 logs will tell precisely what was missing. This is very rare and can
23933 only be solved by proper system tuning.
23934
Willy Tarreau996a92c2010-10-13 19:30:47 +020023935The combination of the two last flags gives a lot of information about how
Daniel Corbett9f0843f2021-05-08 10:50:37 -040023936persistence was handled by the client, the server and by HAProxy. This is very
Willy Tarreau996a92c2010-10-13 19:30:47 +020023937important to troubleshoot disconnections, when users complain they have to
23938re-authenticate. The commonly encountered flags are :
23939
23940 -- Persistence cookie is not enabled.
23941
23942 NN No cookie was provided by the client, none was inserted in the
23943 response. For instance, this can be in insert mode with "postonly"
23944 set on a GET request.
23945
23946 II A cookie designating an invalid server was provided by the client,
23947 a valid one was inserted in the response. This typically happens when
Jamie Gloudonaaa21002012-08-25 00:18:33 -040023948 a "server" entry is removed from the configuration, since its cookie
Willy Tarreau996a92c2010-10-13 19:30:47 +020023949 value can be presented by a client when no other server knows it.
23950
23951 NI No cookie was provided by the client, one was inserted in the
23952 response. This typically happens for first requests from every user
23953 in "insert" mode, which makes it an easy way to count real users.
23954
23955 VN A cookie was provided by the client, none was inserted in the
23956 response. This happens for most responses for which the client has
23957 already got a cookie.
23958
23959 VU A cookie was provided by the client, with a last visit date which is
23960 not completely up-to-date, so an updated cookie was provided in
23961 response. This can also happen if there was no date at all, or if
23962 there was a date but the "maxidle" parameter was not set, so that the
23963 cookie can be switched to unlimited time.
23964
23965 EI A cookie was provided by the client, with a last visit date which is
23966 too old for the "maxidle" parameter, so the cookie was ignored and a
23967 new cookie was inserted in the response.
23968
23969 OI A cookie was provided by the client, with a first visit date which is
23970 too old for the "maxlife" parameter, so the cookie was ignored and a
23971 new cookie was inserted in the response.
23972
23973 DI The server designated by the cookie was down, a new server was
23974 selected and a new cookie was emitted in the response.
23975
23976 VI The server designated by the cookie was not marked dead but could not
23977 be reached. A redispatch happened and selected another one, which was
23978 then advertised in the response.
23979
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023980
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200239818.6. Non-printable characters
23982-----------------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010023983
23984In order not to cause trouble to log analysis tools or terminals during log
23985consulting, non-printable characters are not sent as-is into log files, but are
23986converted to the two-digits hexadecimal representation of their ASCII code,
23987prefixed by the character '#'. The only characters that can be logged without
23988being escaped are comprised between 32 and 126 (inclusive). Obviously, the
23989escape character '#' itself is also encoded to avoid any ambiguity ("#23"). It
23990is the same for the character '"' which becomes "#22", as well as '{', '|' and
23991'}' when logging headers.
23992
23993Note that the space character (' ') is not encoded in headers, which can cause
23994issues for tools relying on space count to locate fields. A typical header
23995containing spaces is "User-Agent".
23996
23997Last, it has been observed that some syslog daemons such as syslog-ng escape
23998the quote ('"') with a backslash ('\'). The reverse operation can safely be
23999performed since no quote may appear anywhere else in the logs.
24000
24001
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200240028.7. Capturing HTTP cookies
24003---------------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024004
24005Cookie capture simplifies the tracking a complete user session. This can be
24006achieved using the "capture cookie" statement in the frontend. Please refer to
Willy Tarreauc57f0e22009-05-10 13:12:33 +020024007section 4.2 for more details. Only one cookie can be captured, and the same
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024008cookie will simultaneously be checked in the request ("Cookie:" header) and in
24009the response ("Set-Cookie:" header). The respective values will be reported in
24010the HTTP logs at the "captured_request_cookie" and "captured_response_cookie"
Willy Tarreauc57f0e22009-05-10 13:12:33 +020024011locations (see section 8.2.3 about HTTP log format). When either cookie is
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024012not seen, a dash ('-') replaces the value. This way, it's easy to detect when a
24013user switches to a new session for example, because the server will reassign it
24014a new cookie. It is also possible to detect if a server unexpectedly sets a
24015wrong cookie to a client, leading to session crossing.
24016
24017 Examples :
24018 # capture the first cookie whose name starts with "ASPSESSION"
24019 capture cookie ASPSESSION len 32
24020
24021 # capture the first cookie whose name is exactly "vgnvisitor"
24022 capture cookie vgnvisitor= len 32
24023
24024
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200240258.8. Capturing HTTP headers
24026---------------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024027
24028Header captures are useful to track unique request identifiers set by an upper
24029proxy, virtual host names, user-agents, POST content-length, referrers, etc. In
24030the response, one can search for information about the response length, how the
24031server asked the cache to behave, or an object location during a redirection.
24032
24033Header captures are performed using the "capture request header" and "capture
24034response header" statements in the frontend. Please consult their definition in
Willy Tarreauc57f0e22009-05-10 13:12:33 +020024035section 4.2 for more details.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024036
24037It is possible to include both request headers and response headers at the same
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010024038time. Non-existent headers are logged as empty strings, and if one header
24039appears more than once, only its last occurrence will be logged. Request headers
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024040are grouped within braces '{' and '}' in the same order as they were declared,
24041and delimited with a vertical bar '|' without any space. Response headers
24042follow the same representation, but are displayed after a space following the
24043request headers block. These blocks are displayed just before the HTTP request
24044in the logs.
24045
Willy Tarreaud9ed3d22014-06-13 12:23:06 +020024046As a special case, it is possible to specify an HTTP header capture in a TCP
24047frontend. The purpose is to enable logging of headers which will be parsed in
24048an HTTP backend if the request is then switched to this HTTP backend.
24049
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024050 Example :
24051 # This instance chains to the outgoing proxy
24052 listen proxy-out
24053 mode http
24054 option httplog
24055 option logasap
24056 log global
24057 server cache1 192.168.1.1:3128
24058
24059 # log the name of the virtual server
24060 capture request header Host len 20
24061
24062 # log the amount of data uploaded during a POST
24063 capture request header Content-Length len 10
24064
24065 # log the beginning of the referrer
24066 capture request header Referer len 20
24067
24068 # server name (useful for outgoing proxies only)
24069 capture response header Server len 20
24070
24071 # logging the content-length is useful with "option logasap"
24072 capture response header Content-Length len 10
24073
Davor Ocelice9ed2812017-12-25 17:49:28 +010024074 # log the expected cache behavior on the response
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024075 capture response header Cache-Control len 8
24076
24077 # the Via header will report the next proxy's name
24078 capture response header Via len 20
24079
24080 # log the URL location during a redirection
24081 capture response header Location len 20
24082
24083 >>> Aug 9 20:26:09 localhost \
24084 haproxy[2022]: 127.0.0.1:34014 [09/Aug/2004:20:26:09] proxy-out \
24085 proxy-out/cache1 0/0/0/162/+162 200 +350 - - ---- 0/0/0/0/0 0/0 \
24086 {fr.adserver.yahoo.co||http://fr.f416.mail.} {|864|private||} \
24087 "GET http://fr.adserver.yahoo.com/"
24088
24089 >>> Aug 9 20:30:46 localhost \
24090 haproxy[2022]: 127.0.0.1:34020 [09/Aug/2004:20:30:46] proxy-out \
24091 proxy-out/cache1 0/0/0/182/+182 200 +279 - - ---- 0/0/0/0/0 0/0 \
24092 {w.ods.org||} {Formilux/0.1.8|3495|||} \
Willy Tarreaud72758d2010-01-12 10:42:19 +010024093 "GET http://trafic.1wt.eu/ HTTP/1.1"
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024094
24095 >>> Aug 9 20:30:46 localhost \
24096 haproxy[2022]: 127.0.0.1:34028 [09/Aug/2004:20:30:46] proxy-out \
24097 proxy-out/cache1 0/0/2/126/+128 301 +223 - - ---- 0/0/0/0/0 0/0 \
24098 {www.sytadin.equipement.gouv.fr||http://trafic.1wt.eu/} \
24099 {Apache|230|||http://www.sytadin.} \
Willy Tarreaud72758d2010-01-12 10:42:19 +010024100 "GET http://www.sytadin.equipement.gouv.fr/ HTTP/1.1"
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024101
24102
Willy Tarreauc57f0e22009-05-10 13:12:33 +0200241038.9. Examples of logs
24104---------------------
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024105
24106These are real-world examples of logs accompanied with an explanation. Some of
24107them have been made up by hand. The syslog part has been removed for better
24108reading. Their sole purpose is to explain how to decipher them.
24109
24110 >>> haproxy[674]: 127.0.0.1:33318 [15/Oct/2003:08:31:57.130] px-http \
24111 px-http/srv1 6559/0/7/147/6723 200 243 - - ---- 5/3/3/1/0 0/0 \
24112 "HEAD / HTTP/1.0"
24113
24114 => long request (6.5s) entered by hand through 'telnet'. The server replied
24115 in 147 ms, and the session ended normally ('----')
24116
24117 >>> haproxy[674]: 127.0.0.1:33319 [15/Oct/2003:08:31:57.149] px-http \
24118 px-http/srv1 6559/1230/7/147/6870 200 243 - - ---- 324/239/239/99/0 \
24119 0/9 "HEAD / HTTP/1.0"
24120
24121 => Idem, but the request was queued in the global queue behind 9 other
24122 requests, and waited there for 1230 ms.
24123
24124 >>> haproxy[674]: 127.0.0.1:33320 [15/Oct/2003:08:32:17.654] px-http \
24125 px-http/srv1 9/0/7/14/+30 200 +243 - - ---- 3/3/3/1/0 0/0 \
24126 "GET /image.iso HTTP/1.0"
24127
24128 => request for a long data transfer. The "logasap" option was specified, so
Krzysztof Piotr Oledzkif8645332009-12-13 21:55:50 +010024129 the log was produced just before transferring data. The server replied in
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024130 14 ms, 243 bytes of headers were sent to the client, and total time from
24131 accept to first data byte is 30 ms.
24132
24133 >>> haproxy[674]: 127.0.0.1:33320 [15/Oct/2003:08:32:17.925] px-http \
24134 px-http/srv1 9/0/7/14/30 502 243 - - PH-- 3/2/2/0/0 0/0 \
24135 "GET /cgi-bin/bug.cgi? HTTP/1.0"
24136
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020024137 => the proxy blocked a server response either because of an "http-response
24138 deny" rule, or because the response was improperly formatted and not
24139 HTTP-compliant, or because it blocked sensitive information which risked
24140 being cached. In this case, the response is replaced with a "502 bad
Daniel Corbett9f0843f2021-05-08 10:50:37 -040024141 gateway". The flags ("PH--") tell us that it was HAProxy who decided to
Christopher Faulet87f1f3d2019-07-18 14:51:20 +020024142 return the 502 and not the server.
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024143
24144 >>> haproxy[18113]: 127.0.0.1:34548 [15/Oct/2003:15:18:55.798] px-http \
Willy Tarreaud72758d2010-01-12 10:42:19 +010024145 px-http/<NOSRV> -1/-1/-1/-1/8490 -1 0 - - CR-- 2/2/2/0/0 0/0 ""
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024146
24147 => the client never completed its request and aborted itself ("C---") after
24148 8.5s, while the proxy was waiting for the request headers ("-R--").
24149 Nothing was sent to any server.
24150
24151 >>> haproxy[18113]: 127.0.0.1:34549 [15/Oct/2003:15:19:06.103] px-http \
24152 px-http/<NOSRV> -1/-1/-1/-1/50001 408 0 - - cR-- 2/2/2/0/0 0/0 ""
24153
24154 => The client never completed its request, which was aborted by the
24155 time-out ("c---") after 50s, while the proxy was waiting for the request
Davor Ocelice9ed2812017-12-25 17:49:28 +010024156 headers ("-R--"). Nothing was sent to any server, but the proxy could
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024157 send a 408 return code to the client.
24158
24159 >>> haproxy[18989]: 127.0.0.1:34550 [15/Oct/2003:15:24:28.312] px-tcp \
24160 px-tcp/srv1 0/0/5007 0 cD 0/0/0/0/0 0/0
24161
24162 => This log was produced with "option tcplog". The client timed out after
24163 5 seconds ("c----").
24164
24165 >>> haproxy[18989]: 10.0.0.1:34552 [15/Oct/2003:15:26:31.462] px-http \
24166 px-http/srv1 3183/-1/-1/-1/11215 503 0 - - SC-- 205/202/202/115/3 \
Willy Tarreaud72758d2010-01-12 10:42:19 +010024167 0/0 "HEAD / HTTP/1.0"
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024168
24169 => The request took 3s to complete (probably a network problem), and the
Willy Tarreauc57f0e22009-05-10 13:12:33 +020024170 connection to the server failed ('SC--') after 4 attempts of 2 seconds
Willy Tarreaucc6c8912009-02-22 10:53:55 +010024171 (config says 'retries 3'), and no redispatch (otherwise we would have
24172 seen "/+3"). Status code 503 was returned to the client. There were 115
24173 connections on this server, 202 connections on this proxy, and 205 on
24174 the global process. It is possible that the server refused the
24175 connection because of too many already established.
Willy Tarreau844e3c52008-01-11 16:28:18 +010024176
Willy Tarreau52b2d222011-09-07 23:48:48 +020024177
Christopher Fauletc3fe5332016-04-07 15:30:10 +0200241789. Supported filters
24179--------------------
24180
24181Here are listed officially supported filters with the list of parameters they
24182accept. Depending on compile options, some of these filters might be
24183unavailable. The list of available filters is reported in haproxy -vv.
24184
24185See also : "filter"
24186
241879.1. Trace
24188----------
24189
Christopher Fauletc41d8bd2020-11-17 10:43:26 +010024190filter trace [name <name>] [random-forwarding] [hexdump]
Christopher Fauletc3fe5332016-04-07 15:30:10 +020024191
24192 Arguments:
24193 <name> is an arbitrary name that will be reported in
24194 messages. If no name is provided, "TRACE" is used.
24195
Christopher Faulet96a577a2020-11-17 10:45:05 +010024196 <quiet> inhibits trace messages.
Christopher Fauletc3fe5332016-04-07 15:30:10 +020024197
Davor Ocelice9ed2812017-12-25 17:49:28 +010024198 <random-forwarding> enables the random forwarding of parsed data. By
Christopher Fauletc3fe5332016-04-07 15:30:10 +020024199 default, this filter forwards all previously parsed
24200 data. With this parameter, it only forwards a random
24201 amount of the parsed data.
24202
Davor Ocelice9ed2812017-12-25 17:49:28 +010024203 <hexdump> dumps all forwarded data to the server and the client.
Christopher Faulet31bfe1f2016-12-09 17:42:38 +010024204
Christopher Fauletc3fe5332016-04-07 15:30:10 +020024205This filter can be used as a base to develop new filters. It defines all
24206callbacks and print a message on the standard error stream (stderr) with useful
24207information for all of them. It may be useful to debug the activity of other
24208filters or, quite simply, HAProxy's activity.
24209
24210Using <random-parsing> and/or <random-forwarding> parameters is a good way to
24211tests the behavior of a filter that parses data exchanged between a client and
24212a server by adding some latencies in the processing.
24213
24214
242159.2. HTTP compression
24216---------------------
24217
24218filter compression
24219
24220The HTTP compression has been moved in a filter in HAProxy 1.7. "compression"
24221keyword must still be used to enable and configure the HTTP compression. And
Christopher Fauletb30b3102019-09-12 23:03:09 +020024222when no other filter is used, it is enough. When used with the cache or the
24223fcgi-app enabled, it is also enough. In this case, the compression is always
24224done after the response is stored in the cache. But it is mandatory to
24225explicitly use a filter line to enable the HTTP compression when at least one
24226filter other than the cache or the fcgi-app is used for the same
24227listener/frontend/backend. This is important to know the filters evaluation
24228order.
Christopher Fauletc3fe5332016-04-07 15:30:10 +020024229
Christopher Fauletb30b3102019-09-12 23:03:09 +020024230See also : "compression", section 9.4 about the cache filter and section 9.5
24231 about the fcgi-app filter.
Christopher Fauletc3fe5332016-04-07 15:30:10 +020024232
24233
Christopher Fauletf7e4e7e2016-10-27 22:29:49 +0200242349.3. Stream Processing Offload Engine (SPOE)
24235--------------------------------------------
24236
24237filter spoe [engine <name>] config <file>
24238
24239 Arguments :
24240
24241 <name> is the engine name that will be used to find the right scope in
24242 the configuration file. If not provided, all the file will be
24243 parsed.
24244
24245 <file> is the path of the engine configuration file. This file can
24246 contain configuration of several engines. In this case, each
24247 part must be placed in its own scope.
24248
24249The Stream Processing Offload Engine (SPOE) is a filter communicating with
24250external components. It allows the offload of some specifics processing on the
Davor Ocelice9ed2812017-12-25 17:49:28 +010024251streams in tiered applications. These external components and information
Christopher Fauletf7e4e7e2016-10-27 22:29:49 +020024252exchanged with them are configured in dedicated files, for the main part. It
24253also requires dedicated backends, defined in HAProxy configuration.
24254
24255SPOE communicates with external components using an in-house binary protocol,
24256the Stream Processing Offload Protocol (SPOP).
24257
Tim Düsterhus4896c442016-11-29 02:15:19 +010024258For all information about the SPOE configuration and the SPOP specification, see
Christopher Fauletf7e4e7e2016-10-27 22:29:49 +020024259"doc/SPOE.txt".
24260
Christopher Faulet99a17a22018-12-11 09:18:27 +0100242619.4. Cache
24262----------
24263
24264filter cache <name>
24265
24266 Arguments :
24267
24268 <name> is name of the cache section this filter will use.
24269
24270The cache uses a filter to store cacheable responses. The HTTP rules
24271"cache-store" and "cache-use" must be used to define how and when to use a
John Roeslerfb2fce12019-07-10 15:45:51 -050024272cache. By default the corresponding filter is implicitly defined. And when no
Christopher Fauletb30b3102019-09-12 23:03:09 +020024273other filters than fcgi-app or compression are used, it is enough. In such
24274case, the compression filter is always evaluated after the cache filter. But it
24275is mandatory to explicitly use a filter line to use a cache when at least one
24276filter other than the compression or the fcgi-app is used for the same
Christopher Faulet27d93c32018-12-15 22:32:02 +010024277listener/frontend/backend. This is important to know the filters evaluation
24278order.
Christopher Faulet99a17a22018-12-11 09:18:27 +010024279
Christopher Fauletb30b3102019-09-12 23:03:09 +020024280See also : section 9.2 about the compression filter, section 9.5 about the
24281 fcgi-app filter and section 6 about cache.
24282
24283
242849.5. Fcgi-app
24285-------------
24286
Daniel Corbett67a82712020-07-06 23:01:19 -040024287filter fcgi-app <name>
Christopher Fauletb30b3102019-09-12 23:03:09 +020024288
24289 Arguments :
24290
24291 <name> is name of the fcgi-app section this filter will use.
24292
24293The FastCGI application uses a filter to evaluate all custom parameters on the
24294request path, and to process the headers on the response path. the <name> must
24295reference an existing fcgi-app section. The directive "use-fcgi-app" should be
24296used to define the application to use. By default the corresponding filter is
24297implicitly defined. And when no other filters than cache or compression are
24298used, it is enough. But it is mandatory to explicitly use a filter line to a
24299fcgi-app when at least one filter other than the compression or the cache is
24300used for the same backend. This is important to know the filters evaluation
24301order.
24302
24303See also: "use-fcgi-app", section 9.2 about the compression filter, section 9.4
24304 about the cache filter and section 10 about FastCGI application.
24305
24306
Miroslav Zagoracdc32cd92020-12-13 18:32:57 +0100243079.6. OpenTracing
24308----------------
24309
24310The OpenTracing filter adds native support for using distributed tracing in
24311HAProxy. This is enabled by sending an OpenTracing compliant request to one
24312of the supported tracers such as Datadog, Jaeger, Lightstep and Zipkin tracers.
24313Please note: tracers are not listed by any preference, but alphabetically.
24314
Daniel Corbett9f0843f2021-05-08 10:50:37 -040024315This feature is only enabled when HAProxy was built with USE_OT=1.
Miroslav Zagoracdc32cd92020-12-13 18:32:57 +010024316
24317The OpenTracing filter activation is done explicitly by specifying it in the
24318HAProxy configuration. If this is not done, the OpenTracing filter in no way
24319participates in the work of HAProxy.
24320
24321filter opentracing [id <id>] config <file>
24322
24323 Arguments :
24324
24325 <id> is the OpenTracing filter id that will be used to find the
24326 right scope in the configuration file. If no filter id is
24327 specified, 'ot-filter' is used as default. If scope is not
24328 specified in the configuration file, it applies to all defined
24329 OpenTracing filters.
24330
24331 <file> is the path of the OpenTracing configuration file. The same
24332 file can contain configurations for multiple OpenTracing
24333 filters simultaneously. In that case we do not need to define
24334 scope so the same configuration applies to all filters or each
24335 filter must have its own scope defined.
24336
24337More detailed documentation related to the operation, configuration and use
Willy Tarreaua63d1a02021-04-02 17:16:46 +020024338of the filter can be found in the addons/ot directory.
Miroslav Zagoracdc32cd92020-12-13 18:32:57 +010024339
Christopher Faulet2b677702022-06-22 16:55:04 +0200243409.7. Bandwidth limitation
24341--------------------------
24342
24343filter bwlim-in <name> default-limit <size> default-period <time> [min-size <sz>]
24344filter bwlim-out <name> default-limit <size> default-period <time> [min-size <sz>]
24345filter bwlim-in <name> limit <size> key <pattern> [table <table>] [min-size <sz>]
24346filter bwlim-out <name> limit <size> key <pattern> [table <table>] [min-size <sz>]
24347
24348 Arguments :
24349
24350 <name> is the filter name that will be used by 'set-bandwidth-limit'
24351 actions to reference a specific bandwidth limitation filter.
24352
24353 <size> is max number of bytes that can be forwarded over the period.
24354 The value must be specified for per-stream and shared bandwidth
24355 limitation filters. It follows the HAProxy size format and is
24356 expressed in bytes.
24357
24358 <pattern> is a sample expression rule as described in section 7.3. It
24359 describes what elements will be analyzed, extracted, combined,
24360 and used to select which table entry to update the counters. It
24361 must be specified for shared bandwidth limitation filters only.
24362
24363 <table> is an optional table to be used instead of the default one,
24364 which is the stick-table declared in the current proxy. It can
24365 be specified for shared bandwidth limitation filters only.
24366
24367 <time> is the default time period used to evaluate the bandwidth
Ilya Shipitsin3b64a282022-07-29 22:26:53 +050024368 limitation rate. It can be specified for per-stream bandwidth
Christopher Faulet2b677702022-06-22 16:55:04 +020024369 limitation filters only. It follows the HAProxy time format and
24370 is expressed in milliseconds.
24371
24372 <min-size> is the optional minimum number of bytes forwarded at a time by
24373 a stream excluding the last packet that may be smaller. This
24374 value can be specified for per-stream and shared bandwidth
24375 limitation filters. It follows the HAProxy size format and is
24376 expressed in bytes.
24377
24378Bandwidth limitation filters should be used to restrict the data forwarding
24379speed at the stream level. By extension, such filters limit the network
24380bandwidth consumed by a resource. Several bandwidth limitation filters can be
24381used. For instance, it is possible to define a limit per source address to be
24382sure a client will never consume all the network bandwidth, thereby penalizing
24383other clients, and another one per stream to be able to fairly handle several
24384connections for a given client.
24385
24386The definition order of these filters is important. If several bandwidth
24387filters are enabled on a stream, the filtering will be applied in their
24388definition order. It is also important to understand the definition order of
24389the other filters have an influence. For instance, depending on the HTTP
24390compression filter is defined before or after a bandwidth limitation filter,
24391the limit will be applied on the compressed payload or not. The same is true
24392for the cache filter.
24393
24394There are two kinds of bandwidth limitation filters. The first one enforces a
24395default limit and is applied per stream. The second one uses a stickiness table
Ilya Shipitsin6f86eaa2022-11-30 16:22:42 +050024396to enforce a limit equally divided between all streams sharing the same entry in
Christopher Faulet2b677702022-06-22 16:55:04 +020024397the table.
24398
24399In addition, for a given filter, depending on the filter keyword used, the
24400limitation can be applied on incoming data, received from the client and
24401forwarded to a server, or on outgoing data, received from a server and sent to
24402the client. To apply a limit on incoming data, "bwlim-in" keyword must be
24403used. To apply it on outgoing data, "bwlim-out" keyword must be used. In both
24404cases, the bandwidth limitation is applied on forwarded data, at the stream
24405level.
24406
24407The bandwidth limitation is applied at the stream level and not at the
24408connection level. For multiplexed protocols (H2, H3 and FastCGI), the streams
24409of the same connection may have different limits.
24410
24411For a per-stream bandwidth limitation filter, default period and limit must be
24412defined. As their names suggest, they are the default values used to setup the
24413bandwidth limitation rate for a stream. However, for this kind of filter and
24414only this one, it is possible to redefine these values using sample expressions
24415when the filter is enabled with a TCP/HTTP "set-bandwidth-limit" action.
24416
24417For a shared bandwidth limitation filter, depending on whether it is applied on
24418incoming or outgoing data, the stickiness table used must store the
24419corresponding bytes rate information. "bytes_in_rate(<period>)" counter must be
24420stored to limit incoming data and "bytes_out_rate(<period>)" counter must be
24421used to limit outgoing data.
24422
24423Finally, it is possible to set the minimum number of bytes that a bandwidth
24424limitation filter can forward at a time for a given stream. It should be used
24425to not forward too small amount of data, to reduce the CPU usage. It must
24426carefully be defined. Too small, a value can increase the CPU usage. Too high,
24427it can increase the latency. It is also highly linked to the defined bandwidth
24428limit. If it is too close to the bandwidth limit, some pauses may be
24429experienced to not exceed the limit because too many bytes will be consumed at
24430a time. It is highly dependent on the filter configuration. A good idea is to
24431start with something around 2 TCP MSS, typically 2896 bytes, and tune it after
24432some experimentations.
24433
24434 Example:
24435 frontend http
24436 bind *:80
24437 mode http
24438
24439 # If this filter is enabled, the stream will share the download limit
24440 # of 10m/s with all other streams with the same source address.
24441 filter bwlim-out limit-by-src key src table limit-by-src limit 10m
24442
Ilya Shipitsin3b64a282022-07-29 22:26:53 +050024443 # If this filter is enabled, the stream will be limited to download at 1m/s,
Christopher Faulet2b677702022-06-22 16:55:04 +020024444 # independently of all other streams.
24445 filter bwlim-out limit-by-strm default-limit 1m default-period 1s
24446
24447 # Limit all streams to 1m/s (the default limit) and those accessing the
24448 # internal API to 100k/s. Limit each source address to 10m/s. The shared
24449 # limit is applied first. Both are limiting the download rate.
24450 http-request set-bandwidth-limit limit-by-strm
24451 http-request set-bandwidth-limit limit-by-strm limit 100k if { path_beg /internal }
24452 http-request set-bandwidth-limit limit-by-src
24453 ...
24454
24455 backend limit-by-src
24456 # The stickiness table used by <limit-by-src> filter
24457 stick-table type ip size 1m expire 3600s store bytes_out_rate(1s)
24458
24459See also : "tcp-request content set-bandwidth-limit",
24460 "tcp-response content set-bandwidth-limit",
24461 "http-request set-bandwidth-limit" and
24462 "http-response set-bandwidth-limit".
Miroslav Zagoracdc32cd92020-12-13 18:32:57 +010024463
Christopher Fauletb30b3102019-09-12 23:03:09 +02002446410. FastCGI applications
24465-------------------------
24466
24467HAProxy is able to send HTTP requests to Responder FastCGI applications. This
24468feature was added in HAProxy 2.1. To do so, servers must be configured to use
24469the FastCGI protocol (using the keyword "proto fcgi" on the server line) and a
24470FastCGI application must be configured and used by the backend managing these
24471servers (using the keyword "use-fcgi-app" into the proxy section). Several
24472FastCGI applications may be defined, but only one can be used at a time by a
24473backend.
24474
24475HAProxy implements all features of the FastCGI specification for Responder
24476application. Especially it is able to multiplex several requests on a simple
24477connection.
24478
2447910.1. Setup
24480-----------
24481
2448210.1.1. Fcgi-app section
24483--------------------------
24484
24485fcgi-app <name>
24486 Declare a FastCGI application named <name>. To be valid, at least the
24487 document root must be defined.
24488
24489acl <aclname> <criterion> [flags] [operator] <value> ...
24490 Declare or complete an access list.
24491
24492 See "acl" keyword in section 4.2 and section 7 about ACL usage for
24493 details. ACLs defined for a FastCGI application are private. They cannot be
24494 used by any other application or by any proxy. In the same way, ACLs defined
24495 in any other section are not usable by a FastCGI application. However,
24496 Pre-defined ACLs are available.
24497
24498docroot <path>
24499 Define the document root on the remote host. <path> will be used to build
24500 the default value of FastCGI parameters SCRIPT_FILENAME and
24501 PATH_TRANSLATED. It is a mandatory setting.
24502
24503index <script-name>
24504 Define the script name that will be appended after an URI that ends with a
24505 slash ("/") to set the default value of the FastCGI parameter SCRIPT_NAME. It
24506 is an optional setting.
24507
24508 Example :
24509 index index.php
24510
24511log-stderr global
24512log-stderr <address> [len <length>] [format <format>]
Jan Wagner3e678602020-12-17 22:22:32 +010024513 [sample <ranges>:<sample_size>] <facility> [<level> [<minlevel>]]
Christopher Fauletb30b3102019-09-12 23:03:09 +020024514 Enable logging of STDERR messages reported by the FastCGI application.
24515
24516 See "log" keyword in section 4.2 for details. It is an optional setting. By
24517 default STDERR messages are ignored.
24518
24519pass-header <name> [ { if | unless } <condition> ]
24520 Specify the name of a request header which will be passed to the FastCGI
24521 application. It may optionally be followed by an ACL-based condition, in
24522 which case it will only be evaluated if the condition is true.
24523
24524 Most request headers are already available to the FastCGI application,
24525 prefixed with "HTTP_". Thus, this directive is only required to pass headers
24526 that are purposefully omitted. Currently, the headers "Authorization",
24527 "Proxy-Authorization" and hop-by-hop headers are omitted.
24528
24529 Note that the headers "Content-type" and "Content-length" are never passed to
24530 the FastCGI application because they are already converted into parameters.
24531
24532path-info <regex>
Christopher Faulet28cb3662020-02-14 14:47:37 +010024533 Define a regular expression to extract the script-name and the path-info from
Christopher Faulet6c57f2d2020-02-14 16:55:52 +010024534 the URL-decoded path. Thus, <regex> may have two captures: the first one to
24535 capture the script name and the second one to capture the path-info. The
24536 first one is mandatory, the second one is optional. This way, it is possible
24537 to extract the script-name from the path ignoring the path-info. It is an
24538 optional setting. If it is not defined, no matching is performed on the
24539 path. and the FastCGI parameters PATH_INFO and PATH_TRANSLATED are not
24540 filled.
Christopher Faulet28cb3662020-02-14 14:47:37 +010024541
24542 For security reason, when this regular expression is defined, the newline and
Ilya Shipitsin8525fd92020-02-29 12:34:59 +050024543 the null characters are forbidden from the path, once URL-decoded. The reason
Christopher Faulet28cb3662020-02-14 14:47:37 +010024544 to such limitation is because otherwise the matching always fails (due to a
24545 limitation one the way regular expression are executed in HAProxy). So if one
24546 of these two characters is found in the URL-decoded path, an error is
24547 returned to the client. The principle of least astonishment is applied here.
Christopher Fauletb30b3102019-09-12 23:03:09 +020024548
24549 Example :
Christopher Faulet6c57f2d2020-02-14 16:55:52 +010024550 path-info ^(/.+\.php)(/.*)?$ # both script-name and path-info may be set
24551 path-info ^(/.+\.php) # the path-info is ignored
Christopher Fauletb30b3102019-09-12 23:03:09 +020024552
24553option get-values
24554no option get-values
24555 Enable or disable the retrieve of variables about connection management.
24556
Daniel Corbett67a82712020-07-06 23:01:19 -040024557 HAProxy is able to send the record FCGI_GET_VALUES on connection
Christopher Fauletb30b3102019-09-12 23:03:09 +020024558 establishment to retrieve the value for following variables:
24559
24560 * FCGI_MAX_REQS The maximum number of concurrent requests this
24561 application will accept.
24562
William Lallemand93e548e2019-09-30 13:54:02 +020024563 * FCGI_MPXS_CONNS "0" if this application does not multiplex connections,
24564 "1" otherwise.
Christopher Fauletb30b3102019-09-12 23:03:09 +020024565
24566 Some FastCGI applications does not support this feature. Some others close
Ilya Shipitsin11057a32020-06-21 21:18:27 +050024567 the connection immediately after sending their response. So, by default, this
Christopher Fauletb30b3102019-09-12 23:03:09 +020024568 option is disabled.
24569
24570 Note that the maximum number of concurrent requests accepted by a FastCGI
24571 application is a connection variable. It only limits the number of streams
24572 per connection. If the global load must be limited on the application, the
24573 server parameters "maxconn" and "pool-max-conn" must be set. In addition, if
24574 an application does not support connection multiplexing, the maximum number
24575 of concurrent requests is automatically set to 1.
24576
24577option keep-conn
24578no option keep-conn
24579 Instruct the FastCGI application to keep the connection open or not after
24580 sending a response.
24581
24582 If disabled, the FastCGI application closes the connection after responding
24583 to this request. By default, this option is enabled.
24584
24585option max-reqs <reqs>
24586 Define the maximum number of concurrent requests this application will
24587 accept.
24588
24589 This option may be overwritten if the variable FCGI_MAX_REQS is retrieved
24590 during connection establishment. Furthermore, if the application does not
24591 support connection multiplexing, this option will be ignored. By default set
24592 to 1.
24593
24594option mpxs-conns
24595no option mpxs-conns
24596 Enable or disable the support of connection multiplexing.
24597
24598 This option may be overwritten if the variable FCGI_MPXS_CONNS is retrieved
24599 during connection establishment. It is disabled by default.
24600
24601set-param <name> <fmt> [ { if | unless } <condition> ]
24602 Set a FastCGI parameter that should be passed to this application. Its
24603 value, defined by <fmt> must follows the log-format rules (see section 8.2.4
24604 "Custom Log format"). It may optionally be followed by an ACL-based
24605 condition, in which case it will only be evaluated if the condition is true.
24606
24607 With this directive, it is possible to overwrite the value of default FastCGI
24608 parameters. If the value is evaluated to an empty string, the rule is
24609 ignored. These directives are evaluated in their declaration order.
24610
24611 Example :
24612 # PHP only, required if PHP was built with --enable-force-cgi-redirect
24613 set-param REDIRECT_STATUS 200
24614
24615 set-param PHP_AUTH_DIGEST %[req.hdr(Authorization)]
24616
24617
2461810.1.2. Proxy section
24619---------------------
24620
24621use-fcgi-app <name>
24622 Define the FastCGI application to use for the backend.
24623
24624 Arguments :
24625 <name> is the name of the FastCGI application to use.
24626
24627 This keyword is only available for HTTP proxies with the backend capability
24628 and with at least one FastCGI server. However, FastCGI servers can be mixed
24629 with HTTP servers. But except there is a good reason to do so, it is not
24630 recommended (see section 10.3 about the limitations for details). Only one
24631 application may be defined at a time per backend.
24632
24633 Note that, once a FastCGI application is referenced for a backend, depending
24634 on the configuration some processing may be done even if the request is not
24635 sent to a FastCGI server. Rules to set parameters or pass headers to an
24636 application are evaluated.
24637
24638
2463910.1.3. Example
24640---------------
24641
24642 frontend front-http
24643 mode http
24644 bind *:80
24645 bind *:
24646
24647 use_backend back-dynamic if { path_reg ^/.+\.php(/.*)?$ }
24648 default_backend back-static
24649
24650 backend back-static
24651 mode http
24652 server www A.B.C.D:80
24653
24654 backend back-dynamic
24655 mode http
24656 use-fcgi-app php-fpm
24657 server php-fpm A.B.C.D:9000 proto fcgi
24658
24659 fcgi-app php-fpm
24660 log-stderr global
24661 option keep-conn
24662
24663 docroot /var/www/my-app
24664 index index.php
24665 path-info ^(/.+\.php)(/.*)?$
24666
24667
2466810.2. Default parameters
24669------------------------
24670
24671A Responder FastCGI application has the same purpose as a CGI/1.1 program. In
24672the CGI/1.1 specification (RFC3875), several variables must be passed to the
Ilya Shipitsin8525fd92020-02-29 12:34:59 +050024673script. So HAProxy set them and some others commonly used by FastCGI
Christopher Fauletb30b3102019-09-12 23:03:09 +020024674applications. All these variables may be overwritten, with caution though.
24675
24676 +-------------------+-----------------------------------------------------+
24677 | AUTH_TYPE | Identifies the mechanism, if any, used by HAProxy |
24678 | | to authenticate the user. Concretely, only the |
24679 | | BASIC authentication mechanism is supported. |
24680 | | |
24681 +-------------------+-----------------------------------------------------+
24682 | CONTENT_LENGTH | Contains the size of the message-body attached to |
24683 | | the request. It means only requests with a known |
24684 | | size are considered as valid and sent to the |
24685 | | application. |
24686 | | |
24687 +-------------------+-----------------------------------------------------+
24688 | CONTENT_TYPE | Contains the type of the message-body attached to |
24689 | | the request. It may not be set. |
24690 | | |
24691 +-------------------+-----------------------------------------------------+
24692 | DOCUMENT_ROOT | Contains the document root on the remote host under |
24693 | | which the script should be executed, as defined in |
24694 | | the application's configuration. |
24695 | | |
24696 +-------------------+-----------------------------------------------------+
24697 | GATEWAY_INTERFACE | Contains the dialect of CGI being used by HAProxy |
24698 | | to communicate with the FastCGI application. |
24699 | | Concretely, it is set to "CGI/1.1". |
24700 | | |
24701 +-------------------+-----------------------------------------------------+
24702 | PATH_INFO | Contains the portion of the URI path hierarchy |
24703 | | following the part that identifies the script |
24704 | | itself. To be set, the directive "path-info" must |
24705 | | be defined. |
24706 | | |
24707 +-------------------+-----------------------------------------------------+
24708 | PATH_TRANSLATED | If PATH_INFO is set, it is its translated version. |
24709 | | It is the concatenation of DOCUMENT_ROOT and |
24710 | | PATH_INFO. If PATH_INFO is not set, this parameters |
24711 | | is not set too. |
24712 | | |
24713 +-------------------+-----------------------------------------------------+
24714 | QUERY_STRING | Contains the request's query string. It may not be |
24715 | | set. |
24716 | | |
24717 +-------------------+-----------------------------------------------------+
24718 | REMOTE_ADDR | Contains the network address of the client sending |
24719 | | the request. |
24720 | | |
24721 +-------------------+-----------------------------------------------------+
24722 | REMOTE_USER | Contains the user identification string supplied by |
24723 | | client as part of user authentication. |
24724 | | |
24725 +-------------------+-----------------------------------------------------+
24726 | REQUEST_METHOD | Contains the method which should be used by the |
24727 | | script to process the request. |
24728 | | |
24729 +-------------------+-----------------------------------------------------+
24730 | REQUEST_URI | Contains the request's URI. |
24731 | | |
24732 +-------------------+-----------------------------------------------------+
24733 | SCRIPT_FILENAME | Contains the absolute pathname of the script. it is |
24734 | | the concatenation of DOCUMENT_ROOT and SCRIPT_NAME. |
24735 | | |
24736 +-------------------+-----------------------------------------------------+
24737 | SCRIPT_NAME | Contains the name of the script. If the directive |
24738 | | "path-info" is defined, it is the first part of the |
24739 | | URI path hierarchy, ending with the script name. |
24740 | | Otherwise, it is the entire URI path. |
24741 | | |
24742 +-------------------+-----------------------------------------------------+
24743 | SERVER_NAME | Contains the name of the server host to which the |
24744 | | client request is directed. It is the value of the |
24745 | | header "Host", if defined. Otherwise, the |
24746 | | destination address of the connection on the client |
24747 | | side. |
24748 | | |
24749 +-------------------+-----------------------------------------------------+
24750 | SERVER_PORT | Contains the destination TCP port of the connection |
24751 | | on the client side, which is the port the client |
24752 | | connected to. |
24753 | | |
24754 +-------------------+-----------------------------------------------------+
24755 | SERVER_PROTOCOL | Contains the request's protocol. |
24756 | | |
24757 +-------------------+-----------------------------------------------------+
Christopher Faulet5cd0e522021-06-11 13:34:42 +020024758 | SERVER_SOFTWARE | Contains the string "HAProxy" followed by the |
24759 | | current HAProxy version. |
24760 | | |
24761 +-------------------+-----------------------------------------------------+
Christopher Fauletb30b3102019-09-12 23:03:09 +020024762 | HTTPS | Set to a non-empty value ("on") if the script was |
24763 | | queried through the HTTPS protocol. |
24764 | | |
24765 +-------------------+-----------------------------------------------------+
24766
24767
2476810.3. Limitations
24769------------------
24770
24771The current implementation have some limitations. The first one is about the
24772way some request headers are hidden to the FastCGI applications. This happens
24773during the headers analysis, on the backend side, before the connection
24774establishment. At this stage, HAProxy know the backend is using a FastCGI
24775application but it don't know if the request will be routed to a FastCGI server
24776or not. But to hide request headers, it simply removes them from the HTX
24777message. So, if the request is finally routed to an HTTP server, it never see
24778these headers. For this reason, it is not recommended to mix FastCGI servers
24779and HTTP servers under the same backend.
24780
24781Similarly, the rules "set-param" and "pass-header" are evaluated during the
24782request headers analysis. So the evaluation is always performed, even if the
24783requests is finally forwarded to an HTTP server.
24784
24785About the rules "set-param", when a rule is applied, a pseudo header is added
24786into the HTX message. So, the same way than for HTTP header rewrites, it may
24787fail if the buffer is full. The rules "set-param" will compete with
24788"http-request" ones.
24789
24790Finally, all FastCGI params and HTTP headers are sent into a unique record
24791FCGI_PARAM. Encoding of this record must be done in one pass, otherwise a
24792processing error is returned. It means the record FCGI_PARAM, once encoded,
24793must not exceeds the size of a buffer. However, there is no reserve to respect
24794here.
William Lallemand86d0df02017-11-24 21:36:45 +010024795
Emeric Brunce325c42021-04-02 17:05:09 +020024796
2479711. Address formats
24798-------------------
24799
24800Several statements as "bind, "server", "nameserver" and "log" requires an
24801address.
24802
24803This address can be a host name, an IPv4 address, an IPv6 address, or '*'.
24804The '*' is equal to the special address "0.0.0.0" and can be used, in the case
24805of "bind" or "dgram-bind" to listen on all IPv4 of the system.The IPv6
24806equivalent is '::'.
24807
24808Depending of the statement, a port or port range follows the IP address. This
24809is mandatory on 'bind' statement, optional on 'server'.
24810
24811This address can also begin with a slash '/'. It is considered as the "unix"
24812family, and '/' and following characters must be present the path.
24813
24814Default socket type or transport method "datagram" or "stream" depends on the
24815configuration statement showing the address. Indeed, 'bind' and 'server' will
24816use a "stream" socket type by default whereas 'log', 'nameserver' or
24817'dgram-bind' will use a "datagram".
24818
24819Optionally, a prefix could be used to force the address family and/or the
24820socket type and the transport method.
24821
24822
Daniel Corbett86aac232023-01-17 18:32:31 -05002482311.1. Address family prefixes
24824-----------------------------
Emeric Brunce325c42021-04-02 17:05:09 +020024825
24826'abns@<name>' following <name> is an abstract namespace (Linux only).
24827
24828'fd@<n>' following address is a file descriptor <n> inherited from the
24829 parent. The fd must be bound and may or may not already be
24830 listening.
24831
24832'ip@<address>[:port1[-port2]]' following <address> is considered as an IPv4 or
24833 IPv6 address depending on the syntax. Depending
24834 on the statement using this address, a port or
24835 a port range may or must be specified.
24836
24837'ipv4@<address>[:port1[-port2]]' following <address> is always considered as
24838 an IPv4 address. Depending on the statement
24839 using this address, a port or a port range
24840 may or must be specified.
24841
24842'ipv6@<address>[:port1[-port2]]' following <address> is always considered as
24843 an IPv6 address. Depending on the statement
24844 using this address, a port or a port range
24845 may or must be specified.
24846
24847'sockpair@<n>' following address is the file descriptor of a connected unix
24848 socket or of a socketpair. During a connection, the initiator
24849 creates a pair of connected sockets, and passes one of them
24850 over the FD to the other end. The listener waits to receive
24851 the FD from the unix socket and uses it as if it were the FD
24852 of an accept(). Should be used carefully.
24853
24854'unix@<path>' following string is considered as a UNIX socket <path>. this
24855 prefix is useful to declare an UNIX socket path which don't
24856 start by slash '/'.
24857
24858
Daniel Corbett86aac232023-01-17 18:32:31 -05002485911.2. Socket type prefixes
24860--------------------------
Emeric Brunce325c42021-04-02 17:05:09 +020024861
24862Previous "Address family prefixes" can also be prefixed to force the socket
24863type and the transport method. The default depends of the statement using
24864this address but in some cases the user may force it to a different one.
24865This is the case for "log" statement where the default is syslog over UDP
24866but we could force to use syslog over TCP.
24867
Willy Tarreau40725a42023-01-16 13:55:27 +010024868Those prefixes were designed for internal purpose and users should instead use
24869use aliases of the next section "11.3 Protocol prefixes". However these can
24870sometimes be convenient, for example in combination with inherited sockets
24871known by their file descriptor number, in which case the address family is "fd"
24872and the socket type must be declared.
Emeric Brunce325c42021-04-02 17:05:09 +020024873
24874If users need one those prefixes to perform what they expect because
24875they can not configure the same using the protocol prefixes, they should
24876report this to the maintainers.
24877
24878'stream+<family>@<address>' forces socket type and transport method
24879 to "stream"
24880
24881'dgram+<family>@<address>' forces socket type and transport method
24882 to "datagram".
24883
Willy Tarreau40725a42023-01-16 13:55:27 +010024884'quic+<family>@<address>' forces socket type to "datagram" and transport
24885 method to "stream".
24886
24887
Emeric Brunce325c42021-04-02 17:05:09 +020024888
Daniel Corbett86aac232023-01-17 18:32:31 -05002488911.3. Protocol prefixes
24890-----------------------
Emeric Brunce325c42021-04-02 17:05:09 +020024891
Willy Tarreaued682402023-01-16 12:14:11 +010024892'quic4@<address>[:port1[-port2]]' following <address> is always considered as
24893 an IPv4 address but socket type is forced to
24894 "datagram" and the transport method is forced
24895 to "stream". Depending on the statement using
24896 this address, a UDP port or port range can or
Willy Tarreau40725a42023-01-16 13:55:27 +010024897 must be specified. It is equivalent to
24898 "quic+ipv4@".
Willy Tarreaued682402023-01-16 12:14:11 +010024899
24900'quic6@<address>[:port1[-port2]]' following <address> is always considered as
24901 an IPv6 address but socket type is forced to
24902 "datagram" and the transport method is forced
24903 to "stream". Depending on the statement using
24904 this address, a UDP port or port range can or
Willy Tarreau40725a42023-01-16 13:55:27 +010024905 must be specified. It is equivalent to
24906 "quic+ipv6@".
Willy Tarreaued682402023-01-16 12:14:11 +010024907
Emeric Brunce325c42021-04-02 17:05:09 +020024908'tcp@<address>[:port1[-port2]]' following <address> is considered as an IPv4
24909 or IPv6 address depending of the syntax but
24910 socket type and transport method is forced to
24911 "stream". Depending on the statement using
24912 this address, a port or a port range can or
24913 must be specified. It is considered as an alias
24914 of 'stream+ip@'.
24915
24916'tcp4@<address>[:port1[-port2]]' following <address> is always considered as
24917 an IPv4 address but socket type and transport
24918 method is forced to "stream". Depending on the
24919 statement using this address, a port or port
24920 range can or must be specified.
24921 It is considered as an alias of 'stream+ipv4@'.
24922
24923'tcp6@<address>[:port1[-port2]]' following <address> is always considered as
24924 an IPv6 address but socket type and transport
24925 method is forced to "stream". Depending on the
24926 statement using this address, a port or port
24927 range can or must be specified.
24928 It is considered as an alias of 'stream+ipv4@'.
24929
24930'udp@<address>[:port1[-port2]]' following <address> is considered as an IPv4
24931 or IPv6 address depending of the syntax but
24932 socket type and transport method is forced to
24933 "datagram". Depending on the statement using
24934 this address, a port or a port range can or
24935 must be specified. It is considered as an alias
24936 of 'dgram+ip@'.
24937
24938'udp4@<address>[:port1[-port2]]' following <address> is always considered as
24939 an IPv4 address but socket type and transport
24940 method is forced to "datagram". Depending on
24941 the statement using this address, a port or
24942 port range can or must be specified.
Willy Tarreau24101f92023-01-16 12:11:38 +010024943 It is considered as an alias of 'dgram+ipv4@'.
Emeric Brunce325c42021-04-02 17:05:09 +020024944
24945'udp6@<address>[:port1[-port2]]' following <address> is always considered as
24946 an IPv6 address but socket type and transport
24947 method is forced to "datagram". Depending on
24948 the statement using this address, a port or
24949 port range can or must be specified.
Willy Tarreau24101f92023-01-16 12:11:38 +010024950 It is considered as an alias of 'dgram+ipv4@'.
Emeric Brunce325c42021-04-02 17:05:09 +020024951
24952'uxdg@<path>' following string is considered as a unix socket <path> but
24953 transport method is forced to "datagram". It is considered as
24954 an alias of 'dgram+unix@'.
24955
24956'uxst@<path>' following string is considered as a unix socket <path> but
24957 transport method is forced to "stream". It is considered as
24958 an alias of 'stream+unix@'.
24959
24960In future versions, other prefixes could be used to specify protocols like
24961QUIC which proposes stream transport based on socket of type "datagram".
24962
Willy Tarreau0ba27502007-12-24 16:55:16 +010024963/*
24964 * Local variables:
24965 * fill-column: 79
24966 * End:
24967 */