1. stream模块安装

nginx默认安装的时候无法加载流stream模块,需要在启动参数里加上–with-stream。

解决方法:
重新对源文件进行编译、安装,通过添加–with-stream参数指定安装stream模块。
nginx安装教程

[root@localhost nginx-1.12.2]# ./configure --with-stream
[root@localhost nginx-1.12.2]# make & make install

 

相关文章:

  • 2021-08-13
  • 2021-08-11
  • 2022-12-23
  • 2021-04-10
  • 2022-12-23
  • 2022-01-07
猜你喜欢
  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案