适用于Nginx及淘宝的tengine,可用来反代Google,你懂的。
./configure \ --prefix=/usr/local/tengine \ --user=www --group=www \ --with-http_stub_status_module \ --with-http_ssl_module \ --with-http_spdy_module \ --with-http_flv_module \ --with-http_gzip_static_module \ --with-http_concat_module=shared \ --with-http_sysguard_module=shared \ --with-google_perftools_module \ --with-http_sub_module \ --add-module=/root/lnmp/src/ngx_http_substitutions_filter_module \ --with-cc-opt='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' \ --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro' \ --with-pcre-jit \ --with-http_realip_module \ --with-http_addition_module \ --with-http_dav_module \ --with-http_geoip_module \ --with-http_image_filter_module \ --with-http_xslt_module \ --with-mail_ssl_module \ --add-module=/root/lnmp/src/ngx_http_google_filter_module |