<?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>god morgon! &#187; ubuntu</title>
	<atom:link href="http://god.morgon.nu/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://god.morgon.nu</link>
	<description></description>
	<lastBuildDate>Fri, 23 Oct 2009 13:35:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Latest nginx with gzip_static ubuntu jaunty jackalope deb package</title>
		<link>http://god.morgon.nu/2009/05/02/latest-nginx-with-gzip_static-ubuntu-jaunty-jackalope-deb-package/</link>
		<comments>http://god.morgon.nu/2009/05/02/latest-nginx-with-gzip_static-ubuntu-jaunty-jackalope-deb-package/#comments</comments>
		<pubDate>Sat, 02 May 2009 13:35:09 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gzip_static]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://god.morgon.nu/?p=82</guid>
		<description><![CDATA[nginx in ubuntu 9.04 aka jaunty jackalope is compiled without gzip_static support (Bug report).  Waiting for it to be resolved seems like to be waiting for ubuntu karmic koala.
gzip_static enables nginx to check for pre gzip&#8217;d files so it doesn&#8217;t have to gzip the same content over and over again, which saves you a [...]]]></description>
			<content:encoded><![CDATA[<p>nginx in <a href="http://www.ubuntu.com/">ubuntu</a> 9.04 aka jaunty jackalope is compiled without gzip_static support (<a href="https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/346010">Bug report</a>).  Waiting for it to be resolved seems like to be waiting for ubuntu karmic koala.</p>
<p><code>gzip_static</code> enables nginx to check for pre gzip&#8217;d files so it doesn&#8217;t have to gzip the same content over and over again, which saves you a lot of cpu on high traffic sites. Say you request <code>/foo/index.html</code>  with <code>Accept-Encoding: gzip</code> and there is a file in your doc root <code>foo/index.html.gz</code>, nginx will then take that <code>index.html.gz</code> and serve it instead of gziping foo/index.html on the fly.</p>
<p>Upgrading and compiling deb packages seems to be easier than ever, I found a tutorial on the <a href="http://ubuntuforums.org/showthread.php?t=1105902">ubuntu forum</a> which explains in just a few steps on how to always have the latest nginx available in a ubuntu fashion (conf in /etc/nginx,  startup script in /etc/init.d  and so on). I guess the tutorial works for 0.6.x versions aswell as 0.7.x. I only tried 0.7, not that I need any specific 0.7 features but I like to have the latest and greatest :)</p>
<p>Anyway if you still don&#8217;t want to compile it, you can download <a href="http://god.morgon.nu/public/nginx-jaunty/nginx_0.7.54-0ubuntu1_i386.deb">nginx_0.7.54-0ubuntu1_i386.deb</a> from my <a href="http://god.morgon.nu/public/">public files section</a>.</p>
<pre><code>$ wget http://god.morgon.nu/public/nginx-jaunty/nginx_0.7.54-0ubuntu1_i386.deb
$ sudo dpkg -i nginx_0.7.54-0ubuntu1_i386.deb
</code></pre>
<p>I don&#8217;t have any energy to put up an apt repository but chances are I will keep publishing new nginx packages on there. Keep in mind I only have 10 mbit up, feel free to mirror it and include a link back to this post or post a mirror link in the comments. Also feel free to post comments if you like this or if you have any feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://god.morgon.nu/2009/05/02/latest-nginx-with-gzip_static-ubuntu-jaunty-jackalope-deb-package/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
