tengine 安装

367 阅读1分钟

wget tengine.taobao.org/download/te…

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