=== This is nginx for Windows, an event driven, non-blocking high performance full
featured webserver based on nginx.
SPDY, multiple workers, ASLR and DEP compliant, embedded WAF, embedded Lua are just
a few features to mention. ===
Note: Should you need support or report anything please use the nginx forums at
http://forum.nginx.org/ or post an issue at https://forums.ecsystems.nl/ or by email
support@ecsystems.nl (where we maintain the package builds)
CVE: any security issues such as vulnerabilities should be reported by email
support@ecsystems.nl (start the subject line with "CVE:"), a security engineer
ticket will be created and dealt with a.s.a.p.
Builds can be found here:
http://nginx-win.ecsds.eu/
Follow releases https://twitter.com/nginx4Windows
Todo:
- ldap / ntlm
- allow multiple instances to run on the same machine
- More non-blocking Lua, event based DLL add-on�s like pagespeed, SharePoint, asp/dotnet.
- Full 64 bit builds.
- IO event and thread separation (50% completed).
- Distributed IO and CPU event processing (we have a working proto type).
Feature list (* nginx_basic only):
=* All current nginx features (see with nginx.exe -V) (subject to Windows compatibility)
=* Consistent with original nginx code (subject to Windows compatibility)
=* FD_SETSIZE = 32768 (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
=* Fully ASLR and DEP compliant for shared memory
= encrypted-session-nginx-module
= Nginx-limit-traffic-rate-module
= RDNS (reverse DNS lookup for incoming connection)
= AJP - tomcat backend support
= form-input-nginx-module
= ngxLuaDB, the drizzle and dynamic loaded module solution
= ngx_upstream_jdomain
= cache_purge
= nginx-http-concat
= nginx-module-vts (Virtual host traffic status)
Commercial subscription only modules:
= nginx-vod-module (On-the-fly repackaging of MP4 files to DASH, HDS, HLS, MSS)
These native builds run on Windows XP SP3 and higher, both 32 and 64 bit.
*** Default installation instructions;
* New: unzip this version with folder structure
* Old: overwrite with this version
* Check nginx.conf, nginx-org.conf and nginx-win.conf
* Windows optimization registry file: check your current values BEFORE setting the new ones
*** Integrated installation instructions;
We have thought about building an installer but it seems far easier to lean on existing
combined packages which have nginx for Windows included, mind you these packages use
the official (limited) windows build by nginx but it is extremely easy to replace nginx.exe
with our version. For the most easiest replacement overwrite nginx.exe with nginx_basic.exe
from our package. If you want Lua and all the other advanced functions overwrite nginx.exe
with nginx.exe, place lua51.dll in the same folder as nginx.exe from our package and don't
forget to install vcredist_x86.exe or vcredist_x64.exe.
Example integrated packages are:
http://wtriple.com/wtnmp/
http://wpn-xm.org/
http://winginx.com/en/
A word of warning: keep in mind that integrated packages need to be kept up to date, that
means php, mysql, etc. all need to be upgraded whenever possible.
*** Anyway, we've made something :) see Install_nginx_php_services.zip on site.
Upgrade Assessment Matrix
-------------------------
I am using Security Stability Performance Existing_Features New_Features
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.5.2 WhiteRabbit None None None Medium Medium
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.5.3 WhiteRabbit None None None Medium Low
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.7.1 WhiteRabbit Medium None None Low None
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.7.2 Gryphon None None None Low Medium
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.8.1 Gryphon None None None Low Medium
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.9.1 Gryphon Low Low None Low Low
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.10.1 Gryphon None None None Low None
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.11.1 Gryphon None None None Low High
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.11.2 Gryphon Medium None None None None
------------------------- -------- --------- ----------- ----------------- ------------
nginx 1.7.11.3 Gryphon - - - - -
------------------------- -------- --------- ----------- ----------------- ------------
20:43 19-3-2015 nginx 1.7.11.3 Gryphon
Based on nginx 1.7.11 (19-3-2015, last changeset 6024:199c0dd313ea) with;
+ Openssl-1.0.1m (CVE-2015-0204, CVE-2015-0286, CVE-2015-0287, CVE-2015-0289,
CVE-2015-0292, CVE-2015-0293, CVE-2015-0209, CVE-2015-0288)
* In some cases the nginx processes won't stop normally when it's service is
stopped (workers are still busy), it is advised to add this line:
TASKKILL /F /IM "nginx*"
at the end of your 'ngx_stop.cmd' file to make sure no workers are left
behind before a new master and workers are started
+ Source changes back ported
+ Source changes add-on's: no changes
+ Changes for nginx_basic: Source changes back ported
* Scheduled release: no (openssl fixes)
* Additional specifications: see 'Feature list'
* This is a non scheduled release of the last in the Gryphon series
22:02 14-3-2015 nginx 1.7.11.2 Gryphon
Based on nginx 1.7.11 (14-3-2015, last changeset 6005:d84f0abd4a53) with;
+ nginx-module-vts (Virtual host traffic status)
adding monitoring for your NOC (network operations center)
see /conf/vhts
see our updated 'nginx for Windows - documentation 1.1.pdf' chapter 13
+ set-misc-nginx-module v0.28 (upgraded 10-3-2015)
+ echo-nginx-module v0.57 (upgraded 8-3-2015)
+ lua-nginx-module v0.9.16 (upgraded 10-3-2015)
* nginx for Windows is safe against SSL FREAK attack
+ new best practice ssl_ciphers example (nginx-win.conf)
+ 'include' in upstream http://trac.nginx.org/nginx/ticket/635
+ nginx-auth-ldap (upgraded 2-3-2015)
+ Inter Worker Communication Protocol to support multiple workers with EBLB
IWCP updated to v0.3 (if you like to keep up to date with IWCP/EBLB for
other OS's then follow nginx for Windows releases, all Lua code should
be cross OS compatible)
see our updated 'nginx for Windows - documentation 1.1.pdf' chapter 10
with EBLB and IWCP in action, what it can do for you, including examples
+ EBLB (Elastic Backend Load Balancer), see /conf/EBLB
+ Source changes back ported
+ Source changes add-on's back ported
+ Changes for nginx_basic: Source changes back ported
* Scheduled release: yes
* Additional specifications: see 'Feature list'
* This is the last of the Gryphon
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
EasyLive.rar (74个子文件)
EasyLive
swscale-4.dll 502KB
avutil-55.dll 653KB
zlib1.dll 59KB
EasyLive.exe 1.1MB
avdevice-57.dll 1.92MB
libssl32.dll 228KB
libeay32.dll 1.12MB
avfilter-6.dll 4.12MB
log4cxx.cfg 635B
streamserver
easydarwin
easydarwin.bat 31B
EasyDarwin.exe 2.02MB
easydarwin.xml 10KB
使用方法.txt 165B
nginx
conf
vhts
vtsvalues.js 407B
vtsvalues-eop.js 600B
VHTS.txt 887B
win-utf 4KB
nginx-win.conf 5KB
mime.types 4KB
naxsi_core.rules 5KB
scgi_params 596B
EBLB
iworkcomproto.lua 4KB
upstreamcontrol.lua 2KB
upstreamstatus.lua 4KB
upstream_EBLB_with_IWCP.txt 2KB
upstream_candc.conf 2KB
php-xcache-example.ini 3KB
mysite.rules 279B
koi-utf 3KB
koi-win 2KB
fastcgi.conf 1KB
uwsgi_params 623B
php-opcache-example.ini 539B
nginx_rtmp.conf 4KB
nginx-simple-WAF.conf 2KB
nginx.conf 3KB
nginx-.conf 1015B
fastcgi_params 964B
nginx_rtmp.conf.bak 4KB
logs
nginxflv_access.log 1.62MB
nginx.pid 6B
error.log 228KB
access.log 32KB
nginx_basic.exe 1.88MB
Readme nginx-win version.txt 34KB
lua51.dll 336KB
contrib
geo2nginx.pl 1KB
unicode2nginx
win-utf 5KB
unicode-to-nginx.pl 1KB
koi-utf 6KB
vim
syntax
nginx.vim 36KB
ftdetect
nginx.vim 198B
indent
nginx.vim 250B
README 543B
html
crossdomain.xml 235B
index.html 834B
50x.html 537B
ajp_temp
FAQ nginx-win version.txt 7KB
nginx.bat 29B
docs
zlib.LICENSE 983B
PCRE.LICENCE 3KB
LICENSE 1KB
OpenSSL.LICENSE 6KB
README 49B
nginx.exe 3.02MB
Tweak-Optimize tcpip parameters for nginx connections.reg 316B
temp
uwsgi_temp
scgi_temp
proxy_temp
fastcgi_temp
client_body_temp
start.bat 29B
stop.bat 31B
postproc-54.dll 112KB
live.xml 137B
log4cxx.dll 1.72MB
avcodec-57.dll 23.57MB
avformat-57.dll 4.72MB
swresample-2.dll 287KB
共 74 条
- 1
资源评论
sunxiaopengsun
- 粉丝: 452
- 资源: 176
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功