<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for 迷失的蛋糕</title>
	<atom:link href="http://zhys9.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://zhys9.com/blog</link>
	<description>Just a blog</description>
	<pubDate>Tue, 07 Sep 2010 01:45:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 通过shell+crontab实现自动分割nginx日志 by zhys9</title>
		<link>http://zhys9.com/blog/?p=334&#038;cpage=1#comment-1892</link>
		<dc:creator>zhys9</dc:creator>
		<pubDate>Thu, 02 Sep 2010 14:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://zhys9.com/blog/?p=334#comment-1892</guid>
		<description>reopen信号是重新日志文件，相对reload消耗更小一些。
通过nginx的帮助信息可以看到该参数
&lt;code lang="bash"&gt;
[zhys9@localhost c]# /home/nginx/sbin/nginx -h
nginx version: nginx/0.8.49
Usage: nginx [-?hvVt] [-s signal] [-c filename] [-p prefix] [-g directives]

Options:
  -?,-h         : this help
  -v            : show version and exit
  -V            : show version and configure options then exit
  -t            : test configuration and exit
  -s signal     : send signal to a master process: stop, quit, reopen, reload
  -p prefix     : set prefix path (default: /home/nginx/)
  -c filename   : set configuration file (default: conf/nginx.conf)
  -g directives : set global directives out of configuration file
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>reopen信号是重新日志文件，相对reload消耗更小一些。<br />
通过nginx的帮助信息可以看到该参数<br />
<code lang="bash"><br />
[zhys9@localhost c]# /home/nginx/sbin/nginx -h<br />
nginx version: nginx/0.8.49<br />
Usage: nginx [-?hvVt] [-s signal] [-c filename] [-p prefix] [-g directives]</p>
<p>Options:<br />
  -?,-h         : this help<br />
  -v            : show version and exit<br />
  -V            : show version and configure options then exit<br />
  -t            : test configuration and exit<br />
  -s signal     : send signal to a master process: stop, quit, reopen, reload<br />
  -p prefix     : set prefix path (default: /home/nginx/)<br />
  -c filename   : set configuration file (default: conf/nginx.conf)<br />
  -g directives : set global directives out of configuration file<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 通过shell+crontab实现自动分割nginx日志 by 和煦</title>
		<link>http://zhys9.com/blog/?p=334&#038;cpage=1#comment-1890</link>
		<dc:creator>和煦</dc:creator>
		<pubDate>Thu, 02 Sep 2010 09:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://zhys9.com/blog/?p=334#comment-1890</guid>
		<description>这个方法与网上大多不一样，为什么没有使用reload而是使用了reopen呢？</description>
		<content:encoded><![CDATA[<p>这个方法与网上大多不一样，为什么没有使用reload而是使用了reopen呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on proftp安装配置，虚拟账号便于管理 by zhys9</title>
		<link>http://zhys9.com/blog/?p=414&#038;cpage=1#comment-1854</link>
		<dc:creator>zhys9</dc:creator>
		<pubDate>Thu, 12 Aug 2010 16:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://zhys9.com/blog/?p=414#comment-1854</guid>
		<description>这个配置也不麻烦的，主要是说了很多个性化的设置，全部默认配置也能用</description>
		<content:encoded><![CDATA[<p>这个配置也不麻烦的，主要是说了很多个性化的设置，全部默认配置也能用</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on proftp安装配置，虚拟账号便于管理 by Rebill</title>
		<link>http://zhys9.com/blog/?p=414&#038;cpage=1#comment-1846</link>
		<dc:creator>Rebill</dc:creator>
		<pubDate>Sun, 08 Aug 2010 14:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://zhys9.com/blog/?p=414#comment-1846</guid>
		<description>我用vsftp，配置够简单。当然功能没这个强。</description>
		<content:encoded><![CDATA[<p>我用vsftp，配置够简单。当然功能没这个强。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nginx启用sendfile之高级篇 by nginx中的文件检查缺陷 &#124; 迷失的蛋糕</title>
		<link>http://zhys9.com/blog/?p=385&#038;cpage=1#comment-1829</link>
		<dc:creator>nginx中的文件检查缺陷 &#124; 迷失的蛋糕</dc:creator>
		<pubDate>Tue, 03 Aug 2010 18:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://zhys9.com/blog/?p=385#comment-1829</guid>
		<description>[...] 接上一篇 nginx启用sendfile之高级篇，还是同一个项目，按照前文的配置已经都很正常，只是发现有些目标文件明明是已经存在的，但为什么还是走到了后端处理呢？ 查看了十几个URL之后发现了一个共性：文件或目录名包含 “+”。 比如 用户请求http://yourdomain/ab+c.ext，经过测试之后发现nginx实际读取的文件名是 ab%2bc.ext ，注意：这是在经过location匹配和rewrite处理的情况下，如果是直接访问一个静态文件 ab+c.ext 且文件存在，是没有问题的。经过我测试发现加号和空格会有这个问题，其他符号都是不会被encode的。 如此一来就很好解释“有些目标文件明明是已经存在的，但为什么还是走到了后端处理呢？”，nginx检查文件是否存在时使用的是 ab%2bc.ext，但文件系统上实际保存的文件是 ab+c.ext，因此会将请求rewrite到后端程序处理。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 接上一篇 nginx启用sendfile之高级篇，还是同一个项目，按照前文的配置已经都很正常，只是发现有些目标文件明明是已经存在的，但为什么还是走到了后端处理呢？ 查看了十几个URL之后发现了一个共性：文件或目录名包含 “+”。 比如 用户请求http://yourdomain/ab+c.ext，经过测试之后发现nginx实际读取的文件名是 ab%2bc.ext ，注意：这是在经过location匹配和rewrite处理的情况下，如果是直接访问一个静态文件 ab+c.ext 且文件存在，是没有问题的。经过我测试发现加号和空格会有这个问题，其他符号都是不会被encode的。 如此一来就很好解释“有些目标文件明明是已经存在的，但为什么还是走到了后端处理呢？”，nginx检查文件是否存在时使用的是 ab%2bc.ext，但文件系统上实际保存的文件是 ab+c.ext，因此会将请求rewrite到后端程序处理。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on string.h中的函数 by smokeless cigarettes</title>
		<link>http://zhys9.com/blog/?p=46&#038;cpage=1#comment-1807</link>
		<dc:creator>smokeless cigarettes</dc:creator>
		<pubDate>Sun, 18 Jul 2010 21:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zhys9.com/archives/9#comment-1807</guid>
		<description>Nicely, it is my first visit to your blog! We are a group of volunteers and beginning a new initiative inside a community in identical niche. Your website provided us important details to work on. You've completed a marvellous work!</description>
		<content:encoded><![CDATA[<p>Nicely, it is my first visit to your blog! We are a group of volunteers and beginning a new initiative inside a community in identical niche. Your website provided us important details to work on. You&#8217;ve completed a marvellous work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RE. flash+php截图后保存图片 by zhys9</title>
		<link>http://zhys9.com/blog/?p=71&#038;cpage=1#comment-1756</link>
		<dc:creator>zhys9</dc:creator>
		<pubDate>Tue, 22 Jun 2010 15:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://zhys9.com/blog/?p=71#comment-1756</guid>
		<description>谢谢了~  这篇文章是从以前同事那里转过来测试ping back的，希望能对大家的思路有点启发</description>
		<content:encoded><![CDATA[<p>谢谢了~  这篇文章是从以前同事那里转过来测试ping back的，希望能对大家的思路有点启发</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dezender tool Zend — php反编译工具，支持php5 by Colton Higby</title>
		<link>http://zhys9.com/blog/?p=38&#038;cpage=1#comment-1717</link>
		<dc:creator>Colton Higby</dc:creator>
		<pubDate>Mon, 07 Jun 2010 00:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zhys9.com/archives/38#comment-1717</guid>
		<description>I personally have embraced the new technologies and the CMS platforms, I think the new tools only make the web designs better. I am glad that new technologies are coming out in web design that make things easier, improved, and better looking for design.</description>
		<content:encoded><![CDATA[<p>I personally have embraced the new technologies and the CMS platforms, I think the new tools only make the web designs better. I am glad that new technologies are coming out in web design that make things easier, improved, and better looking for design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 通过shell+crontab实现自动分割nginx日志 by 实现nginx每日自动分割并压缩日志的方法 &#124; 游侠海外岛</title>
		<link>http://zhys9.com/blog/?p=334&#038;cpage=1#comment-1679</link>
		<dc:creator>实现nginx每日自动分割并压缩日志的方法 &#124; 游侠海外岛</dc:creator>
		<pubDate>Fri, 21 May 2010 18:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://zhys9.com/blog/?p=334#comment-1679</guid>
		<description>[...] 之前在国内用合租主机的时候，服务商都会每天提供日志的压缩备份下载。有时候有什么事，查起来也方便。后来，用上了国外的VPS，而且用的是nginx。上网查了一下，据说Apache是有提供日志分割压缩功能的，但是nginx就没有。后来通过上网搜索，发现方法还是有的，找到《通过shell+crontab实现自动分割nginx日志 》，通过文中的方法，就可以非常简单地对日志进行分割并压缩了。本文对《通过shell+crontab实现自动分割nginx日志 》文章中的方法进行了一点点的修改，主要是给access.log和nginx_error.log两个文件在文件名前面加上日期，方便以后大批量日志解压出来的时候分析使用的。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 之前在国内用合租主机的时候，服务商都会每天提供日志的压缩备份下载。有时候有什么事，查起来也方便。后来，用上了国外的VPS，而且用的是nginx。上网查了一下，据说Apache是有提供日志分割压缩功能的，但是nginx就没有。后来通过上网搜索，发现方法还是有的，找到《通过shell+crontab实现自动分割nginx日志 》，通过文中的方法，就可以非常简单地对日志进行分割并压缩了。本文对《通过shell+crontab实现自动分割nginx日志 》文章中的方法进行了一点点的修改，主要是给access.log和nginx_error.log两个文件在文件名前面加上日期，方便以后大批量日志解压出来的时候分析使用的。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RE. flash+php截图后保存图片 by lightoy</title>
		<link>http://zhys9.com/blog/?p=71&#038;cpage=1#comment-1674</link>
		<dc:creator>lightoy</dc:creator>
		<pubDate>Thu, 20 May 2010 02:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://zhys9.com/blog/?p=71#comment-1674</guid>
		<description>确实没有实现功能，还是看看此文的英文原版吧：http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/</description>
		<content:encoded><![CDATA[<p>确实没有实现功能，还是看看此文的英文原版吧：http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
