<?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: Install and configure Apache and php with mod fastcgi on Ubuntu/Debian	</title>
	<atom:link href="https://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Tue, 09 Dec 2014 08:47:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: tylercollier		</title>
		<link>https://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/comment-page-1/#comment-67253</link>

		<dc:creator><![CDATA[tylercollier]]></dc:creator>
		<pubDate>Fri, 25 Jul 2014 18:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5308#comment-67253</guid>

					<description><![CDATA[My previous comment about &quot;client denied by server configuration: /usr/local/bin/php-fastcgi-wrapper&quot; has not yet been approved, so I can&#039;t see, edit, or reply to it. But I wanted to post my fix. From: http://stackoverflow.com/a/13923526/135101. Add

[Directory /usr/local/bin]
    Require all granted
[/Directory]

to your vhost config.

EDIT: I guess I can&#039;t use markdown here and Disqus is munging my &quot;html&quot; of the directory element, so I replaced angle brackets with brackets.]]></description>
			<content:encoded><![CDATA[<p>My previous comment about &#8220;client denied by server configuration: /usr/local/bin/php-fastcgi-wrapper&#8221; has not yet been approved, so I can&#8217;t see, edit, or reply to it. But I wanted to post my fix. From: <a href="http://stackoverflow.com/a/13923526/135101" rel="nofollow ugc">http://stackoverflow.com/a/13923526/135101</a>. Add</p>
<p>[Directory /usr/local/bin]<br />
    Require all granted<br />
[/Directory]</p>
<p>to your vhost config.</p>
<p>EDIT: I guess I can&#8217;t use markdown here and Disqus is munging my &#8220;html&#8221; of the directory element, so I replaced angle brackets with brackets.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tylercollier		</title>
		<link>https://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/comment-page-1/#comment-67252</link>

		<dc:creator><![CDATA[tylercollier]]></dc:creator>
		<pubDate>Fri, 25 Jul 2014 18:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5308#comment-67252</guid>

					<description><![CDATA[I got this working on Ubuntu 12.04 with no problems (thanks!). But on 14.04 (with Apache 2.4.7), when I visit the main page, I get a 403 forbidden error that says: &quot;You don&#039;t have permission to access /binary/php-fastcgi-wrapper/index.php&quot;. Do you know why that would be?]]></description>
			<content:encoded><![CDATA[<p>I got this working on Ubuntu 12.04 with no problems (thanks!). But on 14.04 (with Apache 2.4.7), when I visit the main page, I get a 403 forbidden error that says: &#8220;You don&#8217;t have permission to access /binary/php-fastcgi-wrapper/index.php&#8221;. Do you know why that would be?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tylercollier		</title>
		<link>https://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/comment-page-1/#comment-67251</link>

		<dc:creator><![CDATA[tylercollier]]></dc:creator>
		<pubDate>Fri, 25 Jul 2014 18:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5308#comment-67251</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/comment-page-1/#comment-65820&quot;&gt;Martin Sjåstad&lt;/a&gt;.

I had to enable the multiverse source, but only from Ubuntu 14.04 (see instructions here: http://serversforhackers.com/articles/2014/05/05/apache-proxy-fcgi/. I just needed the section labeled Ubuntu 14.04). I didn&#039;t on 12.04.

I also had to run `sudo a2enmod actions`.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/comment-page-1/#comment-65820">Martin Sjåstad</a>.</p>
<p>I had to enable the multiverse source, but only from Ubuntu 14.04 (see instructions here: <a href="http://serversforhackers.com/articles/2014/05/05/apache-proxy-fcgi/" rel="nofollow ugc">http://serversforhackers.com/articles/2014/05/05/apache-proxy-fcgi/</a>. I just needed the section labeled Ubuntu 14.04). I didn&#8217;t on 12.04.</p>
<p>I also had to run `sudo a2enmod actions`.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Martin Sjåstad		</title>
		<link>https://www.binarytides.com/install-apache-php-mod-fastcgi-ubuntu/comment-page-1/#comment-65820</link>

		<dc:creator><![CDATA[Martin Sjåstad]]></dc:creator>
		<pubDate>Wed, 13 Nov 2013 07:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5308#comment-65820</guid>

					<description><![CDATA[I had to enable the multiverse source for apt-get to find the libapache2-mod-fastcgi. This is on ubuntu 12.04 running through vagrant.



And also had to sudo a2enmod actions to be able to restart apache2 successfully.
Thanks for this article. Helped me get set up with a WAY faster method for working with PHP!]]></description>
			<content:encoded><![CDATA[<p>I had to enable the multiverse source for apt-get to find the libapache2-mod-fastcgi. This is on ubuntu 12.04 running through vagrant.</p>
<p>And also had to sudo a2enmod actions to be able to restart apache2 successfully.<br />
Thanks for this article. Helped me get set up with a WAY faster method for working with PHP!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
