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
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
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。