<?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 Proxy for Rails Returns 403 Forbidden</title>
	<atom:link href="http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden/feed" rel="self" type="application/rss+xml" />
	<link>http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden</link>
	<description>From programming to everything else</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:39:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris Godwin</title>
		<link>http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden/comment-page-1#comment-42046</link>
		<dc:creator>Chris Godwin</dc:creator>
		<pubDate>Wed, 07 Jan 2009 17:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden#comment-42046</guid>
		<description>A more authoritative source? Ahem, http://httpd.apache.org/docs/2.2/mod/mod_proxy.html</description>
		<content:encoded><![CDATA[<p>A more authoritative source? Ahem, <a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy.html" rel="nofollow">http://httpd.apache.org/docs/2.2/mod/mod_proxy.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Perrie</title>
		<link>http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden/comment-page-1#comment-16341</link>
		<dc:creator>Tony Perrie</dc:creator>
		<pubDate>Mon, 20 Aug 2007 17:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden#comment-16341</guid>
		<description>Bah, forgot to escape less-than and greater-than:

&lt;code&gt;
&lt;VirtualHost *:80&gt;
        ServerName              ninjarailsapp.com:80
        ProxyRequests           Off
        ProxyPreserveHost       On
        RewriteEngine           On
        RewriteRule             ^/(.*) http://127.0.0.1:4000/$1 [P,L]
        ProxyPassReverse        / http://127.0.0.1:4000/
        ErrorLog logs/ninja_error_log
        CustomLog logs/ninja_access_log combined
&lt;/VirtualHost&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Bah, forgot to escape less-than and greater-than:</p>
<p><code><br />
&lt;VirtualHost *:80&gt;<br />
        ServerName              ninjarailsapp.com:80<br />
        ProxyRequests           Off<br />
        ProxyPreserveHost       On<br />
        RewriteEngine           On<br />
        RewriteRule             ^/(.*) <a href="http://127.0.0.1:4000/$1" rel="nofollow">http://127.0.0.1:4000/$1</a> [P,L]<br />
        ProxyPassReverse        / <a href="http://127.0.0.1:4000/" rel="nofollow">http://127.0.0.1:4000/</a><br />
        ErrorLog logs/ninja_error_log<br />
        CustomLog logs/ninja_access_log combined<br />
&lt;/VirtualHost&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Perrie</title>
		<link>http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden/comment-page-1#comment-16339</link>
		<dc:creator>Tony Perrie</dc:creator>
		<pubDate>Mon, 20 Aug 2007 17:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden#comment-16339</guid>
		<description>Here is my configuration:

&lt;code&gt;

        ServerName              ninjarailsapp.com:80
        ProxyRequests           Off
        ProxyPreserveHost       On
        RewriteEngine           On
        RewriteRule             ^/(.*) http://127.0.0.1:4000/$1 [P,L]
        ProxyPassReverse        / http://127.0.0.1:4000/
        ErrorLog logs/ninja_error_log
        CustomLog logs/ninja_access_log combined

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here is my configuration:</p>
<p><code></p>
<p>        ServerName              ninjarailsapp.com:80<br />
        ProxyRequests           Off<br />
        ProxyPreserveHost       On<br />
        RewriteEngine           On<br />
        RewriteRule             ^/(.*) <a href="http://127.0.0.1:4000/$1" rel="nofollow">http://127.0.0.1:4000/$1</a> [P,L]<br />
        ProxyPassReverse        / <a href="http://127.0.0.1:4000/" rel="nofollow">http://127.0.0.1:4000/</a><br />
        ErrorLog logs/ninja_error_log<br />
        CustomLog logs/ninja_access_log combined</p>
<p></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

