<?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: MoinMoin wiki on NGINX</title>
	<atom:link href="http://johnleach.co.uk/words/315/moinmoin-wiki-on-nginx/feed" rel="self" type="application/rss+xml" />
	<link>http://johnleach.co.uk/words/315/moinmoin-wiki-on-nginx</link>
	<description>Stuff I think, see and do</description>
	<lastBuildDate>Sat, 11 Feb 2012 15:56:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Running MoinMoin with Nginx &#124; Nginx Lighttpd</title>
		<link>http://johnleach.co.uk/words/315/moinmoin-wiki-on-nginx/comment-page-1#comment-133037</link>
		<dc:creator>Running MoinMoin with Nginx &#124; Nginx Lighttpd</dc:creator>
		<pubDate>Wed, 01 Jun 2011 13:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://johnleach.co.uk/words/?p=315#comment-133037</guid>
		<description>[...] MoinMoin wiki on NGINX [...]</description>
		<content:encoded><![CDATA[<p>[...] MoinMoin wiki on NGINX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoinMoin + Nginx &#8211; Where Wonder Begins</title>
		<link>http://johnleach.co.uk/words/315/moinmoin-wiki-on-nginx/comment-page-1#comment-81225</link>
		<dc:creator>MoinMoin + Nginx &#8211; Where Wonder Begins</dc:creator>
		<pubDate>Thu, 08 Apr 2010 07:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://johnleach.co.uk/words/?p=315#comment-81225</guid>
		<description>[...] From John Leach [...]</description>
		<content:encoded><![CDATA[<p>[...] From John Leach [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://johnleach.co.uk/words/315/moinmoin-wiki-on-nginx/comment-page-1#comment-75257</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://johnleach.co.uk/words/?p=315#comment-75257</guid>
		<description>@David:

Nginx gave me errors about SERVER_NAME, SERVER_PORT, and SERVER_PROTOCOL not being defined. It still seemed to work fine without, but I added them anyway to stop the log spam.</description>
		<content:encoded><![CDATA[<p>@David:</p>
<p>Nginx gave me errors about SERVER_NAME, SERVER_PORT, and SERVER_PROTOCOL not being defined. It still seemed to work fine without, but I added them anyway to stop the log spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://johnleach.co.uk/words/315/moinmoin-wiki-on-nginx/comment-page-1#comment-63278</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 19 Aug 2009 22:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://johnleach.co.uk/words/?p=315#comment-63278</guid>
		<description>theres another way, at least with moinmoin 1.8+, you only need:

location /wiki {
                fastcgi_param HTTP_X_MOIN_LOCATION /wiki;
                fastcgi_param PATH_INFO $fastcgi_script_name;
                fastcgi_param REQUEST_METHOD $request_method;
                fastcgi_param QUERY_STRING $query_string;
                fastcgi_param CONTENT_TYPE $content_type;
                fastcgi_param CONTENT_LENGTH $content_length;

                fastcgi_pass            127.0.0.1:9005;
        }</description>
		<content:encoded><![CDATA[<p>theres another way, at least with moinmoin 1.8+, you only need:</p>
<p>location /wiki {<br />
                fastcgi_param HTTP_X_MOIN_LOCATION /wiki;<br />
                fastcgi_param PATH_INFO $fastcgi_script_name;<br />
                fastcgi_param REQUEST_METHOD $request_method;<br />
                fastcgi_param QUERY_STRING $query_string;<br />
                fastcgi_param CONTENT_TYPE $content_type;<br />
                fastcgi_param CONTENT_LENGTH $content_length;</p>
<p>                fastcgi_pass            127.0.0.1:9005;<br />
        }</p>
]]></content:encoded>
	</item>
</channel>
</rss>

