5
刚刚上新浪的博客,发现新浪也使用Nginx了,具体是用来做负载均衡还是用作Web Server就不好断定了。
目前Sina使用的是0.5.32,官方最新稳定版本是0.5.33,测试版本是0.6.20
PS: 经过一段时间的研究和看相关的脚本和资料,Nginx平滑升级的方式:
首先需要原来的选项重新编译Nginx程序,完毕之后执行make install安装到目的路径。
然后使用make upgrade来完成新旧服务进程的替换。
大概步骤:
mv nginx to nginx.old
install new nginx to $PREFIX/nginx/sbin
test config file
Send USR1 to running nginx process && auto start new nginx process
Send QUIT to old nginx....
本站Alexa统计
-------------------------
目前Sina使用的是0.5.32,官方最新稳定版本是0.5.33,测试版本是0.6.20
PS: 经过一段时间的研究和看相关的脚本和资料,Nginx平滑升级的方式:
首先需要原来的选项重新编译Nginx程序,完毕之后执行make install安装到目的路径。
然后使用make upgrade来完成新旧服务进程的替换。
大概步骤:
mv nginx to nginx.old
install new nginx to $PREFIX/nginx/sbin
test config file
Send USR1 to running nginx process && auto start new nginx process
Send QUIT to old nginx....
本站Alexa统计
-------------------------
erer
2009/07/08 15:53
kanghq
2009/05/07 07:57
apache 的取代者 哈哈非常看好哦 又有让microsoft感到气愤的东东了
fd
2008/06/30 23:55
没有具体步骤
2008/01/02 01:39
没有具体步骤
奇货可居垃圾
ELM 回复于 2008/01/11 01:20
已经够详细了,再说了Nginx安装相当简单
./configure
make
make install
升级
./configure
make
make install
make upgrate
./configure
make
make install
升级
./configure
make
make install
make upgrate
分页: 1/1
1
1
LumaQQ 2006也不开发了
TVants首页有可以打开了


2007/12/01
02:57
6227


又学到好东东拉



