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/12/2021 - 09:20] adminhaproxy [25/05/2025 - 13:00] (aktuell) thommie_netzwissen.de
Zeile 1: Zeile 1:
 ====== Allgemeine Konfiguration ====== ====== Allgemeine Konfiguration ======
  
-[[http://cbonte.github.io/haproxy-dconv/]]+[[http://cbonte.github.io/haproxy-dconv/|http://cbonte.github.io/haproxy-dconv/]]
  
 Konfiguration verifizieren Konfiguration verifizieren
- 
 <code> <code>
 +
 /usr/sbin/haproxy -c -V -f /etc/haproxy/haproxy.cfg /usr/sbin/haproxy -c -V -f /etc/haproxy/haproxy.cfg
 +
 </code> </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 121: Zeile 133:
 # Reload  HAProxy # Reload  HAProxy
 service haproxy reload service haproxy reload
 +
 +</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> </code>
  
  
  • haproxy.1640769649.txt.gz
  • Zuletzt geändert: 17/08/2024 - 07:06
  • (Externe Bearbeitung)