<?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>Комментарии к записи: How to install nginx with PHP as FastCGI plus Wordpress</title>
	<atom:link href="http://www.linuxspace.org/archives/1576/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxspace.org/archives/1576</link>
	<description>Discover for yourself Linux</description>
	<lastBuildDate>Wed, 17 Feb 2010 20:59:35 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Автор: sven86</title>
		<link>http://www.linuxspace.org/archives/1576/comment-page-1#comment-4330</link>
		<dc:creator>sven86</dc:creator>
		<pubDate>Sun, 30 Aug 2009 09:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxspace.org/?p=1576#comment-4330</guid>
		<description>For those who got the &quot;403 Forbidden&quot; error after installing nginx even though you followed the steps correctly, here&#039;s what could be the solution.

Check the errors.log file at /home/www/linuxspace.org/logs/ or wherever you store it.  If you got something like this: 

2009/08/29 20:41:42 [error] 7637#0: *1 &quot;/home/www/linuxspace.org/public/index.html&quot; is forbidden (13: Permission denied), client: 192.168.0.104, server: localhost, request: &quot;GET / HTTP/1.1&quot;, host: &quot;mydomain.com&quot;

then it probably has to do with the permissions on the public folder and the files within it.  Do the following:

sudo chmod o+rx /home/www/linuxspace.org/public
sudo chmod o+r  /home/www/linuxspace.org/public/*
(change /home/www/linuxspace.org/public to the path that you have it set up on nginx.conf)

It should take care of the problem.</description>
		<content:encoded><![CDATA[<p>For those who got the &laquo;403 Forbidden&raquo; error after installing nginx even though you followed the steps correctly, here&#8217;s what could be the solution.</p>
<p>Check the errors.log file at /home/www/linuxspace.org/logs/ or wherever you store it.  If you got something like this: </p>
<p>2009/08/29 20:41:42 [error] 7637#0: *1 &laquo;/home/www/linuxspace.org/public/index.html&raquo; is forbidden (13: Permission denied), client: 192.168.0.104, server: localhost, request: &laquo;GET / HTTP/1.1&#8243;, host: &laquo;mydomain.com&raquo;</p>
<p>then it probably has to do with the permissions on the public folder and the files within it.  Do the following:</p>
<p>sudo chmod o+rx /home/www/linuxspace.org/public<br />
sudo chmod o+r  /home/www/linuxspace.org/public/*<br />
(change /home/www/linuxspace.org/public to the path that you have it set up on nginx.conf)</p>
<p>It should take care of the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Stuart Dallas</title>
		<link>http://www.linuxspace.org/archives/1576/comment-page-1#comment-3748</link>
		<dc:creator>Stuart Dallas</dc:creator>
		<pubDate>Mon, 06 Jul 2009 09:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxspace.org/?p=1576#comment-3748</guid>
		<description>Re spawn-fcgi - it has been removed from the lighttpd distribution because it has been broken off as a separate project: http://redmine.lighttpd.net/projects/spawn-fcgi - use that, NOT an older version or you won&#039;t benefit from future improvements.</description>
		<content:encoded><![CDATA[<p>Re spawn-fcgi &#8211; it has been removed from the lighttpd distribution because it has been broken off as a separate project: <a href="http://redmine.lighttpd.net/projects/spawn-fcgi" rel="nofollow">http://redmine.lighttpd.net/projects/spawn-fcgi</a> &#8211; use that, NOT an older version or you won&#8217;t benefit from future improvements.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
