Advertisement
Guest User

Untitled

a guest
Apr 18th, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. HAProxy version 2.7.4-1ppa1~focal 2023/03/10 - https://haproxy.org/
  2. Status: stable branch - will stop receiving fixes around Q1 2024.
  3. Known bugs: http://www.haproxy.org/bugs/bugs-2.7.4.html
  4. Running on: Linux 5.4.0-146-generic #163-Ubuntu SMP Fri Mar 17 18:26:02 UTC 2023 x86_64
  5. Build options :
  6. TARGET = linux-glibc
  7. CPU = generic
  8. CC = cc
  9. CFLAGS = -O2 -g -O2 -fdebug-prefix-map=/build/haproxy-tKxX06/haproxy-2.7.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wundef -Wdeclaration-after-statement -Wfatal-errors -Wtype-limits -Wshift-negative-value -Wshift-overflow=2 -Wduplicated-cond -Wnull-dereference -fwrapv -Wno-address-of-packed-member -Wno-unused-label -Wno-sign-compare -Wno-unused-parameter -Wno-clobbered -Wno-missing-field-initializers -Wno-cast-function-type -Wno-string-plus-int -Wno-atomic-alignment
  10. OPTIONS = USE_PCRE2=1 USE_PCRE2_JIT=1 USE_OPENSSL=1 USE_LUA=1 USE_SLZ=1 USE_SYSTEMD=1 USE_PROMEX=1
  11. DEBUG = -DDEBUG_STRICT -DDEBUG_MEMORY_POOLS
  12.  
  13. Feature list : -51DEGREES +ACCEPT4 +BACKTRACE -CLOSEFROM +CPU_AFFINITY +CRYPT_H -DEVICEATLAS +DL -ENGINE +EPOLL -EVPORTS +GETADDRINFO -KQUEUE +LIBCRYPT +LINUX_SPLICE +LINUX_TPROXY +LUA -MEMORY_PROFILING +NETFILTER +NS -OBSOLETE_LINKER +OPENSSL -OPENSSL_WOLFSSL -OT -PCRE +PCRE2 +PCRE2_JIT -PCRE_JIT +POLL +PRCTL -PROCCTL +PROMEX -PTHREAD_EMULATION -QUIC +RT +SHM_OPEN +SLZ -STATIC_PCRE -STATIC_PCRE2 +SYSTEMD +TFO +THREAD +THREAD_DUMP +TPROXY -WURFL -ZLIB
  14.  
  15. Default settings :
  16. bufsize = 16384, maxrewrite = 1024, maxpollevents = 200
  17.  
  18. Built with multi-threading support (MAX_TGROUPS=16, MAX_THREADS=256, default=12).
  19. Built with OpenSSL version : OpenSSL 1.1.1f 31 Mar 2020
  20. Running on OpenSSL version : OpenSSL 1.1.1f 31 Mar 2020
  21. OpenSSL library supports TLS extensions : yes
  22. OpenSSL library supports SNI : yes
  23. OpenSSL library supports : TLSv1.0 TLSv1.1 TLSv1.2 TLSv1.3
  24. Built with Lua version : Lua 5.3.3
  25. Built with the Prometheus exporter as a service
  26. Built with network namespace support.
  27. Support for malloc_trim() is enabled.
  28. Built with libslz for stateless compression.
  29. Compression algorithms supported : identity("identity"), deflate("deflate"), raw-deflate("deflate"), gzip("gzip")
  30. Built with transparent proxy support using: IP_TRANSPARENT IPV6_TRANSPARENT IP_FREEBIND
  31. Built with PCRE2 version : 10.34 2019-11-21
  32. PCRE2 library supports JIT : yes
  33. Encrypted password support via crypt(3): yes
  34. Built with gcc compiler version 9.4.0
  35.  
  36. Available polling systems :
  37. epoll : pref=300, test result OK
  38. poll : pref=200, test result OK
  39. select : pref=150, test result OK
  40. Total: 3 (3 usable), will use epoll.
  41.  
  42. Available multiplexer protocols :
  43. (protocols marked as <default> cannot be specified using 'proto' keyword)
  44. h2 : mode=HTTP side=FE|BE mux=H2 flags=HTX|HOL_RISK|NO_UPG
  45. fcgi : mode=HTTP side=BE mux=FCGI flags=HTX|HOL_RISK|NO_UPG
  46. <default> : mode=HTTP side=FE|BE mux=H1 flags=HTX
  47. h1 : mode=HTTP side=FE|BE mux=H1 flags=HTX|NO_UPG
  48. <default> : mode=TCP side=FE|BE mux=PASS flags=
  49. none : mode=TCP side=FE|BE mux=PASS flags=NO_UPG
  50.  
  51. Available services : prometheus-exporter
  52. Available filters :
  53. [BWLIM] bwlim-in
  54. [BWLIM] bwlim-out
  55. [CACHE] cache
  56. [COMP] compression
  57. [FCGI] fcgi-app
  58. [SPOE] spoe
  59. [TRACE] trace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement