wget http://tengine.taobao.org/download/tengine-2.2.1.tar.gz
tar zxvf tengine-2.1.1.tar.gz
cd tengine-2.1.1
./configure --prefix=/opt/app/tengine/ --with-http_stub_status_module --with-http_ssl_module --with-http_realip_module --with-http_image_filter_module --with-pcre --with-http_concat_module --with-http_sysguard_module
make
make install
网友评论