<?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: HOWTO: Serve virtual host with Nginx</title>
	<atom:link href="http://kunxi.org/archives/2008/09/howto-server-virtual-host-with-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://kunxi.org/archives/2008/09/howto-server-virtual-host-with-nginx/</link>
	<description>Yet another code monkey blog.</description>
	<lastBuildDate>Wed, 04 Jan 2012 07:28:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Federico</title>
		<link>http://kunxi.org/archives/2008/09/howto-server-virtual-host-with-nginx/comment-page-1/#comment-116016</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Tue, 27 Dec 2011 17:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://kunxi.org/?p=290#comment-116016</guid>
		<description>Thanks for this guide!

The following regexp didn&#039;t work for me:

rewrite ^(.*) http://kunxi.org$1 permanent;

I had to replace it with:

rewrite ^/(.*)$ http://kunxi.org$1 permanent;</description>
		<content:encoded><![CDATA[<p>Thanks for this guide!</p>
<p>The following regexp didn&#8217;t work for me:</p>
<p>rewrite ^(.*) <a href="http://kunxi.org$1" >http://kunxi.org$1</a> permanent;</p>
<p>I had to replace it with:</p>
<p>rewrite ^/(.*)$ <a href="http://kunxi.org$1" >http://kunxi.org$1</a> permanent;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HOWTO setup the Mercurial with Nginx in CentOS 4 &#124; Refactor the Life</title>
		<link>http://kunxi.org/archives/2008/09/howto-server-virtual-host-with-nginx/comment-page-1/#comment-62144</link>
		<dc:creator>HOWTO setup the Mercurial with Nginx in CentOS 4 &#124; Refactor the Life</dc:creator>
		<pubDate>Sat, 05 Sep 2009 19:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://kunxi.org/?p=290#comment-62144</guid>
		<description>[...] Install Nginx Just follow this HOWTO. [...]</description>
		<content:encoded><![CDATA[<p>[...] Install Nginx Just follow this HOWTO. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nap</title>
		<link>http://kunxi.org/archives/2008/09/howto-server-virtual-host-with-nginx/comment-page-1/#comment-59447</link>
		<dc:creator>Nap</dc:creator>
		<pubDate>Thu, 21 May 2009 12:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://kunxi.org/?p=290#comment-59447</guid>
		<description>There&#039;s a better way to connect nginx and fastcgi using unix sockets.
Additionaly, you may think about using php-fpm so every host will work under separate user. You may limit every site&#039;s maximum server load, etc.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a better way to connect nginx and fastcgi using unix sockets.<br />
Additionaly, you may think about using php-fpm so every host will work under separate user. You may limit every site&#8217;s maximum server load, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omsk</title>
		<link>http://kunxi.org/archives/2008/09/howto-server-virtual-host-with-nginx/comment-page-1/#comment-56654</link>
		<dc:creator>Omsk</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://kunxi.org/?p=290#comment-56654</guid>
		<description>I`m used your manual for my blogs w/o apache and use nginx only, Good!</description>
		<content:encoded><![CDATA[<p>I`m used your manual for my blogs w/o apache and use nginx only, Good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://kunxi.org/archives/2008/09/howto-server-virtual-host-with-nginx/comment-page-1/#comment-53672</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 19 Sep 2008 00:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://kunxi.org/?p=290#comment-53672</guid>
		<description>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</description>
		<content:encoded><![CDATA[<p>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

