By Matt Butcher
nginx
Why does Nginx return 499 errors?
Submitted by matt on Tue, 2010-02-16 15:07I noticed something unexpected in my nginx logs today: There were a bunch of 499 HTTP codes in the access log. Oddly, these didn't show up in Google Analytics, there were no corresponding errors in the error log, but they did show up in my AWStats. What's the deal?
nginx
The answer is pretty simple: Nginx uses 499 as the status code when the client unexpectedly terminates a connection. (Thus the client may have already received a 200 in the header, AFAIK). This is consistent with the usage of 4xx errors as indicating a client error condition.
A quick calculation showed me that the 499s accounted for only 0.2% of our total traffic. Not bad. And in fact, I sorta like the ability to see how many times clients terminated connections to my server.
Downtime-free Drupal Migration
Submitted by matt on Thu, 2010-02-11 12:05In Jauary we migrated a Drupal site that routinely has 40k+ hits per day. We moved the site from servers in the Pacific Northwest to a datacenter in Virginia. As if that wasn't enough, we moved the servers from Apache to Nginx, as well. But what makes this remarkable to me is that we managed to pull this off without so much as a minute of downtime. This blog explains how we did it (and it uses lots of pretty diagrams, too!).
Nginx, tcp_nopush, sendfile, and memcache: The right configuration?
Submitted by matt on Mon, 2010-02-01 18:01Tuning Nginx ("engine-X") seems to be something of a black art. Today, I looked closely at the tcp_nopush, sendfile, and keepalive_requests settings for pages rendered from PHP as a FastCGI, and memcached content. We discovered that with a little careful tuning, we could shave off as much as 200-400 msec per request.
I have been working on several speed improvements on the Condition Centers at Spine-Health.com. Initially, these pages were taking upwards of 3.5 seconds just to render the HTML. Through a series of optimizations that I will document in another article, we have the conditions page rendering in around 100 msec now.
Before we get going, let me mention a few details of our system:
- We are running CentOS 5.3 (roughly equivalent to RHEL 5.3)
- We are running Nginx 0.6, which is behind the current stable, but is the latest in the Fedora EPEL repositories that we use.
- Since these settings make use of low-level kernel facilities (like TCP_UNCORK), other platforms may differ.








Recent comments
4 hours 17 min ago
1 day 7 hours ago
2 days 17 hours ago
2 days 18 hours ago
2 days 19 hours ago
3 days 6 hours ago
3 days 7 hours ago
1 week 5 days ago
1 week 6 days ago
2 weeks 15 hours ago