<?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: Setup Apache 2.4 and Php FPM with mod proxy fcgi on Ubuntu 13.10	</title>
	<atom:link href="https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Thu, 06 Aug 2020 12:04:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-270656</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 06 Aug 2020 12:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-270656</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-270629&quot;&gt;iarsin&lt;/a&gt;.

thanks for the comment.
glad that you liked the post.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-270629">iarsin</a>.</p>
<p>thanks for the comment.<br />
glad that you liked the post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: iarsin		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-270629</link>

		<dc:creator><![CDATA[iarsin]]></dc:creator>
		<pubDate>Thu, 06 Aug 2020 10:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-270629</guid>

					<description><![CDATA[Thank you very much! This is the only tutorial I found in hours under the bunch of tutorials describing the process for fastfcgi instead of fpm, and therefore working with the directive

`
 FastCgiExternalServer /usr/lib/cgi-bin/php-fcgi -host 127.0.0.1:9001 -pass-header Authorization`

Instead with debian 10 and apache2.4 the approach to work with mod-proxy-fcgid, php-fpm and mod-event was the right way to get apache2.4 connected to php-fpm!

`ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/var/www/mysite/$1`
is the proper replacement for going from fastcgi to fpm in apache2.4
`FastCgiExternalServer /usr/lib/cgi-bin/php-fcgi -host 127.0.0.1:9001 -pass-header Authorization`
or
`ProxyPassMatch ^/(.*.php(/.*)?)$ unix:/var/run/php5-fpm.sock&#124;fcgi://127.0.0.1:9000/var/www/mysite`

A very comprehensive and forward tutorial, thanks again!]]></description>
			<content:encoded><![CDATA[<p>Thank you very much! This is the only tutorial I found in hours under the bunch of tutorials describing the process for fastfcgi instead of fpm, and therefore working with the directive</p>
<p>`<br />
 FastCgiExternalServer /usr/lib/cgi-bin/php-fcgi -host 127.0.0.1:9001 -pass-header Authorization`</p>
<p>Instead with debian 10 and apache2.4 the approach to work with mod-proxy-fcgid, php-fpm and mod-event was the right way to get apache2.4 connected to php-fpm!</p>
<p>`ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/var/www/mysite/$1`<br />
is the proper replacement for going from fastcgi to fpm in apache2.4<br />
`FastCgiExternalServer /usr/lib/cgi-bin/php-fcgi -host 127.0.0.1:9001 -pass-header Authorization`<br />
or<br />
`ProxyPassMatch ^/(.*.php(/.*)?)$ unix:/var/run/php5-fpm.sock|fcgi://127.0.0.1:9000/var/www/mysite`</p>
<p>A very comprehensive and forward tutorial, thanks again!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lindsay Haisley		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-155918</link>

		<dc:creator><![CDATA[Lindsay Haisley]]></dc:creator>
		<pubDate>Wed, 28 Feb 2018 16:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-155918</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-67505&quot;&gt;Viesturs Knopkens&lt;/a&gt;.

See the article at https://wiki.apache.org/httpd/PHP-FPM which describes a way of doing this. It&#039;s toward the bottom of the page under &quot;Proxy via handler&quot;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-67505">Viesturs Knopkens</a>.</p>
<p>See the article at <a href="https://wiki.apache.org/httpd/PHP-FPM" rel="nofollow ugc">https://wiki.apache.org/httpd/PHP-FPM</a> which describes a way of doing this. It&#8217;s toward the bottom of the page under &#8220;Proxy via handler&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Terry Wang		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-117294</link>

		<dc:creator><![CDATA[Terry Wang]]></dc:creator>
		<pubDate>Mon, 08 May 2017 01:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-117294</guid>

					<description><![CDATA[Very detailed tutorial, thank you very much. But sometimes I get Internal Server Error 500, I don&#039;t know what happened.]]></description>
			<content:encoded><![CDATA[<p>Very detailed tutorial, thank you very much. But sometimes I get Internal Server Error 500, I don&#8217;t know what happened.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: marcelkalveram		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-67725</link>

		<dc:creator><![CDATA[marcelkalveram]]></dc:creator>
		<pubDate>Fri, 09 Jan 2015 12:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-67725</guid>

					<description><![CDATA[Amazing, I ran into a 503 error, and following the steps under 2 finally resolved my problem. Thank you!]]></description>
			<content:encoded><![CDATA[<p>Amazing, I ran into a 503 error, and following the steps under 2 finally resolved my problem. Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Viesturs Knopkens		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-67505</link>

		<dc:creator><![CDATA[Viesturs Knopkens]]></dc:creator>
		<pubDate>Tue, 14 Oct 2014 11:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-67505</guid>

					<description><![CDATA[I know, that maybe this is not 100% on topic, but is there a way to customize &quot;PHP-FPM&quot; error message &quot;File not found.&quot;? Basically I would like that PHP-FPM would display my &quot;apache&quot; 404 page, not text &quot;File not found.&quot; in case it couldn&#039;t find requested PHP file.]]></description>
			<content:encoded><![CDATA[<p>I know, that maybe this is not 100% on topic, but is there a way to customize &#8220;PHP-FPM&#8221; error message &#8220;File not found.&#8221;? Basically I would like that PHP-FPM would display my &#8220;apache&#8221; 404 page, not text &#8220;File not found.&#8221; in case it couldn&#8217;t find requested PHP file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anton		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-66282</link>

		<dc:creator><![CDATA[Anton]]></dc:creator>
		<pubDate>Thu, 26 Jun 2014 09:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-66282</guid>

					<description><![CDATA[Thanks! I get it working on Ubuntu 14.04 but  in the apache error log i get a lot of &quot;








proxy_fcgi:error  &quot; Error parsing script headers&quot;  does anyone know why? Run Drupal 6 and 7 if it matters.]]></description>
			<content:encoded><![CDATA[<p>Thanks! I get it working on Ubuntu 14.04 but  in the apache error log i get a lot of &#8221;</p>
<p>proxy_fcgi:error  &#8221; Error parsing script headers&#8221;  does anyone know why? Run Drupal 6 and 7 if it matters.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Pierce		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-66135</link>

		<dc:creator><![CDATA[Jonathan Pierce]]></dc:creator>
		<pubDate>Fri, 02 May 2014 01:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-66135</guid>

					<description><![CDATA[This is a really useful guide, thanks a bunch!

Just a note, in your Apache &quot;&quot; config block, the reason why you need the new directive is because Apache 2.4 doesn&#039;t use the old &quot;Order allow,deny&quot; style of access control. &quot;Require all granted&quot; is the functional equivalent of what you have on the first two lines, which can be safely deleted, since they&#039;re being ignored anyway (unless you&#039;re running mod_access_compat, in which case they&#039;re redundant).

Also, to be (unnecessarily) nit-picky, explicitly including &quot;FileInfo&quot; in the AllowOverride directive isn&#039;t necessary since you&#039;re including &quot;All&quot;.]]></description>
			<content:encoded><![CDATA[<p>This is a really useful guide, thanks a bunch!</p>
<p>Just a note, in your Apache &#8220;&#8221; config block, the reason why you need the new directive is because Apache 2.4 doesn&#8217;t use the old &#8220;Order allow,deny&#8221; style of access control. &#8220;Require all granted&#8221; is the functional equivalent of what you have on the first two lines, which can be safely deleted, since they&#8217;re being ignored anyway (unless you&#8217;re running mod_access_compat, in which case they&#8217;re redundant).</p>
<p>Also, to be (unnecessarily) nit-picky, explicitly including &#8220;FileInfo&#8221; in the AllowOverride directive isn&#8217;t necessary since you&#8217;re including &#8220;All&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-66067</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sat, 05 Apr 2014 04:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-66067</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-66063&quot;&gt;David Muir&lt;/a&gt;.

That&#039;s wonderful, thanks for the information. Would update the article soon.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-66063">David Muir</a>.</p>
<p>That&#8217;s wonderful, thanks for the information. Would update the article soon.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Muir		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-66063</link>

		<dc:creator><![CDATA[David Muir]]></dc:creator>
		<pubDate>Fri, 04 Apr 2014 13:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-66063</guid>

					<description><![CDATA[Sockets are now supported in Apache 2.4.9

ProxyPassMatch ^/(.*.php(/.*)?)$ unix:/var/run/php5-fpm.sock&#124;fcgi://127.0.0.1:9000/var/www/mysite

or if you&#039;re using a chroot:

ProxyPassMatch ^/(.*.php(/.*)?)$ unix:/var/run/php5-fpm.sock&#124;fcgi://127.0.0.1:9000]]></description>
			<content:encoded><![CDATA[<p>Sockets are now supported in Apache 2.4.9</p>
<p>ProxyPassMatch ^/(.*.php(/.*)?)$ unix:/var/run/php5-fpm.sock|fcgi://127.0.0.1:9000/var/www/mysite</p>
<p>or if you&#8217;re using a chroot:</p>
<p>ProxyPassMatch ^/(.*.php(/.*)?)$ unix:/var/run/php5-fpm.sock|fcgi://127.0.0.1:9000</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Teippi Viritykset		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-65978</link>

		<dc:creator><![CDATA[Teippi Viritykset]]></dc:creator>
		<pubDate>Sat, 15 Feb 2014 09:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-65978</guid>

					<description><![CDATA[Thanks! Finally a working and good instructions! however i cannot get the phpmyadmin to work. Does it need it&#039;s own sites-enabled conf ?]]></description>
			<content:encoded><![CDATA[<p>Thanks! Finally a working and good instructions! however i cannot get the phpmyadmin to work. Does it need it&#8217;s own sites-enabled conf ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomas van Rijsse		</title>
		<link>https://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/comment-page-1/#comment-65920</link>

		<dc:creator><![CDATA[Tomas van Rijsse]]></dc:creator>
		<pubDate>Fri, 10 Jan 2014 12:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=6350#comment-65920</guid>

					<description><![CDATA[There seems to be a caveat that .htaccess files don&#039;t work anymore.
As written on http://serverfault.com/questions/490667/apache-2-4-with-php-fpm-htaccess-redirection

I&#039;ve followed this tutorial and I&#039;m also having that issue.]]></description>
			<content:encoded><![CDATA[<p>There seems to be a caveat that .htaccess files don&#8217;t work anymore.<br />
As written on <a href="http://serverfault.com/questions/490667/apache-2-4-with-php-fpm-htaccess-redirection" rel="nofollow ugc">http://serverfault.com/questions/490667/apache-2-4-with-php-fpm-htaccess-redirection</a></p>
<p>I&#8217;ve followed this tutorial and I&#8217;m also having that issue.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
