<?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: Transparent dynamic reverse proxy with nginx</title>
	<atom:link href="http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/</link>
	<description>a system administrators mutterings</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nick Anderson</title>
		<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/comment-page-1/#comment-1151</link>
		<dc:creator>Nick Anderson</dc:creator>
		<pubDate>Wed, 29 Jun 2011 12:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=387#comment-1151</guid>
		<description>It has been a long time since I have used a configuration like this.

Try fiddling around with the regex match. Maybe ^(.*)$</description>
		<content:encoded><![CDATA[<p>It has been a long time since I have used a configuration like this.</p>
<p>Try fiddling around with the regex match. Maybe ^(.*)$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivadns.com</title>
		<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/comment-page-1/#comment-1150</link>
		<dc:creator>vivadns.com</dc:creator>
		<pubDate>Wed, 29 Jun 2011 02:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=387#comment-1150</guid>
		<description>Hello,
Your configuration works perfectly except from one thing. That is the trailing slash problem.
Detail: if url for folder not include the trailing slash &quot;/&quot; it will be redirect to the localhost automatically.
I found many post about that problem, but no luck.
Could you please figure it out?

Example: I have domain : example.com with folder images
If user enters &quot;http://example.com/images/&quot;, it works well.
But if user enter: &quot;http://example.com/images&quot;, the site get redirected to his/her IP address automatically. I do not know the reason why and how to fix it.
If  you can do me a favour, thank you very much in advance.

I try to use rewrite in nginx like
rewrite ^([^.]*[^/])$ $1/ permanent;
or use:
server_name_in_redirect off;

Nothing works at all.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Your configuration works perfectly except from one thing. That is the trailing slash problem.<br />
Detail: if url for folder not include the trailing slash &#8220;/&#8221; it will be redirect to the localhost automatically.<br />
I found many post about that problem, but no luck.<br />
Could you please figure it out?</p>
<p>Example: I have domain : example.com with folder images<br />
If user enters &#8220;http://example.com/images/&#8221;, it works well.<br />
But if user enter: &#8220;http://example.com/images&#8221;, the site get redirected to his/her IP address automatically. I do not know the reason why and how to fix it.<br />
If  you can do me a favour, thank you very much in advance.</p>
<p>I try to use rewrite in nginx like<br />
rewrite ^([^.]*[^/])$ $1/ permanent;<br />
or use:<br />
server_name_in_redirect off;</p>
<p>Nothing works at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Anderson</title>
		<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/comment-page-1/#comment-1138</link>
		<dc:creator>Nick Anderson</dc:creator>
		<pubDate>Tue, 05 Apr 2011 16:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=387#comment-1138</guid>
		<description>Thats interesting, looks like possibly a bug in Nginx. It&#039;s been so long since I have used a setup like this. You could try a similar configuration with apache. http://www.cmdln.org/2008/06/10/dynamic-reverse-proxy-with-apache-mod_rewrite-and-mod_proxy/</description>
		<content:encoded><![CDATA[<p>Thats interesting, looks like possibly a bug in Nginx. It&#8217;s been so long since I have used a setup like this. You could try a similar configuration with apache. <a href="http://www.cmdln.org/2008/06/10/dynamic-reverse-proxy-with-apache-mod_rewrite-and-mod_proxy/" rel="nofollow">http://www.cmdln.org/2008/06/10/dynamic-reverse-proxy-with-apache-mod_rewrite-and-mod_proxy/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivadns.com</title>
		<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/comment-page-1/#comment-1137</link>
		<dc:creator>vivadns.com</dc:creator>
		<pubDate>Tue, 05 Apr 2011 06:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=387#comment-1137</guid>
		<description>Thanks for your very good tutorial.
Just tell  you some problems I got.
It works perfectly if I replace the directive
proxy_pass      http://$host$uri 
by 
proxy_pass      http://10.0.0.100; #(IP of the original web server )
But if I do so, there&#039;s no dynamic any more.

if I use 
proxy_pass      http://$host$uri 
and add something like 
10.0.0.100    example.com
in the /etc/hosts file
errors occur.

I use Ubuntu 10.04 with NginX 0.8.54
errors got: 

2011/04/05 14:41:21 [alert] 14219#0: worker process 14274 exited on signal 11
2011/04/05 14:41:22 [alert] 14219#0: worker process 14275 exited on signal 11
2011/04/05 14:41:25 [alert] 14219#0: worker process 14276 exited on signal 11</description>
		<content:encoded><![CDATA[<p>Thanks for your very good tutorial.<br />
Just tell  you some problems I got.<br />
It works perfectly if I replace the directive<br />
proxy_pass      <a href="http://$host$uri" rel="nofollow">http://$host$uri</a><br />
by<br />
proxy_pass      <a href="http://10.0.0.100" rel="nofollow">http://10.0.0.100</a>; #(IP of the original web server )<br />
But if I do so, there&#8217;s no dynamic any more.</p>
<p>if I use<br />
proxy_pass      <a href="http://$host$uri" rel="nofollow">http://$host$uri</a><br />
and add something like<br />
10.0.0.100    example.com<br />
in the /etc/hosts file<br />
errors occur.</p>
<p>I use Ubuntu 10.04 with NginX 0.8.54<br />
errors got: </p>
<p>2011/04/05 14:41:21 [alert] 14219#0: worker process 14274 exited on signal 11<br />
2011/04/05 14:41:22 [alert] 14219#0: worker process 14275 exited on signal 11<br />
2011/04/05 14:41:25 [alert] 14219#0: worker process 14276 exited on signal 11</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: film in streaming gratis</title>
		<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/comment-page-1/#comment-1105</link>
		<dc:creator>film in streaming gratis</dc:creator>
		<pubDate>Tue, 14 Sep 2010 11:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=387#comment-1105</guid>
		<description>Hi, i want to transfer my website in a VPS but don&#039;t have any experiece with this server. sould i choose a vps managed service of unmanaged?? is there any one how ca help me? i can pay you for your time.  thank you.</description>
		<content:encoded><![CDATA[<p>Hi, i want to transfer my website in a VPS but don&#8217;t have any experiece with this server. sould i choose a vps managed service of unmanaged?? is there any one how ca help me? i can pay you for your time.  thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio</title>
		<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/comment-page-1/#comment-1002</link>
		<dc:creator>Giorgio</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=387#comment-1002</guid>
		<description>Hello i&#039;m looking for an experienced System Administrator to set-up Nginx on my VPS account (very trafficked wordpress blog.) since i&#039;m experiencing problems with Apache
Contact me if you are interested about the small job at

seffignoz at gmail d o t com</description>
		<content:encoded><![CDATA[<p>Hello i&#8217;m looking for an experienced System Administrator to set-up Nginx on my VPS account (very trafficked wordpress blog.) since i&#8217;m experiencing problems with Apache<br />
Contact me if you are interested about the small job at</p>
<p>seffignoz at gmail d o t com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: med</title>
		<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/comment-page-1/#comment-927</link>
		<dc:creator>med</dc:creator>
		<pubDate>Wed, 05 Aug 2009 23:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=387#comment-927</guid>
		<description>hi,
great tip, isn&#039;t it possible to add authetication as it can be done with apache ?

great thanks

med</description>
		<content:encoded><![CDATA[<p>hi,<br />
great tip, isn&#8217;t it possible to add authetication as it can be done with apache ?</p>
<p>great thanks</p>
<p>med</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerad</title>
		<link>http://www.cmdln.org/2009/07/12/transparent_dynamic-reverse-proxy-with-nginx/comment-page-1/#comment-904</link>
		<dc:creator>Jerad</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=387#comment-904</guid>
		<description>Heyo Nick, this is the same fellow you helped by pointing me here on linuxquestions.org a week or so ago.

I&#039;ve got this sorta-kinda working, but I&#039;ve also caught a snag.  It&#039;s redirecting to the correct site at the moment, but it&#039;s breaking my css and functionality on a phpbb forum whenever I access it outside the local network (it works fine inside the local network).

You can see what I&#039;m talking about at forum.iseekthegrail.com/forum/

any ideas?

(I also posted this question at linuxquestions under the &quot;software&quot; questions area.</description>
		<content:encoded><![CDATA[<p>Heyo Nick, this is the same fellow you helped by pointing me here on linuxquestions.org a week or so ago.</p>
<p>I&#8217;ve got this sorta-kinda working, but I&#8217;ve also caught a snag.  It&#8217;s redirecting to the correct site at the moment, but it&#8217;s breaking my css and functionality on a phpbb forum whenever I access it outside the local network (it works fine inside the local network).</p>
<p>You can see what I&#8217;m talking about at forum.iseekthegrail.com/forum/</p>
<p>any ideas?</p>
<p>(I also posted this question at linuxquestions under the &#8220;software&#8221; questions area.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

