haproxy
fast and reliable load balancing reverse proxy
Install
- All systems
-
curl cmd.cat/haproxy.sh
- Debian
-
apt-get install haproxy
- Ubuntu
-
apt-get install haproxy
- Alpine
-
apk add haproxy
- Arch Linux
-
pacman -S haproxy
- Kali Linux
-
apt-get install haproxy
- CentOS
-
yum install haproxy
- Fedora
-
dnf install haproxy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install haproxy
- OS X
-
brew install haproxy
- Raspbian
-
apt-get install haproxy
- Dockerfile
- dockerfile.run/haproxy
- Docker
-
docker run cmd.cat/haproxy haproxy
powered by Commando
haproxy
fast and reliable load balancing reverse proxy
HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status.