<?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: mod_fcgid and the cfgi gem for rails with apache2 on fedora core 6</title>
	<atom:link href="http://blog.apokalyptik.com/2006/12/07/mod_fcgid-and-the-cfgi-gem-for-rails-with-apache2-on-fedora-core-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apokalyptik.com/2006/12/07/mod_fcgid-and-the-cfgi-gem-for-rails-with-apache2-on-fedora-core-6/</link>
	<description>The random things that spew forth from my brain...</description>
	<lastBuildDate>Fri, 25 Jan 2013 23:59:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24222</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.apokalyptik.com/2006/12/07/mod_fcgid-and-the-cfgi-gem-for-rails-with-apache2-on-fedora-core-6/comment-page-1/#comment-3815</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 02 Jan 2007 12:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=162#comment-3815</guid>
		<description><![CDATA[Fixed it! It was a simple config error in my httpd.conf file. After using &lt;a href=&quot;http://wiki.rubyonrails.com/rails/pages/Rails+on+CentOS+4.4+with+Apache+and+FastCGI+Simply&quot; rel=&quot;nofollow&quot;&gt;http://wiki.rubyonrails.com/rails/pages/Rails+on+...&lt;/a&gt; as a guide, things are working nicely! Thanks again for the assistance ]]></description>
		<content:encoded><![CDATA[<p>Fixed it! It was a simple config error in my httpd.conf file. After using <a href="http://wiki.rubyonrails.com/rails/pages/Rails+on+CentOS+4.4+with+Apache+and+FastCGI+Simply" rel="nofollow"></a><a href="http://wiki.rubyonrails.com/rails/pages/Rails+on+" rel="nofollow">http://wiki.rubyonrails.com/rails/pages/Rails+on+</a>&#8230; as a guide, things are working nicely! Thanks again for the assistance </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.apokalyptik.com/2006/12/07/mod_fcgid-and-the-cfgi-gem-for-rails-with-apache2-on-fedora-core-6/comment-page-1/#comment-3638</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 28 Dec 2006 12:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=162#comment-3638</guid>
		<description><![CDATA[Wow, quick reply =) All of your assumptions are correct. 
 
When I run &#039;yum search fcgi&#039; I find mod_fcgid.i386.1.10-7.fc6 as well as mod_fcgid.i386.2.0-1.fc6, along with the se-linux packages. I&#039;m guessing that different versions of mod_fcgid work with different versions of httpd, although I can&#039;t seem to get mod_fcgid 2.0 working with httpd 2.2 or 2.0. I&#039;m starting to suspect my httpd.conf. Anyway, thanks for the help and I&#039;ll be sure to share the source of my troubles and a solution once I figure them out. ]]></description>
		<content:encoded><![CDATA[<p>Wow, quick reply =) All of your assumptions are correct.</p>
<p>When I run &#039;yum search fcgi&#039; I find mod_fcgid.i386.1.10-7.fc6 as well as mod_fcgid.i386.2.0-1.fc6, along with the se-linux packages. I&#039;m guessing that different versions of mod_fcgid work with different versions of httpd, although I can&#039;t seem to get mod_fcgid 2.0 working with httpd 2.2 or 2.0. I&#039;m starting to suspect my httpd.conf. Anyway, thanks for the help and I&#039;ll be sure to share the source of my troubles and a solution once I figure them out. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apokalyptik</title>
		<link>http://blog.apokalyptik.com/2006/12/07/mod_fcgid-and-the-cfgi-gem-for-rails-with-apache2-on-fedora-core-6/comment-page-1/#comment-3637</link>
		<dc:creator>apokalyptik</dc:creator>
		<pubDate>Thu, 28 Dec 2006 11:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=162#comment-3637</guid>
		<description><![CDATA[In response to your questions 
 
1. I&#039;m not actually sure on that. I got the command line from a how-to elsewhere. If it compiles fine without the args then I would venture a guess that it found the proper libs, though I wouldn&#039;t put money on it :) 
 
2. I see mod_fcgid.i386 and mod_fcgid-selinux.i386.  I do not run with selinux, and so I only have the first installed.   
 
Assuming that you have mod_fcgid, and httpd installed via yum, assuming that you have fcgi compiled and installed from source, assuming that the gem build of fcgi succeeds, and finally ssuming that we&#039;re talking about fedora core 6.  It should all come together pretty well for you... ]]></description>
		<content:encoded><![CDATA[<p>In response to your questions</p>
<p>1. I&#039;m not actually sure on that. I got the command line from a how-to elsewhere. If it compiles fine without the args then I would venture a guess that it found the proper libs, though I wouldn&#039;t put money on it <img src='http://blog.apokalyptik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>2. I see mod_fcgid.i386 and mod_fcgid-selinux.i386.  I do not run with selinux, and so I only have the first installed.  </p>
<p>Assuming that you have mod_fcgid, and httpd installed via yum, assuming that you have fcgi compiled and installed from source, assuming that the gem build of fcgi succeeds, and finally ssuming that we&#039;re talking about fedora core 6.  It should all come together pretty well for you&#8230; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.apokalyptik.com/2006/12/07/mod_fcgid-and-the-cfgi-gem-for-rails-with-apache2-on-fedora-core-6/comment-page-1/#comment-3636</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 28 Dec 2006 11:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.apokalyptik.com/?p=162#comment-3636</guid>
		<description><![CDATA[Thanks for the post. You saved me from searching long and hard for mod_fastcgi for fc6 =). I do have two follow up questions though: 
 
1. Is it necessary to have the extra arguments after &quot;gem install fcgi&quot;? I can&#039;t seem to get it to work with them. 
2. The yum repo has two versions of mod_fcgid. Do you know if they&#039;re for different versions of httpd? The reason I ask is because I try running httpd and get the following error: 
 
Can&#039;t locate API module structure `fastcgi_module&#039; in file /usr/lib/httpd/modules/mod_fcgid.so: /usr/lib/httpd/modules/mod_fcgid.so: undefined symbol: fastcgi_module 
 
Thanks! ]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post. You saved me from searching long and hard for mod_fastcgi for fc6 =). I do have two follow up questions though:</p>
<p>1. Is it necessary to have the extra arguments after &quot;gem install fcgi&quot;? I can&#039;t seem to get it to work with them.</p>
<p>2. The yum repo has two versions of mod_fcgid. Do you know if they&#039;re for different versions of httpd? The reason I ask is because I try running httpd and get the following error:</p>
<p>Can&#039;t locate API module structure `fastcgi_module&#039; in file /usr/lib/httpd/modules/mod_fcgid.so: /usr/lib/httpd/modules/mod_fcgid.so: undefined symbol: fastcgi_module</p>
<p>Thanks! </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching using memcached
Object Caching 540/545 objects using memcached

 Served from: blog.apokalyptik.com @ 2013-05-21 12:10:26 by W3 Total Cache -->