<?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: How to Install Nginx + Php FPM + APC  on CentOS 6.4	</title>
	<atom:link href="https://www.binarytides.com/install-nginx-php-fpm-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/install-nginx-php-fpm-centos/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Tue, 14 Nov 2023 10:06:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Guest		</title>
		<link>https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-67408</link>

		<dc:creator><![CDATA[Guest]]></dc:creator>
		<pubDate>Mon, 15 Sep 2014 16:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6156#comment-67408</guid>

					<description><![CDATA[I installed PHP 5.3.29 (fpm-fcgi) (built: Aug 20 2014 16:42:49). It needed to change /etc/php-fpm.d/www.conf.  Edit it and change lines
user = apache
group = apache

to

user = nginx
group = nginx]]></description>
			<content:encoded><![CDATA[<p>I installed PHP 5.3.29 (fpm-fcgi) (built: Aug 20 2014 16:42:49). It needed to change /etc/php-fpm.d/www.conf.  Edit it and change lines<br />
user = apache<br />
group = apache</p>
<p>to</p>
<p>user = nginx<br />
group = nginx</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ninghao		</title>
		<link>https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-66038</link>

		<dc:creator><![CDATA[ninghao]]></dc:creator>
		<pubDate>Sat, 22 Mar 2014 01:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6156#comment-66038</guid>

					<description><![CDATA[Thanks]]></description>
			<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pascal Dutilleul		</title>
		<link>https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-65996</link>

		<dc:creator><![CDATA[Pascal Dutilleul]]></dc:creator>
		<pubDate>Sun, 23 Feb 2014 00:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6156#comment-65996</guid>

					<description><![CDATA[If you have the error &#039;No Input file specified&#039; from php, then move the setting &#039;root&#039; one level higher. Don&#039;t define it in Server - Location, but rather directly below Server]]></description>
			<content:encoded><![CDATA[<p>If you have the error &#8216;No Input file specified&#8217; from php, then move the setting &#8216;root&#8217; one level higher. Don&#8217;t define it in Server &#8211; Location, but rather directly below Server</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rockstar		</title>
		<link>https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-65971</link>

		<dc:creator><![CDATA[rockstar]]></dc:creator>
		<pubDate>Fri, 07 Feb 2014 11:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6156#comment-65971</guid>

					<description><![CDATA[how to add mysql and phpmyadmin with it]]></description>
			<content:encoded><![CDATA[<p>how to add mysql and phpmyadmin with it</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tiger Walk		</title>
		<link>https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-65937</link>

		<dc:creator><![CDATA[Tiger Walk]]></dc:creator>
		<pubDate>Wed, 22 Jan 2014 20:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6156#comment-65937</guid>

					<description><![CDATA[I received error 403 until I added index.php to the index setting

        index  index.html index.htm index.php;]]></description>
			<content:encoded><![CDATA[<p>I received error 403 until I added index.php to the index setting</p>
<p>        index  index.html index.htm index.php;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-65868</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Mon, 02 Dec 2013 14:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6156#comment-65868</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-65867&quot;&gt;Bach&lt;/a&gt;.

modules must be compiled with nginx. they cannot be installed externally.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-65867">Bach</a>.</p>
<p>modules must be compiled with nginx. they cannot be installed externally.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bach		</title>
		<link>https://www.binarytides.com/install-nginx-php-fpm-centos/comment-page-1/#comment-65867</link>

		<dc:creator><![CDATA[Bach]]></dc:creator>
		<pubDate>Mon, 02 Dec 2013 13:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6156#comment-65867</guid>

					<description><![CDATA[How to add a module to nginx when installed, Example: ngx_http_hls_module
Thanks]]></description>
			<content:encoded><![CDATA[<p>How to add a module to nginx when installed, Example: ngx_http_hls_module<br />
Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
