www.sanotes.net
2010年03月12日

现在位置 >首页 > 所有 Nginx 分类文章

Nginx模块一致性hash的patch

2009年06月09日 添加评论 115次浏览

小威作品:
Consistent Hashing 如下所示:首先求出所有备选服务器(节点)的哈希值,并将其
配置到0~232的圆(continuum)上。然后用同样的方法求出存储数据的键的哈希值,并
映...

分类:Nginx | 阅读全文

Nginx on FreeBSD

2007年09月15日 添加评论 1139次浏览

QuickStart:
cd /usr/ports/www/nginx;make install clean
Notes: Will install nginx and prce automatically.
$nginx
equative to /usr/local/sbin/nginx -c /usr/local/etc/nginx/nginx.conf
Notes:Default DocumentRoot:/usr/local/ww...

分类:Nginx | 阅读全文