<?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 centos5.8 安装redis」的评论	</title>
	<atom:link href="https://blog.c1gstudio.com/archives/1604/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.c1gstudio.com/archives/1604</link>
	<description>关注互联网、网页设计、Web开发、服务器运维优化、项目管理、网站运营、网站安全...</description>
	<lastBuildDate>Wed, 25 Jun 2014 06:19:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		评论者：C1G		</title>
		<link>https://blog.c1gstudio.com/archives/1604/comment-page-1#comment-15712</link>

		<dc:creator><![CDATA[C1G]]></dc:creator>
		<pubDate>Wed, 25 Jun 2014 06:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.c1gstudio.com/?p=1604#comment-15712</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://blog.c1gstudio.com/archives/1604/comment-page-1#comment-12158&quot;&gt;ttx&lt;/a&gt;。

rewrite ^/predmin/index.php/(.*) /home/www/predmin/index.php/$1 break;
改成相对于网站根目录的路径试试
rewrite ^/predmin/index.php/(.*) /predmin/index.php/$1 break;]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://blog.c1gstudio.com/archives/1604/comment-page-1#comment-12158">ttx</a>。</p>
<p>rewrite ^/predmin/index.php/(.*) /home/www/predmin/index.php/$1 break;<br />
改成相对于网站根目录的路径试试<br />
rewrite ^/predmin/index.php/(.*) /predmin/index.php/$1 break;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ttx		</title>
		<link>https://blog.c1gstudio.com/archives/1604/comment-page-1#comment-12158</link>

		<dc:creator><![CDATA[ttx]]></dc:creator>
		<pubDate>Wed, 28 May 2014 09:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.c1gstudio.com/?p=1604#comment-12158</guid>

					<description><![CDATA[我在/home/www/predmin 软连接到 /var/phpredmin-master
在ngnix的default 配置中
	location ~* ^/predmin/index.php/ {
		rewrite ^/predmin/index.php/(.*) /home/www/predmin/index.php/$1 break;
		include /etc/nginx/fastcgi_params;
	#	fastcgi_split_path_info ^(.+\.php)(/.+)$;
	#	# NOTE: You should have &quot;cgi.fix_pathinfo = 0;&quot; in php.ini
	#
	#	# With php5-cgi alone:
	#	fastcgi_pass 127.0.0.1:9000;
	#	# With php5-fpm:
	#	fastcgi_pass unix:/var/run/php5-fpm.sock;
		fastcgi_index index.php;
		fastcgi_param SCRIPT_FILENAME /home/www/predmin$fastcgi_script_name;
	#	include fastcgi_params;
	}]]></description>
			<content:encoded><![CDATA[<p>我在/home/www/predmin 软连接到 /var/phpredmin-master<br />
在ngnix的default 配置中<br />
	location ~* ^/predmin/index.php/ {<br />
		rewrite ^/predmin/index.php/(.*) /home/www/predmin/index.php/$1 break;<br />
		include /etc/nginx/fastcgi_params;<br />
	#	fastcgi_split_path_info ^(.+\.php)(/.+)$;<br />
	#	# NOTE: You should have &#8220;cgi.fix_pathinfo = 0;&#8221; in php.ini<br />
	#<br />
	#	# With php5-cgi alone:<br />
	#	fastcgi_pass 127.0.0.1:9000;<br />
	#	# With php5-fpm:<br />
	#	fastcgi_pass unix:/var/run/php5-fpm.sock;<br />
		fastcgi_index index.php;<br />
		fastcgi_param SCRIPT_FILENAME /home/www/predmin$fastcgi_script_name;<br />
	#	include fastcgi_params;<br />
	}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：C1G		</title>
		<link>https://blog.c1gstudio.com/archives/1604/comment-page-1#comment-12157</link>

		<dc:creator><![CDATA[C1G]]></dc:creator>
		<pubDate>Wed, 28 May 2014 09:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.c1gstudio.com/?p=1604#comment-12157</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://blog.c1gstudio.com/archives/1604/comment-page-1#comment-12156&quot;&gt;ttx&lt;/a&gt;。

路径不对,那可能是nginx或程序里路径没配对.]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://blog.c1gstudio.com/archives/1604/comment-page-1#comment-12156">ttx</a>。</p>
<p>路径不对,那可能是nginx或程序里路径没配对.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ttx		</title>
		<link>https://blog.c1gstudio.com/archives/1604/comment-page-1#comment-12156</link>

		<dc:creator><![CDATA[ttx]]></dc:creator>
		<pubDate>Wed, 28 May 2014 09:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.c1gstudio.com/?p=1604#comment-12156</guid>

					<description><![CDATA[为什么首页可以打开，但是单击info或home或configurations 就会出现 404]]></description>
			<content:encoded><![CDATA[<p>为什么首页可以打开，但是单击info或home或configurations 就会出现 404</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
