有段时间没写文章了,由于条件限制,需要使用nginx for windows版的HttpSubsModule功能,先是上官网下载windows版发现没有找到别人编译好的,自己编译太浪费时间,遂大量搜索终于找到一个第三方编译的版本。
网站:http://nginx-win.ecsds.eu/
下载地址:http://nginx-win.ecsds.eu/download/
官网上写的特色:
- Feature list (* nginx_basic only):
- =* All current nginx features (see with nginx.exe -V)
- =* Consistent with original nginx code
- =* FD_SETSIZE = 16384 (modded kernel), allows one worker to handle c250k (with optimization registry file)
- =* Multiple workers supported ! use no more than 2 workers for 1 core (cpu)
- =* SPDY 3.1
- = LuaJIT compiled in (lua-nginx-module)
- = Streaming with nginx-rtmp-module
- = Naxsi WAF - Web Application Firewall
- = Array-var-nginx-module
- = HttpSubsModule
- = echo-nginx-module
- = ngx_http_lower_upper_case
- = headers-more-nginx-module
- = set-misc-nginx-module
- = ngx_http_auth_ldap (experimental)
- =* Additional custom 503 error handler via 513
- = lua-upstream-nginx-module (Manipulate upstream dynamically)
- =* Select-boost (Beta)
- =* Fully ASLR and DEP compliant for shared memory
- = encrypted-session-nginx-module
- = Nginx-limit-traffic-rate-module
- = RDNS (reverse DNS lookup for incoming connection)
简单来说就是自带了很多第三方模块和一些nginx官方在windows中没有加入的功能,目前来说编译发布的速度较为及时,方便了我这样的懒人。