Description
HA-Proxy with Lua
Installation Instructions
version=$(rpm -q --qf %{VERSION} $(rpm -q --whatprovides redhat-release))
ver=${version:0:1}
sudo curl -sL -o /etc/yum.repos.d/fulhack-haproxy.repo https://copr.fedoraproject.org/coprs/fulhack/haproxy/repo/epel-${ver}/fulhack-haproxy-epel-${ver}.repo
sudo curl -sL -o /etc/yum.repos.d/fulhack-lua-5.3.repo https://copr.fedoraproject.org/coprs/fulhack/lua-5.3/repo/epel-${ver}/fulhack-lua-5.3-epel-${ver}.repo
sudo yum -y install haproxy
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | x86_64 (13)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 [modified] (13)* | EPEL 7 (124 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable fulhack/haproxy
More info about enabling Copr repositories