haproxy

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
haproxy [29/03/2020 - 07:19] thommie3haproxy [25/05/2025 - 13:00] (aktuell) thommie_netzwissen.de
Zeile 1: Zeile 1:
 ====== Allgemeine Konfiguration ====== ====== Allgemeine Konfiguration ======
  
-[[https://cbonte.github.io/haproxy-dconv/2.1/configuration.html|https://cbonte.github.io/haproxy-dconv/2.1/configuration.html]]+[[http://cbonte.github.io/haproxy-dconv/|http://cbonte.github.io/haproxy-dconv/]] 
 + 
 +Konfiguration verifizieren 
 +<code> 
 + 
 +/usr/sbin/haproxy -c -V -f /etc/haproxy/haproxy.cfg 
 + 
 +</code> 
 +====== Debugging ====== 
 + 
 +https://github.com/PiBa-NL/pfsense-haproxy-package-doc/wiki/haproxy_troubleshooting 
 + 
 +===== Stats ===== 
 + 
 +====== Aktuelle Versionen ====== 
 + 
 +[[https://haproxy.debian.net/|https://haproxy.debian.net/]] 
 + 
 +(Standard Focal hat nur V. 2.0)
  
 ====== HAPROXY als SSL Accelerator ====== ====== HAPROXY als SSL Accelerator ======
Zeile 117: Zeile 135:
  
 </code> </code>
 +
 +====== Domain Umleitung (301) ======
 +
 +<code>
 +acl demoredirect hdr_dom(host) -i demofolder.com
 +acl demoredirect hdr_dom(host) -i www.demofolder.com
 +http-request redirect location https://briansnelson.com/demofolder/ code 301 if demoredirect
 +
 +</code>
 +
  
  • haproxy.1585466345.txt.gz
  • Zuletzt geändert: 17/08/2024 - 07:06
  • (Externe Bearbeitung)