<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Symphonious &#187; System Administration</title> <atom:link href="http://www.symphonious.net/category/code-and-geek-stuff/system-administration/feed/" rel="self" type="application/rss+xml" /><link>http://www.symphonious.net</link> <description>Living in a state of accord.</description> <lastBuildDate>Wed, 25 Jan 2012 21:25:34 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Amazon EC2 As A Webhost Redux</title><link>http://www.symphonious.net/2009/07/09/amazon-ec2-as-a-webhost-redux/</link> <comments>http://www.symphonious.net/2009/07/09/amazon-ec2-as-a-webhost-redux/#comments</comments> <pubDate>Thu, 09 Jul 2009 11:44:07 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[Code and Geek Stuff]]></category> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">http://www.symphonious.net/?p=1218</guid> <description><![CDATA[Back in 2007 I looked at EC2 for a web server and while it wound up being feasible it had a number of drawbacks: Those familiar with EC2 won&#39;t be surprised to hear that we won&#39;t be going with the service for three reasons: It&#39;s at least as expensive as the dedicated server we&#39;d need. [...]]]></description> <content:encoded><![CDATA[<p> Back in 2007 <a
href="http://www.symphonious.net/2007/07/24/amazon-sc2-as-a-webhost/">I looked at EC2 for a web server</a> and while <a
href="http://www.symphonious.net/2007/08/03/hosting-on-amazon-ec2/">it wound up being feasible</a> it had a number of drawbacks:</p><blockquote><p> Those familiar with EC2 won&#39;t be surprised to hear that we won&#39;t be going with the service for three reasons:</p><ol><li> It&#39;s at least as expensive as the dedicated server we&#39;d need.</li><li> The filesystem gets reset everytime the server reboots (S3 provides a REST API to store and retrieve data, not a filesystem)</li><li> The server gets a new IP address every time it reboots.</li></ol></blockquote><p> Since then Amazon have rolled out new services that solve problems 2 and 3 and reserved instances to help with 1.  What surprises me after a couple of years running a single EC2 instance with an app that’s using S3 for storage though is just how stable it has been.</p><p> Remember that EC2’s original point in life was scalability, not running one single instance for a really long time.  They’ve done tons of upgrades to their infrastructure over the last couple of years as well which normally would mean down time and migrations.  You can imagine my surprise when I checked how long it’s been since the instance rebooted:</p><pre class="code">
<span class="java_plain">e2wiki</span><span class="java_operator">:~</span><span class="java_plain"># uptime</span>
<span class="java_plain"> </span><span class="java_literal">04</span><span class="java_operator">:</span><span class="java_literal">28</span><span class="java_operator">:</span><span class="java_literal">45</span><span class="java_plain"> up </span><span class="java_literal">499</span><span class="java_plain"> days</span><span class="java_separator">,</span><span class="java_plain"> </span><span class="java_literal">19</span><span class="java_operator">:</span><span class="java_literal">14</span><span class="java_separator">,</span><span class="java_plain">  </span><span class="java_literal">1</span><span class="java_plain"> user</span><span class="java_separator">,</span><span class="java_plain">  load average</span><span class="java_operator">:</span><span class="java_plain"> </span><span class="java_literal">0.33</span><span class="java_separator">,</span><span class="java_plain"> </span><span class="java_literal">0.10</span><span class="java_separator">,</span><span class="java_plain"> </span><span class="java_literal">0.03</span>
</pre><p> Just shy of 500 days since a reboot for any reason. I can’t say that about any other hosting service I’ve ever used so even if EC2 is more expensive, it’s seriously reliable.</p><p> Now we just need to fix the memory leak in the app we’re running on that server &#8211; it up and dies a couple of times a week. That said, the script that automatically restarts it is so effective that the external monitoring tools don’t even notice so it’s probably not worth the effort.</p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2009/07/09/amazon-ec2-as-a-webhost-redux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>I Hate Deployment</title><link>http://www.symphonious.net/2009/05/29/i-hate-deployment/</link> <comments>http://www.symphonious.net/2009/05/29/i-hate-deployment/#comments</comments> <pubDate>Fri, 29 May 2009 16:50:00 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[Code and Geek Stuff]]></category> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">http://www.symphonious.net/?p=1183</guid> <description><![CDATA[Deployment ruins everything. So many cool technologies that let you develop more rapidly and do awesomely cool stuff fall down at the last hurdle of deployment. Sometimes it’s because they haven’t thought it through properly so it’s just plain too hard, but often it’s just that it’s too hard to convince people that it won’t [...]]]></description> <content:encoded><![CDATA[<p> Deployment ruins everything. So many cool technologies that let you develop more rapidly and do awesomely cool stuff fall down at the last hurdle of deployment. Sometimes it’s because they haven’t thought it through properly so it’s just plain too hard, but often it’s just that it’s too hard to convince people that it won’t be another headache for them.</p><p> The latest in my deployment-caused frustrations is CouchDB. I have a few use cases that I think CouchDB would be perfect for and it would save me heaps of development effort and headaches. The trouble is, while <a
href="http://jacobian.org/writing/of-the-web/">CouchDB may be of the web</a>, it really isn’t of the enterprise IT architecture.</p><p> That’s not to say it wouldn’t fit in perfectly well. It’s not to say there’s anything wrong with CouchDB. It doesn’t even mean that it would be hard to deploy or hard to maintain or anything to do with CouchDB at all. It’s just not part of the enterprise plan for “stuff we put on our servers”. Database stuff goes in Oracle or DB2 and we really don’t need a second database instance running. The fact that CouchDB is an entirely different type of database and has completely different strengths and weaknesses making it perfect for this particular use case doesn’t get a hearing.</p><p> When you have big enterprise as your clients, the cool toys always seem just out of reach<a
href="#footnote1:1243615744754" class="footnote" id="footlink1:1243615744754">1</a>.</p><p> I’d wish that I worked in an environment that was more relaxed and we could deploy tons of different systems based on what was the best fit for this particular job, except that I have that problem within Ephox and it’s not so much fun either.</p><p
class="footnote"> <a
href="#footlink1:1243615744754" id="footnote1:1243615744754">1</a> &#8211; like Java versions above 1.4…<a
href="#footlink1:1243615744754" class="footnotereturn">↩</a></p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2009/05/29/i-hate-deployment/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>200 Means OK!</title><link>http://www.symphonious.net/2008/11/21/200-means-ok/</link> <comments>http://www.symphonious.net/2008/11/21/200-means-ok/#comments</comments> <pubDate>Thu, 20 Nov 2008 15:39:11 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">http://www.symphonious.net/?p=1014</guid> <description><![CDATA[While many web visionaries are busy advocating the correct use of ETags and URIs etc etc, I just wish people could get the very basics of HTTP right. &#160;I’m not even talking about mime-types here, just status codes would be a really good place to start. If you’re returning the page as requested, use 200. [...]]]></description> <content:encoded><![CDATA[<p> While many web visionaries are busy advocating the correct use of ETags and URIs etc etc, I just wish people could get the very basics of HTTP right. &#160;I’m not even talking about mime-types here, just status codes would be a really good place to start.</p><p> If you’re returning the page as requested, use 200.</p><p> If you’re returning a server error, use 500.</p><p> If the requested page doesn’t exist, use 404.</p><p> If you can follow even just those three rules, you’ll make life so much easier for user agents. Anything about that is great too, but whatever you do, please get these basics right.</p><p> Epic fail to IIS and IBM Portal on these points. &#160;Something is seriously wrong with the internet…</p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2008/11/21/200-means-ok/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>I Love mod_proxy</title><link>http://www.symphonious.net/2008/11/01/i-love-mod_proxy/</link> <comments>http://www.symphonious.net/2008/11/01/i-love-mod_proxy/#comments</comments> <pubDate>Sat, 01 Nov 2008 08:48:50 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Code and Geek Stuff]]></category> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">http://www.symphonious.net/?p=985</guid> <description><![CDATA[After my amazingly successful use of mod_proxy to provide clean URLs in an IWWCM instance, it’s been added to my bag of useful tricks to know about. &#160;When you realize you can proxy differently based on the current virtual host it’s a very powerful solution. My latest use for it was to add name based [...]]]></description> <content:encoded><![CDATA[<p> After my amazingly successful use of mod_proxy to provide clean URLs in an IWWCM instance, it’s been added to my bag of useful tricks to know about. &#160;When you realize you can proxy differently based on the current virtual host it’s a very powerful solution.</p><p> My latest use for it was to add name based virtual host support to two completely separate virtual machines. &#160;One machine runs IBM WCM and the other runs Quickr. Both use the same port, and in the future there will be more VMs with different versions as well, so while it would be possible to assign different port numbers, I’d prefer to not have to remember which VM is using which port etc. &#160;The firewall however can only forward connections on a given port to one VM.</p><p> The solution then is to forward the traffic to Apache and configure mod_proxy within name based virtual hosts. Effectively Apache is acting as an intelligent HTTP router and I can add any number of VMs by adding a new CNAME and virtual host entry.</p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2008/11/01/i-love-mod_proxy/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Exporting and Importing a Portal WCM Library</title><link>http://www.symphonious.net/2008/08/18/exporting-and-importing-a-portal-wcm-library/</link> <comments>http://www.symphonious.net/2008/08/18/exporting-and-importing-a-portal-wcm-library/#comments</comments> <pubDate>Mon, 18 Aug 2008 09:38:31 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[Note To Self]]></category> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">http://www.symphonious.net/?p=913</guid> <description><![CDATA[I’m going to need this soon and I’ll never find the link again in the IBM&#160;forums so I’m putting it here. Exporting and Importing a Web Content Library It should let you move web content (minus drafts and previous versions unfortunately) from one IWWCM&#160;server to another.]]></description> <content:encoded><![CDATA[<p> I’m going to need this soon and I’ll never find the link again in the IBM&#160;forums so I’m putting it here.</p><p> <a
href="http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/index.jsp?topic=/com.ibm.wp.ent.doc/wcm/wcm_config_wcmlibrary_export.html">Exporting and Importing a Web Content Library</a></p><p> It should let you move web content (minus drafts and previous versions unfortunately) from one IWWCM&#160;server to another.</p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2008/08/18/exporting-and-importing-a-portal-wcm-library/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ant SCP/SSH Task Hangs Or Never Disconnects</title><link>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/</link> <comments>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/#comments</comments> <pubDate>Tue, 23 Oct 2007 02:56:21 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Code and Geek Stuff]]></category> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">https://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/</guid> <description><![CDATA[If you&#39;re using the scp or ssh tasks with ant, you may run into a problem where part way during the upload or never disconnecting after the command completes for the ssh task. There are a couple of possible causes: The scp problem is almost certainly caused by using ant 1.7.0 or below and jsch [...]]]></description> <content:encoded><![CDATA[<p> If you&#39;re using the scp or ssh tasks with ant, you may run into a problem where part way during the upload or never disconnecting after the command completes for the ssh task. There are a couple of possible causes:</p><ol><li> The scp problem is almost certainly caused by using ant 1.7.0 or below and jsch 0.1.30 or above. You could upgrade to the latest nightly of ant<a
id="footlink1-1193107782712" class="footnote" name="footlink1-1193107782712" href="#footnote1-1193107782712">1</a> but it&#39;s probably easier to just drop back to jsch 0.1.29 which is what ant was developed against and works nicely. <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=41090">Bug 41090</a> contains the gory details.</li><li> If the command you&#39;re executing with the ssh task starts a background service or otherwise leaves a process running, that may be the cause of the problem. You can add &#39;shopt -s huponexit&#39; to your /etc/profile, .bashrc or somewhere like that. I must admit,&#160;I&#39;m somewhat vague on the exact details of what that does but the basic idea seems to be to signal any background processes that bash is exiting and then not wait for them to complete (which allows your ssh connection to close). If you&#39;re starting a server they&#39;ll probably ignore the hup signal it sends and if not, use the nohup command.</li></ol><p> Hopefully that will be the last I&#39;ll see of that issue.</p><p
class="footnote"> <a
id="footnote1-1193107782712" href="#footlink1-1193107782712" name="footnote1-1193107782712">1</a> &#8211; which seems to mean compiling from source at the moment, since the nightly build directory the Ant website links to is empty<a
class="footnotereturn" href="#footlink1-1193107782712">↩</a></p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2007/10/23/ant-scpssh-task-hangs-or-never-disconnects/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Tomcat Startup Issues</title><link>http://www.symphonious.net/2007/08/21/tomcat-startup-issues/</link> <comments>http://www.symphonious.net/2007/08/21/tomcat-startup-issues/#comments</comments> <pubDate>Tue, 21 Aug 2007 07:17:15 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">https://www.symphonious.net/2007/08/21/tomcat-startup-issues/</guid> <description><![CDATA[I&#160;was so close to having everything working&#8230; EC2, S3, automatically pulling down the latest build and deploying it, Tomcat 5.5 with the native APR libraries, SSL support and using iptables to forward ports 80 and 443 directly over to Tomcat. Everything ready to go. Except Tomcat isn&#39;t so keen on starting. It usually starts, though [...]]]></description> <content:encoded><![CDATA[<p> I&#160;was so close to having everything working&#8230; EC2, S3, automatically pulling down the latest build and deploying it, Tomcat 5.5 with the native APR libraries, SSL support and using iptables to forward ports 80 and 443 directly over to Tomcat. Everything ready to go. Except Tomcat isn&#39;t so keen on starting.</p><p> It usually starts, though it can take over half an hour to do so and on a couple of occasions it&#39;s just flat out sat there and done nothing for multiple hours on end. At startup it outputs the log message:</p><p> Aug 20, 2007 3:08:56 PM org.apache.coyote.http11.Http11AprProtocol init<br
/> INFO: Initializing Coyote HTTP/1.1 on http-8080</p><p> and then nothing until all of a sudden 5-45 minutes later it suddenly comes back to life, finishes starting up and works perfectly. There&#39;s no CPU usage while it&#39;s out, it&#39;s just sitting there waiting for something to happen (network lookup??).</p><p> Sigh. I&#39;m sure the world is out to get me&#8230;.</p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2007/08/21/tomcat-startup-issues/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Hosting on Amazon EC2</title><link>http://www.symphonious.net/2007/08/03/hosting-on-amazon-ec2/</link> <comments>http://www.symphonious.net/2007/08/03/hosting-on-amazon-ec2/#comments</comments> <pubDate>Fri, 03 Aug 2007 05:10:19 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">https://www.symphonious.net/2007/08/03/hosting-on-amazon-ec2/</guid> <description><![CDATA[I&#39;ve done a fair bit more investigation into using EC2 for web hosting and it seems to be something that people do with a fair bit of success. In addition to Geert who commented on my last post and who&#39;s site rifers.org is hosted directly on EC2, there&#39;s also hanzoweb.com and www.gumiyo.com all of which [...]]]></description> <content:encoded><![CDATA[<p> I&#39;ve done a fair bit more investigation into <a
href="http://www.symphonious.net/2007/07/24/amazon-sc2-as-a-webhost/">using EC2 for web hosting</a> and it seems to be something that people do with a fair bit of success. In addition to Geert who commented on my last post and who&#39;s site <a
href="http://rifers.org/">rifers.org</a> is hosted directly on EC2, there&#39;s also <a
href="http://www.hanzoweb.com">hanzoweb.com</a> and <a
href="http://www.gumiyo.com">www.gumiyo.com</a> all of which just have their DNS pointing at an EC2 instance.</p><p> I still wish Amazon had a preconfigured solution that acted as the web front end and load balancer with a static IP, but it appears that it&#39;s quite feasible to just point your DNS&#160;at EC2 and your server seems to stay put.</p><p> I&#39;ve also done a bunch of development against S3 with some pretty fantastic results. With a little bit of simple caching it&#39;s actually feasible to run the server here in Australia and store the data on S3 without too much pain. Having very simple APIs is nice because it allows you to build a mock S3 quite easily to use for testing without having to jump through a lot of hoops.</p><p> Overall,&#160;I&#39;m very impressed &#8211; building a web app entirely on S3 is not only feasible, it&#39;s fairly simple and can actually speed up development. There&#39;s even a couple of personal projects of mine that S3 may be a good fit for.</p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2007/08/03/hosting-on-amazon-ec2/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Solr Search Index Backups?</title><link>http://www.symphonious.net/2007/07/25/solr-search-index-backups/</link> <comments>http://www.symphonious.net/2007/07/25/solr-search-index-backups/#comments</comments> <pubDate>Wed, 25 Jul 2007 03:12:11 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">https://www.symphonious.net/2007/07/25/solr-search-index-backups/</guid> <description><![CDATA[If you have a massive set of documents that you&#39;re using Solr to search (let&#39;s say a few million HTML pages) how much should you worry about losing the search index? It is of course always possible to reindex the original documents, but that would take a fair while, so should you keep a backup [...]]]></description> <content:encoded><![CDATA[<p> If you have a massive set of documents that you&#39;re using Solr to search (let&#39;s say a few million HTML pages) how much should you worry about losing the search index?</p><p> It is of course always possible to reindex the original documents, but that would take a fair while, so should you keep a backup of the search index? If you restored the backup, how would you identify which documents needed updating?</p><p> Solr seems to support replication &#8211; should you just use that as a constant backup that you can swap over to using if something goes wrong?</p><p> So many questions&#8230;</p><p> And it looks like there are answers out there somewhere &#8211; <a
href="http://wiki.apache.org/solr/SolrOperationsTools">Solr has a bunch of tools</a> related to backups and stuff. Looks promising, though the documentation doesn&#39;t really say what the best practices are at least there are tools that look like they help you manage the search indexes.</p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2007/07/25/solr-search-index-backups/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Amazon EC2 As A Webhost</title><link>http://www.symphonious.net/2007/07/24/amazon-sc2-as-a-webhost/</link> <comments>http://www.symphonious.net/2007/07/24/amazon-sc2-as-a-webhost/#comments</comments> <pubDate>Tue, 24 Jul 2007 03:11:03 +0000</pubDate> <dc:creator>Adrian Sutton</dc:creator> <category><![CDATA[System Administration]]></category> <guid
isPermaLink="false">https://www.symphonious.net/2007/07/24/amazon-sc2-as-a-webhost/</guid> <description><![CDATA[We need to move our company wiki and JIRA instance to a server with more RAM and CPU&#160;to spare as they&#39;re pretty slow on the current overloaded virtual server, so we&#39;ve been looking at a few different options. One that came up was using Amazon&#39;s EC2 and S3 services. We knew straight off that we [...]]]></description> <content:encoded><![CDATA[<p> We need to move our company wiki and JIRA instance to a server with more RAM and CPU&#160;to spare as they&#39;re pretty slow on the current overloaded virtual server, so we&#39;ve been looking at a few different options. One that came up was using Amazon&#39;s EC2 and S3 services. We knew straight off that we didn&#39;t need the scalability they offered but getting some experience using them could be beneficial and we really didn&#39;t know anything about what they actually offered so it was worth a quick look.</p><p> Those familiar with EC2 won&#39;t be surprised to hear that we won&#39;t be going with the service for three reasons:</p><ol><li> It&#39;s at least as expensive as the dedicated server we&#39;d need.</li><li> The filesystem gets reset everytime the server reboots (S3 provides a REST API to store and retrieve data, not a filesystem)</li><li> The server gets a new IP&#160;address every time it reboots.</li></ol><p> The cost only applies to us because we don&#39;t need scalability &#8211; our needs are really quite consistent so we&#39;re not avoiding purchasing large amounts of redundant hardware.&#160;We also have the ability to just pay a hosting company to set up one dedicated server for us instead of setting up our own server farm. If you were offering software as a service however, Amazon&#39;s offering is likely to save you a lot of money.</p><p> The filesystem resetting is a challenge for deploying most existing web applications, but not for software designed to run with S3. For instance, it&#39;s pretty easy to imagine a wiki implementation that uses S3 as it&#39;s &quot;database&quot;&#160;for storing data directly (probably with some local caching etc). Wikis are somewhat ideal for this because search is about the only query you perform on the data &#8211; otherwise you just retrieve pages by name which S3 is perfectly suited for. The fact that so many wikis use flat files instead of databases is an indication that it&#39;d work pretty well. There would be a few hurdles but nothing insurmountable.</p><p> The dynamic IP&#160;however is a real pain. There are examples of using dynamic DNS to work around it but the lag in DNS&#160;updates seems like a problem to me. The better solution would of course be to have a load balancer in front of your EC2 instances &#8211; the load balancer would have a static IP&#160;address and the EC2 instances would just register with it when they start up. Unfortunately this means you have to have a server outside of EC2 to do the load balancing which means another hosting provider to work with and it just seems odd to have the load balancing server in a different data center to the rest of the servers. If Amazon added an option to build an EC2 machine that could only ever have one instance but had a guaranteed IP&#160;address it would be the perfect solution.</p><p> It&#39;s certainly something interesting to play with &#8211; I&#39;ll have to chase up a corporate credit card and see if I can get access to do some experimentation some time.</p>]]></content:encoded> <wfw:commentRss>http://www.symphonious.net/2007/07/24/amazon-sc2-as-a-webhost/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> </channel> </rss>
