<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Apache: Forwarding Requests to Another Server</title>
	<atom:link href="http://www.sematopia.com/2007/09/apache-forwarding-requests-to-another-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sematopia.com/2007/09/apache-forwarding-requests-to-another-server/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 00:10:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://www.sematopia.com/2007/09/apache-forwarding-requests-to-another-server/comment-page-1/#comment-216717</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 29 Mar 2010 18:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=217#comment-216717</guid>
		<description>Screw auto HTML stripping.  The &quot;[Proxy *]&quot; directive.</description>
		<content:encoded><![CDATA[<p>Screw auto HTML stripping.  The &#8220;[Proxy *]&#8221; directive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.sematopia.com/2007/09/apache-forwarding-requests-to-another-server/comment-page-1/#comment-216716</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 29 Mar 2010 18:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=217#comment-216716</guid>
		<description>&quot;Also, the directive* isn&#039;t going...&quot;

Oops!  I meant that the &quot;&quot; directory isn&#039;t going to let anything through.</description>
		<content:encoded><![CDATA[<p>&#8220;Also, the directive* isn&#8217;t going&#8230;&#8221;</p>
<p>Oops!  I meant that the &#8220;&#8221; directory isn&#8217;t going to let anything through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.sematopia.com/2007/09/apache-forwarding-requests-to-another-server/comment-page-1/#comment-216715</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 29 Mar 2010 18:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=217#comment-216715</guid>
		<description>Yep, mod_proxy_http is also required.  mod_proxy is the dependency module, but mod_proxy_http is what lets this magic happen.  Otherwise I get an internal server error for the configuration, that there were no valid proxies defined for the match.

Also, the  directive isn&#039;t going to let anything through with that &quot;Deny from all&quot;.  With the configuration given above, all I got was denial of access messages for the paths I was requesting.  Instead, you&#039;ve got to open it up to allow stuff.  &quot;Allow from all&quot; seems to be safe since this is a &quot;reverse&quot; proxy, which is the desired behavior of a front-end to access multiple servers behind the magic curtain.

After that, everything comes together nicely.</description>
		<content:encoded><![CDATA[<p>Yep, mod_proxy_http is also required.  mod_proxy is the dependency module, but mod_proxy_http is what lets this magic happen.  Otherwise I get an internal server error for the configuration, that there were no valid proxies defined for the match.</p>
<p>Also, the  directive isn&#8217;t going to let anything through with that &#8220;Deny from all&#8221;.  With the configuration given above, all I got was denial of access messages for the paths I was requesting.  Instead, you&#8217;ve got to open it up to allow stuff.  &#8220;Allow from all&#8221; seems to be safe since this is a &#8220;reverse&#8221; proxy, which is the desired behavior of a front-end to access multiple servers behind the magic curtain.</p>
<p>After that, everything comes together nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j1nn</title>
		<link>http://www.sematopia.com/2007/09/apache-forwarding-requests-to-another-server/comment-page-1/#comment-202820</link>
		<dc:creator>j1nn</dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=217#comment-202820</guid>
		<description>thanks for the tips.
however, I need a small addition in order to make this work: 
a2enmod proxy_http after all the above.

hope it will help someone</description>
		<content:encoded><![CDATA[<p>thanks for the tips.<br />
however, I need a small addition in order to make this work:<br />
a2enmod proxy_http after all the above.</p>
<p>hope it will help someone</p>
]]></content:encoded>
	</item>
</channel>
</rss>
