<?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: The Mystery of ProxyPassReverse</title>
	<atom:link href="http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html</link>
	<description>Software Development and Consulting</description>
	<lastBuildDate>Fri, 18 Jun 2010 23:44:42 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MIke</title>
		<link>http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html/comment-page-1#comment-3435</link>
		<dc:creator>MIke</dc:creator>
		<pubDate>Fri, 16 Apr 2010 22:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.humboldt.co.uk/?p=119#comment-3435</guid>
		<description>Thank you, thank you, thank you.  Everybody else neglected this very important part of the configuration.  I actually needed both, but now it works like a charm.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you.  Everybody else neglected this very important part of the configuration.  I actually needed both, but now it works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Cox</title>
		<link>http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html/comment-page-1#comment-2657</link>
		<dc:creator>Adrian Cox</dc:creator>
		<pubDate>Sat, 06 Jun 2009 08:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.humboldt.co.uk/?p=119#comment-2657</guid>
		<description>The ProxyPassReverse is still required to rewrite the headers in the redirect, whether you use AJP or HTTP. To get a clearer view of what is going on, install &lt;a href=&quot;http://getfirebug.com/&quot; rel=&quot;nofollow&quot;&gt;Firebug&lt;/a&gt; and look at the network activity during the redirect.

You should see that without the ProxyPassReverse line, an application redirect to &quot;test.jsp&quot; will become a HTTP redirect to &quot;http://www.example.com/jspdir/test.jsp&quot;. The ProxyPassReverse line will translate that redirect to the correct &quot;http://www.example.com/test.jsp&quot;.</description>
		<content:encoded><![CDATA[<p>The ProxyPassReverse is still required to rewrite the headers in the redirect, whether you use AJP or HTTP. To get a clearer view of what is going on, install <a href="http://getfirebug.com/" rel="nofollow">Firebug</a> and look at the network activity during the redirect.</p>
<p>You should see that without the ProxyPassReverse line, an application redirect to &#8220;test.jsp&#8221; will become a HTTP redirect to &#8220;http://www.example.com/jspdir/test.jsp&#8221;. The ProxyPassReverse line will translate that redirect to the correct &#8220;http://www.example.com/test.jsp&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Santini</title>
		<link>http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html/comment-page-1#comment-2656</link>
		<dc:creator>Rafael Santini</dc:creator>
		<pubDate>Sat, 06 Jun 2009 04:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.humboldt.co.uk/?p=119#comment-2656</guid>
		<description>I would like to know why &quot;ProxyPass / http://localhost/jspdir&quot; does not works with sendRedirect. What is the difference between ajp and http? To me, this appear a bug with proxy_http.</description>
		<content:encoded><![CDATA[<p>I would like to know why &#8220;ProxyPass / <a href="http://localhost/jspdir" rel="nofollow">http://localhost/jspdir</a>&#8221; does not works with sendRedirect. What is the difference between ajp and http? To me, this appear a bug with proxy_http.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Santini</title>
		<link>http://www.humboldt.co.uk/2009/02/the-mystery-of-proxypassreverse.html/comment-page-1#comment-2655</link>
		<dc:creator>Rafael Santini</dc:creator>
		<pubDate>Sat, 06 Jun 2009 04:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.humboldt.co.uk/?p=119#comment-2655</guid>
		<description>Finally, I found an example that works!</description>
		<content:encoded><![CDATA[<p>Finally, I found an example that works!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
