<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Installing Rails and Apache on OS X (PPC)</title>
	<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-ppc/</link>
	<description>Ruby on Rails, and some other random stuff</description>
	<pubDate>Tue, 07 Sep 2010 05:18:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: bryan</title>
		<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-ppc/#comment-12</link>
		<pubDate>Wed, 07 Jun 2006 14:31:57 +0000</pubDate>
		<guid>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-ppc/#comment-12</guid>
					<description>Hi Yves,

It could be that you are using Apache 1.4 insead of 2, but I haven't done any testing with older versions myself.  Is there any reason you haven't upgraded to the new apache?  

It looks like my post got munched a little bit during an edit.  There should be four lines here that need to be added to the httpd.conf:
&amp;#60;IfModule mod_fastcgi.c&amp;#62;
  FastCgiIpcDir /tmp/fcgi_ipc/
  AddHandler fastcgi-script .fcgi
&amp;#60;/IfModule&amp;#62;

if you run apachectl configtest, does it pass okay?</description>
		<content:encoded><![CDATA[<p>Hi Yves,</p>
<p>It could be that you are using Apache 1.4 insead of 2, but I haven&#8217;t done any testing with older versions myself.  Is there any reason you haven&#8217;t upgraded to the new apache?  </p>
<p>It looks like my post got munched a little bit during an edit.  There should be four lines here that need to be added to the httpd.conf:<br />
&lt;IfModule mod_fastcgi.c&gt;<br />
  FastCgiIpcDir /tmp/fcgi_ipc/<br />
  AddHandler fastcgi-script .fcgi<br />
&lt;/IfModule&gt;</p>
<p>if you run apachectl configtest, does it pass okay?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Yves</title>
		<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-ppc/#comment-7</link>
		<pubDate>Wed, 07 Jun 2006 07:09:22 +0000</pubDate>
		<guid>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-ppc/#comment-7</guid>
					<description>Hi Bryan

I am a newbie with Rails (even If I am writing OO since 92...) I successfully installed it on my Cube (OS X 10.4.6, Apache 1.4, MySQL 4.1.18)... 
I am trying to hook up Rails into Apache, according to your instructions..
BUT
1- LoadModule fastcgi_module     libexec/httpd/mod_fastcgi.so 
and 
AddModule mod_fastcgi.c  were added to my conf file
seems quite normal...
2-  FastCgiIpcDir /tmp/fcgi_ipc/  and AddHandler fastcgi-script .fcgi  where not in my httpd.conf file, so I added these lines...  (maybe at the wrong place.. in a block  :

FastCgiIpcDir /tmp/fcgi_ipc/
 AddHandler fastcgi-script .fcgi 
)
2- when navigating to httpd://localhost/TestRailsSite/
I get an error msg :
The requested URL /TestRailsSite/ was not found on this server....  and the var log gives :
 File does not exist: /Library/WebServer/Documents/TestRailsSite/
fastcgi is running well...
[Wed Jun  7 08:40:30 2006] [notice] FastCGI: process manager initialized (pid 13286)
[Wed Jun  7 08:40:30 2006] [notice] Apache/1.3.33 (Darwin) PHP/5.0.4 mod_fastcgi/2.4.2 mod_jk/1.2.5 mod_ssl/2.8.24 OpenSSL/0.9.7i DAV/1.0.3 configured -- resuming normal operations
....  seems to be a problem with the directory definition but I am not an indian... so Apache is a little bit confusing...
is it the fact that I am using Apache 1.4 and not 2.0 ?

thansk for your advices

Yves</description>
		<content:encoded><![CDATA[<p>Hi Bryan</p>
<p>I am a newbie with Rails (even If I am writing OO since 92&#8230;) I successfully installed it on my Cube (OS X 10.4.6, Apache 1.4, MySQL 4.1.18)&#8230;<br />
I am trying to hook up Rails into Apache, according to your instructions..<br />
BUT<br />
1- LoadModule fastcgi_module     libexec/httpd/mod_fastcgi.so<br />
and<br />
AddModule mod_fastcgi.c  were added to my conf file<br />
seems quite normal&#8230;<br />
2-  FastCgiIpcDir /tmp/fcgi_ipc/  and AddHandler fastcgi-script .fcgi  where not in my httpd.conf file, so I added these lines&#8230;  (maybe at the wrong place.. in a block  :</p>
<p>FastCgiIpcDir /tmp/fcgi_ipc/<br />
 AddHandler fastcgi-script .fcgi<br />
)<br />
2- when navigating to httpd://localhost/TestRailsSite/<br />
I get an error msg :<br />
The requested URL /TestRailsSite/ was not found on this server&#8230;.  and the var log gives :<br />
 File does not exist: /Library/WebServer/Documents/TestRailsSite/<br />
fastcgi is running well&#8230;<br />
[Wed Jun  7 08:40:30 2006] [notice] FastCGI: process manager initialized (pid 13286)<br />
[Wed Jun  7 08:40:30 2006] [notice] Apache/1.3.33 (Darwin) PHP/5.0.4 mod_fastcgi/2.4.2 mod_jk/1.2.5 mod_ssl/2.8.24 OpenSSL/0.9.7i DAV/1.0.3 configured &#8212; resuming normal operations<br />
&#8230;.  seems to be a problem with the directory definition but I am not an indian&#8230; so Apache is a little bit confusing&#8230;<br />
is it the fact that I am using Apache 1.4 and not 2.0 ?</p>
<p>thansk for your advices</p>
<p>Yves
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bryanthompson&#8217;s blog &#187; Blog Archive &#187; Installing Rails on OS X</title>
		<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-ppc/#comment-2</link>
		<pubDate>Wed, 03 May 2006 17:24:27 +0000</pubDate>
		<guid>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-ppc/#comment-2</guid>
					<description>[...] Option 3: Probably one of the hardest ways (Darwinports/Apache/Rails/Fastcgi): If you want to use a library like rb-zip, the only way I could get it to work was to install everything via darwinports. This isn&amp;#8217;t the easiest process, but I have broken it down into exact steps. Follow them closely and you shouldn&amp;#8217;t have any problems. I have put these steps into a separate article, which you can find here (PPC) or here (Intel). [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Option 3: Probably one of the hardest ways (Darwinports/Apache/Rails/Fastcgi): If you want to use a library like rb-zip, the only way I could get it to work was to install everything via darwinports. This isn&#8217;t the easiest process, but I have broken it down into exact steps. Follow them closely and you shouldn&#8217;t have any problems. I have put these steps into a separate article, which you can find here (PPC) or here (Intel). [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
