<?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: PHP via apache on the server with nginx and django</title>
	<atom:link href="http://tech.karolzielinski.com/php-via-apache-on-the-server-with-nginx-and-django/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.karolzielinski.com/php-via-apache-on-the-server-with-nginx-and-django</link>
	<description>... because from time to time I&#039;m a web developer, too</description>
	<lastBuildDate>Wed, 10 Mar 2010 06:11:52 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Allow short form of PHP&#8217;s open tag</title>
		<link>http://tech.karolzielinski.com/php-via-apache-on-the-server-with-nginx-and-django/comment-page-1#comment-414</link>
		<dc:creator>Allow short form of PHP&#8217;s open tag</dc:creator>
		<pubDate>Thu, 26 Nov 2009 11:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=249#comment-414</guid>
		<description>[...] I moved from php on apache + nginx to php-fpm + nginx and I forgot about short form of PHP&#8217;s open tag. I did some reasearch [...]</description>
		<content:encoded><![CDATA[<p>[...] I moved from php on apache + nginx to php-fpm + nginx and I forgot about short form of PHP&#8217;s open tag. I did some reasearch [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol Zielinski</title>
		<link>http://tech.karolzielinski.com/php-via-apache-on-the-server-with-nginx-and-django/comment-page-1#comment-268</link>
		<dc:creator>Karol Zielinski</dc:creator>
		<pubDate>Thu, 29 Oct 2009 12:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=249#comment-268</guid>
		<description>That&#039;s right.</description>
		<content:encoded><![CDATA[<p>That&#8217;s right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barszcz</title>
		<link>http://tech.karolzielinski.com/php-via-apache-on-the-server-with-nginx-and-django/comment-page-1#comment-267</link>
		<dc:creator>barszcz</dc:creator>
		<pubDate>Thu, 29 Oct 2009 12:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=249#comment-267</guid>
		<description>Ah OK, I understand it now. So nginx is listening on eth0 device and Apache on loopback device.</description>
		<content:encoded><![CDATA[<p>Ah OK, I understand it now. So nginx is listening on eth0 device and Apache on loopback device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol Zielinski</title>
		<link>http://tech.karolzielinski.com/php-via-apache-on-the-server-with-nginx-and-django/comment-page-1#comment-262</link>
		<dc:creator>Karol Zielinski</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=249#comment-262</guid>
		<description>It works.

You just need to have:
NameVirtualHost 127.0.0.1:80
Listen 127.0.0.1:80
in &#039;/etc/apache2/ports.conf&#039;.

and &#039;127.0.0.1:80&#039; in your &#039;VirtualHost&#039; like above.

after that in &#039;/etc/nginx/sites-enabled/site.com&#039; you need to have &#039;listen YOUR_IP:80&#039; instead of &#039;listen 80&#039;.</description>
		<content:encoded><![CDATA[<p>It works.</p>
<p>You just need to have:<br />
NameVirtualHost 127.0.0.1:80<br />
Listen 127.0.0.1:80<br />
in &#8216;/etc/apache2/ports.conf&#8217;.</p>
<p>and &#8216;127.0.0.1:80&#8242; in your &#8216;VirtualHost&#8217; like above.</p>
<p>after that in &#8216;/etc/nginx/sites-enabled/site.com&#8217; you need to have &#8216;listen YOUR_IP:80&#8242; instead of &#8216;listen 80&#8242;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barszcz</title>
		<link>http://tech.karolzielinski.com/php-via-apache-on-the-server-with-nginx-and-django/comment-page-1#comment-261</link>
		<dc:creator>barszcz</dc:creator>
		<pubDate>Tue, 27 Oct 2009 23:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://tech.karolzielinski.com/?p=249#comment-261</guid>
		<description>I don&#039;t get it. You are running both Apache and nginx on the same port (80)? I think it shouldn&#039;t work.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it. You are running both Apache and nginx on the same port (80)? I think it shouldn&#8217;t work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
