<?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: How to configure nginx to run Kohana on Ubuntu</title>
	<atom:link href="http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/</link>
	<description>phoenixheart - portfolio &#38; more</description>
	<lastBuildDate>Wed, 17 Aug 2011 21:34:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: intel352</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-18411</link>
		<dc:creator>intel352</dc:creator>
		<pubDate>Wed, 22 Dec 2010 14:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-18411</guid>
		<description>It&#039;s very possible that the discrepancies I and other users have seen, are due to versions of Nginx used, as Debian tends to distribute a more recent release (or there are more recent PPAs at least, I believe), whereas Redhat distros are running an ancient version.</description>
		<content:encoded><![CDATA[<p>It&#8217;s very possible that the discrepancies I and other users have seen, are due to versions of Nginx used, as Debian tends to distribute a more recent release (or there are more recent PPAs at least, I believe), whereas Redhat distros are running an ancient version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: An</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-18406</link>
		<dc:creator>An</dc:creator>
		<pubDate>Wed, 22 Dec 2010 10:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-18406</guid>
		<description>Hi Axel,

Regarding the &quot;No input file specified&quot; error I would assume there&#039;s something wrong with the fastcgi pass at line 16. Nevertheless, a url ending with .php is rarely seen if we use a framework like Kohana.
About the -f and -d, you&#039;re right, I was just starting to use nginx then and had very little experience. try_files is much cleaner.

An</description>
		<content:encoded><![CDATA[<p>Hi Axel,</p>
<p>Regarding the &#8220;No input file specified&#8221; error I would assume there&#8217;s something wrong with the fastcgi pass at line 16. Nevertheless, a url ending with .php is rarely seen if we use a framework like Kohana.<br />
About the -f and -d, you&#8217;re right, I was just starting to use nginx then and had very little experience. try_files is much cleaner.</p>
<p>An</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-18404</link>
		<dc:creator>Axel</dc:creator>
		<pubDate>Wed, 22 Dec 2010 10:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-18404</guid>
		<description>Hi intel352, sorry for my late reply, I didn&#039;t see your comment. Actually, your configuration doesn&#039;t work when I try to access &quot;.php&quot; files. For instance, if I call:
http://my-kohana.dev/contact
that works well. However, if I call:
http://my-kohana.dev/contact.php
I get a &quot;No input file specified.&quot; error.
Concerning Igor, he doesn&#039;t recommend the use of &quot;-f&quot; and &quot;-d&quot;, that&#039;s what he told me by email when I posted my configuration on the mailing list. The &quot;try_files&quot; functions does the same and seems cleaner.
Why did my solution resulted to frustration? Wasn&#039;t it working for you? Did you notice I use a &quot;public&quot; directory unlike you?
Thks
 
Axel</description>
		<content:encoded><![CDATA[<p>Hi intel352, sorry for my late reply, I didn&#8217;t see your comment. Actually, your configuration doesn&#8217;t work when I try to access &#8220;.php&#8221; files. For instance, if I call:<br />
<a href="http://my-kohana.dev/contact" rel="nofollow">http://my-kohana.dev/contact</a><br />
that works well. However, if I call:<br />
<a href="http://my-kohana.dev/contact.php" rel="nofollow">http://my-kohana.dev/contact.php</a><br />
I get a &#8220;No input file specified.&#8221; error.<br />
Concerning Igor, he doesn&#8217;t recommend the use of &#8220;-f&#8221; and &#8220;-d&#8221;, that&#8217;s what he told me by email when I posted my configuration on the mailing list. The &#8220;try_files&#8221; functions does the same and seems cleaner.<br />
Why did my solution resulted to frustration? Wasn&#8217;t it working for you? Did you notice I use a &#8220;public&#8221; directory unlike you?<br />
Thks<br />
 <br />
Axel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott McDonald</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-18386</link>
		<dc:creator>Scott McDonald</dc:creator>
		<pubDate>Tue, 21 Dec 2010 21:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-18386</guid>
		<description>Works great - Thanks!
-Scott
www.dnshat.com</description>
		<content:encoded><![CDATA[<p>Works great &#8211; Thanks!<br />
-Scott<br />
<a href="http://www.dnshat.com" rel="nofollow">http://www.dnshat.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: intel352</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-14803</link>
		<dc:creator>intel352</dc:creator>
		<pubDate>Wed, 22 Sep 2010 19:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-14803</guid>
		<description>Axel, in what way does that config not work for you?
I attempted your solution, which only resulted in frustration, and ended up resorting to a working solution very similar to the above configuration.
If Igor is so against solutions as outlined above, why is that? Can you link us to his post? What is his recommended solution? Can you post *his* solution to what the above config achieves, in a working fashion?</description>
		<content:encoded><![CDATA[<p>Axel, in what way does that config not work for you?<br />
I attempted your solution, which only resulted in frustration, and ended up resorting to a working solution very similar to the above configuration.<br />
If Igor is so against solutions as outlined above, why is that? Can you link us to his post? What is his recommended solution? Can you post *his* solution to what the above config achieves, in a working fashion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-12225</link>
		<dc:creator>Axel</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-12225</guid>
		<description>Your configuration for Kohana didn&#039;t work at all for me. Plus Igor Sysoev, the nginx creator, doesn&#039;t recommend this method. I wrote a VirtualHost configuration from scratch that works pretty well: &lt;a href=&quot;http://vidax.net/blog/en/2010/06/kohana-with-nginx-virtualhost-configuration/&quot; rel=&quot;nofollow&quot;&gt;http://vidax.net/blog/en/2010/06/kohana-with-nginx-virtualhost-configuration/&lt;/a&gt;
The static.xxx.com server is not required for normal users, I posted it as an example.
Thks
 </description>
		<content:encoded><![CDATA[<p>Your configuration for Kohana didn&#8217;t work at all for me. Plus Igor Sysoev, the nginx creator, doesn&#8217;t recommend this method. I wrote a VirtualHost configuration from scratch that works pretty well: <a href="http://vidax.net/blog/en/2010/06/kohana-with-nginx-virtualhost-configuration/" rel="nofollow">http://vidax.net/blog/en/2010/06/kohana-with-nginx-virtualhost-configuration/</a><br />
The static.xxx.com server is not required for normal users, I posted it as an example.<br />
Thks<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmoz</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-10745</link>
		<dc:creator>jmoz</dc:creator>
		<pubDate>Thu, 08 Apr 2010 21:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-10745</guid>
		<description>Thanks a lot man, this is exactly what I needed!</description>
		<content:encoded><![CDATA[<p>Thanks a lot man, this is exactly what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: An</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-10302</link>
		<dc:creator>An</dc:creator>
		<pubDate>Mon, 22 Mar 2010 03:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-10302</guid>
		<description>Hi Drew, right now I&#039;m on a Windows box so can&#039;t check this. I remember that I copied the code from the working configuration, but anyway if it works for you in this way or another way, it&#039;s fine :)</description>
		<content:encoded><![CDATA[<p>Hi Drew, right now I&#8217;m on a Windows box so can&#8217;t check this. I remember that I copied the code from the working configuration, but anyway if it works for you in this way or another way, it&#8217;s fine <img src='http://www.phoenixheart.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drew</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-10282</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Sun, 21 Mar 2010 23:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-10282</guid>
		<description>I think there might be a small but important typo:
 
&lt;pre&gt;rewrite ^(.+)$ /index.php?kohana_uri=$1 last;&lt;/pre&gt;
 
Should probably be:
 
&lt;pre&gt;rewrite ^/(.+)$ /index.php?kohana_uri=$1 last;&lt;/pre&gt;
 
Notice the slash. I think that without this, kohana was co-opting all the requests, and nginx wasn&#039;t serving up static files! Please correct me if I&#039;m wrong, as this is still very new to me.</description>
		<content:encoded><![CDATA[<p>I think there might be a small but important typo:<br />
 </p>
<pre>rewrite ^(.+)$ /index.php?kohana_uri=$1 last;</pre>
<p> <br />
Should probably be:<br />
 </p>
<pre>rewrite ^/(.+)$ /index.php?kohana_uri=$1 last;</pre>
<p> <br />
Notice the slash. I think that without this, kohana was co-opting all the requests, and nginx wasn&#8217;t serving up static files! Please correct me if I&#8217;m wrong, as this is still very new to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://www.phoenixheart.net/2010/03/how-to-configure-nginx-to-run-kohana-on-ubuntu/comment-page-1/#comment-10135</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Fri, 19 Mar 2010 04:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=440#comment-10135</guid>
		<description>
I have   just got a blog and use about 50 different plugins. Thank you very much for   your plugin. It complete my website
</description>
		<content:encoded><![CDATA[<p>I have   just got a blog and use about 50 different plugins. Thank you very much for   your plugin. It complete my website</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk
Object Caching 367/367 objects using disk

Served from: www.phoenixheart.net @ 2012-02-04 03:36:12 -->
