<?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>Olaf&#039;s blog &#187; apache</title>
	<atom:link href="http://olafsblog.sysbsb.de/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://olafsblog.sysbsb.de</link>
	<description>Olaf&#039;s blog on software development and life</description>
	<lastBuildDate>Thu, 18 Nov 2010 07:57:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using apache to redirect from the root “/” context to a webapp context</title>
		<link>http://olafsblog.sysbsb.de/using-apache-to-redirect-from-the-root-%e2%80%9c%e2%80%9d-context-to-a-webapp-context/</link>
		<comments>http://olafsblog.sysbsb.de/using-apache-to-redirect-from-the-root-%e2%80%9c%e2%80%9d-context-to-a-webapp-context/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 19:54:26 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://olafsblog.sysbsb.de/?p=75</guid>
		<description><![CDATA[Just a short note:
The best way of doing this avoiding endless recursion is to use apaches RedirectMatch rule, like this:

   RedirectMatch ^/$ http://targethost/mywebapp

Easy, agreed. But i&#8217;ve seen (and done it wrong my self) quite often&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Just a short note:</p>
<p>The best way of doing this avoiding endless recursion is to use <a href="http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirectmatch">apaches RedirectMatch rule</a>, like this:</p>
<p><code><br />
   RedirectMatch ^/$ http://targethost/mywebapp<br />
</code></p>
<p>Easy, agreed. But i&#8217;ve seen (and done it wrong my self) quite often&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://olafsblog.sysbsb.de/using-apache-to-redirect-from-the-root-%e2%80%9c%e2%80%9d-context-to-a-webapp-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

