<?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>Richard&#039;s ramblings &#187; nginx</title>
	<atom:link href="http://richard.wallman.org.uk/tag/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://richard.wallman.org.uk</link>
	<description>Yes, more vanity</description>
	<lastBuildDate>Wed, 07 Dec 2011 14:25:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Another month, another Catalyst launch</title>
		<link>http://richard.wallman.org.uk/2010/04/another-month-another-catalyst-launch/</link>
		<comments>http://richard.wallman.org.uk/2010/04/another-month-another-catalyst-launch/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 22:35:20 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[Freecycle]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://richard.wallman.org.uk/?p=153</guid>
		<description><![CDATA[Okay, this one should have happened a couple of weeks ago, but last-minute snags and a lot of other work delayed things slightly. It&#8217;s been a long day, so this&#8217;ll be brief, I&#8217;m afraid. I took my second Catalyst app live today (which, strangely, was my first Catalyst app). It&#8217;s another 200,000 daily pageview site, [...]]]></description>
		<wfw:commentRss>http://richard.wallman.org.uk/2010/04/another-month-another-catalyst-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busy, busy, busy</title>
		<link>http://richard.wallman.org.uk/2010/03/busy-busy-busy/</link>
		<comments>http://richard.wallman.org.uk/2010/03/busy-busy-busy/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 12:02:43 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[Freecycle]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://richard.wallman.org.uk/?p=140</guid>
		<description><![CDATA[Just a quick update for now &#8211; I&#8217;ve managed to book myself up quite fully. I&#8217;m due to do a lightning talk tonight at the Birmingham Linux User Group called &#8220;FastCGI: High Performance, High Availability&#8221;. I&#8217;ve only recently looked at FastCGI, but already I can see a number of interesting aspects about it. The LUG [...]]]></description>
		<wfw:commentRss>http://richard.wallman.org.uk/2010/03/busy-busy-busy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One week on &#8211; Catalyst still going strong</title>
		<link>http://richard.wallman.org.uk/2010/03/one-week-on-catalyst-still-going-strong/</link>
		<comments>http://richard.wallman.org.uk/2010/03/one-week-on-catalyst-still-going-strong/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 23:34:25 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://richard.wallman.org.uk/?p=134</guid>
		<description><![CDATA[Last Friday, I took my first Catalyst application live. It was a particularly tense time &#8211; this was a live, public facing release of a completely new server stack. The short version: Catalyst rocks! Previously, pretty much all of my serious stuff has been hand-rolled stuff in Apache/mod_perl, so starting a new project using nginx/FastCGI/Catalyst [...]]]></description>
		<wfw:commentRss>http://richard.wallman.org.uk/2010/03/one-week-on-catalyst-still-going-strong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Deploy a Catalyst application using FastCGI and nginx</title>
		<link>http://richard.wallman.org.uk/2010/02/howto-deploy-a-catalyst-application-using-fastcgi-and-nginx/</link>
		<comments>http://richard.wallman.org.uk/2010/02/howto-deploy-a-catalyst-application-using-fastcgi-and-nginx/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:27:55 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://richard.wallman.org.uk/?p=117</guid>
		<description><![CDATA[Note: this is not the canonical way, it just Works For Me™ &#8211; there are, no doubt, vast improvements that could be made. YMMV. 0. ASSumptions I&#8217;m assuming that the server already has the Catalyst framework installed, and any other Perl modules your app requires (that don&#8217;t live in the app&#8217;s lib directory). For the [...]]]></description>
		<wfw:commentRss>http://richard.wallman.org.uk/2010/02/howto-deploy-a-catalyst-application-using-fastcgi-and-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catalyst, nginx and FastCGI &#8211; my first bloody nose</title>
		<link>http://richard.wallman.org.uk/2010/02/catalyst-nginx-and-fastcgi-my-first-bloody-nose/</link>
		<comments>http://richard.wallman.org.uk/2010/02/catalyst-nginx-and-fastcgi-my-first-bloody-nose/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:18:42 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://richard.wallman.org.uk/?p=106</guid>
		<description><![CDATA[Always a glutton for punishment, a recent project to redevelop a website involved changing pretty much every layer of the stack &#8211; Apache became nginx, mod_perl became FastCGI, and the custom code was moved into a Catalyst project. Having never seriously worked with any of these before, my first deployment (today!) was an interesting affair. [...]]]></description>
		<wfw:commentRss>http://richard.wallman.org.uk/2010/02/catalyst-nginx-and-fastcgi-my-first-bloody-nose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Year, new look, new stuff</title>
		<link>http://richard.wallman.org.uk/2010/01/new-year-new-look-new-stuff/</link>
		<comments>http://richard.wallman.org.uk/2010/01/new-year-new-look-new-stuff/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 22:16:40 +0000</pubDate>
		<dc:creator>richard</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[mod_perl]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://richard.wallman.org.uk/?p=84</guid>
		<description><![CDATA[So, it&#8217;s 2010 (however you like to pronounce it), it&#8217;s out with the old and in with the new! I must confess to having lived in a bit of a bubble for a while, not venturing out of my comfort zone, and so things got a little stale. No longer. First of all, I&#8217;ve updated [...]]]></description>
		<wfw:commentRss>http://richard.wallman.org.uk/2010/01/new-year-new-look-new-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

