<?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 on: Wordpress with Nginx on Slicehost</title>
	<atom:link href="http://www.motionstandingstill.com/wordpress-with-nginx-on-slicehost/2008-10-23/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.motionstandingstill.com/wordpress-with-nginx-on-slicehost/2008-10-23/</link>
	<description>high performance ruby on rails</description>
	<lastBuildDate>Tue, 31 Aug 2010 17:47:57 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nahum</title>
		<link>http://www.motionstandingstill.com/wordpress-with-nginx-on-slicehost/2008-10-23/comment-page-1/#comment-4115</link>
		<dc:creator>nahum</dc:creator>
		<pubDate>Tue, 26 May 2009 23:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.motionstandingstill.com/?p=162#comment-4115</guid>
		<description>That&#039;s exactly the same as the one I&#039;m using.</description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly the same as the one I&#8217;m using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kolya</title>
		<link>http://www.motionstandingstill.com/wordpress-with-nginx-on-slicehost/2008-10-23/comment-page-1/#comment-4113</link>
		<dc:creator>Kolya</dc:creator>
		<pubDate>Tue, 26 May 2009 21:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.motionstandingstill.com/?p=162#comment-4113</guid>
		<description>Craig, here it is (credits to Matt Stevens from slicehost forum):

# if the requested file exists, return it immediately
if (-f $request_filename) {
break;
}

set $supercache_file &#039;&#039;;
set $supercache_uri $request_uri;

if ($request_method = POST) {
set $supercache_uri &#039;&#039;;
}

# Using pretty permalinks, so bypass the cache for any query string
if ($query_string) {
set $supercache_uri &#039;&#039;;
}

if ($http_cookie ~* &quot;comment_author_&#124;wordpress&#124;wp-postpass_&quot; ) {
set $supercache_uri &#039;&#039;;
}

# if we haven&#039;t bypassed the cache, specify our supercache file
if ($supercache_uri ~ ^(.+)$) {
set $supercache_file /wp-content/cache/supercache/$http_host/$1index.html;
}

# only rewrite to the supercache file if it actually exists
if (-f $document_root$supercache_file) {
rewrite ^(.*)$ $supercache_file break;
}

# all other requests go to Wordpress
if (!-e $request_filename) {
rewrite . /index.php last;
}</description>
		<content:encoded><![CDATA[<p>Craig, here it is (credits to Matt Stevens from slicehost forum):</p>
<p># if the requested file exists, return it immediately<br />
if (-f $request_filename) {<br />
break;<br />
}</p>
<p>set $supercache_file &#8221;;<br />
set $supercache_uri $request_uri;</p>
<p>if ($request_method = POST) {<br />
set $supercache_uri &#8221;;<br />
}</p>
<p># Using pretty permalinks, so bypass the cache for any query string<br />
if ($query_string) {<br />
set $supercache_uri &#8221;;<br />
}</p>
<p>if ($http_cookie ~* &#8220;comment_author_|wordpress|wp-postpass_&#8221; ) {<br />
set $supercache_uri &#8221;;<br />
}</p>
<p># if we haven&#8217;t bypassed the cache, specify our supercache file<br />
if ($supercache_uri ~ ^(.+)$) {<br />
set $supercache_file /wp-content/cache/supercache/$http_host/$1index.html;<br />
}</p>
<p># only rewrite to the supercache file if it actually exists<br />
if (-f $document_root$supercache_file) {<br />
rewrite ^(.*)$ $supercache_file break;<br />
}</p>
<p># all other requests go to Wordpress<br />
if (!-e $request_filename) {<br />
rewrite . /index.php last;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Jolicoeur</title>
		<link>http://www.motionstandingstill.com/wordpress-with-nginx-on-slicehost/2008-10-23/comment-page-1/#comment-3881</link>
		<dc:creator>Craig Jolicoeur</dc:creator>
		<pubDate>Sun, 17 May 2009 00:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.motionstandingstill.com/?p=162#comment-3881</guid>
		<description>I&#039;m very interested in what you are using for WPSuperCache config params.

The nginx.conf file you listed above simply includes the prams from the file below:

include /etc/nginx/conf/wordpress_params.super_cache;

Could you post, or even better, email me directly what you are using to get WPSuperCache to work with WP?  I&#039;ve tried many things and have been unable to get WPSuperCache working with my WP+Nginx setup.</description>
		<content:encoded><![CDATA[<p>I&#8217;m very interested in what you are using for WPSuperCache config params.</p>
<p>The nginx.conf file you listed above simply includes the prams from the file below:</p>
<p>include /etc/nginx/conf/wordpress_params.super_cache;</p>
<p>Could you post, or even better, email me directly what you are using to get WPSuperCache to work with WP?  I&#8217;ve tried many things and have been unable to get WPSuperCache working with my WP+Nginx setup.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.534 seconds -->
