<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>r-williams &#187; Uncategorized</title>
	<atom:link href="http://www.r-williams.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.r-williams.com</link>
	<description></description>
	<lastBuildDate>Fri, 01 Aug 2008 18:17:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>403 error using ProxyPass in Apache2 on Debian</title>
		<link>http://www.r-williams.com/2008/08/403-proxypass-apache2-on-debian/</link>
		<comments>http://www.r-williams.com/2008/08/403-proxypass-apache2-on-debian/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 18:17:18 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.r-williams.com/?p=4</guid>
		<description><![CDATA[If you get a 403 error when using proxypass on debian make sure you enable (a2enmod) the &#8216;proxy_http&#8217; module as well as the &#8216;proxy&#8217; module.
To send all request to a single mongrel instance use the following syntax:
&#60;VirtualHost *&#62;
        DocumentRoot /var/www/yourwebsite
        ProxyPass [...]]]></description>
			<content:encoded><![CDATA[<p>If you get a 403 error when using proxypass on debian make sure you enable (a2enmod) the &#8216;proxy_http&#8217; module as well as the &#8216;proxy&#8217; module.</p>
<p>To send all request to a single mongrel instance use the following syntax:</p>
<pre class="apache:nocontrols:nogutter">&lt;VirtualHost *&gt;
        DocumentRoot /var/www/yourwebsite
        ProxyPass / http://localhost:4000/
        ProxyPassReverse / http://localhost:4000/
&lt;VirtualHost&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.r-williams.com/2008/08/403-proxypass-apache2-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
