<?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>评论：Linux 上配置 Nginx + PHP5 FastCGI</title>
	<atom:link href="http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/feed" rel="self" type="application/rss+xml" />
	<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html</link>
	<description>一缕阳光</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:35:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>来自：baia</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-20483</link>
		<dc:creator>baia</dc:creator>
		<pubDate>Wed, 16 Jun 2010 07:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-20483</guid>
		<description>php5.3.2出来了，能在新环境弄个文档吗。5.3.2的fastcgi变了,出来了告诉我啊</description>
		<content:encoded><![CDATA[<p>php5.3.2出来了，能在新环境弄个文档吗。5.3.2的fastcgi变了,出来了告诉我啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：munn</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-20158</link>
		<dc:creator>munn</dc:creator>
		<pubDate>Sun, 11 Apr 2010 15:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-20158</guid>
		<description>非常详细，并且解释有理有据，真心感谢～～！！！</description>
		<content:encoded><![CDATA[<p>非常详细，并且解释有理有据，真心感谢～～！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：潘小熊的blog &#187; Linux下Nginx+MySQL+PHP环境的搭建(转)</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-20110</link>
		<dc:creator>潘小熊的blog &#187; Linux下Nginx+MySQL+PHP环境的搭建(转)</dc:creator>
		<pubDate>Wed, 23 Dec 2009 08:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-20110</guid>
		<description>[...] 安装参考:http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html  1、安装环境CentOs 5.1 [root@nginx-freetds html]# uname -a Linux nginx-freetds 2.6.18-53.el5 [...]</description>
		<content:encoded><![CDATA[<p>[...] 安装参考:http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html  1、安装环境CentOs 5.1 [root@nginx-freetds html]# uname -a Linux nginx-freetds 2.6.18-53.el5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：WangEguo</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-19686</link>
		<dc:creator>WangEguo</dc:creator>
		<pubDate>Mon, 09 Mar 2009 06:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-19686</guid>
		<description>我已经改过来了，可是还是不行</description>
		<content:encoded><![CDATA[<p>我已经改过来了，可是还是不行</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：ShiningRay</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-19678</link>
		<dc:creator>ShiningRay</dc:creator>
		<pubDate>Fri, 06 Mar 2009 10:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-19678</guid>
		<description>@WangEguo
可能是你没加上cgi.fix_pathinfo=1;?</description>
		<content:encoded><![CDATA[<p>@WangEguo<br />
可能是你没加上cgi.fix_pathinfo=1;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：WangEguo</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-19672</link>
		<dc:creator>WangEguo</dc:creator>
		<pubDate>Tue, 03 Mar 2009 08:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-19672</guid>
		<description>$document_root$fastcgi_script_name
在我的机器上得到的错误是：No input file specified.
后来把它改成/var/www/nginx-default$fastcgi_script_name才行，也就是说要把它写成虚拟服务器的路径，$document_root不能使用</description>
		<content:encoded><![CDATA[<p>$document_root$fastcgi_script_name<br />
在我的机器上得到的错误是：No input file specified.<br />
后来把它改成/var/www/nginx-default$fastcgi_script_name才行，也就是说要把它写成虚拟服务器的路径，$document_root不能使用</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：qq2009</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-19427</link>
		<dc:creator>qq2009</dc:creator>
		<pubDate>Mon, 13 Oct 2008 03:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-19427</guid>
		<description>写得很好，希望楼主多发些nginx的使用技巧，我会经常关注</description>
		<content:encoded><![CDATA[<p>写得很好，希望楼主多发些nginx的使用技巧，我会经常关注</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Heartshare &#187; Blog Archive &#187; Linux 上配置 Nginx + Mongrel cluster</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-19393</link>
		<dc:creator>Heartshare &#187; Blog Archive &#187; Linux 上配置 Nginx + Mongrel cluster</dc:creator>
		<pubDate>Wed, 01 Oct 2008 12:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-19393</guid>
		<description>[...] 获得Nginx方法可以参考前一篇配置Nginx+PHP5 FastCGI的文章，这里我们假设大家是通过自己编译，并配置了默认的编译的参数，此处使用的是Nginx 0.5.x版。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 获得Nginx方法可以参考前一篇配置Nginx+PHP5 FastCGI的文章，这里我们假设大家是通过自己编译，并配置了默认的编译的参数，此处使用的是Nginx 0.5.x版。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：MaxGO</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-18598</link>
		<dc:creator>MaxGO</dc:creator>
		<pubDate>Sun, 22 Jun 2008 12:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-18598</guid>
		<description>很详细，谢谢</description>
		<content:encoded><![CDATA[<p>很详细，谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Shining Ray &#187; Blog Archive &#187; Linux 上配置 Nginx + Mongrel cluster</title>
		<link>http://shiningray.cn/linux-shang-pei-zhi-nginx-php5-fastcgi.html/comment-page-1#comment-401</link>
		<dc:creator>Shining Ray &#187; Blog Archive &#187; Linux 上配置 Nginx + Mongrel cluster</dc:creator>
		<pubDate>Fri, 28 Dec 2007 15:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://shiningray.cn/2007/12/15/linux-shang-pei-zhi-nginx-php5-fastcgi/#comment-401</guid>
		<description>[...] 获得Nginx方法可以参考前一篇配置Nginx+PHP5 FastCGI的文章，这里我们假设大家是通过自己编译，并配置了默认的编译的参数，此处使用的是Nginx 0.5.x版。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 获得Nginx方法可以参考前一篇配置Nginx+PHP5 FastCGI的文章，这里我们假设大家是通过自己编译，并配置了默认的编译的参数，此处使用的是Nginx 0.5.x版。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
