安裝Tengine和Tengine說明

2022-04-01 06:02:28 字數 2652 閱讀 4683

什麼是tengine

官方幫助文件:

tengine的安裝

新建tengine使用者組

groupadd -r nginx

useradd -r -g nginx -m nginx

解壓安裝包:

tar -zxvf tengine-2.1.0.tar.gz
安裝依賴:

yum install gcc-devel openssl-devel zlib-devel pcre-devel
預編譯:

cd tengine-2.1.0

./configure --prefix=/usr/local/tengine-2.1.0

更改tengine的許可權,將該目錄給nginx使用者

chown -r nginx:nginx /usr/local/tengine-2.1.0

chmod -r 755 /usr/local/tengine-2.1.0

新增啟動指令碼:

給指令碼新增執行許可權  

chmod +x /etc/init.d/nginx
新增服務項  

chkconfig --add nginx

chkconfig --list

加入開機啟動

chkconfig nginx on
啟動tengine 

service nginx start
關閉防火牆,測試效果 

tengine的nginx.conf中比較重要的引數說明:

tengine簡單安裝 Tengine 安裝流程

1,軟體準備 cd usr local src tar zxvf pcre 8.33.tar.gz tar zxvf openssl 1.0.1h.tar.gz tar jxvf jemalloc 3.5.0.tar.bz2 tar zxvf zlib 1.2.8.tar.gz wget c tar...

Tengine簡單安裝

跟nginx一樣,沒有深入研究配置,因為暫時用不到。我的配置引數如下 configure with openssl root tengine pkg openssl 1.0.2d with zlib root tengine pkg zlib 1.2.8 with pcre root tengine...

Tengine簡單安裝

跟nginx一樣,沒有深入研究配置,因為暫時用不到。我的配置引數如下 configure with openssl root tengine pkg openssl 1.0.2d with zlib root tengine pkg zlib 1.2.8 with pcre root tengine...