<?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: Just enough Weave</title>
	<atom:link href="http://majid.info/blog/just-enough-weave/feed/" rel="self" type="application/rss+xml" />
	<link>http://majid.info/blog/just-enough-weave/</link>
	<description>Sporadic pontification</description>
	<lastBuildDate>Tue, 16 Mar 2010 06:58:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: majid</title>
		<link>http://majid.info/blog/just-enough-weave/comment-page-1/#comment-918</link>
		<dc:creator>majid</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.majid.info/mylos/weblog/2009/09/09-1.html#comment-918</guid>
		<description>Well, I posted my nginx config above. The Python weave server has issues with the final Weave release, and I don&#039;t have the time right now to figure it out. The Mozilla Weave servers are much more stable nowadays, so that&#039;s what I use at the present.</description>
		<content:encoded><![CDATA[<p>Well, I posted my nginx config above. The Python weave server has issues with the final Weave release, and I don&#8217;t have the time right now to figure it out. The Mozilla Weave servers are much more stable nowadays, so that&#8217;s what I use at the present.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasse Johansen</title>
		<link>http://majid.info/blog/just-enough-weave/comment-page-1/#comment-917</link>
		<dc:creator>Hasse Johansen</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.majid.info/mylos/weblog/2009/09/09-1.html#comment-917</guid>
		<description>Hey :-)

I have troubles configuring nginx for use with the minimal wevae server from mozilla(the php one) As far as I saw on http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/ you got it working a sometime. Can you give me some pointer as how to configure nginx correctly. I think I have tried everything using some thing like this(which doesn&#039;t work):

server {
        listen                  443;
        server_name             weave.1mx.dk;
        root                    /var/www/weave.1mx.dk;
        access_log  /var/log/nginx/weave.access.log;
        error_log  /var/log/nginx/weave.error.log;
        keepalive_timeout       70;
        ssl                     on;
        ssl_certificate         /etc/nginx/server.pem;
        ssl_certificate_key     /etc/nginx/server.pem;
        ssl_protocols           SSLv3 TLSv1;
        ssl_ciphers             HIGH:!ADH:!MD5;
        location /weave {
                        alias /var/www/weave.1mx.dk/index.php;
                        include /etc/nginx//fastcgi_params;
                        fastcgi_pass   localhost:8000;  # port where FastCGI processes were spawned
                        fastcgi_index  index.php;
                        fastcgi_param   SCRIPT_FILENAME $document_root$fastcgi_script_name;
               }
}</description>
		<content:encoded><![CDATA[<p>Hey <img src='http://majid.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have troubles configuring nginx for use with the minimal wevae server from mozilla(the php one) As far as I saw on <a href="http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/" rel="nofollow">http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/</a> you got it working a sometime. Can you give me some pointer as how to configure nginx correctly. I think I have tried everything using some thing like this(which doesn&#8217;t work):</p>
<p>server {<br />
        listen                  443;<br />
        server_name             weave.1mx.dk;<br />
        root                    /var/www/weave.1mx.dk;<br />
        access_log  /var/log/nginx/weave.access.log;<br />
        error_log  /var/log/nginx/weave.error.log;<br />
        keepalive_timeout       70;<br />
        ssl                     on;<br />
        ssl_certificate         /etc/nginx/server.pem;<br />
        ssl_certificate_key     /etc/nginx/server.pem;<br />
        ssl_protocols           SSLv3 TLSv1;<br />
        ssl_ciphers             HIGH:!ADH:!MD5;<br />
        location /weave {<br />
                        alias /var/www/weave.1mx.dk/index.php;<br />
                        include /etc/nginx//fastcgi_params;<br />
                        fastcgi_pass   localhost:8000;  # port where FastCGI processes were spawned<br />
                        fastcgi_index  index.php;<br />
                        fastcgi_param   SCRIPT_FILENAME $document_root$fastcgi_script_name;<br />
               }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
