



<?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 Linux for yourself</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:41:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Автор: Khupcom</title>
		<link>http://www.linuxspace.org/archives/1576/comment-page-1#comment-56231</link>
		<dc:creator>Khupcom</dc:creator>
		<pubDate>Mon, 11 Oct 2010 13:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxspace.org/?p=1576#comment-56231</guid>
		<description>works like a charm.
My website is running now with nginx and PHP fast-cgi &lt;a href=&quot;http://khup.com&quot; rel=&quot;nofollow&quot;&gt;PDF Ebook Search Engine&lt;/a&gt;

Thanks for great tutorial.
I&#039;m waitung for your tutorial about hardening nginx.conf</description>
		<content:encoded><![CDATA[<p>works like a charm.<br />
My website is running now with nginx and PHP fast-cgi <a href="http://khup.com" rel="nofollow">PDF Ebook Search Engine</a></p>
<p>Thanks for great tutorial.<br />
I&#8217;m waitung for your tutorial about hardening nginx.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: EvgenijGrishin</title>
		<link>http://www.linuxspace.org/archives/1576/comment-page-1#comment-55241</link>
		<dc:creator>EvgenijGrishin</dc:creator>
		<pubDate>Mon, 04 Oct 2010 16:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxspace.org/?p=1576#comment-55241</guid>
		<description>опытный &lt;a href=&quot;http://www.uslugi.com.ua&quot; rel=&quot;nofollow&quot;&gt;сантехник&lt;/a&gt; в Киеве</description>
		<content:encoded><![CDATA[<p>опытный <a href="http://www.uslugi.com.ua" rel="nofollow">сантехник</a> в Киеве</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: admin</title>
		<link>http://www.linuxspace.org/archives/1576/comment-page-1#comment-55047</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 25 Sep 2010 12:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxspace.org/?p=1576#comment-55047</guid>
		<description>Без проблем)) - http://www.linuxspace.org/archives/1439</description>
		<content:encoded><![CDATA[<p>Без проблем)) &#8211; <a href="http://www.linuxspace.org/archives/1439" rel="nofollow">http://www.linuxspace.org/archives/1439</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: pefon</title>
		<link>http://www.linuxspace.org/archives/1576/comment-page-1#comment-55035</link>
		<dc:creator>pefon</dc:creator>
		<pubDate>Sat, 25 Sep 2010 02:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxspace.org/?p=1576#comment-55035</guid>
		<description>А можно ещё раз и по русски?</description>
		<content:encoded><![CDATA[<p>А можно ещё раз и по русски?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: wow gold</title>
		<link>http://www.linuxspace.org/archives/1576/comment-page-1#comment-52095</link>
		<dc:creator>wow gold</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxspace.org/?p=1576#comment-52095</guid>
		<description>very  cool  post</description>
		<content:encoded><![CDATA[<p>very  cool  post</p>
]]></content:encoded>
	</item>
	<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>

