4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
◄Older
page 1 / 3
55 results tagged haproxy x
  • How to Use HAProxy & Varnish Together on a Single Domain Name
    July 11, 2023 06:33:28 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.haproxy.com/blog/haproxy-varnish-and-the-single-hostname-website
    varnish haproxy
  • thumbnail
    Extending HAProxy with the Stream Processing Offload Engine - HAProxy Technologies

    via Arnaud

    April 28, 2022 08:43:38 AM GMT+02:00 * - permalink -
    QRCode
    - https://www.haproxy.com/blog/extending-haproxy-with-the-stream-processing-offload-engine/
    haproxy spoe
  • thumbnail
    Critical Vulnerability in HAProxy (CVE-2021-40346): Integer Overflow Enables HTTP Smuggling
    September 8, 2021 03:54:45 PM GMT+02:00 * - permalink -
    QRCode
    - https://jfrog.com/blog/critical-vulnerability-in-haproxy-cve-2021-40346-integer-overflow-enables-http-smuggling/
    haproxy
  • thumbnail
    json haproxy + logstash
    November 13, 2019 03:50:26 PM GMT+01:00 * - permalink -
    QRCode
    - https://gist.github.com/double-p/0832980f9d78c39d1223e6f6b81f9a33
    haproxy logstash elk
  • Note: rewrite both url and path on haproxy - url rewrite haproxy

    http-request redirect code 301 location https://my.url.com%[path,regsub(^/my_old_path,,)] if { path_beg /my_old_path }

    here, the purpose is to redirect a hit on https://url.com/my_old_path/foo/bar/baz to https://my.url.com/foo/bar/baz

    September 25, 2019 04:07:28 PM GMT+02:00 * - permalink -
    QRCode
    - https://dooby.fr/shaare/IxO7cg
    haproxy acl url rewrite redirect http
  • Mozilla SSL Configuration Generator

    Un generateur de config ssl bien foutu

    July 3, 2019 02:41:03 PM GMT+02:00 * - permalink -
    QRCode
    - https://ssl-config.mozilla.org/#server=haproxy&server-version=1.9.8&config=intermediate
    ssl haproxy mozilla configuration generator
  • JSON HAProxy Logs & jq
    February 25, 2019 04:02:54 PM GMT+01:00 * - permalink -
    QRCode
    - https://l33t.codes/json-haproxy-logs-jq/
    haproxy logging
  • How-To: Log HAProxy messages only once - Debuntu

    Pour une fois que quelqu'un fait un article clair et concis sur un truc haproxy; autant le souligner :D

    February 18, 2019 03:57:37 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.debuntu.org/how-to-log-haproxy-messages-only-once/
    haproxy logging
  • thumbnail
    Introduction to HAProxy Logging - HAProxy Technologies
    February 11, 2019 11:39:29 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.haproxy.com/blog/introduction-to-haproxy-logging/
    haproxy logging
  • thumbnail
    TimWolla/haproxy-auth-request: auth-request allows you to add access control to your HTTP services based on a subrequest to a configured haproxy backend.

    https://github.com/bitly/oauth2_proxy/ + https://github.com/TimWolla/haproxy-auth-request == win <3

    January 17, 2019 10:14:31 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/TimWolla/haproxy-auth-request
    http oauth haproxy
  • thumbnail
    probook/oauth2-haproxy.md at master · diptadas/probook

    Super guide sur l'oauth proxy via haproxy

    December 4, 2018 03:22:48 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/diptadas/probook/blob/master/oauth2/oauth2-haproxy.md
    haproxy oauth
  • HAProxy version 1.7.11 - Configuration Manual
    October 11, 2018 04:39:32 PM GMT+02:00 * - permalink -
    QRCode
    - https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#8.5
    haproxy termination termination_state
  • thumbnail
    Observability tips with HAProxy - Willy Tarreau at dotScale 2018

    un excellent deck de slides sur haproxy

    July 11, 2018 04:39:01 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.dotconferences.com/2018/06/willy-tarreau-observability-tips-with-haproxy
    haproxy
  • Note:
    for i in $(grep -i ^backend haproxy.cfg |awk '{ print $2 }'); do 
        echo if \( \$msg contains \"$i\" \) then \{; echo action\(type=\"omfile\" file=\"/var/log/haproxy-$i.log\" flushOnTXEnd=\"off\"\); echo stop ; echo \};
    done
    March 8, 2018 02:40:53 PM GMT+01:00 * - permalink -
    QRCode
    - https://dooby.fr/shaare/S2yM9g
    haproxy rsyslog
  • HAProxy version 1.8.3 - Configuration Manual

    la section de la doc que j'ai passé 10min à chercher pour trouver la légende du format par défaut des logs

    February 1, 2018 12:18:49 PM GMT+01:00 * - permalink -
    QRCode
    - https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#8.2.3
    haproxy metrics
  • thumbnail
    HAProxy Ingress Controller for Kubernetes - HAProxy Technologies
    December 13, 2017 11:12:39 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.haproxy.com/blog/haproxy_ingress_controller_for_kubernetes/
    haproxy kubernetes
  • thumbnail
    DNS for Service Discovery in HAProxy - HAProxy Technologies
    October 9, 2017 02:36:02 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.haproxy.com/blog/dns-service-discovery-haproxy/
    haproxy
  • GeoIP Best Practices

    via moi

    encore un grand merci à Willy pour le commentaire utile :D

    May 5, 2017 10:03:50 AM GMT+02:00 * - permalink -
    QRCode
    - https://www.mail-archive.com/haproxy@formilux.org/msg25962.html
    haproxy
  • Note: CORS Headers Haproxy OPTIONS reply

    In a relevant Backend/Frontend :

        http-response set-header "Access-Control-Allow-Methods" "GET, POST, PUT, DELETE, OPTIONS" if METH_OPTIONS
        http-response set-header "Access-Control-Allow-Credentials" "true" if METH_OPTIONS
        http-response set-header "Access-Control-Allow-Headers" "Content-Type, Accept Content-Length: 0" if METH_OPTIONS
        http-response set-header Access-Control-Allow-Origin *
    January 19, 2017 11:24:01 AM GMT+01:00 * - permalink -
    QRCode
    - https://dooby.fr/shaare/fnLxWw
    haproxy cors
  • thumbnail
    unixsurfer/haproxystats: A HAProxy statistics collection program

    via vg

    December 29, 2016 02:53:08 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/unixsurfer/haproxystats
    haproxy
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation