haproxy

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
haproxy [17/08/2024 - 07:06] – Externe Bearbeitung 127.0.0.1haproxy [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 ====== ====== Aktuelle Versionen ======
  
-https://haproxy.debian.net/+[[https://haproxy.debian.net/|https://haproxy.debian.net/]]
  
 (Standard Focal hat nur V. 2.0) (Standard Focal hat nur V. 2.0)
- 
  
 ====== HAPROXY als SSL Accelerator ====== ====== HAPROXY als SSL Accelerator ======
Zeile 137: Zeile 142:
 acl demoredirect hdr_dom(host) -i www.demofolder.com acl demoredirect hdr_dom(host) -i www.demofolder.com
 http-request redirect location https://briansnelson.com/demofolder/ code 301 if demoredirect http-request redirect location https://briansnelson.com/demofolder/ code 301 if demoredirect
 +
 </code> </code>
 +
  
  • haproxy.txt
  • Zuletzt geändert: 25/05/2025 - 13:00
  • von thommie_netzwissen.de