<?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>Brightbox Blog &#187; nginx</title>
	<atom:link href="http://blog.brightbox.co.uk/tag/nginx/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brightbox.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 12:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Passenger 3.0.8 Ubuntu Packages</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-3-0-8-ubuntu-packages</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-3-0-8-ubuntu-packages#comments</comments>
		<pubDate>Fri, 05 Aug 2011 11:36:32 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=1983</guid>
		<description><![CDATA[We&#8217;ve built Ubuntu packages for the latest release of Passenger, 3.0.8. They&#8217;re available now on our apt repository and our Launchpad ppa. Instructions on how to get set up are on our wiki as usual. Updated NGINX Passenger packages will follow shortly (they&#8217;ll be available via a separate ppa)]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve built Ubuntu packages for the <a href="http://blog.phusion.nl/2011/08/03/phusion-passenger-3-0-8-released/">latest release</a> of Passenger, 3.0.8.  They&#8217;re available now on our apt repository and our Launchpad ppa. Instructions on how to get set up are <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">on our wiki</a> as usual.</p>
<p>Updated NGINX Passenger packages will follow shortly (they&#8217;ll be available via <a href="http://blog.brightbox.co.uk/posts/nginx-passenger-3-ubuntu-packages">a separate ppa</a>)</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-3-0-8-ubuntu-packages/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>NGINX Passenger 3 Ubuntu packages</title>
		<link>http://blog.brightbox.co.uk/posts/nginx-passenger-3-ubuntu-packages</link>
		<comments>http://blog.brightbox.co.uk/posts/nginx-passenger-3-ubuntu-packages#comments</comments>
		<pubDate>Thu, 05 May 2011 08:52:23 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=1577</guid>
		<description><![CDATA[We&#8217;ve updated our NGINX packages to NGINX v1.0.0 and Passenger 3.0.7. They&#8217;re now hosted on Launchpad.net, which makes it dead easy to use in Ubuntu. We&#8217;ve also fixed the dependency problems that occurred in the past, where a newer version of Passenger broke the older NGINX packages. These NGINX packages now strictly depend on the [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve updated our NGINX packages to NGINX v1.0.0 and Passenger 3.0.7. They&#8217;re <a href="https://launchpad.net/~brightbox/+archive/passenger-nginx">now hosted on Launchpad.net</a>, which makes it dead easy to use in Ubuntu.</p>
<p>We&#8217;ve also fixed the dependency problems that occurred in the past, where a newer version of Passenger broke the older NGINX packages. These NGINX packages now strictly depend on the Passenger packages, and we&#8217;ve put them in their own Launchpad archive so they&#8217;re always guaranteed to work (even if they ever lag behind the Apache packages).</p>
<p>You can add the PPA and install NGINX like this:</p>
<pre><code>sudo apt-add-repository ppa:brightbox/passenger-nginx
sudo apt-get update
sudo apt-get install nginx-full
</code></pre>
<p>You&#8217;ll then need to enable the Passenger module, which can be usually done like this:</p>
<pre><code>cat &lt;&lt;EOF &gt; /etc/nginx/conf.d/passenger.conf
passenger_root /usr/lib/phusion-passenger;
EOF</code></pre>
<p>We&#8217;ve also added our other <a href="https://launchpad.net/~brightbox/+archive/passenger">Apache Passenger</a> packages to Launchpad too (with Hardy support), just use:</p>
<pre><code>sudo apt-add-repository ppa:brightbox/passenger</code></pre>
<p>We&#8217;ll keep our <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">own apt repository</a> in sync with Launchpad for Hardy and Lucid too, in case you prefer that (use the passenger-nginx component for the nginx passenger packages).</p>
<p>Happy Passengering! (I&#8217;m pretty certain that&#8217;s not a real verb. It might be a proper verb. I&#8217;m pretty certain there is no such thing as a proper verb).</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/nginx-passenger-3-ubuntu-packages/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Passenger 3.0.0 beta3 packages for Ubuntu Lucid and Hardy</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-3-0-0-beta3-packages-for-ubuntu-lucid-and-hardy</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-3-0-0-beta3-packages-for-ubuntu-lucid-and-hardy#comments</comments>
		<pubDate>Tue, 21 Sep 2010 08:52:26 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=1243</guid>
		<description><![CDATA[The team at Phusion have been hard at work on Passenger 3 and last week released a beta version for testing. Continuing our work with Passenger 2, we&#8217;ve been working hard on packaging it. We now have Passenger 3.0.0-pre3 packages available for Ubuntu 10.04 (Lucid) and Ubuntu 8.04 (Hardy). As they&#8217;re pre-release versions, we don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.brightbox.co.uk/wp-content/uploads/2010/09/passenger_logo1.png" alt="" title="Passenger Logo" width="125" height="163" class="content_image right size_full" /> The team at <a href="http://phusion.nl/">Phusion</a> have been hard at work on <a href="http://www.modrails.com/">Passenger 3</a> and <a href="http://blog.phusion.nl/2010/09/15/phusion-passenger-3-0-0-public-beta-1-is-out/">last week released a beta version</a> for testing.  Continuing our work with Passenger 2, we&#8217;ve been working hard on packaging it.</p>
<p>We now have Passenger 3.0.0-pre3 packages available for Ubuntu 10.04 (Lucid) and Ubuntu 8.04 (Hardy).  As they&#8217;re pre-release versions, we don&#8217;t recommend them in production just yet and have put them in their own repository to prevent any accidental upgrades.</p>
<p>If you&#8217;re not already a Brightbox customer, then you&#8217;ll need to set up base access to <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">our apt repository</a> first.</p>
<p>Otherwise, just add the new passenger-testing repository (switch &#8220;lucid&#8221; to &#8220;hardy&#8221; if you&#8217;re on Hardy):</p>
<pre><code>sudo sh -c 'echo "deb http://apt.brightbox.net lucid passenger-testing" > /etc/apt/sources.list.d/brightbox-passenger-testing.list'
</code></pre>
<p>Then you can upgrade/install 3.0.0-1bbox1~pre3</p>
<pre><code>apt-get update
apt-get install libapache2-mod-passenger
</code></pre>
<p>Passenger now has a native library, which depends on your version of ruby.  For simplicity, these packages currently require the ruby1.8 packages to be installed. You can, of course, switch to ruby1.9 and passenger will auto-compile the necessary native support for you.  We&#8217;ll be providing packages for 1.9 support soon, so you won&#8217;t need to rely on the auto-compiling.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-3-0-0-beta3-packages-for-ubuntu-lucid-and-hardy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passenger 2.2.9 packages for Ubuntu 8.04 Hardy</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-2-2-9-packages-for-ubuntu-8-04-hardy</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-2-2-9-packages-for-ubuntu-8-04-hardy#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:24:16 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[mod_rack]]></category>
		<category><![CDATA[mod_rails]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=893</guid>
		<description><![CDATA[The Phusion team released Passenger 2.2.9 today, which adds support for Rails 3, the GEM bundler, and fixes a couple of bugs.  As usual Brightbox are providing Ubuntu Hardy packages for i386 and AMD64 architectures, available now from the Brightbox apt repository. This package won&#8217;t actually support Rails 3 just yet though as we&#8217;ve yet to [...]]]></description>
			<content:encoded><![CDATA[<p>The Phusion team released <a href="http://blog.phusion.nl/2010/01/08/phusion-passenger-2-2-9-released/">Passenger 2.2.9</a> today, which adds support for Rails 3, the GEM bundler, and fixes a couple of bugs.  As usual <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">Brightbox are providing Ubuntu Hardy packages</a> for i386 and AMD64 architectures, available now from the <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">Brightbox apt repository</a>.</p>
<p>This package won&#8217;t actually support Rails 3 just yet though as we&#8217;ve yet to package and test the librack 1.1.0, which Rails 3 depends on.  We&#8217;re working on it now and once we&#8217;re happy with it we&#8217;ll add new packages to our repository as usual.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-2-2-9-packages-for-ubuntu-8-04-hardy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passenger 2.2.7 packages for Ubuntu</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-2-2-7-packages-for-ubuntu</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-2-2-7-packages-for-ubuntu#comments</comments>
		<pubDate>Tue, 24 Nov 2009 08:18:05 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cow]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=839</guid>
		<description><![CDATA[Passenger 2.2.6 (quickly followed by 2.2.7) was released last week and we now have i386 and AMD64 Ubuntu Hardy packages available in our repository. As usual, details on installing the packages from our repository are available on our wiki. If you&#8217;re using Passenger and it&#8217;s making you happy, please do consider supporting its development by [...]]]></description>
			<content:encoded><![CDATA[<p>Passenger 2.2.6 (quickly followed by 2.2.7) was <a href="http://blog.phusion.nl/2009/11/18/phusion-passenger-2-2-6-released/">released last week</a> and we now have i386 and AMD64 Ubuntu Hardy packages available in our repository.</p>
<p>As usual, details on installing the packages from our repository are <a href="http://wiki.brightbox.co.uk/docs:phusion-passenger">available on our wiki</a>.</p>
<p>If you&#8217;re using Passenger and it&#8217;s making you happy, please do consider supporting its development by <a href="http://www.modrails.com/enterprise.html">donating money in the form of an &#8220;Enterprise License&#8221;</a> direct from Phusion, the company behind it.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-2-2-7-packages-for-ubuntu/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NGINX buffer underflow security vulnerability</title>
		<link>http://blog.brightbox.co.uk/posts/nginx-buffer-underflow-security-vulnerability</link>
		<comments>http://blog.brightbox.co.uk/posts/nginx-buffer-underflow-security-vulnerability#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:11:58 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=732</guid>
		<description><![CDATA[From the Debian Security team (CVE-2009-2629): nginx &#8230; is vulnerable to a buffer underflow when processing certain HTTP requests. An attacker can use this to execute arbitrary code with the rights of the worker process  or possibly perform denial of service attacks by repeatedly crashing worker processes via a specially crafted URL in an HTTP [...]]]></description>
			<content:encoded><![CDATA[<p>From the <a href="http://www.debian.org/security/2009/dsa-1884">Debian Security team</a> (<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2629">CVE-2009-2629</a>):</p>
<blockquote><p>nginx &#8230; is vulnerable to a buffer underflow when processing certain HTTP requests. An attacker can use this to execute arbitrary code with the rights of the worker process  or possibly perform denial of service attacks by repeatedly crashing worker processes via a specially crafted URL in an HTTP request.</p></blockquote>
<p>New versions of our <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository:packages">nginx packages</a> that address this security vulnerability are now available.  nginx 0.6.39 (with the fair balancer module) is available from the Brightbox apt repositories &#8211; running the following command will get you the latest version:</p>
<pre>sudo apt-get update
sudo apt-get install nginx</pre>
<p>Our more experimental nginx-brightbox package has also been upgraded to 0.6.39.  This includes a number of nginx addons, such as the <a href="http://www.grid.net.ru/nginx/upload.en.html">upload module</a>, <a href="http://wiki.nginx.org/NginxHttpGeoIPModule">geoip module</a>, and <a href="http://www.modrails.com/">Phusion Passenger 2.0.5</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/nginx-buffer-underflow-security-vulnerability/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passenger 2.2.2 packages for Ubuntu</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-222-packages-for-ubuntu</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-222-packages-for-ubuntu#comments</comments>
		<pubDate>Fri, 01 May 2009 12:47:57 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=539</guid>
		<description><![CDATA[Passenger 2.2.2 was released a few days ago and we now have a package available for Ubuntu Hardy.  After a lot of testing, we&#8217;re also happy with the recent packaging changes so this is going straight to our stable repository. This new version of Passenger brings a train-load of NGINX fixes, so our Passenger enabled [...]]]></description>
			<content:encoded><![CDATA[<p>Passenger 2.2.2 was released a few days ago and we now have a package available for Ubuntu Hardy.  After a lot of testing, we&#8217;re also happy with the recent packaging changes so this is going straight to our stable repository.</p>
<p>This new version of Passenger brings a train-load of NGINX fixes, so our Passenger enabled nginx-brightbox package has been updated too and is available in our testing repository.  More details on using our testing repository <a href="http://blog.brightbox.co.uk/posts/passenger-221-ubuntu-beta-packages-with-nginx-support">here in the 2.2.1 announcement blog post</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-222-packages-for-ubuntu/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Passenger 2.2.1 Ubuntu beta packages with NGINX support</title>
		<link>http://blog.brightbox.co.uk/posts/passenger-221-ubuntu-beta-packages-with-nginx-support</link>
		<comments>http://blog.brightbox.co.uk/posts/passenger-221-ubuntu-beta-packages-with-nginx-support#comments</comments>
		<pubDate>Wed, 22 Apr 2009 22:15:52 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[phusion]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=523</guid>
		<description><![CDATA[The Phusion team released a new version of Passenger last week, 2.2.1, which sports a shiny new NGINX extension.  It also adds chunked file uploads (Apache only) and improves restarts. We&#8217;ve had to restructure the way our Ubuntu packages are built to enable installation of the NGINX extension, so needs more extensive testing than usual.  [...]]]></description>
			<content:encoded><![CDATA[<p>The Phusion team <a href="http://blog.phusion.nl/2009/04/16/phusions-one-year-anniversary-gift-phusion-passenger-220/">released a new version of Passenger last week</a>, 2.2.1, which sports a shiny new NGINX extension.  It also adds chunked file uploads (Apache only) and improves restarts.</p>
<p>We&#8217;ve had to restructure the way our Ubuntu packages are built to enable installation of the NGINX extension, so needs more extensive testing than usual.  The packages are now available for Ubuntu Hardy in our testing repository.</p>
<p>You&#8217;ll need to <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository#the_testing_repository">add our testing repository to your apt sources list</a>. And if you&#8217;re not on a Brightbox, you&#8217;ll need to <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository#using_the_stable_repository">import our key and add our stable repository too</a>.</p>
<p>Once you&#8217;ve done that, you can install the new version of Passenger.  If you&#8217;re wanting to just install the Apache version:</p>
<pre>sudo apt-get update
sudo apt-get install libapache2-mod-passenger</pre>
<p>This will pull in a new dependency, passenger-common.</p>
<p>If you just want to get stuck in with the new NGINX support, install the nginx-brightbox package:</p>
<pre>sudo apt-get update
sudo apt-get install nginx-brightbox</pre>
<p>This will also pull in the passenger-common dependency. This is NGINX 0.6.36 plus some useful modules: upload progress, upstream fair, geoip, ey-balancer and access key. It will replace any other NGINX packages you have installed (NGINX does not support dynamic modules like Apache).</p>
<p>You can install both Apache and NGINX side by side, but you&#8217;ll obviously need to run them on different ports.</p>
<p>The 2.2.1 Apache package has already had quite a bit of testing by us, but the NGINX package has had very little. We&#8217;ve already come across a Passenger bug with reloading NGINX (<a href="http://code.google.com/p/phusion-passenger/issues/detail?id=255">reported here</a>), though we expect this will be fixed quickly.  So basically, these are good to play with but not for production just yet.</p>
<p>If you need any help with these packages, try our <a href="http://forum.brightbox.co.uk/forums/passenger">Passenger support forum</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/passenger-221-ubuntu-beta-packages-with-nginx-support/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NGINX 0.6 for Ubuntu Dapper</title>
		<link>http://blog.brightbox.co.uk/posts/nginx-06-for-ubuntu-dapper</link>
		<comments>http://blog.brightbox.co.uk/posts/nginx-06-for-ubuntu-dapper#comments</comments>
		<pubDate>Fri, 11 Apr 2008 12:38:31 +0000</pubDate>
		<dc:creator>John Leach</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[backport]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/posts/nginx-06-for-ubuntu-dapper</guid>
		<description><![CDATA[We&#8217;ve backported NGINX 0.6.29 packages from Debian experimental to Ubuntu Dapper and included the fair proxy balancer module. It&#8217;s in our testing repository at the moment so give it a whirl (it will of course install on any Ubuntu Dapper box, not just Brightboxes).  We have a page on the Brightbox wiki on how to [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve backported NGINX 0.6.29 packages from Debian experimental to Ubuntu Dapper and included the <a href="http://wiki.codemongers.com/NginxHttpUpstreamFairModule" title="NGINX upstream fair module">fair proxy balancer module</a>.</p>
<p>It&#8217;s in our <a href="http://wiki.brightbox.co.uk/docs:brightboxaptrepository">testing repository</a> at the moment so give it a whirl (it will of course install on any Ubuntu Dapper box, not just Brightboxes).  We have a page on the Brightbox wiki on <a href="http://wiki.brightbox.co.uk/docs:nginx">how to configure NGINX</a> for your Brightbox apps too (which can easily be adjusted to any NGINX install really).</p>
<p>If you&#8217;re playing with any of this beta stuff (like these packages or the Brightbox gem) and have feedback or need help, feel free to discuss it on the <a href="http://groups.google.com/group/brightbox-beta">Brightbox-beta Google group</a> that i just set up.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/nginx-06-for-ubuntu-dapper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

