<?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: Windows Apache PHP FastCGI Setup	</title>
	<atom:link href="https://www.farinspace.com/windows-apache-php-fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com/windows-apache-php-fastcgi/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 10 Jun 2020 00:08:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-105751</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Wed, 10 Jun 2020 00:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-105751</guid>

					<description><![CDATA[Ted, while I haven&#039;t used this exact setup in years, Apache and FastCGI/FPM are still relevant, my article may be outdated, so I do encourage you and others to continue to search. However, the one tech I would recommend investing some time in would be &quot;Docker&quot;. Additionally, &quot;nodejs&quot; has interwoven itself into nearly every part of my dev process. Good luck!]]></description>
			<content:encoded><![CDATA[<p>Ted, while I haven&#8217;t used this exact setup in years, Apache and FastCGI/FPM are still relevant, my article may be outdated, so I do encourage you and others to continue to search. However, the one tech I would recommend investing some time in would be &#8220;Docker&#8221;. Additionally, &#8220;nodejs&#8221; has interwoven itself into nearly every part of my dev process. Good luck!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ted		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-104704</link>

		<dc:creator><![CDATA[Ted]]></dc:creator>
		<pubDate>Fri, 05 Jun 2020 18:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-104704</guid>

					<description><![CDATA[I am beginning to return to web programming after a substantial hiatus (due to extreme illness) and am working on setting up Apache 2.4 along with all else I need for web programming.  First question: &quot;Has anything of significance changed in these packages or the server since this was written?&quot;

Most of my web programming experience, from years ago, was done using Perl (which I am getting back to), but I also have an interest in PHP, python and ruby.  I never had set up anything for cgi programming except mod_cgi.  But I want to experiment with FastCGI, so this page is priceless to me.  But what is the relation between this package (mod_fcgid) an modules I have seen, but not yet downloaded, such as mod_FastCGI, mod_perl, mod_php, mod_ruby, mod_python, &#038;c.  I want to strengthen my understanding of PHP and learn ruby and python.

I also want to do a bit of experimenting, testing and comparing each package that purports to provide FastCGI services (on my Windows box) with the ancient default of mod_cgi.

Also, I need to know, if anyone here knows, whether or not the FastCGI libraries will work properly with products out there such as WordPress.

Any guidance will be appreciated.  Thanks.]]></description>
			<content:encoded><![CDATA[<p>I am beginning to return to web programming after a substantial hiatus (due to extreme illness) and am working on setting up Apache 2.4 along with all else I need for web programming.  First question: &#8220;Has anything of significance changed in these packages or the server since this was written?&#8221;</p>
<p>Most of my web programming experience, from years ago, was done using Perl (which I am getting back to), but I also have an interest in PHP, python and ruby.  I never had set up anything for cgi programming except mod_cgi.  But I want to experiment with FastCGI, so this page is priceless to me.  But what is the relation between this package (mod_fcgid) an modules I have seen, but not yet downloaded, such as mod_FastCGI, mod_perl, mod_php, mod_ruby, mod_python, &amp;c.  I want to strengthen my understanding of PHP and learn ruby and python.</p>
<p>I also want to do a bit of experimenting, testing and comparing each package that purports to provide FastCGI services (on my Windows box) with the ancient default of mod_cgi.</p>
<p>Also, I need to know, if anyone here knows, whether or not the FastCGI libraries will work properly with products out there such as WordPress.</p>
<p>Any guidance will be appreciated.  Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Panayiotis Velisarakos		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-37593</link>

		<dc:creator><![CDATA[Panayiotis Velisarakos]]></dc:creator>
		<pubDate>Wed, 26 Nov 2014 20:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-37593</guid>

					<description><![CDATA[Thanks a lot! This is the only guide that actually worked for me.]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot! This is the only guide that actually worked for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-29787</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Tue, 30 Apr 2013 14:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-29787</guid>

					<description><![CDATA[Thanks for an easy-to-follow guide on this set-up. It is perfect for someone new to working with Apache. 

I am having trouble understanding one part. In the Installation section step 4, you say to unpack the FastCGI files and place the manual and modules folders in the Apache directory. Those directories already exist. Should I assume I am to move files from the FastCGI directories into these folders as they fit? Can you elaborate a bit on where exactly these files go, please?

Thanks!]]></description>
			<content:encoded><![CDATA[<p>Thanks for an easy-to-follow guide on this set-up. It is perfect for someone new to working with Apache. </p>
<p>I am having trouble understanding one part. In the Installation section step 4, you say to unpack the FastCGI files and place the manual and modules folders in the Apache directory. Those directories already exist. Should I assume I am to move files from the FastCGI directories into these folders as they fit? Can you elaborate a bit on where exactly these files go, please?</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Hillis		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-25259</link>

		<dc:creator><![CDATA[Ed Hillis]]></dc:creator>
		<pubDate>Tue, 25 Sep 2012 17:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-25259</guid>

					<description><![CDATA[Thanks -- very helpful!]]></description>
			<content:encoded><![CDATA[<p>Thanks &#8212; very helpful!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adam		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-22614</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Fri, 06 Apr 2012 13:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-22614</guid>

					<description><![CDATA[I found I had to add Indexes and ExecCGI options to  and also to the directory block for the document root in order to make this work.]]></description>
			<content:encoded><![CDATA[<p>I found I had to add Indexes and ExecCGI options to  and also to the directory block for the document root in order to make this work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-17601</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 08 Sep 2011 01:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-17601</guid>

					<description><![CDATA[This might be late but gijs might be missing the ExecCGI option in his httpd directory configuration]]></description>
			<content:encoded><![CDATA[<p>This might be late but gijs might be missing the ExecCGI option in his httpd directory configuration</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-16432</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Tue, 24 May 2011 18:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-16432</guid>

					<description><![CDATA[@gijs, before trying to get started with your phpmyadmin, do a basic test with a phpinfo.php file. Apache config has never been my strong point, but I am persistent. You may need to get it to a working point and then slowly add/remove directives to see what works and what doesn&#039;t. Additionally I have been puzzled at times and a reboot (for what ever reason) has helped clear issues.]]></description>
			<content:encoded><![CDATA[<p>@gijs, before trying to get started with your phpmyadmin, do a basic test with a phpinfo.php file. Apache config has never been my strong point, but I am persistent. You may need to get it to a working point and then slowly add/remove directives to see what works and what doesn&#8217;t. Additionally I have been puzzled at times and a reboot (for what ever reason) has helped clear issues.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gijs		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-16430</link>

		<dc:creator><![CDATA[gijs]]></dc:creator>
		<pubDate>Tue, 24 May 2011 17:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-16430</guid>

					<description><![CDATA[I am having issues getting this to work, everything works fine but my website keeps saying Forbidden when I try to access a .php file

You don&#039;t have permission to access /phpmyadmin/index.php on this server.

it works fine with index.html files so I suppose something is wrong with the php installation or something else? but I already tried editing the apache config and googling a lot with no success...

and yes I did do: DirectoryIndex index.php, idk how to fix this please help me.]]></description>
			<content:encoded><![CDATA[<p>I am having issues getting this to work, everything works fine but my website keeps saying Forbidden when I try to access a .php file</p>
<p>You don&#8217;t have permission to access /phpmyadmin/index.php on this server.</p>
<p>it works fine with index.html files so I suppose something is wrong with the php installation or something else? but I already tried editing the apache config and googling a lot with no success&#8230;</p>
<p>and yes I did do: DirectoryIndex index.php, idk how to fix this please help me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jay Mann		</title>
		<link>https://www.farinspace.com/windows-apache-php-fastcgi/#comment-14208</link>

		<dc:creator><![CDATA[Jay Mann]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 21:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1253#comment-14208</guid>

					<description><![CDATA[You dimas!  ..I mean &#039;da Man&#039;.  :)

Worked great and fixed my ZendDebugger issue.

I am running Apache 2.217 with PHP5.3.6 VC9 NTS on Win Vista.

Thanks.]]></description>
			<content:encoded><![CDATA[<p>You dimas!  ..I mean &#8216;da Man&#8217;.  🙂</p>
<p>Worked great and fixed my ZendDebugger issue.</p>
<p>I am running Apache 2.217 with PHP5.3.6 VC9 NTS on Win Vista.</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
