TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nginx 1.6.0 stable released

233 pointsby Usuabout 11 years ago

16 comments

pfgabout 11 years ago
Slightly OT: Does anyone know if packages for Ubuntu 14.04 are coming soon? We&#x27;re using the official (mainline) repository[1] on Ubuntu 12.04, but Trusty doesn&#x27;t seem to be supported yet.<p>I&#x27;ve always preferred the official repository because I didn&#x27;t want to start compiling nginx just for stuff like SPDY support.<p>[1]: <a href="http://nginx.org/en/linux_packages.html" rel="nofollow">http:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;linux_packages.html</a>
评论 #7641086 未加载
评论 #7641095 未加载
评论 #7641246 未加载
评论 #7642973 未加载
marshallfordabout 11 years ago
I figure this is as good of place as any to ask my question: Where can I find someone to hire that is able to write Nginx cofigs well. I have spent literally 40ish hours trying to create a Nginx conf that holds up to my OCD. I have been told numerous times on IRC that I am too picky and clean urls are a challenge to write. I am college student and System Administration isn&#x27;t even my job! Help!
评论 #7640717 未加载
评论 #7640730 未加载
评论 #7641017 未加载
评论 #7640963 未加载
评论 #7640738 未加载
评论 #7641054 未加载
评论 #7640827 未加载
评论 #7641010 未加载
评论 #7640941 未加载
sandGorgonabout 11 years ago
Is anybody here using nginx as a REPLACEMENT for varnish ? I&#x27;m not an expert in devops, but will be deploying a webapp pretty soon - I was wondering if anyone is replacing varnish with nginx cache (memcached backed?)<p>nginx seems to be increasingly irreplaceable (with ssl caching,etc.) - so was looking to not having to deal with varnish.<p>I did some google searches, but was not able to find anything - including nginx configs, etc. Nginx Plus claims to be an accelerator, but again there isnt a lot of info around that.
评论 #7642754 未加载
评论 #7642368 未加载
评论 #7643404 未加载
评论 #7643239 未加载
评论 #7642758 未加载
vbartathnabout 11 years ago
There&#x27;s also a survey from Nginx Team: <a href="http://mailman.nginx.org/pipermail/nginx/2014-April/043282.html" rel="nofollow">http:&#x2F;&#x2F;mailman.nginx.org&#x2F;pipermail&#x2F;nginx&#x2F;2014-April&#x2F;043282.h...</a><p>Your opinion is needed for a great future of nginx!
DiabloD3about 11 years ago
The big feature, imo, is it finally implements a new version of SPDY (as Chrome and Firefox are discontinuing the version 1.4.x implements).
pedrocrabout 11 years ago
I&#x27;m currently running apache 2.2.22 on my Ubuntu 12.04 servers. It works fine. I&#x27;ll be moving them to 14.04 and thus getting apache 2.4.7. I mostly use it for mod_passenger webapps and static sites.<p>14.04 includes nginx 1.4.6 but I&#x27;m sure the phusion guys will package 1.6 soon so I can easily upgrade to that. Is there any killer feature in nginx that I&#x27;m missing, staying with apache 2.4?
评论 #7640381 未加载
评论 #7640904 未加载
评论 #7642140 未加载
评论 #7642553 未加载
评论 #7640407 未加载
chiachunabout 11 years ago
Supplement: <a href="http://nginx.org/en/CHANGES-1.6" rel="nofollow">http:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;CHANGES-1.6</a>
clarkevansabout 11 years ago
I wish there were better authentication options with Nginx. The ngx_http_auth_request_module is limited: First, it assumes that the authentication agent doesn&#x27;t need to talk to the user. Second, it doesn&#x27;t cache the authentication.<p>Perhaps nginx might instead check all requests for a particular signed cookie, verify the signature, if the signature matches, verify that the cookie isn&#x27;t too old, and then unpack variables from the cookie that the application server might want, such as REMOTE_USER. It seems nginx would then want to freshen-up the cookie.<p>If the cookie doesn&#x27;t exist, signature doesn&#x27;t match, or the cookie has expired, then, nginx should proxy the request to a delegate... but, it should return the results of that delegation directly to the user agent. It&#x27;d be the job of the delegate to set&#x2F;sign the cookie with the information needed when authentication succeeds.<p>In this way, the authentication agent has full control over the process (so it doesn&#x27;t have to be in nginx), and, heavyweight authentication is cached.<p>EDIT: Thanks mixedbit -- you&#x27;re correct that nginx will forward 3xx onto the client. However, I recall patches are needed to support headers; and, without 200 going to the client, how do you support LDAP form authentication? Even so, an extra sub-request to authenticate each request is still heavyweight.
评论 #7641270 未加载
评论 #7643360 未加载
评论 #7641906 未加载
评论 #7641697 未加载
评论 #7641291 未加载
wbondabout 11 years ago
Nice to see we once again have a stable nginx release that supports a version of spdy that browsers currently support!
mixedbitabout 11 years ago
Wow, finally auth_request is an official module. Thank you!
评论 #7640594 未加载
reidracabout 11 years ago
I wonder what is the policy regarding their Debian repositories now that 1.6 is stable (currently we have 1.4.x installed from that same repo).<p>They broke some stuff in the past moving to 1.4 from an older release, it would be nice to have a &quot;release notes&quot; so we can check what can possibly go wrong (if anything).<p>The changelog is huge, congratulations to the nginx team!<p>EDIT: nginx twitter account confirmed that there&#x27;s no expected disruption upgrading from 1.4 to 1.6. Excellent!
评论 #7641032 未加载
kolevabout 11 years ago
All good, but Nginx is really playing a nasty game now. Basic features such as proxy_cache_purge are available in the commercial version only.
d0ugieabout 11 years ago
Fyi to those oh-so-lucky to be stuck on Windows systems, while nginx.org offers a 32 bit build, you can get yourself 64 bit build (no extra modules compiled) of the current releases, including 1.7, from <a href="http://kevinworthington.com/nginx-for-windows/" rel="nofollow">http:&#x2F;&#x2F;kevinworthington.com&#x2F;nginx-for-windows&#x2F;</a>.
atom7about 11 years ago
but &quot;In general, you should deploy the NGINX mainline branch at all times.&quot; @ <a href="http://nginx.com/blog/nginx-1-6-1-7-released/" rel="nofollow">http:&#x2F;&#x2F;nginx.com&#x2F;blog&#x2F;nginx-1-6-1-7-released&#x2F;</a>
pedrogkabout 11 years ago
<i>Waiting for package for Ubuntu 12.04 and crossing my fingers that it comes with SPDY enabled so I don&#x27;t have to compile it. I know, I am lazy :P.</i>
评论 #7641413 未加载
评论 #7640933 未加载
leccineabout 11 years ago
Most of the best features are in the paid version. I am leaning towards replacing Nginx with Haproxy for the reverse proxying part, unless they move at least the advanced load-balancing features to the free version.
评论 #7644268 未加载
评论 #7644094 未加载