<?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: Subversion &#8211; &#8217;502 Bad Gateway&#8217; Workaround</title>
	<atom:link href="http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/</link>
	<description>The personal blog of Tor Håkon Haugen</description>
	<lastBuildDate>Tue, 13 Dec 2011 15:16:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Carles Barrobés</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-9280</link>
		<dc:creator>Carles Barrobés</dc:creator>
		<pubDate>Mon, 05 Oct 2009 09:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-9280</guid>
		<description>I&#039;ve found a quite good explanation, plus a simpler solution to this problem:
http://svn.haxx.se/users/archive-2006-03/0549.shtml

Also described in Apache documentation of mod_headers.
http://publib.boulder.ibm.com/httpserv/manual70/mod/mod_headers.html

My setup is the following: I have a default SSL configuration, plus some name virtual hosts under  directives, as seems to be your case.

The steps needed for me were just:

1. Activate mod_headers

2. Add the following entry inside my  directive:
RequestHeader edit Destination ^https: http: early 

This way I do not need to replicate the SSL directives from my default SSL virtual host file.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found a quite good explanation, plus a simpler solution to this problem:<br />
<a href="http://svn.haxx.se/users/archive-2006-03/0549.shtml" >http://svn.haxx.se/users/archive-2006-03/0549.shtml</a></p>
<p>Also described in Apache documentation of mod_headers.<br />
<a href="http://publib.boulder.ibm.com/httpserv/manual70/mod/mod_headers.html" >http://publib.boulder.ibm.com/httpserv/manual70/mod/mod_headers.html</a></p>
<p>My setup is the following: I have a default SSL configuration, plus some name virtual hosts under  directives, as seems to be your case.</p>
<p>The steps needed for me were just:</p>
<p>1. Activate mod_headers</p>
<p>2. Add the following entry inside my  directive:<br />
RequestHeader edit Destination ^https: http: early </p>
<p>This way I do not need to replicate the SSL directives from my default SSL virtual host file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-8455</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Mon, 06 Jul 2009 18:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-8455</guid>
		<description>great! thank you!</description>
		<content:encoded><![CDATA[<p>great! thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tor Håkon Haugen</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-7912</link>
		<dc:creator>Tor Håkon Haugen</dc:creator>
		<pubDate>Fri, 05 Jun 2009 19:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-7912</guid>
		<description>Mads: If you try, please let me know. I&#039;m currently not running SVN, but it would be nice to be able to update this post since people still is reading it and finding it useful.</description>
		<content:encoded><![CDATA[<p>Mads: If you try, please let me know. I&#8217;m currently not running SVN, but it would be nice to be able to update this post since people still is reading it and finding it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-7909</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 05 Jun 2009 15:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-7909</guid>
		<description>Cool, it helped !

Still have to see if the 3 last lines are needed...</description>
		<content:encoded><![CDATA[<p>Cool, it helped !</p>
<p>Still have to see if the 3 last lines are needed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solution for Subversion 502 Bad Gateway problem when using Forefront as reverse proxy - Mads Nissen</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-4758</link>
		<dc:creator>Solution for Subversion 502 Bad Gateway problem when using Forefront as reverse proxy - Mads Nissen</dc:creator>
		<pubDate>Sun, 28 Dec 2008 14:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-4758</guid>
		<description>[...] Christian Stocker suggests using a perl script to solve this problem, and Tor Håkon Haugen adds some more SSL config, but there is a much simpler solution available if your setup is much like mine. Just add this line [...]</description>
		<content:encoded><![CDATA[<p>[...] Christian Stocker suggests using a perl script to solve this problem, and Tor Håkon Haugen adds some more SSL config, but there is a much simpler solution available if your setup is much like mine. Just add this line [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-3165</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 16 Sep 2008 05:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-3165</guid>
		<description>Thanks. This tip solved my problem.

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks. This tip solved my problem.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-887</link>
		<dc:creator>david</dc:creator>
		<pubDate>Tue, 23 Oct 2007 13:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-887</guid>
		<description>way cool. at last a solution to my trauma of years.

THANKS</description>
		<content:encoded><![CDATA[<p>way cool. at last a solution to my trauma of years.</p>
<p>THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-721</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sun, 02 Sep 2007 13:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-721</guid>
		<description>Thank you!

I had recently moved my SVN installation into a separate vhost from my main SSL host and was wondering what the hell was going on.</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
<p>I had recently moved my SVN installation into a separate vhost from my main SSL host and was wondering what the hell was going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yankeehoo</title>
		<link>http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/comment-page-1/#comment-711</link>
		<dc:creator>yankeehoo</dc:creator>
		<pubDate>Thu, 16 Aug 2007 16:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.torh.net/2007/07/25/subversion-502-bad-gateway-workaround/#comment-711</guid>
		<description>I was battling the same 502 error for years. It turns out all I needed to add to my apache configuration was the SSLEngine On directive...</description>
		<content:encoded><![CDATA[<p>I was battling the same 502 error for years. It turns out all I needed to add to my apache configuration was the SSLEngine On directive&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

