<?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: 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>
	<pubDate>Fri, 21 Nov 2008 21:06:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tony Perrie</title>
		<link>http://stuartsierra.com/2007/08/20/apache-proxy-for-rails-returns-403-forbidden#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;
&#60;VirtualHost *:80&#62;
        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
&#60;/VirtualHost&#62;
&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-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>
