<?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>littled.net &#187; systems administration</title>
	<atom:link href="http://www.littled.net/new/category/systems-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littled.net/new</link>
	<description>David Little&#039;s home on the Web</description>
	<lastBuildDate>Mon, 02 Aug 2010 11:57:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tidying up</title>
		<link>http://www.littled.net/new/2008/12/30/tidying-up/</link>
		<comments>http://www.littled.net/new/2008/12/30/tidying-up/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 11:45:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[non-plone]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[systems administration]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.littled.net/new/?p=102</guid>
		<description><![CDATA[I&#8217;ve had a bit of time to tidy up my site over Christmas. Not just in terms of the design, but I&#8217;ve also given some thought to how I manage my content feeds. As I&#8217;ve recently been blogging about my work with Plone theming, I got my site listed on Planet Plone. This aggregates posts [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />I&#8217;ve had a bit of time to tidy up my site over Christmas. Not just in terms of the design, but I&#8217;ve also given some thought to how I manage my content feeds. As I&#8217;ve recently been blogging about my work with Plone theming, I got my site listed on <a href="http://planet.plone.org/">Planet Plone</a>. This aggregates posts from Plone-related blogs on one site. However, I don&#8217;t <em>just</em> blog about Plone but pretty much whatever I feel like at the time. This causes a bit of a problem in that I could be sending non-Plone noise over to Planet Plone which isn&#8217;t ideal. The odd post isn&#8217;t too much of a problem &#8212; in fact in can be interesting to see what other Plone people are up to on their days off from Plone. However, I&#8217;ve got a number of non-Plone posts planned for next year so it could get potentially quite annoying and distracting.</p>
<p>I tried setting up a redirect from my main Wordpress feed so it pointed to the Plone-specific feed but I couldn&#8217;t get this to work for some reason (maybe to do with the limitations of my through the web redirect editor, maybe something to do with the &#8220;virtual&#8221; directory structure in Wordpress). However, I came across this Wordpress plugin which seems to have done the job very well: <a href="http://urbangiraffe.com/plugins/redirection/">Redirection by Urban Giraffe</a>. This has a good range of functions to support redirecting, including the ability to match on regular expressions.</p>
<p>For now I&#8217;ve set my main site feed to point to the Plone category and will work on creating another feed for all other stuff. I&#8217;ll keep my eye on Planet Plone &#8212; if this post comes through then it&#8217;s back to the drawing board. If so, I&#8217;m open to other suggestions on how to sort this out!</p>
<p>As an addendum, I&#8217;ve just checked the Planet Plone site and my blog&#8217;s RSS feed is already listed as pointing to my Plone and Zope categories, so I&#8217;m not sure why it&#8217;s picking up non-Plone stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/12/30/tidying-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mod proxy magic</title>
		<link>http://www.littled.net/new/2008/02/11/mod-proxy-magic/</link>
		<comments>http://www.littled.net/new/2008/02/11/mod-proxy-magic/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 17:34:21 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[systems administration]]></category>
		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://www.littled.net/blog/?p=28</guid>
		<description><![CDATA[One of the useful things about getting my Plone hosting sorted is that I&#8217;ve been forced to dabble in some of the dark arts of systems administration. I now know  a little more about such things as mod_rewrite and mod_proxy in Apache.  I was attempting to seemingly integrate my Plone site with my [...]]]></description>
			<content:encoded><![CDATA[<p id="top" />One of the useful things about getting my Plone hosting sorted is that I&#8217;ve been forced to dabble in some of the dark arts of systems administration. I now know  a little more about such things as mod_rewrite and mod_proxy in Apache.  I was attempting to seemingly integrate my Plone site with my existing PHP-based site, doing something like this:</p>
<p>RewriteEngine On<br />
RewriteBase /</p>
<p>RewriteRule ^/plone($|/.*)<br />
http://myplonesite:9080<wbr></wbr>/VirtualHostBase/http/www.littled.net:80/VirtualHostRoot/_vh_plone$1<br />
[L,P]</p>
<p>So littled.net/plone would lead you straight into the Plone site. When I finally got the .htaccess file syntax correct which took a few passes (like getting the RewriteBase set properly) it kind of worked, except my hosting company don&#8217;t have mod_proxy installed (I guess for security reasons which is reasonable).  When the flags were taken out, the redirect did work, rewriting the URLs on the Plone page, but leaving the hideous Virtual Host Monster URL in the browser location bar. So, what I learned is this:</p>
<p>Even if you are using Rewrite rules and not using mod_proxy directly, you still need mod_proxy enabled for it to work properly.</p>
<p>Never mind, my Plone site is now going to be separate site from this with its own URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.littled.net/new/2008/02/11/mod-proxy-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
