2009年05月17日 星期日 16:28
前些天跟朋友聊到了nginx,昨天突然发现,校内网的一个nginx的出错信息。 有没有人知道 nginx 在国内/外大型网站的应用情况? -- Amos Kong(http://kongove.cn/)
2009年05月17日 星期日 19:54
On 05/17/2009, Amos Kong <jianjun at zeuux.org> wrote: > > 前些天跟朋友聊到了nginx,昨天突然发现,校内网的一个nginx的出错信息。 > 有没有人知道 nginx 在国内/外大型网站的应用情况? 校内网是用nginx做加速的。去netcraft看一看就知道了 > > -- > Amos Kong(http://kongove.cn/) > _______________________________________________ > zeuux-universe mailing list > zeuux-universe at zeuux.org > http://www.zeuux.org/mailman/listinfo/zeuux-universe > > ZEUUX Project - Free Software, Free Society! > http://www.zeuux.org -- +------------------------------------ |Alex Zhang(Difan) |eMbedded Linux & Chemistry |College of Chemistry & Environment |Qingdao University +------------------------------------ OpenSource Qingdao University http://qdu.ac.cn/ Blog http://difan.org.cn/
2009年05月17日 星期日 22:28
2009/5/17 Amos Kong <jianjun在zeuux.org>: > > 前些天跟朋友聊到了nginx,昨天突然发现,校内网的一个nginx的出错信息。 > 有没有人知道 nginx 在国内/外大型网站的应用情况? > 貌似还不是很成熟,不过已经在应用了,而且势头很好的说。 > -- > Amos Kong(http://kongove.cn/) > _______________________________________________ > zeuux-universe mailing list > zeuux-universe在zeuux.org > http://www.zeuux.org/mailman/listinfo/zeuux-universe > > ZEUUX Project - Free Software, Free Society! > http://www.zeuux.org -- 自伞自度,自性自度,求人不如求己! www.rhlei.org
2009年05月17日 星期日 22:43
2009/5/17 李磊 <lilei1008在gmail.com>: > 2009/5/17 Amos Kong <jianjun在zeuux.org>: >> >> 前些天跟朋友聊到了nginx,昨天突然发现,校内网的一个nginx的出错信息。 >> 有没有人知道 nginx 在国内/外大型网站的应用情况? >> > 貌似还不是很成熟,不过已经在应用了,而且势头很好的说。 早就很熟了,只是没有 apache 那么丰富而已, 所以喜欢,而且的确非常强悍 ;-) -- http://zoomquiet.org '''过程改进乃是催生可促生靠谱的人的组织!''' Free as in Freedom! 哲思自由软件社区:http://zeuux.org
2009年05月18日 星期一 12:25
Amos Kong wrote: > 前些天跟朋友聊到了nginx,昨天突然发现,校内网的一个nginx的出错信息。 > 有没有人知道 nginx 在国内/外大型网站的应用情况? > > qingran at qingran-laptop:~$ curl -I http://blog.sina.com.cn HTTP/1.1 200 OK Server: nginx/0.6.35 Date: Mon, 18 May 2009 04:23:49 GMT Content-Type: text/html Content-Length: 554157 Last-Modified: Mon, 18 May 2009 04:23:34 GMT Connection: keep-alive Expires: Mon, 18 May 2009 04:24:19 GMT Cache-Control: max-age=30 Accept-Ranges: bytes qingran at qingran-laptop:~$ curl -I http://news.163.com HTTP/1.0 200 OK Server: nginx/0.6.36 Date: Mon, 18 May 2009 04:24:06 GMT Content-Type: text/html; charset=GBK Content-Length: 253813 Last-Modified: Mon, 18 May 2009 04:23:41 GMT Vary: Accept-Encoding Expires: Mon, 18 May 2009 04:25:16 GMT Cache-Control: max-age=70 Accept-Ranges: bytes Age: 10 X-Cache: HIT from cache.163.com Via: 192.168.51.39.nginx, 1.0 cache.163.com (squid/3.0.STABLE13) Connection: close qingran at qingran-laptop:~$ curl -I http://www.douban.com HTTP/1.1 200 OK Server: nginx Date: Mon, 18 May 2009 04:22:32 GMT Content-Type: text/html; charset=utf-8 Connection: keep-alive Keep-Alive: timeout=10 Expires: Sun, 1 Jan 2006 01:00:00 GMT Pragma: no-cache Cache-Control: must-revalidate, no-cache, private Set-Cookie: bid="lJ/fXy5i+lM"; path=/; domain=.douban.com; expires=Thu, 01-Jan-2012 00:00:00 GMT Content-Length: 18697 qingran at qingran-laptop:~$ curl -I http://www.zeuux.org HTTP/1.1 200 OK Server: nginx/0.6.36 Date: Mon, 18 May 2009 04:24:43 GMT Content-Type: text/html Connection: keep-alive Keep-Alive: timeout=20 Last-Modified: Sun, 22 Feb 2009 08:43:16 GMT Accept-Ranges: bytes Content-Length: 4088 Cache-Control: max-age=777600 Expires: Wed, 27 May 2009 04:24:43 GMT -- 夏清然 Xia Qingran E-mail: qingran at zeuux.org Gtalk: qingran.xia at gmail.com MSN: supermanxqr at msn.com
2009年05月18日 星期一 12:32
2009/5/18 Xia Qingran <qingran at zeuux.org>: > Amos Kong wrote: >> >> 前些天跟朋友聊到了nginx,昨天突然发现,校内网的一个nginx的出错信息。 >> 有没有人知道 nginx 在国内/外大型网站的应用情况? >> >> > > qingran at qingran-laptop:~$ curl -I http://blog.sina.com.cn > HTTP/1.1 200 OK > Server: nginx/0.6.35 > Date: Mon, 18 May 2009 04:23:49 GMT > Content-Type: text/html > Content-Length: 554157 > Last-Modified: Mon, 18 May 2009 04:23:34 GMT > Connection: keep-alive > Expires: Mon, 18 May 2009 04:24:19 GMT > Cache-Control: max-age=30 > Accept-Ranges: bytes > > > qingran at qingran-laptop:~$ curl -I http://news.163.com > HTTP/1.0 200 OK > Server: nginx/0.6.36 > Date: Mon, 18 May 2009 04:24:06 GMT > Content-Type: text/html; charset=GBK > Content-Length: 253813 > Last-Modified: Mon, 18 May 2009 04:23:41 GMT > Vary: Accept-Encoding > Expires: Mon, 18 May 2009 04:25:16 GMT > Cache-Control: max-age=70 > Accept-Ranges: bytes > Age: 10 > X-Cache: HIT from cache.163.com > Via: 192.168.51.39.nginx, 1.0 cache.163.com (squid/3.0.STABLE13) > Connection: close > > > qingran at qingran-laptop:~$ curl -I http://www.douban.com > HTTP/1.1 200 OK > Server: nginx > Date: Mon, 18 May 2009 04:22:32 GMT > Content-Type: text/html; charset=utf-8 > Connection: keep-alive > Keep-Alive: timeout=10 > Expires: Sun, 1 Jan 2006 01:00:00 GMT > Pragma: no-cache > Cache-Control: must-revalidate, no-cache, private > Set-Cookie: bid="lJ/fXy5i+lM"; path=/; domain=.douban.com; expires=Thu, > 01-Jan-2012 00:00:00 GMT > Content-Length: 18697 > > > qingran at qingran-laptop:~$ curl -I http://www.zeuux.org > HTTP/1.1 200 OK > Server: nginx/0.6.36 > Date: Mon, 18 May 2009 04:24:43 GMT > Content-Type: text/html > Connection: keep-alive > Keep-Alive: timeout=20 > Last-Modified: Sun, 22 Feb 2009 08:43:16 GMT > Accept-Ranges: bytes > Content-Length: 4088 > Cache-Control: max-age=777600 > Expires: Wed, 27 May 2009 04:24:43 GMT > [cocobear at ibmfedora8 ssl]$ curl -I http://blog.csdn.net HTTP/1.1 302 Found Server: nginx/0.6.36 Date: Mon, 18 May 2009 04:31:34 GMT Content-Type: text/html; charset=utf-8 Connection: keep-alive X-Powered-By: ASP.NET X-UA-Compatible: IE=EmulateIE7 X-AspNet-Version: 2.0.50727 Location: /default.html Cache-Control: private Content-Length: 132 那是相当的成熟。 > -- > 夏清然 > Xia Qingran > E-mail: qingran at zeuux.org > Gtalk: qingran.xia at gmail.com > MSN: supermanxqr at msn.com > > _______________________________________________ > zeuux-universe mailing list > zeuux-universe at zeuux.org > http://www.zeuux.org/mailman/listinfo/zeuux-universe > > ZEUUX Project - Free Software, Free Society! > http://www.zeuux.org
2009年05月18日 星期一 12:54
搜狐通行证 passport.sohu.com 搜狐SNS bai.sohu.com 搜狐邮箱的 pop3/smtp 反向代理
Zeuux © 2024
京ICP备05028076号