<?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: Nginx as a reverse proxy for Apache</title>
	<atom:link href="http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/</link>
	<description>Personal blog of Peter Dikant</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:19:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Michael</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-21302</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 01 Jan 2012 22:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-21302</guid>
		<description>Awesome tutorial! Thank you! I had some problems getting everything up and running, but if it wasn&#039;t for your help I would have gotten started.. :D</description>
		<content:encoded><![CDATA[<p>Awesome tutorial! Thank you! I had some problems getting everything up and running, but if it wasn&#8217;t for your help I would have gotten started.. <img src='http://www.dikant.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: as</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-21101</link>
		<dc:creator>as</dc:creator>
		<pubDate>Wed, 21 Dec 2011 16:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-21101</guid>
		<description>That&#039;s correct! :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s correct! <img src='http://www.dikant.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-20080</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 24 Oct 2011 05:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-20080</guid>
		<description>They can listen on the same port if they use different interfaces. So Apache listening on the loopback and Nginx on eth0 is working fine.</description>
		<content:encoded><![CDATA[<p>They can listen on the same port if they use different interfaces. So Apache listening on the loopback and Nginx on eth0 is working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-20070</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 23 Oct 2011 21:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-20070</guid>
		<description>Hi,
Thank you for that interesting article.
But I&#039;m a bit surprised: AFAIU Apache and NginX listening on the same TCP port (80)?
Sounds weird, doesn&#039;t it? unless this is done by binding Apache on the loopback? does it work without any problem?
Thanks. Cheers,</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for that interesting article.<br />
But I&#8217;m a bit surprised: AFAIU Apache and NginX listening on the same TCP port (80)?<br />
Sounds weird, doesn&#8217;t it? unless this is done by binding Apache on the loopback? does it work without any problem?<br />
Thanks. Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-18375</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 09 Aug 2011 09:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-18375</guid>
		<description>Check the setting &quot;user&quot; in the nginx.conf file. You should assign nginx the same user and group as apache is running with.</description>
		<content:encoded><![CDATA[<p>Check the setting &#8220;user&#8221; in the nginx.conf file. You should assign nginx the same user and group as apache is running with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vish</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-18367</link>
		<dc:creator>Vish</dc:creator>
		<pubDate>Tue, 09 Aug 2011 03:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-18367</guid>
		<description>Hi,

How are you?

I am having permission denied errors in the error log with nginx. Did you change the permissions on the file or yours worked fine in the your settings. Can you please suggest a fix around this issue?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How are you?</p>
<p>I am having permission denied errors in the error log with nginx. Did you change the permissions on the file or yours worked fine in the your settings. Can you please suggest a fix around this issue?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-18021</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 26 Jul 2011 10:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-18021</guid>
		<description>Thanks Stefano for mentioning this typo. I corrected it in the article.</description>
		<content:encoded><![CDATA[<p>Thanks Stefano for mentioning this typo. I corrected it in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano Gargiulo</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-18020</link>
		<dc:creator>Stefano Gargiulo</dc:creator>
		<pubDate>Tue, 26 Jul 2011 09:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-18020</guid>
		<description>Thank you very much.

It was very useful to get rid of apache and to boost up it where i can&#039;t get rid of it.

Just an improvement:

the regex to detect images and static content is wrong: you should escape the &quot;.&quot;

~* ^.+.(jpe?...
becomes:
~* ^.+\.(jpe?...

if you don&#039;t add this you can get errors in urls like:

www.mysite.org/fantastico  
because it ends with something followed by &quot;ico&quot;</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
<p>It was very useful to get rid of apache and to boost up it where i can&#8217;t get rid of it.</p>
<p>Just an improvement:</p>
<p>the regex to detect images and static content is wrong: you should escape the &#8220;.&#8221;</p>
<p>~* ^.+.(jpe?&#8230;<br />
becomes:<br />
~* ^.+\.(jpe?&#8230;</p>
<p>if you don&#8217;t add this you can get errors in urls like:</p>
<p><a href="http://www.mysite.org/fantastico" rel="nofollow">http://www.mysite.org/fantastico</a><br />
because it ends with something followed by &#8220;ico&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-4345</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 26 Apr 2009 12:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-4345</guid>
		<description>You can either let nginx handle the SSL communication or pass SSL traffic directly to the Apache server. 

Take a look at the nginx SSL documentation: http://wiki.nginx.org/NginxHttpSslModule</description>
		<content:encoded><![CDATA[<p>You can either let nginx handle the SSL communication or pass SSL traffic directly to the Apache server. </p>
<p>Take a look at the nginx SSL documentation: <a href="http://wiki.nginx.org/NginxHttpSslModule" rel="nofollow">http://wiki.nginx.org/NginxHttpSslModule</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: car9</title>
		<link>http://www.dikant.de/2008/07/10/nginx-as-a-reverse-proxy-for-apache/comment-page-1/#comment-4338</link>
		<dc:creator>car9</dc:creator>
		<pubDate>Fri, 24 Apr 2009 16:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/?p=48#comment-4338</guid>
		<description>hi;

what if we want run SSL on our virtual host? how to configure it? Thx

distroworld.co.cc</description>
		<content:encoded><![CDATA[<p>hi;</p>
<p>what if we want run SSL on our virtual host? how to configure it? Thx</p>
<p>distroworld.co.cc</p>
]]></content:encoded>
	</item>
</channel>
</rss>

