<?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: Configuring Apache virtual hosts for NAT</title>
	<atom:link href="http://www.jeffbaier.com/2007/09/23/configuring-apache-virtual-hosts-for-nat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffbaier.com/2007/09/23/configuring-apache-virtual-hosts-for-nat/</link>
	<description>Personal News, Photos and Technical Information</description>
	<pubDate>Sat, 22 Nov 2008 03:58:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Andrew</title>
		<link>http://www.jeffbaier.com/2007/09/23/configuring-apache-virtual-hosts-for-nat/#comment-528</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 22 Sep 2008 23:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/2007/09/23/configuring-apache-virtual-hosts-for-nat/#comment-528</guid>
		<description>Sorry, I have forgot to add link: http://htoven.org.ua</description>
		<content:encoded><![CDATA[<p>Sorry, I have forgot to add link: <a href="http://htoven.org.ua" rel="nofollow">http://htoven.org.ua</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Kosovich</title>
		<link>http://www.jeffbaier.com/2007/09/23/configuring-apache-virtual-hosts-for-nat/#comment-523</link>
		<dc:creator>Andrew Kosovich</dc:creator>
		<pubDate>Sat, 20 Sep 2008 22:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/2007/09/23/configuring-apache-virtual-hosts-for-nat/#comment-523</guid>
		<description>Please, check this easy and lightweight solution. I have developed it for almost the same task and published under GNU GPL.

regards,
Andrew</description>
		<content:encoded><![CDATA[<p>Please, check this easy and lightweight solution. I have developed it for almost the same task and published under GNU GPL.</p>
<p>regards,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul O'Rorke</title>
		<link>http://www.jeffbaier.com/2007/09/23/configuring-apache-virtual-hosts-for-nat/#comment-202</link>
		<dc:creator>Paul O'Rorke</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffbaier.com/2007/09/23/configuring-apache-virtual-hosts-for-nat/#comment-202</guid>
		<description>I couldn't get it to work with my other virtual hosts the way you had it so I did the following, putting things within the virtual hosts tag and using a seperate file in /etc/apaches/sites-available and running a2ensite.  This on a Denain Sarge.


        ServerName warmlandenvirotech.com
        Server Alias www.warmlandenvirotech.com 
        DocumentRoot /var/www/
        ProxyRequests Off

        
                Order deny,allow
                Allow from all
        

        ProxyPass / http://192.168.123.130:8080/Plone/
        ProxyPassReverse / http://192.168.123.130:8080/Plone/
</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get it to work with my other virtual hosts the way you had it so I did the following, putting things within the virtual hosts tag and using a seperate file in /etc/apaches/sites-available and running a2ensite.  This on a Denain Sarge.</p>
<p>        ServerName warmlandenvirotech.com<br />
        Server Alias <a href="http://www.warmlandenvirotech.com" rel="nofollow">http://www.warmlandenvirotech.com</a><br />
        DocumentRoot /var/www/<br />
        ProxyRequests Off</p>
<p>                Order deny,allow<br />
                Allow from all</p>
<p>        ProxyPass / <a href="http://192.168.123.130:8080/Plone/" rel="nofollow">http://192.168.123.130:8080/Plone/</a><br />
        ProxyPassReverse / <a href="http://192.168.123.130:8080/Plone/" rel="nofollow">http://192.168.123.130:8080/Plone/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
