Hello,

do you have configuration apache for suport http/2 with haproxy ?



if I use:



backend nodes
    mode tcp
    balance roundrobin
    option ssl-hello-chk
    server web01 172.17.0.3:443 check
    server web02 172.17.0.4:443 check



in apache is IP from proxy server not from client ip.



I know that this is solution:

backend https-servers
        mode tcp
        balance roundrobin
        server srv1 10.0.0.11:443 send-proxy
        server srv2 10.0.0.12:443 send-proxy





But i dont how setup apache to accept mod proxy.





S pozdravem



Pavel Urbánek,



---
Tato zpráva byla zkontrolována na viry programem Avast Antivirus.
https://www.avast.com/antivirus

Reply via email to