美文网首页
ubuntu16.04安装阿里 tengine2.2.0

ubuntu16.04安装阿里 tengine2.2.0

作者: 我是你军哥 | 来源:发表于2017-02-25 01:39 被阅读140次
apt-get update
#安装gcc编译器 make
apt-get install gcc g++ make
apt-get install libpcre3 libpcre3-dev
apt-get install openssl libssl-dev
apt-get install wget
wget http://tengine.taobao.org/download/tengine-2.2.0.tar.gz
tar zxvf tengine-2.2.0.tar.gz
cd tengine-2.2.0
./configure --with-http_concat_module
make && make install

安装完成

查看tengine版本

/usr/local/nginx/sbin/nginx -v

启动 tengine

/usr/local/nginx/sbin/nginx
tengine 的nginx的配置文件位置
vim /usr/local/nginx/conf/nginx.conf

相关文章

网友评论

      本文标题:ubuntu16.04安装阿里 tengine2.2.0

      本文链接:https://www.haomeiwen.com/subject/ussgwttx.html