<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<channel>
<title>Aquarionics - Category - quoth</title>
<link>http://www.aquarionics.com/category/quoth</link>
<description></description>
<dc:language>en-gb</dc:language>
<dc:creator>Aquarion (nicholas@aquarionics.com)</dc:creator>
<dc:rights>Copyright 2008 Aquarion</dc:rights>
<dc:date>2008-11-08T14:13:25+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.aquarionics.com/epistula/?v=2.0.3" />
<admin:errorReportsTo rdf:resource="mailto:nicholas@aquarionics.com"/>
<sy:updatePeriod>daily</sy:updatePeriod>
<sy:updateFrequency>8</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<item>
	<title>Mod Rewrite as a virtual hosting environment</title>
	<link>http://www.aquarionics.com/journal/2004/08/30/Mod_Rewrite_as_a_virtual_hosting_environment</link>
	<comments>http://www.aquarionics.com/journal/2004/08/30/Mod_Rewrite_as_a_virtual_hosting_environment</comments>
	<description>So, I&amp;#8217;ve now got control of istic.net. istic.net is going to have a number of subdomains, and I don&amp;#8217;t really want to muck around with apache every time I want to add one, or get my Friendly Neighbourhood Sysadmin to do so.

	Instead, I want mod_rewrite to do it, which it does. I have a virtualhost that handles *.istic.net, and passes it on to the following .htaccess...</description>
	<guid isPermaLink="true">http://www.aquarionics.com/journal/2004/08/30/Mod_Rewrite_as_a_virtual_hosting_environment</guid>
	<content:encoded><![CDATA[<p>So, I&#8217;ve now got control of istic.net. istic.net is going to have a number of subdomains, and I don&#8217;t really want to muck around with apache every time I want to add one, or get my Friendly Neighbourhood Sysadmin to do so.</p>

	<p>Instead, I want mod_rewrite to do it, which it does. I have a virtualhost that handles *.istic.net, and passes it on to the following .htaccess file:</p>

<pre>RewriteEngine on
RewriteRule     ^.*.istic.net.*$        -       [L]
RewriteRule   (.*) %{HTTP_HOST}/$1</pre>

	<p>Which redirects &#8220;http://ritual.istic.net&#8221; to &#8221;~/sites/istic/ritual.istic.net&#8221;, which is what I want.</p>

	<p>That shouldn&#8217;t have taken as many hours as it did, so I&#8217;m writing it down.</p>

	<p>Secondly, I&#8217;ve moved my braindump &#8211; <a href="http://hol.istic.net/">hol.istic.net</a> &#8211; to a temporary new home whilst the <span class="caps">DNS</span> resolves. By the wonders of my new domain name, it&#8217;s temporarily housed at <a href="http://supercalifragil.istic.net">supercalifragil.istic.net</a> which is possibly the best subdomain ever :-)</p>

	<p>So, my personal &#8220;hire me&#8221; site could go to &#8220;narciss.isitic.net&#8221;, I could move all my open source projects to &#8220;altru.istic.net&#8221;, set up a site about religion at ritual.istic, head of into the futur.istic and be all m.istic about it and whenever I got fed up with the whole blogging thing and needed to move, I can always go ball.istic.</p>

	<p>This isn&#8217;t actually far from the plan, which is to move the far flung tin-pot empires of AqCom that are getting lost under five years of journal archives &#38; articles, and move them to their own domains &#8211; or subdomains, or sub-subdomains &#8211; where they can live happily ever after.</p>]]></content:encoded>
	<dc:date>2004-08-30T00:34:12+00:00</dc:date>
	<dc:subject>aqcom</dc:subject>
	<dc:subject>aqWiki</dc:subject>
	<dc:subject>Cantrip</dc:subject>
	<dc:subject>computing</dc:subject>
	<dc:subject>epistula</dc:subject>
	<dc:subject>escape</dc:subject>
	<dc:subject>forever</dc:subject>
	<dc:subject>quoth</dc:subject>
	<dc:subject>web development</dc:subject>
	<slash:comments>5</slash:comments>
	<slash:section>journal</slash:section>
	<trackback:ping>http://www.aquarionics.com/trackback/journal/1497</trackback:ping>
</item>
<item>
	<title>Watched DVD's, Played games, read Lord of the Rings. Having a...</title>
	<link>http://www.aquarionics.com/journal/2000/04/24/Watched_DVD%27s%2C_Played_games%2C_read_Lord_of_the_Rings._Having_a...</link>
	<comments>http://www.aquarionics.com/journal/2000/04/24/Watched_DVD%27s%2C_Played_games%2C_read_Lord_of_the_Rings._Having_a...</comments>
	<description>Watched DVD's, Played games, read Lord of the Rings. Having a week off uni gives me time to slob around in style :-)
Also created a new webpage for my new program, Quoth.</description>
	<guid isPermaLink="true">http://www.aquarionics.com/journal/2000/04/24/Watched_DVD%27s%2C_Played_games%2C_read_Lord_of_the_Rings._Having_a...</guid>
	<content:encoded><![CDATA[Watched DVD's, Played games, read Lord of the Rings. Having a week off uni gives me time to slob around in style :-)<br>
Also created a new webpage for my new program, <a href="quoth/">Quoth</a>.]]></content:encoded>
	<dc:date>2000-04-24T05:00:00+00:00</dc:date>
	<dc:subject>Personal</dc:subject>
	<dc:subject>quoth</dc:subject>
	<slash:comments>0</slash:comments>
	<slash:section>journal</slash:section>
	<trackback:ping>http://www.aquarionics.com/trackback/journal/8</trackback:ping>
</item>
<item>
	<title>Ahh, Monday morning, life is boring.</title>
	<link>http://www.aquarionics.com/journal/2000/04/10/Ahh%2C_Monday_morning%2C_life_is_boring.</link>
	<comments>http://www.aquarionics.com/journal/2000/04/10/Ahh%2C_Monday_morning%2C_life_is_boring.</comments>
	<description>Ahh, Monday morning, life is boring.
I have just spent an interesting weekend working 18 hours a day whilst still geting nothing actually done. I have finished a whole new version of my Sig generator, Quoth, and that is due for release in a day or two (I have a file missing which is stopping me running the setup wizard, which is irritating).
I now have only 5 (count them, 1, 2, 3 , 4, 5) days...</description>
	<guid isPermaLink="true">http://www.aquarionics.com/journal/2000/04/10/Ahh%2C_Monday_morning%2C_life_is_boring.</guid>
	<content:encoded><![CDATA[Ahh, Monday morning, life is boring.<br>
I have just spent an <i>interesting</i> weekend working 18 hours a day whilst still geting nothing actually <i>done</i>. I have finished a whole new version of my Sig generator, Quoth, and that is due for release in a day or two (I have a file missing which is stopping me running the setup wizard, which is irritating).</p>
<p>I now have only 5 (count them, 1, 2, 3 , 4, <b>5</b>) days remaining until the non-stop rollercoaster ride that will be my Easter Holidays begins. On the downside, my M$ keyboard is still in the land of the dead, which means that I may be forced to go another $60 into my overdraft (which is only £40, so I could be grateful) or risk another attack of RSI. Which is <i>always</i> a nice start to the week. Add to this a bill for £600 ($900) of University Fees, Rent due and the Electricity meter in the -£4 range, and my bank account is not a happy bunny.</p> ]]></content:encoded>
	<dc:date>2000-04-10T05:00:00+00:00</dc:date>
	<dc:subject>University</dc:subject>
	<dc:subject>quoth</dc:subject>
	<slash:comments>0</slash:comments>
	<slash:section>journal</slash:section>
	<trackback:ping>http://www.aquarionics.com/trackback/journal/21</trackback:ping>
</item>
</channel>
</rss>