Paket Yöneticisi ile Kurulumu
Centos
yum update
yum -y install haproxyFedora
dnf update
dnf install haproxyDebian/Ubuntu
apt update
apt install -y haproxySpesifik bir versiyon kurmak için https://launchpad.net/~vbernat/+ppa-packages adresinden istenen versiyon repository'si eklenerek paket yöneticisi ile kurulabilir.
sudo add-apt-repository ppa:vbernat/haproxy-1.7
sudo apt-get update
apt install -y haproxyÖnceden yüklü bir versiyona sahipseniz aşağıdaki şekilde yükseltilebilir.
sudo apt-get install --only-upgrade haproxyÖnyükleme zamanında başlamak için:
systemctl enable haproxyServis durumunu kontrol etmek için:
systemctl status haproxyLast updated
Was this helpful?