<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Juggling Eggs &#187; Linux</title>
	<atom:link href="http://sonnygill.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonnygill.net</link>
	<description>Priceless eggs, variable gravity</description>
	<lastBuildDate>Sat, 17 Apr 2010 17:28:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up Wordpress on Ubuntu and Nginx</title>
		<link>http://sonnygill.net/blogging/wordpress-ubuntu-nginx/</link>
		<comments>http://sonnygill.net/blogging/wordpress-ubuntu-nginx/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 02:19:24 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=142</guid>
		<description><![CDATA[Finally, after thinking about it many times and never giving it a try, I moved my blog over from wordpress.com to a hosted wordpress installation.
Thanks to kind folks at mensk, the setup was a breeze.
See Perfect Setup: Ubuntu Hardy+Nginx+MySQL5+PHP5+Wordress

If you are following the instructions on that post though, be careful. The first instruction for
sudo ln [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, after thinking about it many times and never giving it a try, I moved my blog over from wordpress.com to a hosted wordpress installation.</p>
<p>Thanks to kind folks at <a title="mensk.com" href="http://www.mensk.com/">mensk</a>, the setup was a breeze.<br />
See <a title="Wordpress setup on Ubuntu and Nginx" href="http://www.mensk.com/webmaster-toolbox/perfect-ubuntu-hardy-nginx-mysql5-php5-wordpress">Perfect Setup: Ubuntu Hardy+Nginx+MySQL5+PHP5+Wordress<br />
</a></p>
<p>If you are following the instructions on that post though, be careful. The first instruction for</p>
<p>sudo ln -s /usr/local/nginx/sites-available/mydomain.com /usr/local/nginx/sites-enabled/mydomain.com</p>
<p>should be</p>
<p>sudo ln -s /usr/local/nginx/sites-available/default /usr/local/nginx/sites-enabled/default</p>
<p>Otherwise, you will get a <em>connection refused</em> error when you try to test just after completing the Nginx setup. Other than that, I was able to get everything up and running with minimal fuss.</p>
<p>This is the first time I am playing with Nginx, that was pretty cool. As soon as I have some time, I should see how well it works with Tomcat.</p>
<p>And, thanks to good people at <a title="jestro" href="http://www.jestro.com/">jestro</a> for writing the <a href="http://themes.jestro.com/vigilance/">Vigilance</a> WordPress theme. It is a minimalistic theme that lets you control many aspects of the blog. If you are going to customize any of the styles in the theme, make sure to read <a href="http://themes.jestro.com/vigilance/easy-upgrading-wordpress-child-themes/">Easy Upgrading With Child Themes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/blogging/wordpress-ubuntu-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
