服务热线
18174554970
cd /tmp
wget http://tengine.taobao.org/download/tengine-2.3.1.tar.gz
tar -zxvf tengine-2.3.1.tar.gz
cd tengine-2.3.1
./configure --with-http_stub_status_module --with-http_ssl_module --with-http_realip_module --with-http_v2_module
make -j 32 && make install