<?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 on: 在Nginx下运行perl-cgi脚本</title>
	<atom:link href="http://www.weigblog.com/2009/09/16/using-per-cgi-in-nginx.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.weigblog.com/2009/09/16/using-per-cgi-in-nginx.html</link>
	<description>Yet another Life</description>
	<lastBuildDate>Sun, 18 Dec 2011 05:19:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Wei</title>
		<link>http://www.weigblog.com/2009/09/16/using-per-cgi-in-nginx.html/comment-page-1#comment-33655</link>
		<dc:creator>Wei</dc:creator>
		<pubDate>Wed, 16 Mar 2011 14:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.weigblog.com/?p=487#comment-33655</guid>
		<description>这是说你的系统上没有www-data这个用户，你要确定一下你的nginx对应的用户，有些配置文件上是nobody。（我当时为了省事，继承了apache的用户，所以是www-data）

总的原则是，目录的owner和nginx的启动用户是一样的（最起码是一个组的）</description>
		<content:encoded><![CDATA[<p>这是说你的系统上没有www-data这个用户，你要确定一下你的nginx对应的用户，有些配置文件上是nobody。（我当时为了省事，继承了apache的用户，所以是www-data）</p>
<p>总的原则是，目录的owner和nginx的启动用户是一样的（最起码是一个组的）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RedChen</title>
		<link>http://www.weigblog.com/2009/09/16/using-per-cgi-in-nginx.html/comment-page-1#comment-33653</link>
		<dc:creator>RedChen</dc:creator>
		<pubDate>Wed, 16 Mar 2011 09:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.weigblog.com/?p=487#comment-33653</guid>
		<description>&lt;a href=&quot;#comment-33647&quot; rel=&quot;nofollow&quot;&gt;@Wei &lt;/a&gt;, 
谢谢，不过还是有问题，我的(ubuntu server 10.04)输入 chown -R www-data:www-data /home/wwwroot/ 系统报错chown: `www-data:www-data&#039;: invalid user</description>
		<content:encoded><![CDATA[<p><a href="#comment-33647" rel="nofollow">@Wei </a>,<br />
谢谢，不过还是有问题，我的(ubuntu server 10.04)输入 chown -R www-data:www-data /home/wwwroot/ 系统报错chown: `www-data:www-data&#8217;: invalid user</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wei</title>
		<link>http://www.weigblog.com/2009/09/16/using-per-cgi-in-nginx.html/comment-page-1#comment-33647</link>
		<dc:creator>Wei</dc:creator>
		<pubDate>Tue, 15 Mar 2011 14:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.weigblog.com/?p=487#comment-33647</guid>
		<description>我的方法可能有些过时了。现在可以这里：http://library.linode.com/web-servers/nginx/ 有相对官方的perl-cgi的方法。</description>
		<content:encoded><![CDATA[<p>我的方法可能有些过时了。现在可以这里：http://library.linode.com/web-servers/nginx/ 有相对官方的perl-cgi的方法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RedChen</title>
		<link>http://www.weigblog.com/2009/09/16/using-per-cgi-in-nginx.html/comment-page-1#comment-33646</link>
		<dc:creator>RedChen</dc:creator>
		<pubDate>Tue, 15 Mar 2011 03:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.weigblog.com/?p=487#comment-33646</guid>
		<description>浏览器在解析cgi的时候，是直接给出源代码，而不是解析之后的结果</description>
		<content:encoded><![CDATA[<p>浏览器在解析cgi的时候，是直接给出源代码，而不是解析之后的结果</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RedChen</title>
		<link>http://www.weigblog.com/2009/09/16/using-per-cgi-in-nginx.html/comment-page-1#comment-33645</link>
		<dc:creator>RedChen</dc:creator>
		<pubDate>Tue, 15 Mar 2011 03:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.weigblog.com/?p=487#comment-33645</guid>
		<description>Perl Wrapper能给我一个吗？
我也安装bugzilla，但是不能运行cgi，可以运行pl，很奇怪，希望博主帮帮忙，谢谢了</description>
		<content:encoded><![CDATA[<p>Perl Wrapper能给我一个吗？<br />
我也安装bugzilla，但是不能运行cgi，可以运行pl，很奇怪，希望博主帮帮忙，谢谢了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 在Nginx下运行perl-cgi脚本</title>
		<link>http://www.weigblog.com/2009/09/16/using-per-cgi-in-nginx.html/comment-page-1#comment-30130</link>
		<dc:creator>在Nginx下运行perl-cgi脚本</dc:creator>
		<pubDate>Mon, 09 Aug 2010 10:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.weigblog.com/?p=487#comment-30130</guid>
		<description>[...] 修改nginx的配置文件，在server section中添加：   view source [...]</description>
		<content:encoded><![CDATA[<p>[...] 修改nginx的配置文件，在server section中添加：   view source [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

