<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Setting Up Domains in Apache</title>
	<atom:link href="http://redmonk.com/sogrady/2006/08/22/setting-up-domains-in-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://redmonk.com/sogrady/2006/08/22/setting-up-domains-in-apache/</link>
	<description>because technology is just another ecosystem</description>
	<pubDate>Sun, 07 Sep 2008 12:56:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: matt</title>
		<link>http://redmonk.com/sogrady/2006/08/22/setting-up-domains-in-apache/#comment-2265</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 24 Aug 2006 16:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=1010#comment-2265</guid>
		<description>I generally go about it as follows:

NameVirtualHost *:80

&#60;VirtualHost *:80&#62;
    ProxyPreserveHost On
    ProxyPass / http://redmonk.com/sogrady/
    ProxyPassReverse / http://redmonk.com/sogrady/
    ServerName www.tecosystems.org
&#60;/VirtualHost&#62;
</description>
		<content:encoded><![CDATA[<p>I generally go about it as follows:</p>
<p>NameVirtualHost *:80</p>
<p>&lt;VirtualHost *:80&gt;<br />
    ProxyPreserveHost On<br />
    ProxyPass / <a href="http://redmonk.com/sogrady/" >http://redmonk.com/sogrady/</a><br />
    ProxyPassReverse / <a href="http://redmonk.com/sogrady/" >http://redmonk.com/sogrady/</a><br />
    ServerName <a href="http://www.tecosystems.org" >http://www.tecosystems.org</a><br />
&lt;/VirtualHost&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Dasque</title>
		<link>http://redmonk.com/sogrady/2006/08/22/setting-up-domains-in-apache/#comment-2264</link>
		<dc:creator>Erik Dasque</dc:creator>
		<pubDate>Thu, 24 Aug 2006 14:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=1010#comment-2264</guid>
		<description>Why don't you use &lt;a href="http://www.webmin.com/" rel="nofollow"&gt;webmin&lt;/a&gt; to set this all up ?</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you use <a href="http://www.webmin.com/" >webmin</a> to set this all up ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christopher baus</title>
		<link>http://redmonk.com/sogrady/2006/08/22/setting-up-domains-in-apache/#comment-2263</link>
		<dc:creator>christopher baus</dc:creator>
		<pubDate>Tue, 22 Aug 2006 22:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=1010#comment-2263</guid>
		<description>Perfectly illustrates how much work needs to be done on usability in the Open Source world.  

My reverse proxy handles virtual hosting nicely.  You create your websites as directories (http://ipaddr/sogrady) on Apache (no special configuration required except you might want to listen on 127.0.0.1).  The proxy then intercepts incoming public requests for virtual domains and proxies (not redirects which is technically different) them to the correct directory on Apache.

For instance 

firefox requests http://monkchips.com/-&#62;
proxyserver handles request and proxies to http://ipaddr/sogrady-&#62;
Apache handles the final request

This stuff is a nightmare to setup with apache.</description>
		<content:encoded><![CDATA[<p>Perfectly illustrates how much work needs to be done on usability in the Open Source world.  </p>
<p>My reverse proxy handles virtual hosting nicely.  You create your websites as directories (http://ipaddr/sogrady) on Apache (no special configuration required except you might want to listen on 127.0.0.1).  The proxy then intercepts incoming public requests for virtual domains and proxies (not redirects which is technically different) them to the correct directory on Apache.</p>
<p>For instance </p>
<p>firefox requests <a href="http://monkchips.com/-&#038;gt" >http://monkchips.com/-&#038;gt</a>;<br />
proxyserver handles request and proxies to <a href="http://ipaddr/sogrady-&#038;gt" >http://ipaddr/sogrady-&#038;gt</a>;<br />
Apache handles the final request</p>
<p>This stuff is a nightmare to setup with apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen o'grady</title>
		<link>http://redmonk.com/sogrady/2006/08/22/setting-up-domains-in-apache/#comment-2262</link>
		<dc:creator>stephen o'grady</dc:creator>
		<pubDate>Tue, 22 Aug 2006 19:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=1010#comment-2262</guid>
		<description>bless you, james. worked like a champ. will do that for the other sites as well.</description>
		<content:encoded><![CDATA[<p>bless you, james. worked like a champ. will do that for the other sites as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://redmonk.com/sogrady/2006/08/22/setting-up-domains-in-apache/#comment-2261</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 22 Aug 2006 18:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://redmonk.com/sogrady/wp/?p=1010#comment-2261</guid>
		<description>You should stick a ServerAlias tecosystems.org to your 001-tecosystems file, which will make http://tecosystems.org/ work as well.</description>
		<content:encoded><![CDATA[<p>You should stick a ServerAlias tecosystems.org to your 001-tecosystems file, which will make <a href="http://tecosystems.org/" >http://tecosystems.org/</a> work as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
