【草稿】centos7安装haproxy
centos7 安装 Haproxy
1 | wgete https://hekr-files.oss-cn-shanghai.aliyuncs.com/soft/haproxy/haproxy-2.1.0.tar.gz |
解压
1 | tar -xvf haproxy-2.1.0.tar.gz |
安装
为了支持 SSL ,必须安装 OpenSSL: yum -y install openssl-devel.x86_64
编译:
1 | cd haproxy-2.1.0 |
如果报错:(只有在内核低于3.0才会发生):
1 | A raw syscall is useless, setns() is only supported in linux >= 3.0. |
则需要指定参数: USE_NS=
保存以下配置到配置文件 haproxy.cfg
:
1 | global |
启动
./haproxy -f haproxy.cfg
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 杜龙少!