Tengine安装

Tengine是由淘宝网发起的Web服务器项目。它在Nginx的基础上,针对大访问量网站的需求,添加了很多高级功能和特性。Tengine的性能和稳定性已经在大型的网站如淘宝网天猫商城等得到了很好的检验。它的最终目标是打造一个高效、稳定、安全、易用的Web平台。

编译安装

# ./configure \
# --prefix=/usr/local/nginx \
# --with-http_ssl_module \
# --with-http_stub_status_module \
# --with-http_gzip_static_module \
# --with-http_realip_module \
# make
# sudo make install