 
<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Reverse Proxy Fix 1.0.5.0 released</title>
	<link>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/</link>
	<description>professional web development and consulting</description>
	<pubDate>Wed, 07 Jan 2009 01:33:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Jim</title>
		<link>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-9155</link>
		<pubDate>Mon, 19 May 2008 14:11:13 +0000</pubDate>
		<guid>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-9155</guid>
					<description>Thanks for building this, Brian. It's not working for me. We've been using it with success with isapi_rewrite but ever since our upgrade to rails 2 (including this release of reverse_proxy_fix) it's been broken.</description>
		<content:encoded><![CDATA[<p>Thanks for building this, Brian. It&#8217;s not working for me. We&#8217;ve been using it with success with isapi_rewrite but ever since our upgrade to rails 2 (including this release of reverse_proxy_fix) it&#8217;s been broken.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brian</title>
		<link>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-8531</link>
		<pubDate>Wed, 23 Apr 2008 12:18:36 +0000</pubDate>
		<guid>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-8531</guid>
					<description>@Christian:

Have you checked the options for the helper? We use TinyMCE on a lot of our projects and that has the ability to change how URLs work. I'm sure there's a solution as I've used FCK with some projects without issue as well. If I find the solution I'll post it in the blog.</description>
		<content:encoded><![CDATA[<p>@Christian:</p>
<p>Have you checked the options for the helper? We use TinyMCE on a lot of our projects and that has the ability to change how URLs work. I&#8217;m sure there&#8217;s a solution as I&#8217;ve used FCK with some projects without issue as well. If I find the solution I&#8217;ll post it in the blog.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Christian Mornard</title>
		<link>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-8284</link>
		<pubDate>Fri, 11 Apr 2008 12:02:40 +0000</pubDate>
		<guid>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-8284</guid>
					<description>I think this plugin is awesome ! Saved me from insanity at least, when I tried to deploy my application behind Apache 2 reverse proxy. There is still one thing I can't solve though: I use FCKEditor Plugin in my app and the links produced by the fckeditor_helper are not fixed by Reverse Proxy (no clue why). Any idea on how to fix this? 
Thanks again for your great work !! :grin:</description>
		<content:encoded><![CDATA[<p>I think this plugin is awesome ! Saved me from insanity at least, when I tried to deploy my application behind Apache 2 reverse proxy. There is still one thing I can&#8217;t solve though: I use FCKEditor Plugin in my app and the links produced by the fckeditor_helper are not fixed by Reverse Proxy (no clue why). Any idea on how to fix this?<br />
Thanks again for your great work !! :grin:
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brian</title>
		<link>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-7932</link>
		<pubDate>Tue, 25 Mar 2008 12:55:32 +0000</pubDate>
		<guid>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-7932</guid>
					<description>@Brian Candler
Wow. Thanks for those. This last release was really rushed out. I've taken your feedback and rolled it into the plugin.</description>
		<content:encoded><![CDATA[<p>@Brian Candler<br />
Wow. Thanks for those. This last release was really rushed out. I&#8217;ve taken your feedback and rolled it into the plugin.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brian Candler</title>
		<link>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-7781</link>
		<pubDate>Tue, 18 Mar 2008 11:31:30 +0000</pubDate>
		<guid>http://www.napcsweb.com/blog/2008/03/07/reverse-proxy-fix-1050-released/#comment-7781</guid>
					<description>Just a few notes:

(1) In your posting, svn.napcs.com should be svn.napcsweb.com ?

(2) install.rb appears to be Windows-specific - under Linux it borks.

$ script/plugin install http://svn.napcsweb.com/public/reverse_proxy_fix
...
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- FileUtils (LoadError)
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
        from /home/candlerb/svn/dev/projects/deploy2/trunk/vendor/plugins/reverse_proxy_fix/install.rb:5

The fix is simple:
[ edited for space by Brian Hogan - fix integrated into the svn repository ] 
(3) The README file still says "REVERSE PROXY PLUGIN v1.04.1 (December 17th, 2007)", so either the svn repository hasn't updated, or the README file wasn't updated for the new release</description>
		<content:encoded><![CDATA[<p>Just a few notes:</p>
<p>(1) In your posting, svn.napcs.com should be svn.napcsweb.com ?</p>
<p>(2) install.rb appears to be Windows-specific - under Linux it borks.</p>
<p>$ script/plugin install <a href="http://svn.napcsweb.com/public/reverse_proxy_fix" rel="nofollow">http://svn.napcsweb.com/public/reverse_proxy_fix</a><br />
&#8230;<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;: no such file to load &#8212; FileUtils (LoadError)<br />
        from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
        from /home/candlerb/svn/dev/projects/deploy2/trunk/vendor/plugins/reverse_proxy_fix/install.rb:5</p>
<p>The fix is simple:<br />
[ edited for space by Brian Hogan - fix integrated into the svn repository ]<br />
(3) The README file still says &#8220;REVERSE PROXY PLUGIN v1.04.1 (December 17th, 2007)&#8221;, so either the svn repository hasn&#8217;t updated, or the README file wasn&#8217;t updated for the new release
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
