Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philyuchkoff authored Jul 8, 2021
1 parent 4e58f87 commit 558d3b9
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RPM builder for HAProxy 2.3 (CentOS 7)
# RPM builder for HAProxy 2.4 (CentOS 7)

![GitHub last commit](https://img.shields.io/github/last-commit/philyuchkoff/HAProxy-2-RPM-builder?style=for-the-badge)
![GitHub All Releases](https://img.shields.io/github/downloads/philyuchkoff/HAProxy-2-RPM-builder/total?style=for-the-badge)
Expand Down Expand Up @@ -47,11 +47,11 @@ Resulting RPM will be stored in

### Install:

sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.3.10-1.el7.x86_64.rpm
sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.4.2-1.el7.x86_64.rpm

or, if you build *.rpm with Docker:

sudo yum -y install RPMS/haproxy-2.3.10-1.el7.x86_64.rpm
sudo yum -y install RPMS/haproxy-2.4.2-1.el7.x86_64.rpm


### Check after install:
Expand All @@ -60,7 +60,7 @@ or, if you build *.rpm with Docker:

Must be like this:

HA-Proxy version 2.3.10-4764f0e 2021/04/23
HAProxy version 2.4.2-553dee3 2021/07/07


### :exclamation: If some not working:
Expand All @@ -79,16 +79,12 @@ After installation you can access a stats page **without** authenticating via th



## Common problem 常见问题
## Common problem:
[/usr/sbin/haproxy.main()] Cannot chroot1(/var/lib/haproxy)

### Solution 解决方法:
### Solution:
Create /var/lib/haproxy directory

创建/var/lib/haproxy目录

Check on the rpcbind service to ensure that this service is started

依赖rpcbind服务确保此服务已启动
Check on the rpcbind service to ensure that this service is started


0 comments on commit 558d3b9

Please sign in to comment.