<?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: Running a Reverse Proxy in Apache</title>
	<atom:link href="http://www.askapache.com/hosting/reverse-proxy-apache.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/hosting/reverse-proxy-apache.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Tue, 18 Jun 2013 10:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zamy</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-2361</link>
		<dc:creator>Zamy</dc:creator>
		<pubDate>Thu, 11 Apr 2013 17:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-2361</guid>
		<description><![CDATA[This article helped me, i was able to configure the reverse proxy, but i ran to another issue. The internal application is now on the web , but the application seems to be having problems, link and login button on the page are not working well. The internal application runs on IIS. How can i resolve it ? Thank you in advance.]]></description>
		<content:encoded><![CDATA[<p>This article helped me, i was able to configure the reverse proxy, but i ran to another issue. The internal application is now on the web , but the application seems to be having problems, link and login button on the page are not working well. The internal application runs on IIS. How can i resolve it ? Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamy</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-197</link>
		<dc:creator>Zamy</dc:creator>
		<pubDate>Thu, 11 Apr 2013 17:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-197</guid>
		<description><![CDATA[This article helped me, i was able to configure the reverse proxy, but i ran to another issue. The internal application is now on the web , but the application seems to be having problems, link and login button on the page are not working well. The internal application runs on IIS. How can i resolve it ? Thank you in advance.]]></description>
		<content:encoded><![CDATA[<p>This article helped me, i was able to configure the reverse proxy, but i ran to another issue. The internal application is now on the web , but the application seems to be having problems, link and login button on the page are not working well. The internal application runs on IIS. How can i resolve it ? Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: new proxy</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-196</link>
		<dc:creator>new proxy</dc:creator>
		<pubDate>Thu, 07 Feb 2013 05:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-196</guid>
		<description><![CDATA[Good post. I learn something totally new and challenging on blogs I stumbleupon everyday.

It will always be interesting to read through content from other authors and practice
a little something from other websites.]]></description>
		<content:encoded><![CDATA[<p>Good post. I learn something totally new and challenging on blogs I stumbleupon everyday.</p>
<p>It will always be interesting to read through content from other authors and practice<br />
a little something from other websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-193</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 04 Sep 2012 22:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-193</guid>
		<description><![CDATA[&lt;p&gt;It appears that Apache&#039;s mod_proxy is not able to correctly reverse proxy 302 and 303&#039;s that redirect from http to https (or vice-versa) and make it seamless for the client.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;
&lt;pre&gt;Client—————————–ReverseProxy—————————-Internal
&#160;
—https://ReverseProxy/foo—&gt;
—http://Internal/foo—&gt;
&lt;—303: &quot;http://internal/bar&quot;—
&lt;—http://ReverseProxy/bar—&lt;/pre&gt;




&lt;p&gt;Note that to the client, the connection method has changed from https to http. It seems that apache&#039;s ProxyPassReverse directive does not understand that the connection method needs to remain https (despite living inside of a virtualhost on port 443 with SSLEngine On).&lt;/p&gt;

&lt;p&gt;Do you have any ideas how to force ProxyPassReverse to always return https to the client?&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>It appears that Apache's mod_proxy is not able to correctly reverse proxy 302 and 303's that redirect from http to https (or vice-versa) and make it seamless for the client.</p>
<p>Example:</p>
<pre>Client—————————–ReverseProxy—————————-Internal
&nbsp;
—https://ReverseProxy/foo—&gt;
—http://Internal/foo—&gt;
&lt;—303: "http://internal/bar"—
&lt;—http://ReverseProxy/bar—</pre>
<p>Note that to the client, the connection method has changed from https to http. It seems that apache's ProxyPassReverse directive does not understand that the connection method needs to remain https (despite living inside of a virtualhost on port 443 with SSLEngine On).</p>
<p>Do you have any ideas how to force ProxyPassReverse to always return https to the client?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ebrahim</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-195</link>
		<dc:creator>ebrahim</dc:creator>
		<pubDate>Wed, 07 Mar 2012 11:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-195</guid>
		<description><![CDATA[&lt;p&gt;I have an application that check referer option in HTTP header and if this referer is out of my domain my application don&#039;t respond to client. When i use mod_proxy in reverse mod, referer option value is address of proxy server and therefore my application don&#039;t work correctly. I there a directive for changing referer by mod_proxy?&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>I have an application that check referer option in HTTP header and if this referer is out of my domain my application don't respond to client. When i use mod_proxy in reverse mod, referer option value is address of proxy server and therefore my application don't work correctly. I there a directive for changing referer by mod_proxy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinny</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-194</link>
		<dc:creator>Vinny</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-194</guid>
		<description><![CDATA[Is it also possible to &lt;strong&gt;configure mod_proxy&lt;/strong&gt; within htaccess? Couldn&#039;t find anything about that on the net.]]></description>
		<content:encoded><![CDATA[<p>Is it also possible to <strong>configure mod_proxy</strong> within htaccess? Couldn't find anything about that on the net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Cabal</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-192</link>
		<dc:creator>Fernando Cabal</dc:creator>
		<pubDate>Thu, 03 Jun 2010 22:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-192</guid>
		<description><![CDATA[Publishing TFS Through a Reverse Proxy

I have been trying to expose a &lt;strong&gt;Team Foundation Server 2010&lt;/strong&gt; using an &lt;strong&gt;apache 2.2&lt;/strong&gt; &lt;em&gt;reverse proxy config&lt;/em&gt; and it seems to be impossible to implement.

I am using this config :
&lt;pre&gt;ProxyPass / http://site.com:8080/
ProxyPassReverse /  http://site.com:8080/&lt;/pre&gt;


I get these errors at some point on the TFS client while trying to get the latest version:

&lt;blockquote&gt;
&lt;p&gt;TF30063: You are not authorized to access Microsoft-IIS/7.5.&lt;/p&gt;
&lt;/blockquote&gt;


And the Apache log shows 401 errors:
&lt;blockquote&gt;
&lt;p&gt;HTTP/1.1&quot; 401 - &quot;-&quot; &quot;Team Foundation (devenv.exe, 10.0.30128.1)&quot;&lt;/p&gt;
&lt;/blockquote&gt;


I believe it is related to &lt;code&gt;NTLM auth&lt;/code&gt; being requested

Has anyone successfully implemented this?]]></description>
		<content:encoded><![CDATA[<p>Publishing TFS Through a Reverse Proxy</p>
<p>I have been trying to expose a <strong>Team Foundation Server 2010</strong> using an <strong>apache 2.2</strong> <em>reverse proxy config</em> and it seems to be impossible to implement.</p>
<p>I am using this config :</p>
<pre>ProxyPass / http://site.com:8080/
ProxyPassReverse /  http://site.com:8080/</pre>
<p>I get these errors at some point on the TFS client while trying to get the latest version:</p>
<blockquote>
<p>TF30063: You are not authorized to access Microsoft-IIS/7.5.</p>
</blockquote>
<p>And the Apache log shows 401 errors:</p>
<blockquote>
<p>HTTP/1.1" 401 - "-" "Team Foundation (devenv.exe, 10.0.30128.1)"</p>
</blockquote>
<p>I believe it is related to <code>NTLM auth</code> being requested</p>
<p>Has anyone successfully implemented this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koriun</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-191</link>
		<dc:creator>Koriun</dc:creator>
		<pubDate>Fri, 14 May 2010 13:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-191</guid>
		<description><![CDATA[Hello,

How I can specify dynamic  URL mapping?  In my case URL map is kept in database.  So what &#039;header&#039; can i change to inform &lt;tt&gt;mod_proxy_html&lt;/tt&gt; to make correct changes?]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How I can specify dynamic  URL mapping?  In my case URL map is kept in database.  So what 'header' can i change to inform <tt>mod_proxy_html</tt> to make correct changes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tapas Mishra</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-190</link>
		<dc:creator>Tapas Mishra</dc:creator>
		<pubDate>Tue, 13 Apr 2010 17:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-190</guid>
		<description><![CDATA[Thank you this was great it works.]]></description>
		<content:encoded><![CDATA[<p>Thank you this was great it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ice_zombie</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-189</link>
		<dc:creator>ice_zombie</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/56.html#comment-189</guid>
		<description><![CDATA[THANK YOU!!! This was a great help. Needed a bit customization but works like a charm. =)]]></description>
		<content:encoded><![CDATA[<p>THANK YOU!!! This was a great help. Needed a bit customization but works like a charm. =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
