<?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>TheGarage Tech Blog &#187; server side includes</title>
	<atom:link href="http://garagetechblog.com/tag/server-side-includes/feed/" rel="self" type="application/rss+xml" />
	<link>http://garagetechblog.com</link>
	<description>Tech projects from the corner of a suburban garage</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:07:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Server Side Includes</title>
		<link>http://garagetechblog.com/2007/08/22/server-side-includes/</link>
		<comments>http://garagetechblog.com/2007/08/22/server-side-includes/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 14:39:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Tech]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server side includes]]></category>
		<category><![CDATA[xBitHack]]></category>

		<guid isPermaLink="false">http://www.computergeniuswwff.com/blog/2007/08/22/server-side-includes/</guid>
		<description><![CDATA[It seems me SSI is not working properly on cgwwff. Suddenly my footer with all the nav buttons and sitemeter and whatnot isn&#8217;t showing. Dammit it&#8217;s always something. UPDATE: It was the old XBitHack trick. My .htaccess file was&#8221;renewed&#8221; somehow in the process of all the domain changes and blog reconfigurations and the problems therewith. [...]]]></description>
			<content:encoded><![CDATA[<p>It seems me SSI is not working properly on <a title="Computer Genius Will Work For Food!" href="http://www.computergeniuswwff.com">cgwwff</a>. Suddenly my footer with all the nav buttons and sitemeter and whatnot isn&#8217;t showing. Dammit it&#8217;s always something.</p>
<p>UPDATE: It was the old <a title="XBitHack" href="http://httpd.apache.org/docs/1.3/howto/ssi.html#configuringyourservertopermitssi">XBitHack</a> trick.  My .htaccess file was&#8221;renewed&#8221; somehow in the process of all the domain changes and blog reconfigurations and the problems therewith. I was using the <a title="XBitHack" href="http://httpd.apache.org/docs/1.3/howto/ssi.html#configuringyourservertopermitssi">XBitHack</a> for <a title="Computer Genius Will Work For Food!" href="http://www.computergeniuswwff.com">cgwwff</a> to implement server side includes for my footer without having to change the file name of all the pages to an .shtml file extension, which is required for the server to process includes.  XBitHack tells the server to scan all pages with the executable bit set so I can just <em>chmod +x *.html</em> and presto all my web pages will be scanned for the include footer directive.</p>
<p>It&#8217;s important to enable this for only those pages that need it as a slight burden is placed on the server for each page scanned for includes. No since in incurring an unnecessary burden on the server for pages that don&#8217;t even have an include, eh.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://garagetechblog.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://garagetechblog.com/2007/08/22/server-side-includes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
