<?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 for AskApache searching on search-and-replace</title>
	<atom:link href="http://www.askapache.com/search/search-and-replace/feed/?withcomments=1" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 16 May 2013 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Running a Reverse Proxy in Apache by Zamy</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-14704</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-14704</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>Comment on Running a Reverse Proxy in Apache by new proxy</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-9675</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-9675</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>Comment on Running a Reverse Proxy in Apache by Mike</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-291</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-291</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>Comment on Running a Reverse Proxy in Apache by ebrahim</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-300</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-300</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>Comment on Running a Reverse Proxy in Apache by Vinny</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-299</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-299</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>Comment on Search And Replace shell script helpful for Upgrades by Raj</title>
		<link>http://www.askapache.com/shellscript/search-and-replace-shell-script-helpful-for-upgrades.html#comment-2503</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Wed, 28 Jul 2010 13:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1516#comment-2503</guid>
		<description><![CDATA[Hi,

I downloaded the script from the link and when I run it in my machine it gives me following errors-

&lt;blockquote&gt;
&lt;pre&gt;: octal number out of range6: umask: 0022
: command not foundh: line 7:
: command not foundh: line 9:
: Permission deniedh: line 11: /dev/null
: command not foundh: line 12:
: command not foundh: line 13:
: command not foundh: line 19:&lt;/pre&gt;
&lt;/blockquote&gt;


Do anyone have any idea?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I downloaded the script from the link and when I run it in my machine it gives me following errors-</p>
<blockquote>
<pre>: octal number out of range6: umask: 0022
: command not foundh: line 7:
: command not foundh: line 9:
: Permission deniedh: line 11: /dev/null
: command not foundh: line 12:
: command not foundh: line 13:
: command not foundh: line 19:</pre>
</blockquote>
<p>Do anyone have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running a Reverse Proxy in Apache by Fernando Cabal</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-283</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-283</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>Comment on Running a Reverse Proxy in Apache by Koriun</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-282</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-282</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>Comment on Running a Reverse Proxy in Apache by Tapas Mishra</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-281</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-281</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>Comment on Running a Reverse Proxy in Apache by ice_zombie</title>
		<link>http://www.askapache.com/hosting/reverse-proxy-apache.html#comment-279</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-279</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>
