<?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 for Alchemist</title>
	<atom:link href="http://alchemi.st/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alchemi.st</link>
	<description>Ramblings on the eclectic and dangerous.</description>
	<lastBuildDate>Mon, 20 Feb 2012 22:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on The actual graylog2 installation instructions by mklappstuhl</title>
		<link>http://alchemi.st/the-actual-graylog2-installation-instructions/#comment-214</link>
		<dc:creator>mklappstuhl</dc:creator>
		<pubDate>Mon, 20 Feb 2012 22:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=760#comment-214</guid>
		<description>Thanks! Why don&#039;t you edit the installation instructions at the Github wiki? Maybe try to stay distribution agnostic but at least add some info what else is needed...</description>
		<content:encoded><![CDATA[<p>Thanks! Why don&#8217;t you edit the installation instructions at the Github wiki? Maybe try to stay distribution agnostic but at least add some info what else is needed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The actual graylog2 installation instructions by mklappstuhl</title>
		<link>http://alchemi.st/the-actual-graylog2-installation-instructions/#comment-213</link>
		<dc:creator>mklappstuhl</dc:creator>
		<pubDate>Mon, 20 Feb 2012 22:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=760#comment-213</guid>
		<description>Thanks! Why don&#039;t you edit the installation instructions at the Github wiki.</description>
		<content:encoded><![CDATA[<p>Thanks! Why don&#8217;t you edit the installation instructions at the Github wiki.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx, WordPress Network, and Fastcgi Cache: The Ultimate Guide. by admin</title>
		<link>http://alchemi.st/nginx-wordpress-network-and-fastcgi-cache-the-ultimate-guide/#comment-186</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 27 Jan 2012 23:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=361#comment-186</guid>
		<description>this upstart script is not ideal. I&#039;ve added a new one above</description>
		<content:encoded><![CDATA[<p>this upstart script is not ideal. I&#8217;ve added a new one above</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx, WordPress Network, and Fastcgi Cache: The Ultimate Guide. by chris hough</title>
		<link>http://alchemi.st/nginx-wordpress-network-and-fastcgi-cache-the-ultimate-guide/#comment-183</link>
		<dc:creator>chris hough</dc:creator>
		<pubDate>Wed, 28 Dec 2011 21:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=361#comment-183</guid>
		<description>I was able to finally get my system upgraded and put together a post about it here: http://noconformity.co/2011/12/06/rackspace-cloud-ubuntu-nginx-upgrade/

Here was how I set up my server from the start:
http://noconformity.co/2011/11/09/rackspace-cloud-ubuntu-11-04-lemp-server/</description>
		<content:encoded><![CDATA[<p>I was able to finally get my system upgraded and put together a post about it here: <a href="http://noconformity.co/2011/12/06/rackspace-cloud-ubuntu-nginx-upgrade/" rel="nofollow">http://noconformity.co/2011/12/06/rackspace-cloud-ubuntu-nginx-upgrade/</a></p>
<p>Here was how I set up my server from the start:<br />
<a href="http://noconformity.co/2011/11/09/rackspace-cloud-ubuntu-11-04-lemp-server/" rel="nofollow">http://noconformity.co/2011/11/09/rackspace-cloud-ubuntu-11-04-lemp-server/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx, WordPress Network, and Fastcgi Cache: The Ultimate Guide. by admin</title>
		<link>http://alchemi.st/nginx-wordpress-network-and-fastcgi-cache-the-ultimate-guide/#comment-182</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 09 Dec 2011 18:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=361#comment-182</guid>
		<description>I&#039;m currently using this upstart script: &lt;pre escaped=&quot;true&quot; lang=&quot;bash&quot; line=&quot;1&quot;&gt;description &quot;nginx http daemon&quot;

start on runlevel [2]
stop on runlevel [016]

console owner

exec /opt/nginx/sbin/nginx -c /opt/nginx/conf/nginx.conf -g &quot;daemon off;&quot;

respawn
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently using this upstart script:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="bash">description <span class="st0">&quot;nginx http daemon&quot;</span>
&nbsp;
start on runlevel <span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>
stop on runlevel <span class="br0">&#91;</span>016<span class="br0">&#93;</span>
&nbsp;
console owner
&nbsp;
<span class="kw3">exec</span> <span class="sy0">/</span>opt<span class="sy0">/</span>nginx<span class="sy0">/</span>sbin<span class="sy0">/</span>nginx <span class="re5">-c</span> <span class="sy0">/</span>opt<span class="sy0">/</span>nginx<span class="sy0">/</span>conf<span class="sy0">/</span>nginx.conf <span class="re5">-g</span> <span class="st0">&quot;daemon off;&quot;</span>
&nbsp;
respawn</pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx, WordPress Network, and Fastcgi Cache: The Ultimate Guide. by chris hough</title>
		<link>http://alchemi.st/nginx-wordpress-network-and-fastcgi-cache-the-ultimate-guide/#comment-181</link>
		<dc:creator>chris hough</dc:creator>
		<pubDate>Mon, 05 Dec 2011 00:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=361#comment-181</guid>
		<description>disregard my last post, I was able to get it installed correctly.</description>
		<content:encoded><![CDATA[<p>disregard my last post, I was able to get it installed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx, WordPress Network, and Fastcgi Cache: The Ultimate Guide. by chris hough</title>
		<link>http://alchemi.st/nginx-wordpress-network-and-fastcgi-cache-the-ultimate-guide/#comment-180</link>
		<dc:creator>chris hough</dc:creator>
		<pubDate>Sat, 03 Dec 2011 23:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=361#comment-180</guid>
		<description>after reading your post I set out to try to upgrade and configure my nginx installation to meet the specs.  after make install, what are the other commands to get it to startup? http://serverfault.com/questions/337421/ubuntu-server-upgrade-nginx-to-1-1-5-from-1-0-10  the older installation had a /etc/init.d start process</description>
		<content:encoded><![CDATA[<p>after reading your post I set out to try to upgrade and configure my nginx installation to meet the specs.  after make install, what are the other commands to get it to startup? <a href="http://serverfault.com/questions/337421/ubuntu-server-upgrade-nginx-to-1-1-5-from-1-0-10" rel="nofollow">http://serverfault.com/questions/337421/ubuntu-server-upgrade-nginx-to-1-1-5-from-1-0-10</a>  the older installation had a /etc/init.d start process</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx, WordPress Network, and Fastcgi Cache: The Ultimate Guide. by admin</title>
		<link>http://alchemi.st/nginx-wordpress-network-and-fastcgi-cache-the-ultimate-guide/#comment-148</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 10 Sep 2011 17:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=361#comment-148</guid>
		<description>Yeah, I would let nginx do the compression, instead of php. Glad you got it fixed!</description>
		<content:encoded><![CDATA[<p>Yeah, I would let nginx do the compression, instead of php. Glad you got it fixed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx, WordPress Network, and Fastcgi Cache: The Ultimate Guide. by Eleshar</title>
		<link>http://alchemi.st/nginx-wordpress-network-and-fastcgi-cache-the-ultimate-guide/#comment-147</link>
		<dc:creator>Eleshar</dc:creator>
		<pubDate>Sat, 10 Sep 2011 07:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=361#comment-147</guid>
		<description>Unfortunately that didn&#039;t make a difference, but I finally figured out why it wasn&#039;t working.

I had zlib.output_compression active in php.ini, once I deactivated that it started working.</description>
		<content:encoded><![CDATA[<p>Unfortunately that didn&#8217;t make a difference, but I finally figured out why it wasn&#8217;t working.</p>
<p>I had zlib.output_compression active in php.ini, once I deactivated that it started working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nginx, WordPress Network, and Fastcgi Cache: The Ultimate Guide. by admin</title>
		<link>http://alchemi.st/nginx-wordpress-network-and-fastcgi-cache-the-ultimate-guide/#comment-146</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 09 Sep 2011 19:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://alchemi.st/?p=361#comment-146</guid>
		<description>So, first and foremost, I would suggest double checking to make sure the user fmmsync and the group www-data can write to /var/cache/nginx
Secondly, It looks like you are passing the connection off to php before you are executing the cache. You want to include the fastcgi params first, then execute the cache, then move on the the fastcgi param configuration, and then finally send the connection back to php. Change the order of your configuration directives to something more like this:
&lt;pre escaped=&quot;true&quot; lang=&quot;nginx&quot; line=&quot;1&quot;&gt;
include fastcgi_params;
fastcgi_cache_use_stale error timeout invalid_header http_500;
fastcgi_cache_key $host$request_uri;
fastcgi_cache WORDPRESS;
fastcgi_cache_valid 200 2m;
fastcgi_cache_bypass $nocache;
fastcgi_no_cache $nocache;
fastcgi_cache_min_uses 1;

fastcgi_index index.php;
fastcgi_param CONTENT-LENGTH $content_length;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_script_name;

fastcgi_pass php;
&lt;/pre&gt;

Third, it looks like your cache purge key and cache key are different:
&lt;pre escaped=&quot;true&quot; lang=&quot;nginx&quot; line=&quot;1&quot;&gt;
fastcgi_cache_purge WORDPRESS $host$1$request_method;
fastcgi_cache_key $host$request_uri;
&lt;/pre&gt;

additionally, make sure you are testing with a browser that isn&#039;t logged into your wordpress instance. I like to add a header to the response to check wether or the the request would have been cached, or called from the cache:
&lt;pre escaped=&quot;true&quot; lang=&quot;nginx&quot; line=&quot;1&quot;&gt;
add_header nocache $nocache;
&lt;/pre&gt;
This will return empty if the cache ought to have been used, and with &quot;y&quot; if the cache is bypassed.

Aside from that, I would simplify your fastcgi_cache_path directive. Once you&#039;ve got it caching something, try adding directives to optimize.

For even more speed, try putting the cache on a &lt;a href=&quot;http://www.ruby-forum.com/topic/203190&quot; rel=&quot;nofollow&quot;&gt;tmpfs&lt;/a&gt;!


Hope this helps!</description>
		<content:encoded><![CDATA[<p>So, first and foremost, I would suggest double checking to make sure the user fmmsync and the group www-data can write to /var/cache/nginx<br />
Secondly, It looks like you are passing the connection off to php before you are executing the cache. You want to include the fastcgi params first, then execute the cache, then move on the the fastcgi param configuration, and then finally send the connection back to php. Change the order of your configuration directives to something more like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code"><pre class="nginx">include fastcgi_params;
fastcgi_cache_use_stale error timeout invalid_header http_500;
fastcgi_cache_key $host$request_uri;
fastcgi_cache WORDPRESS;
fastcgi_cache_valid 200 2m;
fastcgi_cache_bypass $nocache;
fastcgi_no_cache $nocache;
fastcgi_cache_min_uses 1;
&nbsp;
fastcgi_index index.php;
fastcgi_param CONTENT-LENGTH $content_length;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_script_name;
&nbsp;
fastcgi_pass php;</pre></td></tr></table></div>

<p>Third, it looks like your cache purge key and cache key are different:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="nginx">fastcgi_cache_purge WORDPRESS $host$1$request_method;
fastcgi_cache_key $host$request_uri;</pre></td></tr></table></div>

<p>additionally, make sure you are testing with a browser that isn&#8217;t logged into your wordpress instance. I like to add a header to the response to check wether or the the request would have been cached, or called from the cache:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="nginx">add_header nocache $nocache;</pre></td></tr></table></div>

<p>This will return empty if the cache ought to have been used, and with &#8220;y&#8221; if the cache is bypassed.</p>
<p>Aside from that, I would simplify your fastcgi_cache_path directive. Once you&#8217;ve got it caching something, try adding directives to optimize.</p>
<p>For even more speed, try putting the cache on a <a href="http://www.ruby-forum.com/topic/203190" rel="nofollow">tmpfs</a>!</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (User agent is rejected)
Database Caching 5/11 queries in 0.003 seconds using apc
Object Caching 274/276 objects using apc

Served from: monkeyonfire.org @ 2012-02-23 02:01:08 -->
