<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #557: Set up a re-direct</title>
    <link>http://localhost:8080/trac/ticket/557</link>
    <description>&lt;p&gt;
Please can you set up two re-direct/pointers
&lt;/p&gt;
&lt;p&gt;
from: "power.transitionnetwork.org"
to: "&lt;a class="ext-link" href="http://www.transitionnetwork.org/power-just-doing-stuff"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://www.transitionnetwork.org/power-just-doing-stuff&lt;/a&gt;"
&lt;/p&gt;
&lt;p&gt;
AND
&lt;/p&gt;
&lt;p&gt;
from: "&lt;a class="ext-link" href="http://www.thepowerofjustdoingstuff.org"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://www.thepowerofjustdoingstuff.org&lt;/a&gt;" (we own in gandi)
to: "&lt;a class="ext-link" href="http://www.transitionnetwork.org/power-just-doing-stuff"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://www.transitionnetwork.org/power-just-doing-stuff&lt;/a&gt;"
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/557</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 05 Jun 2013 11:41:49 GMT</pubDate>
      <title>hours, status, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/557#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/557#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;accepted&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
&lt;strong&gt;ED&lt;/strong&gt;: I'm not able to set the domain thepowerofjustdoingstuff.org to use the redirects zone file unless I'm the tech-contact for the domain -- can you change this please, see &lt;a class="ext-link" href="https://www.gandi.net/whois/details?search=thepowerofjustdoingstuff.org"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.gandi.net/whois/details?search=thepowerofjustdoingstuff.org&lt;/a&gt; and the second sentence on this page for more details, &lt;a class="wiki" href="http://localhost:8080/trac/wiki/DomainNames"&gt;wiki:DomainNames&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
We use Nginx on &lt;a class="wiki" href="http://localhost:8080/trac/wiki/PenguinServer"&gt;wiki:PenguinServer&lt;/a&gt; for redirects and the (somewhat out of date) domain names are all documented on &lt;a class="wiki" href="http://localhost:8080/trac/wiki/DomainNames"&gt;wiki:DomainNames&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
The &lt;tt&gt;/etc/nginx/sites-available/redirects&lt;/tt&gt; file was edited and the following was added:
&lt;/p&gt;
&lt;pre class="wiki"&gt;server {
       listen 80;
       server_name power.transitionnetwork.org
                    thepowerofjustdoingstuff.org
                    www.thepowerofjustdoingstuff.org;
        rewrite ^ http://www.transitionnetwork.org/power-just-doing-stuff permanent;
}
&lt;/pre&gt;&lt;p&gt;
But then a restart failed:
&lt;/p&gt;
&lt;pre class="wiki"&gt;Configuration test failed!
nginx: [emerg] could not build the server_names_hash, you should increase either server_names_hash_max_size: 1024 or server_names_hash_bucket_size: 64
nginx: configuration file /etc/nginx/nginx.conf test failed
&lt;/pre&gt;&lt;p&gt;
So this was edited in &lt;tt&gt;/etc/nginx/nginx.conf&lt;/tt&gt;:
&lt;/p&gt;
&lt;pre class="wiki"&gt;server_names_hash_max_size 2048;
&lt;/pre&gt;&lt;p&gt;
And then Nginx restarted OK.
&lt;/p&gt;
&lt;p&gt;
The Gandi Transition Network zone file was copied as version 12 and edited to add an entry for the power sub-domain:
&lt;/p&gt;
&lt;pre class="wiki"&gt;* 3600 IN A 81.95.52.103
*.newdev 3600 IN A 81.95.52.103
*.parrot 3600 IN A 81.95.52.43
2010.archive 3600 IN A 81.95.52.111
2011.archive 3600 IN A 81.95.52.111
@ 3600 IN A 81.95.52.103
lists 3600 IN A 212.113.133.235
mail 3600 IN A 212.113.133.235
newdev 3600 IN A 81.95.52.103
parrot 3600 IN A 81.95.52.43
penguin 3600 IN A 81.95.52.111
power 3600 IN A 81.95.52.111
puffin 3600 IN A 81.95.52.103
redirects 3600 IN A 81.95.52.111
static 3600 IN A 81.95.52.111
stats 3600 IN A 81.95.52.111
tech 3600 IN A 81.95.52.111
trac 3600 IN A 81.95.52.111
wiki 3600 IN A 81.95.52.111
www 3600 IN A 81.95.52.103
www.wiki 3600 IN A 81.95.52.111
@ 3600 IN MX 0 mx1.spamfiltering.com.
@ 3600 IN MX 5 mx2.spamfiltering.com.
tech 10800 IN MX 10 mx.webarch.net.
&lt;/pre&gt;&lt;p&gt;
And this version was made live and tested with dig:
&lt;/p&gt;
&lt;pre class="wiki"&gt;dig @A.DNS.GANDI.NET power.transitionnetwork.org +short
  81.95.52.103
dig -x 81.95.52.103 +short
  puffin.webarch.net.
&lt;/pre&gt;&lt;p&gt;
So the DNS update has yet to take effect as it should be pointing to penguin.webarch.net, this should be resolved soon.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Wed, 05 Jun 2013 14:14:54 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/557#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/557#comment:2</guid>
      <description>
        &lt;p&gt;
Chris: domain set to have you as technical contact
&lt;/p&gt;
&lt;p&gt;
second line of wiki page duly noted :)
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 05 Jun 2013 16:12:02 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/557#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/557#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.15&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.5&lt;/em&gt; to &lt;em&gt;0.65&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Thanks for making me the tech contact.
&lt;/p&gt;
&lt;p&gt;
You had the domain using a old version of the Transition Redirects zone file (some other domains might be as well, we should do a audit and updated &lt;a class="wiki" href="http://localhost:8080/trac/wiki/DomainNames"&gt;wiki:DomainNames&lt;/a&gt; at some point), I have changed it to use the right one, but it'll take some time for the DNS to update:
&lt;/p&gt;
&lt;pre class="wiki"&gt;dig @A.DNS.GANDI.NET thepowerofjustdoingstuff.org +short
81.95.52.88
&lt;/pre&gt;&lt;p&gt;
The power sub-domain has now updated:
&lt;/p&gt;
&lt;pre class="wiki"&gt;dig power.transitionnetwork.org +short
  81.95.52.111
lynx -head -dump http://power.transitionnetwork.org/ | grep Location
  Location: http://www.transitionnetwork.org/power-just-doing-stuff
&lt;/pre&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 05 Jun 2013 16:43:32 GMT</pubDate>
      <title>hours, status, totalhours changed; resolution set</title>
      <link>http://localhost:8080/trac/ticket/557#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/557#comment:4</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.1&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;accepted&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.65&lt;/em&gt; to &lt;em&gt;0.75&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
The DNS has now updated:
&lt;/p&gt;
&lt;pre class="wiki"&gt;dig @A.DNS.GANDI.NET thepowerofjustdoingstuff.org +short
  81.95.52.111
dig thepowerofjustdoingstuff.org +short
  81.95.52.111
lynx -head -dump http://thepowerofjustdoingstuff.org/ | grep Location
  Location: http://www.transitionnetwork.org/power-just-doing-stuff
&lt;/pre&gt;&lt;p&gt;
So these now all redirect to &lt;a class="ext-link" href="http://www.transitionnetwork.org/power-just-doing-stuff"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://www.transitionnetwork.org/power-just-doing-stuff&lt;/a&gt;
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a class="ext-link" href="http://power.transitionnetwork.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://power.transitionnetwork.org/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://thepowerofjustdoingstuff.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://thepowerofjustdoingstuff.org/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://www.thepowerofjustdoingstuff.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://www.thepowerofjustdoingstuff.org/&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
So I'm closing this ticket.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Wed, 05 Jun 2013 16:47:06 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/557#comment:5</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/557#comment:5</guid>
      <description>
        &lt;p&gt;
thanks
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>