<?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: Mongrel/WEBrick Forwarding in Apache</title>
	<atom:link href="http://www.ralree.com/2006/06/14/mongrel-webrick-forwarding-in-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com/2006/06/14/mongrel-webrick-forwarding-in-apache/</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Mon, 09 Jan 2012 12:33:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bryce</title>
		<link>http://www.ralree.com/2006/06/14/mongrel-webrick-forwarding-in-apache/comment-page-1/#comment-15</link>
		<dc:creator>bryce</dc:creator>
		<pubDate>Wed, 14 Jun 2006 02:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/mongrel-webrick-forwarding-in-apache#comment-15</guid>
		<description>I tried using this for a public-facing server (which is probably a huge mistake in its own right).  I ran into two major issues.

First, you have to remember to have mod_proxy running on your server.

Second, to define permissions, you have to add a directive like:

&lt;Proxy http://127.0.0.1:3000&gt;
    Order allow,deny
    allow from all
&lt;/Proxy&gt;

At least, that did it for me.  Without that directive, you&#039;ll get nothing but 403 forbiddens, which can only entertain you for so long.</description>
		<content:encoded><![CDATA[<p>I tried using this for a public-facing server (which is probably a huge mistake in its own right).  I ran into two major issues.</p>
<p>First, you have to remember to have mod_proxy running on your server.</p>
<p>Second, to define permissions, you have to add a directive like:</p>
<p>&lt;Proxy <a href="http://127.0.0.1:3000&#038;gt" rel="nofollow">http://127.0.0.1:3000&#038;gt</a>;<br />
    Order allow,deny<br />
    allow from all<br />
&lt;/Proxy&gt;</p>
<p>At least, that did it for me.  Without that directive, you&#8217;ll get nothing but 403 forbiddens, which can only entertain you for so long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryce</title>
		<link>http://www.ralree.com/2006/06/14/mongrel-webrick-forwarding-in-apache/comment-page-1/#comment-16</link>
		<dc:creator>bryce</dc:creator>
		<pubDate>Wed, 14 Jun 2006 02:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/mongrel-webrick-forwarding-in-apache#comment-16</guid>
		<description>&lt;Proxy http://127.0.0.1:3000&gt;
    Order allow,deny
    allow from all
&lt;/Proxy&gt;

Sorry.  Should have previewed.</description>
		<content:encoded><![CDATA[<p>&amp;lt;Proxy <a href="http://127.0.0.1:3000&#038;gt" rel="nofollow">http://127.0.0.1:3000&#038;gt</a>;<br />
    Order allow,deny<br />
    allow from all<br />
&amp;lt;/Proxy&amp;gt;</p>
<p>Sorry.  Should have previewed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.ralree.com/2006/06/14/mongrel-webrick-forwarding-in-apache/comment-page-1/#comment-17</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 14 Jun 2006 02:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/mongrel-webrick-forwarding-in-apache#comment-17</guid>
		<description>I searched hours and hours to find a solution for my apache2, suse 9.3, plesk VPS. I matched tons of tutorials how to build this with lighttpd or from the bottom of a new installation. So this saved me and i want to thank you a lot :)

P.S. for some reasons i don´t know, my rails - mongrel - apache - proxy works without that directive. I have mod_proxy installed but no directive. Do you have any suggestions why this works also ?

best wishes

Andy</description>
		<content:encoded><![CDATA[<p>I searched hours and hours to find a solution for my apache2, suse 9.3, plesk VPS. I matched tons of tutorials how to build this with lighttpd or from the bottom of a new installation. So this saved me and i want to thank you a lot :)</p>
<p>P.S. for some reasons i don´t know, my rails &#8211; mongrel &#8211; apache &#8211; proxy works without that directive. I have mod_proxy installed but no directive. Do you have any suggestions why this works also ?</p>
<p>best wishes</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://www.ralree.com/2006/06/14/mongrel-webrick-forwarding-in-apache/comment-page-1/#comment-18</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Wed, 14 Jun 2006 02:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/mongrel-webrick-forwarding-in-apache#comment-18</guid>
		<description>Andy,
What directive do you mean?</description>
		<content:encoded><![CDATA[<p>Andy,<br />
What directive do you mean?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

