nginx fair模块安装方法

2026-04-23 23:08:55

1、如果nginx没有安装fair模块,在使用fair负载均衡的模式的时候会报错

nginx fair模块安装方法

2、获取到当前nginx的版本号

nginx fair模块安装方法

3、获取到对应本部的nginx的源码包和fair模块文件

nginx fair模块安装方法

4、解压nginx源码包并编译带上fair模块文件

./configure  --prefix=/etc/nginx --add-module=/root/shell/nginx-upstream-fair

make 

不要make install,会覆盖

nginx fair模块安装方法

5、./configure: error: the HTTP rewrite module requires the PCRE library.

nginx fair模块安装方法

6、yum -y install pcre pcre-devel

nginx fair模块安装方法

7、./configure: error: the HTTP gzip module requires the zlib library.

nginx fair模块安装方法

8、 yum -y install zlib zlib-devel

编译完成之后再次执行步骤4

nginx fair模块安装方法

相关推荐
  • 阅读量:68
  • 阅读量:134
  • 阅读量:189
  • 阅读量:49
  • 阅读量:129
  • 猜你喜欢