The ngx_http_spdy_module module provides experimental support for SPDY. Currently, draft 2 of SPDY protocol is implemented. This module is not built by default, it should be enabled with the --with-http_spdy_module configuration parameter. Th... 続きを読む
Reverse-proxy caching is generally one of the low-hanging fruit of scaling a site. If your reverse proxy is nginx, then you've probably seen the modules HttpMemcachedModule and HttpRedis, both of which are pretty good at fetching from memcach... 続きを読む
NAME ngx_redis2 - Nginx upstream module for the Redis 2.0 protocol *This module is not distributed with the Nginx source.* See the installation instructions. STATUS This module is still under development and is considered experimental. SYNOPS... 続きを読む
はじめに nginxは頻繁に保守されていてどんどんバージョンが上がっていく一方で、UbuntuやWindows以外ではソースコードからビルドする方法が一般的だと思います。 nginxのバージョンアップ頻度 2011/05/10 1.0.2 2011/05/03 1.0.1 2011/04/12 1.0.0 2011/04/04 ... 続きを読む
server, squid, nginx仕事で画像キャッシュサーバーを構築した時のメモ。大規模事例の設定例が検索してもあまり見つからなかったので同じような境遇の誰かの参考になれば。ピーク時のトラフィックは数Gbps画像総容量は数十TBバックエンドのstorageが複数種類規... 続きを読む
We’ve been running Unicorn for more than a month. Time to talk about it. What is it? Unicorn is an HTTP server for Ruby, similar to Mongrel or Thin. It uses Mongrel’s Ragel HTTP parser but has a dramatically different architecture and philo... 続きを読む
nginx mogilefs moduleはモジュールとしてnginxに組み込んで使うMogileFSクライアント。これを使うと、「普通のWebDAVのようにアクセスできるのに背後にあるストレージはMogileFS」ということを簡単にできる。http://www.grid.net.ru/nginx/mogilefs.en.htmlhtt... 続きを読む