什麼是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更改tengine的許可權,將該目錄給nginx使用者./configure --prefix=/usr/local/tengine-2.1.0
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...